body {
	background: url("../images/background.gif") top repeat-x;
	padding: 0px;
	margin: 0px;
}
div, p, font, table, tr, td, th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table, tr, td, th {
	font-size: 12px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
img {
	border: 0px;
}
h1 {
	text-align: right;
	margin-bottom: -15px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 20px;
	color: #003d78;
}
.subh1 {
	text-align: center;
	color: #999;
}
h2 {
	margin-bottom: 0px;
	font-size: 17px;
	margin-left: -15px;
	background: #eee;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ddd;
	padding: 6px;
}
h2 a {
	color: #0000cc;
	display: block;
}
h2 a:hover {
	color: #555588;
}
form {	padding: 0px; margin: 0px;}
#page {
	width: 750px;
	text-align: left;
}
#all { 
}
#left {
	position: absolute;
	width: 195px;
	z-index: 5;
	background: #fff;
}
.nav_box {
	border: 1px solid #b0b0b0;
	border-top: 0px;
}
.nav_box a {
	display: block;
	color: #575757;
	padding: 6px 8px 4px 9px;
}
.nav_box a:hover {
	background: #eee;
}
#right {
	width: 750px;
	padding-top: 10px;
}
#right table {
	margin: 15px;
}
#topright {
	text-align: right;
	font-size: 9px;
	margin: 5px 8px 0 0;
	color: #444;
}
#login_box {
	margin-left: 265px;
	margin-top: 100px;
	background: url("../images/login_box_bg.gif");
	width: 220px;
	border: 1px solid #8b8b8b;
}
#login_box_head {
	background: #3d3d38;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	padding: 4px;
}
.login_box {
	padding: 6px;
}
table.data {
	background: #bbb;
	width: 700px;
	margin-left: 4px;
}
table.data th {
	background: #555;
	color: #fff;
	font-size: 11px;
}
table.data th a{
	color: #fff;
}
table.data th a:hover {
	text-decoration: underline;
}
table.data td {
	background: #fff;
	font-size: 11px;
}
table.data td.e {
	background: #eee;
}
tr.dark td {
	background: #eee;
}
tr.greyed td {
	background: #cfcfcf;
	color: #a6a6a6;
}
table.right td {
	text-align: right;
}
table.leftalign td, table.leftalign th {
	text-align: left;
	padding-right: 14px;
}
table.linkall a {
	padding: 4px;
	display: block;
	font-weight: normal;
	color: #000066;	
}
table.linkall a:hover {
	background: #ddd;
	font-weight: bold;
	color: #000;
}
table.linkall th {
	padding: 4px;
}
#footer {
	text-align: center;
	border-top: 1px solid #ddd;
	color: #999;
	padding-top: 7px;
	margin-top: 25px;
}
#footer a {
	color: #888;
	font-weight: normal;
}
#footer a:hover {
	color: #333;
}
.tooltipsneak {
	
}
.tooltiphead {
	width: 40px;
}
.tooltiphead a {
	font-weight: bold;
	display: block;
}
.tooltip {
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid #bbb;
}
.codebox {
	width: 80px; background: #ccffcc; border: 1px solid #669966; display: inline; padding: 1px;
}
.bold, .bold tr, .bold td {
	font-weight: bold;
}

#logo {
	display: none;
}