/* website below */
BODY {
	background-color: #556B2F;
}

table {
	background-color: #EFEFEF;
	font-family: sans-serif;
	font-size: 14px;
}


table.menu {
	background-color: Navy;
	color: White;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
}

table.page{
	width: 800px;
}
table.page a:link{
	color: Navy;
}
table.page a:hover{
	color: Navy;
}
table.page a:visited{
	color: Navy;
}


table.page tr.hv_query {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 10px;
}

table.page tr.hv_query select{
	font-size: 9px;
	letter-spacing: 1px;
}

table.page tr.hv_query option{
	font-size: 10px;
	line-height: 10px;
}



table.footer {
	background-color: Navy;
	color: White;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
}

table.hvi {
	background-color: #556B2F;
	color: White;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}

td.pg_title {
	background-color: White;
	color: Navy;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 20px;
}

td.pg_subhead {
	background-color: Navy;
	color: White;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 16px;
}

a {
	text-decoration: none;
	color: White;
}

a:link{
	text-decoration: none;
}

a:visited{
	color: White;
}

a:hover{
	color: Silver;
	font-style: italic;
}

td {
	font-family: sans-serif;
}


.pg_head {
	font-family: sans-serif;
	font-size: 18px;
	color: Navy;
	font-weight: bold;
}

.pg_emphasis {
	font-family: sans-serif;
	font-size: 14px;
	color: Navy;
	font-weight: bolder;
	font-style: italic;
}

/*     website above    */
/************************/
/* inventory form below */
form.hv_form td.msg{
	background-color: #87CEFA;
	color: Navy;
	font-weight: bold;
}

table.list{
	line-height: 10px;
	font-size: 11px; 
}

table.list tr.heading td{
	width: 92px;
	color: White;
	background-color: Navy;
}

table.list tr.info td{
	width: 92px;
	color: Black;
	font-weight: bold;
}

table.list td.subhead {
	color: White;
	background-color: Navy;
}

table.list td.pgnums {
	color: White;
	background-color: Navy;
	font-size: 14px;
	font-weight: bold;
}

table.list .pgnumscurrent {
/*	color: #EFEFEF; */
	color: White;
	background-color:  Red;
	font-size: 14px;
	font-weight: bold;
}


table.list td.info {
	color: Black;
 	font-weight: bold;
}

table.list tr.title td{
	width: 794px;
	color: White;
	font-weight: bold;
	background-color: Navy;
	line-height: 14px;
	letter-spacing: 2px;
}

table.list tr.sep td{
	background-color: #EFEFEF;
	line-height: 30px;
}

table.list td.cmd {
	color: White;
	background-color: Red;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}

/* for popup */
table.list tr.putitle td{
	color: White;
	background-color: Navy;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 1px;
}

/* start for inventory maintenance form only*/ 
.fmt_def{
	color: Black;
}
.fmt_hil{
	background-color: #87CEFA;
	color: Navy;
}
.fmt_err{
	background-color: #87CEFA;
	color: Navy;
}
.stat_req{
	color: Red;
}



/* end for inventory maintenance form only*/ 
/* inventory form above */