@import url(/scripts/jscalendar/calendar-win2k-1.css);

h1,h2,h3,h5,h6 {
	font-weight:bold;
	font-size:14px;
	color : #A42B18;
}

.err_txt {
	color : #A42B18;
}


.nav_button {
	padding:6px 20px 6px 20px;
}
.nav_button img {
	margin-bottom:-2px;
}
.nav_button a {
	color: #5072a2;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
}
.nav_button_on {
	padding:6px 20px 6px 20px;
	background-color:#c1d1f2;
}
.nav_button_on img {
	margin-bottom:-2px;
}
.nav_button_on a {
	color: #5072a2;
	font-weight: bold;
	text-decoration: none;
}
.sub_nav {
	background-color:#c1d1f2;
	border:1px solid white;
	position:relative;
	display:none;
	text-align:left;
	margin-top:8px;
}
.sub_nav ul {
	list-style-type: none;
	padding:0px 0px 0px 20px;
	margin:8px;
	text-align:left;
}

div.body_content_left div.page_body_content_subsection li ul  {
	background: none;
	width: 185px;
	list-style-type:none;
	padding-top: 10px;
	border-bottom: 0px;
}

div.body_content_left div.page_body_content_subsection li ul li  {
	border: 0px;
	width: 185px;
}
.sub_nav ul li {
	padding: .25em 0px .25em 0px;
}
.sub_nav ul li a {
	color: #5072a2;
	text-decoration: none;
}
.top_nav_row {
	padding-bottom: 21px;
}
.top_nav_row a {
	text-decoration:none;
	color:#868686;
}
.header_search_bar_row {
	height:38px;
	text-align:left;
	padding-left:23px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.search_container {
	vertical-align: center;
	background-image: url(/img/background.main_search.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px;
	height:17px;
}


.search_container input[type=text] {
	margin: 0px;
	padding:2px 6px 2px 16px;
	font-size: 10px;
	background: transparent;
	border-style:none;
	border-width:0px;
	color:#868686;
	width:132px;
}
.search_container img {
	margin-bottom:-3px;
}

.red_bar_row {
	height:62px;
	text-align:left;

}
#inner_title {
	color: white;
	font-weight: bold;
	padding: 0px 0px 0px 183px;
}
#left_menu_td {
	width:158px;
	border-right:1px solid #dcdcdc;
	padding:0px;
}

#left_menu_div {
	padding:30px 0px 0px 0px;
	border: 1px;
	text-align:left;
}

#left_menu_div ul {
	list-style-image: url(/img/icon.right_arrow.gif);
	margin-left:23px;
	padding:0px;
	margin-top:0px;
	text-align:left;
}

#main_area_td {
	border-left:5px solid #F0F4FD;
}

#main_area_div {
	padding:30px 0px 0px 15px;
	text-align:left;
	background: white;
}

#footer_div {
	margin-top:4px;
	background-color:#dbeaff;
	padding:16px;
	line-height:200%;
	color:#748eb3;
}

#footer_div a {
	text-decoration:none;
	color: #748eb3;
}
.calendar_input input {
	width: 75px;
}

/*
	Styles for reports

*/
table.report {
	border-collapse: collapse;
}
.report th {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
}
.report th.superheader {
	color: #A42B18;
}
.report th.subheader {

	border-bottom: 1px solid #ddd;
	padding: 3px;
}
.report td {
	padding: 3px;
	border-bottom: 1px solid #e5e5e5;
}
.report .even td {

}
.report .odd td {

}
.report .main_row td {
	font-weight: bold;
	color: #546C90;
	border-top: white;
	padding-top: 3em;
}
.over_utilized {
	color: red;
	font-weight: bold;
}
.under_utilized {
	color: green;
	font-weight: bold;
}

ul.privacy {
	margin-left: 1em;
	list-style-type: disc;
	margin-bottom: 1.5em;
}
