/* *** Reset browser styles *** */

body
{
	
}

#results {
	position: absolute;
	top: 425px;
	left: 435px;
	width: 295px;
	padding: 15px;
	font-size: 1em;
	border-left: 1px solid #3D6161;
	background: url(../images/bg.png) 0px -275px;
}	

#results code {
	color: #CCCCCC;
	display: block;
	white-space: pre;
	font-size: 1.2em;
} 

#results code strong {
	font-weight: bold;
	color: #990000;
}

#results h2 {
	color: #FFFFFF;
	font-size: 2em;
}

#results div {
	margin-bottom: 10px;
	font-size: 1.5em;
}

#results div span.explanation {
	font-size: .9em;
	color: #FFFFFF;
}

.example a {
	text-decoration: none;
	color: #FFFFFF;
	background: #043232;
	font: 0.7em "Trebuchet MS";
	text-align: center;
	padding: 3px 5px 2px;
}
code {
	font-family: "Courier New", Courier, monospace;
}
.example a:hover {
	color: #0D3A3A;
	background: #E6E2AF;
}


/* ie 6  */
/*give links full rollover and remove space*/
* html #sidebar li a { height: 1px; }

/*allow alpha trans of bg image*/
* html #banner span#badge a {
background-image: url(../images/IEpostit.png);
background-position: 0 0;
height: 61px;
}

* html #banner span#badge a:hover {
background-position: 0 -61px;
}

* html #banner span#badge a {
	left: 750px;
}
form .label {
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
	font: bold 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A00;
}
input.wide {
	width: 90%;
}
#main .section {
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #666;
	margin-bottom: 20px;
}
#resultSection {
	background: #ECEFEF;
	margin-bottom: 20px;
}
#testSection {
	background: #ECEFEF;
	margin-bottom: 20px;
}
textarea.wide {
	width: 90%;
}

.badge {
	position: absolute;
	z-index:50;
	font-size:14px;
	font-weight:bold;
	padding: 5px;
	color: black !important;
	background-color: #3FF;
	border: 1px black solid;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.highlighted {
	position: absolute;
	background-color: transparent;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border:1px solid white;
	z-index: 100;
}

#bib {
	padding: 10px;
  border: 1px solid #06C;
}

#main li {
	font-size: 1.4em;
	padding-bottom: 5px;
}

#main .sideBySide li {
	float: left;
	width: 135px;
	overflow: hidden;
}

.clear:after { 
content: "."; display: block; height: 0; clear: both; visibility: hidden; 
}

.clear {
	min-height: 1px;
}

* html .clear {
 height: 1px;
}

.clickable {
	cursor:pointer;
	margin-bottom: 5px;
}

.clickable:hover {
background-color:#FFC;
}

.badgeClass {
	top: 20px;
	background-color:#F90;
}

#overlay {
background-color: #red;
opacity: 100;
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 200;
cursor: pointer;
cursor: hand;
}
small {
	font-size: 75%;
}
h1 a {
	font-size: 16px;
	margin-left: 25px;
}
#main li li {
	font-size: 100%;
}
#footnote {
	margin-left: 170px;
	clear: both;
}
#main li p {
	font-size: 1.3em;
}
#news h3.date, #main h3.date {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFF;
	background: #666;
	padding: 2px 5px 1px;
	margin-bottom: 5px;
}
#main h3 {
	font-size: 2em;
}
#content #login label {
	text-align: right;
	clear: left;
	float: left;
	width: 150px;
	margin-right: 15px;
}
#login #button {
	margin-left: 165px;
}
#content #login {
	margin-top: 15px;
}
