BODY {
	background-color: #C9D6E7;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, "Times New Roman", Times, sans-serif;
}

DIV {
	background-color: #FFFFFF;
	width: 75%;
	padding: 0px 10px 0px 10px;
	margin: 10px 10px 10px 10px;
}

DIV.preview {
	width: 100%;
	padding: 0px;
	margin: 10px;
}

DIV.pic {
	float: left;
	width: 320px;
	height: 240px;
	padding: 0px;
	margin: 0px 10px 10px 0px;
}

DIV.pic img {
	width: 320px;
	height: 240px;
	border: 1px solid #00478D;
}

DIV#footer { 
	clear: both;
	background-color: #C9D6E7;
	font-size: smaller; 
}
	
DIV.title {
	border-top: 1px solid #00478D;
	border-right: 1px solid #00478D;
	border-left: 1px solid #00478D;
	color: #00478D;
	font-weight: bold;
	font-size: larger;
	padding: 3px 10px 3px 10px;
	margin: 10px 10px 0px 10px;
}

DIV.titled_content {
	border: 1px solid #00478D;
	padding: 6px 10px 6px 10px;
	margin: 0px 10px 10px 10px;
	text-align: justify;
	font-size: 14px;
}

TABLE.grid, TABLE.grid TD { /* From Eric Meyer suggestion on dejanews. */
	border: 1px solid #00478D;
}

TABLE.grid {
	border-width: 1px 1px 0px 0px;
}

TABLE.grid TD {
	border-width: 0px 0px 1px 1px;
}

DIV.titled_content TD {
	font-size: 14px; /* Why doesn't this inherit? */
}

DIV.titled_content THEAD TD {
	font-weight: bold;
}

DIV.content {
	border: 1px solid #00478D;
	padding: 6px 10px 6px 10px;
	margin: 10px 10px 10px 10px;
	text-align: justify;
}

DIV.graph {
	border: 1px solid #00478D;
	text-align: center; /* Center the IMG. */
	/* width: auto; height: auto; Didn't work in IE. */
	/* Not specifying width and height gives the desired behavior. */
}

DIV.masthead {
	background: url(images/blue_background.jpg);
	border: 1px solid #00478D;
}


DIV.masthead IMG { /* Fix weird whitespace issue in IE. */
	display: block;
}

#power_input_form LABEL {
	float: left;
	width: 12em;
	font-weight: bold;
}

INPUT {
	font-family: Verdana, "Times New Roman", Times, sans-serif;
}

/*
INPUT:focus {
	background-color: #FFFF99;
}
*/

A.fork:link, A.fork:visited, A.fork:focus { /* For keyboard navigation. */
	background-color: #C9D6E7;
	border: solid #00478D;
	border-width: 1px 3px 1px 3px;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

A.fork:hover {
	background-color: #00478D;
	color: #C9D6E7;
}

A.important {
	font-weight: bold;
	border: dotted;
	border-width: 0px 0px 1px 0px;
	text-decoration: none; /* Remove the link underline. */
}

A.important:link {
	color: #FF0000;
}

A.important:visited {
	color: #AA0000;
}

SELECT {
	font-family: Verdana, "Times New Roman", Times, sans-serif;
	font-size: 14px;
} 

SELECT#Sample_type {
	width: 15em;
}

SELECT#Sample_organism {
	width: 30em;
}
