/* body */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background-color:#2E5044;
	color: #000;
}
	/* page container */
	#page {
		width:1000px;
		margin:0 auto;
		border:1px solid #41210A;
		background-color:#FFFFFF;
	}
		/* header container */
		#header {
			background-repeat:no-repeat;
			background-color:#566047;
			border:1px solid #fff;
			height:auto;
			width:1000px;
			overflow:hidden;
		}
			/* header styles */
			#header h1 { 
				display:none
			}
			
			#header img {
			}
			
		/* content container */
		#content {
			margin:10px;
			font-size:0.85em;
		}
			/* content styles */
			#content h2 {
				font: 2em Georgia, "Times New Roman", serif; letter-spacing: 1px;
				text-decoration:underline;
			}
a {
	color:#000;
}

#navigation {
	height:46px;
	width:907px;
	float:left;
}
			
#nav {
	margin:0;
	height:24px;
	background:#FFFFFF;
	border-top:2px solid #ddd;
}

#nav ul {
	padding:0;
	margin: 0;
	list-style-type: none;
}

#nav li {
	display: block;
	float:left;
	text-align: center;
}

#nav li a {
	float: left;
	font-size:0.9em;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 23px;
	color:#0E183B;
	border:0;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
}

#nav li a:hover {
	color:#FFFFFF;
	background-color:#0E183B;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

#nav li.selected a {
	height:24px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#0E183B;
	color:#FFFFFF;
}

#subnav {
	padding:0px;
	padding:4px;
	height:20px;
	background:#fff;
	border-bottom:2px solid #ccc;
}

#subnav ul {
	padding:0;
	margin: 0;
	list-style-type: none;
}

#subnav li {
	display: block;
	float:left;
	text-align: center;
}

#subnav li a {
	float: left;
	font-size:0.75em;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	color:#05518D;
}

#subnav li.selected a {
	background-color:#05518D;
	color:#FFFFFF;
}

#subnav li.selected a:hover {
	color:#FFFFFF;
}


ul, ol {
	list-style: none;
}

.tbl {
	border:1px solid #CCC;
	width:100%;
}

.tbl td {
	padding:3px;
}

.hdr_cell {
	width:220px;
	background-color:#EEE;
	font-weight:bold;
}
.hdr_cellv2 {
	width:220px;
	background-color:#BDD2D2;
	font-weight:bold;
}

.horz_hdr_cell {
	background-color:#566047;
	font-weight:bold;
	text-align:center;
	height:25px;
	color:#FFFFFF;
}

.nb { border: none; } 

.tblOutline {
	border: 1px solid;
	border-collapse: collapse;
}

.tblOutline td {
	border: 1px solid #ccc;
}

.small { 
	font-size:0.8em;
	font-weight:normal;
}
.err {
	color:red;
	margin-top:20px;
	font-size:1.2em;
}

#message {
	margin:20px;
	padding:10px;
	border:2px solid #ccc;
}

.hov:hover td {
	background-color:#DADADA;
}

.selected {
	color:#000000;
}

.tbl_row {
	background-color:#F7F7F7;
}

.archived td, .archived td a {
	background-color:#F7F7F7;
	color:#999999;
}

#warning {
	margin:20px;
	padding:10px;
	border:2px solid #FC0;
	height:104px;
	width:152px;
	float:left;
}
	#warning h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#FC0;
		float:left;
	}
	
	#warning img {
		margin-left:60px;
	}

#error {
	margin:20px;
	padding:10px;
	border:2px solid #F03030;
	height:104px;
	width:152px;
	float:left;
}
	#error h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#F03030;
		float:left;
	}
	
	#error img {
		margin-left:60px;
	}

#success {
	margin:20px;
	padding:10px;
	border:2px solid #090;
	height:104px;
	width:152px;
	float:left;
}
	#success h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#090;
		float:left;
	}
	
	#success img {
		margin-left:60px;
	}


table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

