/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #8AA3B9;
	/*background-color: #3B4E5F;*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

p {
	font-size: .8em;
	color: #ddd;
	line-height: 1.3em;
	margin-top: .3em;
	}
	
h5 {
	margin-top: .3em;
	}
	
a {
	text-decoration: none;
	color: #fff;
	}	

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: .05em;
	line-height: 1.4em;
	}
	
a img {
	border: none;
	}
	
u {
	text-decoration: none;
	}
	
ul {
	font-size: .8em;
	color: #bbb;
	line-height: 1.3em;
	margin-top: .3em;
	margin-left: .5em;
	padding-left: .5em;
	}
	
ol {
	font-size: .8em;
	color: #ddd;
	line-height: 1.3em;
	margin-top: .3em;
	}

	
/*----------- styles for table cells ----------*/

.center {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}

.main_table {
	background: url(../images/background_home.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

.nav_center {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 0 0 0;
	}

th {
	font-size: .8em;
	}


/*----------- end styles for table cells ----------*/




/*---------- styles for navigation -----------*/

.nav {
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	height: 22px;
	}
	
.nav a {
	color: #fff;
	}

.nav a:hover {
	color: #ddd;
	}

/*----------- end styles for navigation ----------*/

.table_header {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	}
	
.footer {
	font-size: 10px;
	}
	
.red {
	color:#990000;
	}
	
.blue {
	color:#003366;
	}
	
.yellow {
	color: #FFCC33;
	}
	
.login {
	border: 1px solid #036;
	padding: 10px;
	display: block;
	}
	
.login2 {
	background-color:#3B4E5F;
	border: 1px solid #fff;
	padding: 10px;
	display: block;
	color: #fff;
	}
		
.img_pad_right {
	padding-right: 10px;
	border: 0;
	padding-top: 3px;
	}

.img_pad_left {
	padding-left: 10px;
	border: 0;
	padding-top: 3px;
	}

.required {
	color: #fff;
	}
	
.required_red {
	color: #800000;
	}	

/* table and tds for materials pages */
table.materials {
	border: 0;
	padding: 0px;
}

table.materials td {
	font-size: .8em;
	color: #ddd;
	border-bottom: 1px solid #fff;
}
table.materials th {
	background-color:#036;
	color: #fff;
	border-bottom: 0;
}
table.materials td.compound {
	background-color:#999;
	color: #fff;
	border-bottom: 0;
}
	