 

/*
* {
	margin: 0;
	padding: 0;
}
*/

body {
	margin: 0px;
	background-color: #E6E6E6;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto -128px;
	z-index: 1;
}

.tablecells 
{
	border: solid 1px gray;
	padding: 3px;
}

table 
{
}

/* Footer */

.footer {
	position: relative;
	width: 960px;
	background-image: url(../img/diamondplate_tile_200sq.gif);
	background-repeat: repeat-x;
	height: 90px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.footer a {
	color: #000000;
	text-decoration: none;
	border: 0;
	font-style: normal;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
	font-style: normal;
}

.footer p {
	position: relative;
	left: 0;
	bottom: 0px;
	width: 960px;
	padding: 0;
	color: #333333;
	font: 12px arial, sans-serif;
	text-align: center;
}

.push {
	position: relative;
	width: 960px;
	margin: 0 auto;
	border-top: 1px none #D5D5D5;
	border-bottom: 1px none #D5D5D5;
	height: 90px;
	background-image: url(../img/push_bg_1000x20.png);
	background-repeat: no-repeat;
	z-index: 50;
}



/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	width: 128px;
	float: none;
	position: relative;
	margin-left: 1px;
	color: #C62E0C;
}

ul.nav>li{
	margin: 0;
	padding: 2px 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

ul.nav li>ul{
	/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	width: 128px;
	left: 112px;
	margin-top: -1.4em;
	margin-left: 9px;
}

/*
ul.nav>li.activenav a
{
ul.nav>li.activenav a, ul.nav>li.activenav a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-colors: #608FD2;
}
*/

/*
ul.activenav li,
.activenav ul li a, 
*/
li.activenav
{
	background-color: #608FD2;
	color: #fff;
}

li.activenav a 
{
	color: #fff;
}

li.activenav:hover,
li.activenav a:hover,
ul.nav li:hover,
.nav ul li a:hover{
	background-color: #c0c0c0;
	color: #fff;
}

ul.nav>li.active a{
	color: #FFFFFF;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
	color: White;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu styles (customizable) ***/
ul.nav,
.nav ul{
	color: #C62E0C;
	background-color: #F9D9BE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.nav ul li a{
	color: #C62E0C;
	background-color: #F9D9BE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

/*
ul.activenav li:hover,
.activenav ul li a:hover, .activenav ul{
	background-color: Orange;
	color: #fff;
}
*/

ul.nav li.active,
.nav ul li a.active, .nav ul{
	background-color: #369;
	color: #fff;
}

ul{
}

.nav a{
	text-decoration: none;
	display: block;
}

p, ul, ol {
	line-height: 1.8em;
	font-size: 10pt;
	margin-bottom: 1.5em;
}

a {
	text-decoration: none;
	color: #C62E0C;
}

a:hover {
	border: none;
}

/* Logo */
#header {
	width: 954px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
	padding: 2px;
	background-color: #608FD2;
}

#header    h1, #logo    h2 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 22px;
}

#header    h1 {
	padding: 20px;
	color: #FFFFFF;
}

#header    h2 {
	padding: 165px 0 0 0;
	font-style: italic;
}

#header    p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#header    a {
	color: #FFFFFF;
}

/* Page */
.validator {
	font-size: 10px;
}

.label {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

.value {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

.autocompletehighlight {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	white-space: nowrap;
	color: White;
	background-color: Teal;
}

.autocomplete {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	white-space: nowrap;
}

.subhead {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	border-top: solid 2px #C2C5B1;
	border-bottom: solid 2px #C2C5B1;
	text-align: center;
}


.style6 {
	font-size: 18px;
}

.user 
{
	font-size: 10px;
	color: #eeeeee;
}

.evenrow {
	font-size: 14px;
}

.oddrow {
	font-size: 14px;
	background: #E6E6E6;
}

th 
{
	border: solid 1px gray;
	padding: 5px;
}

#page {
	width: 960px;
	border-top: 1px none #D5D5D5;
	border-bottom: 1px none #D5D5D5;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/body_bg_1000x2000.png);
	background-repeat: no-repeat;
}

/*
.active {
	background-color: #b2b2b2;
}
*/

