/* prevents styles being used by NN4 and IE4 */

@import "positioning.css";

/*
general stylesheet that controls simple styling rules that will be executed by basic/old browsers such as NN4
*/

html{
	height: 100%;
	overflow-y:scroll;
}

body {
	height: 100%;
	margin: 0px;
	padding:0px;
	background-color : White;
	background-image : url(../images/grade-blue.gif);
	background-repeat : repeat-x;
	background-position : top;
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p, div {
	font-size: small;
}

h1{
	font-size: larger;
	text-decoration: underline;
}

h2{
	font-size: large;
	text-decoration: underline;
}

hr{
	height: 1px;
}

a:link {
	color: #2F6DB3;
}

a:visited {
	color: #2F6DB3;
}

a:hover {
	color: #02AEEF;
}

a:active {
	color: #2F6DB3;
}

.listing{
	font-size: x-small;	
}

.listing td{
	padding: 2px;
}

.address{
	font-size: small;
}

.address td{
	padding: 2px;
}

.copyright{
	font-size: 9px;	
}

.note{
	font-size: 10px;	
}

.blueHeading{
	color: #2F6DB3;
	text-decoration: underline;
}

.BoldBlue{
	font-weight:bold;
	color: #2F6DB3;
}

.specHeadings{
	color: Maroon;
	font-size: 120%;
	text-decoration: none;
}

.specHeadings2{	
	font-size: 100%;
	font-weight:bold;
	text-decoration: none;
}

#productTable th{
	color: maroon;	
}

#rheniumTable td{
	background-color: #C0C9DA;
}

.blueBold{
	color: #2F6DB3;
	font-weight: bold;	
}

.blue{
	color: #2F6DB3;	
}


/*
form style
*/

form {
	background:#fff;
	padding:1em;
	border:0px solid #eee;
}

fieldset div {
	margin:1.0em 0;
	clear:both;
}
form {
	margin:1em;
	width:60%;
}

.RequestForm {
	
}

label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}

legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:200px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
	float:left;
}

#reset-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/reset-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
	float:left;
}

#submit-go:hover {
	background-position:0 -26px;
}

#reset-go:hover {
	background-position:0 -26px;
}

.RequestButtons{
border:#999999 solid 1px;
}

.red{color:#FF0000}


