body {
	font-family: "Lucida Grande","Luxi Sans","Lucida Sans","Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 9pt;
	background-color: #cccccc;
}

#body_container {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 49%;
	right: 51%;
	width: 100px;
}

#header {
	position: 				relative;
	left: 					0px;
	right: 					0px;
	height: 				65px;
	padding-top: 			7px;
	padding-left:			25px;
	background-color: 		#092010;
	background-image:		url(/images/header_bg.png);
	background-position:	top;
	background-repeat:		repeat-x;
}

#footer {
	height: 15px;
	border-top: 1px solid white;
	padding: 2px;
	background-color: #092010;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: white;
}

#footer a {
	position: absolute;
	right: 5px;
	text-decoration: none;
	color: #d0f0d0;
}

#page_title {
	position: absolute;
	right: 10px;
	top: 40px;
	font-size: 8pt;
	color: #a0a0a0;
}

#main {
	position: absolute;
	left: -450px;
	width: 900px;
	height: 100%;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#content {
	background-color: white;
	position: absolute;
	top: 97px;
	bottom: 20px;
	left: 0px;
	right: 0px;
	overflow-y: auto;
}

div.actionbar {
	background-color: lightblue;
	padding: 5px;
	margin: 10px;
}

#greyout {
	background-color: white;
	opacity: .9;
	z-index: 999;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: black;
	opacity: .8;
	display: none;
}

div.page_title {
	display: none;
	position: relative;
	top: -30px;
	left: 300px;
	margin: 0px;
	padding: 2px;
	font-size: 11pt;
	color: white;
	border: none;
	background-color: #004000;
	border-bottom: 1px solid #cad5db;
	text-align: center;
	height: 20px;
}

h2 {
	font-size: 11pt;
	font-weight: normal;
	color: #1a4b00;
	margin-bottom: 10px;
}

hr {
	color: navy;
	border: none;
	border-bottom: 1px solid #CAD5DB;
}

div.spacer {
	padding: 5px;
}

a,a:visited {
	color: navy;
}

div.resize_bar {
	background-color: #808080;
}

#content div.error_message {
	padding: 10px;
	margin-bottom: 5px;
	background-color: lightyellow;
	color: red;
}

#help {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	display: none;
	background-color: lightyellow;
	z-index: 1000;
	padding: 10px;
}

#blackbar {
	background-color: black;
	height: 50px;
	font-size: 28pt;
	padding-left: 40px;
	padding-top: 5px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica,
		sans-serif;
	text-align: left;
}

div.location_bar {
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
	padding: 0px 35px 5px 35px;
	color: #092010;
	text-transform: lowercase;
	font-size: 8pt;
}

div.location_bar a
{
	text-decoration: none;
	color: #092010;
}

div.location_bar a:hover
{
	text-decoration: underline;
}

div.AjaxMessage
{
	padding: 10px;
	color: #505050;
}

img
{
	border: none;
}