body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #a5abb0;
	background-image: url(/images/page_bgr.gif);
	margin: 0px;
	padding: 0px;
}
td, div { font-size: 11px; }
form, div { margin: 0px; padding: 0px; }
a { color: #c30; text-decoration: none; }
a:hover { color: #c60; text-decoration: none; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #c60;
}

h2 { font-size: 13px; margin-bottom: 4px; }


#nav td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #930;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#nav a { color: #333; text-decoration: none; }
#nav a:hover { color: #330; text-decoration: none; }
#nav .btnOver a { color: #663; }
#nav .btn { background-image: url(/images/nav_bgr.gif); }
#nav .btn .left { background-image: url(/images/nav_left.gif); }
#nav .btn .right { background-image: url(/images/nav_right.gif); }
#nav .btnOver { background-image: url(/images/nav_bgr_over.gif); }
#nav .btnOver .left { background-image: url(/images/nav_left_over.gif); }
#nav .btnOver .right { background-image: url(/images/nav_right_over.gif); }
#nav .btnDown { background-image: url(/images/nav_bgr_down.gif); }
#nav .btnDown .left { background-image: url(/images/nav_left_down.gif); }
#nav .btnDown .right { background-image: url(/images/nav_right_down.gif); }
#nav .btn .left, #nav .btn .left img, #nav .btnOver .left, #nav .btnOver .left img,
#nav .btnDown .left, #nav .btnDown .left img { width: 4px; height: 21px; }
#nav .btn .right, #nav .btn .right img, #nav .btnOver .right, #nav .btnOver .right img,
#nav .btnDown .right, #nav .btnDown .right img { width: 5px; height: 21px; }
#stats {
	font-size: 10px;
	color: #ccc;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f58b00;
}
#stats b { color: #f93; }
#topbar td {
	font-size: 10px;
	color: #fff;
	letter-spacing: 1px;
}
#topbar .fld {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #fff;
	border: 1px solid #c60;
	width: 120px;
}
#grid {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	font-size: 0px;
	width: 1000px;
	height: 1000px;
	background-image: url(/images/grid_bgr.gif);
}
#content {
	padding: 30px;
	padding-left: 180px;
	padding-right: 180px;
	text-align: left;
}
#footer {
	font-size: 10px;
	color: #999;
	line-height: 14px;
	width: 100%;
	background-color: #2d3439;
	padding: 1px;
	padding-bottom: 6px;
}
#footer a { color: #f90; text-decoration: none; }
#footer a:hover { color: #fc0; text-decoration: none; }
#footer img {
	width: 100%;
	height: 6px;
	margin-bottom: 6px;
	background-color: #f90;
}
.list, .list td, .list th {
	border: 1px solid #2d3439;
	border-collapse: collapse;
	padding-left: 4px;
	padding-right: 4px;
}
.list th {
	font-size: 12px;
	color: #fff;
	background-color: #f90;
	border-bottom-width: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.vBorders {
	border-left: 1px solid #282e32;
	border-right: 1px solid #282e32;
	background-color: #c6c9cc;
}
.placer { border: 0px; position: absolute; z-index: 2; }
.txtFld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868a8f;
	background-color: #fff;
	border: 1px solid #868a8f;
	width: 100%;
}
.txtFldShort {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868a8f;
	background-color: #fff;
	border: 1px solid #868a8f;	
}
.frmBtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868a8f;
	font-weight: bold;
	background-color: #d9dadb;
	border: 1px solid #868a8f;
}
.center { text-align: center; }
.dGroup {
	border: 1px dotted #d9dadb;
	padding: 10px;
}
.error { color: red; }
