/* Navigation ------------ */

.home_up {
	background-image: url(../images/nav/header/NAV_main_home_up.gif);
	height: 25px;
	width: 110px;
}
.home_ovr {
	background-image: url(../images/nav/header/NAV_main_home_ovr.gif);
	height: 25px;
	width: 110px;
}

.print_up {
	background-image: url(../images/nav/header/NAV_main_printing_up.gif);
	height: 25px;
	width: 110px;
}
.print_ovr {
	background-image: url(../images/nav/header/NAV_main_printing_ovr.gif);
	height: 25px;
	width: 110px;
}

body {
	font-family: "Trebuchet MS", Georgia, Verdana;
	font-size: medium;
	color: #000000;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
h1 {
	font-size: x-large;
	font-weight: bold;
}
h2 {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.tableGrey {
	font-size: 12px;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: top;
}
.tableWhite {
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
.table_cellRED {
	font-size: 14px;
	background-color: #FFCCCC;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	color: #000000;
}
.table_cellBlue {
	font-weight: bold;
	background-color: #0099FF;
	color: #333333;
}
li {
	list-style-type: decimal;
	font-weight: normal;
}
#head_container {
	background-image: url(../images/nav/header/stretch.gif);
	background-repeat: repeat-x;
	height: 96px;
	width: 100%;
}

#logo {
	background-position: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#subNav #links a:link, #subNav #links a:visited{
	padding-left:3px;
	padding-right:3px;
	color:#000000;
	line-height:20px;
	text-decoration:none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#subNav #links a:hover{
	padding-left:3px;
	padding-right:3px;
	border:0px solid black;
	color:#000000;
	background-color:#aaaaaa;
	line-height:20px;
	text-decoration:none;
}
#subNav #links .hover{
	padding-left:3px;
	padding-right:3px;
	border:0px solid black;
	color:#000000;
	background-color:#aaaaaa;
	line-height:20px;
	text-decoration:none;
}

.small{
	font:"Trebuchet MS", Georgia, Verdana;
	font-size:10px;
	font-weight:normal;
}
.MENU_td_ovr {
	font-size:12px;
	color: #000000;
	background-color: #bbbbbb;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.MENU_td_reg td {
	padding:2px;
	padding-left:6px;
}
.MENU_td_ovr td {
	padding:2px;
	/*padding-left:15px;*/
}
.MENU_td_reg {
	font-size:12px;
	color: #333333;
	background-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	margin: 0px 0px 5px;
}
.fileTable {
	width:99%;
	border:1px solid #333333;
}
.sendBtn{
	border:none;
	background-image:url(../images/sendBtn.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 80px;
}
.resetBtn{
	border:none;
	background-image:url(../images/resetBtn.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 80px;
}

.text_12{
	font-size: 12px;
}

.red{
	color: #ff0000;
}

.smallred{
	color: #FF0000;
	font-size: 9px;
}

/*--------------------Admin Bkg-------------------*/
.admin_bkg{background-color: #D6EBF2;
}