/***** Main Template *****/
html {
	min-width: 850px;
}

body {
	color: #999;
	margin: 0;
	padding: 0;
	background: #000;
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font: 83%/1.5 arial, helvetica, sans-serif;
}

#header {
	height: 48px;
	background: #000 url(/img/labs-header.gif) 0 50% repeat-x;
	border-bottom: 1px solid #333;
}

#header h1 {
	margin: 4px 0 0 0;
	font-size: 3px;
	float: left;
}

#contents {
	clear: both;
}

.introduction {
	margin-top: 5px;
	background: #111;
	border: 1px solid #222;
	padding: 10px 15px 5px 15px;
}

.introduction h3 {
	font-size: 135%;
}

.footer {
	padding: 1em 15px;
}

.footer dt {
    font-size: 135%;
}

.col-1 {
	margin-left: 410px;
	padding: 30px 20px 20px 20px;
}


.col-2 {
	float: left;
	width: 370px;
	padding: 17px 20px 20px 0;
	border-top: 1px solid #666;
	margin: 30px 20px 0 20px;
} * html .col-2 { margin-left: 10px; }

.cols img.example {
	position: absolute;
	left: 10px;
	top: 14px;
	border: 1px solid #fcfc3a;
	padding: 3px;
	background: #333;
}

.cols img.sponsor {
	position: absolute;
	border: none;
	padding: 0;
	right: 20px;
	top: -10px;
	background: transparent;
}

.col-1 .col-contents {
	position: relative;
	border-top: 1px solid #333;
	padding: 10px 20px 10px 115px;
	min-height: 100px;
	margin: 0;
	clear: right !important;
} * html .col-1 .col-contents { height: 100px; }

.col-1 .new-contents {
	border: 1px solid #9e9e2a;
	border-width: 1px 0;
}

.new {
	font-size: 11px;
	font-weight: bold;
	color: #54aa00;
	vertical-align: super;
}

sup {
	font-size: 70%;
}

.winners, .winners li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.winners li {
	padding: 8px 10px 5px 2.5em;
	position: relative;
}

.winners li strong {
	display: block;
	font-size: 200%;
	position: absolute;
	left: 10px;
	top: 0;
} * html .winners li strong {
	left: -22px;
}

.winners a, .winners a:visited {
	color: #FCFC3A;
	font-size: 105%;
	font-weight: bold;
	text-decoration: none;
	background: url(/img/underline.gif) 0 95% repeat-x;
}

/***** Header Buttons *****/

#header a.button, #header span.button {
	display: block;
	float: left;
	width: 76px;
	height: 40px;
	margin: 4px 6px 0 0;
	text-indent: -2000em;
}

#header span.button {
	background-position: 0 -200px;
}

#header a.button:hover {
	background-position: 0 -100px;
}

#header #button-365 {
	background-image: url(/img/button-365.gif);
}

#header #button-stack {
	background-image: url(/img/button-stack.gif);
}

#header #button-swarm {
	background-image: url(/img/button-swarm.gif);
}

#header #button-bigspy {
	background-image: url(/img/button-spy.gif);
}

#header #button-arc {
	background-image: url(/img/button-arc.gif);
}

#header #button-pics {
	background-image: url(/img/button-pics.gif);
}

#header .new-bug {
	position: absolute;
	left: 525px;
	top: 11px;
}

#header #button-back {
	position: absolute;
	right: 0;
	top: 4px;
}

#warning {
	background: #9A0000 url(/img/warning.gif) 0 100% repeat-x;
}

#warning p {
	margin: 0;
	padding: 7px 30px;
	background: url(/img/exclaim.gif) 10px 50% no-repeat;
	font-size: 85%;
}

/***** Flash Stuff *****/

#outer-flash {
	clear: both;
}

#flash p {
	text-align: center;
	padding: 7em 0;
}

#flash embed {
    min-height: 500px; /* need for opera */
}

#flash p a {
	font-weight: bold;
	color: #fcfc3a !important;
}

/***** Modes Menu *****/

#modes ul, #modes li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#modes ul {
	float: left;
	padding-left: 15px;
	padding-top: 8px;
}

.swarm-modes,
.arc-modes {
	background: #000;
	height: 40px;
	position: relative;
}

.swarm-modes div, .arc-modes div  {
	float: right;
	padding: 10px;
}

.swarm-modes img,
.arc-modes img {
	vertical-align: middle;
	margin-left: 5px;
	margin-bottom: 2px;
}

.sphere-modes a, .arc-modes a {
	text-decoration: none;
}

#modes {
	float: left;
	width: 85%;
	border-bottom: 1px solid #222;
	padding-bottom: 3px;
	width: 100%;
	position: relative;
}

#modes li {
	display: inline;
}

#modes li a, #modes li span {
	display: block;
	padding: 2px 20px;
	margin: 3px 3px 0 3px;
	float: left;
	text-decoration: none;
	font-size: 85%;
	border: 1px solid #111;
}

#modes li a:hover {
	text-decoration: underline;
	border-color: #222;
}

#modes li span {
	border-color: #990;
	color: #FCFC3A;
}

.pics-modes img {
    float: right;
    padding: 4px;
}

#modes.pics-modes ul {
    padding-top: 15px;
}

/***** Common Content Formatting *****/

a {	color: #bbb; outline: none; }
a:visited { color: #bbb; }
a:hover, a:focus { color: #eee; }
a:active { color: #999; }

img {
	border: 0;
}

.first {
	margin-top: 0;
}

#copyright {
	clear: both;
	text-align: right;
	padding: 1em 20px 1em 20px;
	border-top: 1px solid #111;
	color: #999;
	font-size: 85%;
}

h2 {
	font-size: 85%;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	display: inline;
	padding-right: 1em;
}

h3 {
	font-size: 195%;
	color: #fff;
	font-weight: normal;
	margin: 0;
}

h3 a, h3 a:visited {
	color: #FCFC3A;
	text-decoration: none;
	background: url(/img/underline.gif) 0 95% repeat-x;
}

h3 a:hover, dt a:hover {
	color: #ff9;
}

dt a {
	color: #FCFC3A;
}

h4 {
	font-size: 115%;
	color: #ddd;
	font-weight: bold;
	margin: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

dl {
	padding-left: 74px;
	min-height: 94px;
	position: relative;
} * html dl { height: 94px; }

dt {
	padding-top: 7px;
}

dt img {
	position: absolute;
	left: 0;
	top: 0;
}

dd {
	padding-bottom: 1em;
}

dd img {
	vertical-align: middle;
}

a.launch {
	float: right;
	width: 140px;
	color: #FCFC3A;
	display: block;
	font-size: 85%;
	text-decoration: none;
	margin: 0 0 10px 20px;
	text-align: center;
}

a.launch span {
	display: block;
	margin: 5px 0 0 0;
	text-decoration: underline;
}

a.launch:hover span {
	color: #ff9;
}

.ss-links.arc-links {
	position: absolute;
	top: 0;
	left: 0;
	color: #999999;	
}
.ss-links strong {
	color: #fff;	
}
.ss-links.swarm-links,
.ss-links.stack-links,
.ss-links.bigspy-links {
	float: right;
	font-size: 85%;
	line-height: 17px;
	margin: 4px 20px 0 0;
	
}
.ss-links img {
	vertical-align: middle;
}

/* adobe link */

a.flash_9_req:link, 
a.flash_9_req:visited, 
a.flash_9_req:hover, 
a.flash_9_req:active {
	text-decoration: underline;
}
