body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../images/global/bg.jpg);
}

/* MAIN TABLE */
table#maintable {
	width:770px;
	border: 1px solid #000000;
}

/* HEADER */
td#header {
	width:770px;
}

/* MENU */
td#menucolumn {
	width:170px;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	min-height: 500px;
	_height: 500px;
}
div#menu {
	width:160px;
	background-image: url(../images/global/menu_bg.jpg);
	background-color:#BB0000;
	padding: 0px;
	margin: 0px;
	display:block;
	vertical-align: top;
}
div#menu a {
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 5px;
	border-bottom: 1px solid #B2B2B2;
	clear: both;
	margin:0px;
}
div#menu a:hover {
	background-color: #000000;
}
div#menu div#menuheader {
	display:block;
	margin:0px;
	padding:0px;
	clear: both;
	height:11px;
	background-image: url(../images/global/menu_top.gif);
	background-color: #FFFFFF;
	background-position:bottom;
	background-repeat:no-repeat;
}
div#menu div#menufooter {
	display:block;
	margin:0px;
	padding:0px;
	clear: both;
	height:10px;
	background-image: url(../images/global/menu_bottom.gif);
	background-color: #FFFFFF;
	background-position:top;
	background-repeat:no-repeat;
}

/* CONTENT */
td#content {
	width:600px;
	background-color: #FFFFFF;
	background-image: url(../images/global/content_bg.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	padding-bottom: 50px;
	min-height: 500px;
	_height: 500px;
}
td#content, td#content td, td#content th, td#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td#content h1 {
	background-image: url(../images/global/titlebar.gif);
	background-repeat:no-repeat;
	height: 40px;
	text-indent: 95px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #C00000;
}

/* Data tables */
table.datatable {
	width: 540px;
	left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #EEEEEE;
	border: #000000 1px solid;
}
table.datatable tr.header td, table.datatable tr.header th {
	background-color: #BB0000;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	padding: 1px 5px;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}
table.datatable tr.row1 td, table.datatable tr.row2 td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;	
	border-bottom: #999999 1px solid;
	vertical-align: top;
}
table.datatable tr.row1 {
	background-color: #FFFFFF;
}
table.datatable tr.row1:hover, table.datatable tr.row2:hover {
	background-color: #FFFF00;
}
table.datatable tr.row1 td a, table.datatable tr.row2 td a {
	color: #000000 !important;
	text-decoration:none !important;
}
table.datatable tr.row1 td a:hover, table.datatable tr.row2 td a:hover {
	color: #BB0000 !important;
	text-decoration:underline !important;
	background-color: transparent !important;
}
table.datatable tr.header td a {
	color: #FFFFFF !important;
	background-color: transparent !important;
	text-decoration:none !important;
}
table.datatable tr.header td a:hover {
	color: #EEEEEE !important;
	text-decoration:underline !important;
}

/* right side column */
td#content div.infocolumn {
	float:right;
	width: 150px;
	padding-left: 15px;
	padding-bottom: 5px;
}
td#content div.infocolumn a {
	color: #BB0000;
	text-decoration:none;
}
td#content div.infocolumn a:hover {
	text-decoration:underline;
}

/* News Column */
td#content div#newscolumn {
	font-size:10px;
	float:right;
	width: 220px;
	padding-left: 15px;
	padding-bottom: 5px;
	_height:120px;
	min-height:120px;
}
td#content div#newsheader {
	text-align: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/global/heading_bg.jpg);
	background-color:#BB0000;
	padding: 2px 5px;
	border-bottom: 1px solid #B2B2B2;
	clear: both;
	margin:0px;
	width: 200px;
}
td#content div#newscolumn a {
	color: #BB0000;
	text-decoration:none;
}
td#content div#newscolumn a:hover {
	text-decoration:underline;
}
td#content a.box-item {
	display: block;
	width: 200px;
	padding:5px;
	border-bottom:1px #999999 solid;
}
td#content a em {
	font-size: 9px;
	color: #999999;
}
td#content a strong {
	font-weight:normal;
}
td#content a:hover {
	color: #BB0000;
	background-color:#FFFF00;
	text-decoration:none !important;
}
td#content a:hover em {
	color: #666666;
}
td#content a.more {
	display: block;
	text-align:right;
	width: 200px;
	font-size:11px;
	padding: 2px 5px;
	color: #666666;
}
td#content a.more:hover {
	color: #666666;
	text-decoration:underline !important;
}

/* News Items */
a.newsitem 
{
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: 1px #DDDDDD solid;
	padding: 5px 0px;
}
a.newsitem:hover
{
	background-color:#FFFFEE;
	text-decoration: none;
}
a.newsitem h3
{
	margin-top: 0px;
	margin-bottom: 8px;
}
a.newsitem:hover h3
{
	color: #C00000;
}
a.newsitem div.fullstory
{
	margin-top: 3px;
	font-size: 10px;
	text-align: right;
	color: #C00000;
}

/* forms */
td#content .shorttext, td#content .midtext, td#content .longtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: middle;
}
td#content .shorttext {
	width: 70px;
}
td#content .midtext {
	width: 180px;
}
td#content .longtext {
	width: 350px;
}
td#content .shorttext, td#content .midtext, td#content .longtext {
	background-color: #FFFFFF;
	border: 1px solid #A5AEB5;
}
td#content input.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C00000;
	height: 20px;
	border: 1px solid #000000;
	vertical-align: middle;
}
td#content table.formtable {
	width: 570px;
}
td#content table.formtable tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
td#content table.formtable th {
	padding-top: 18px;
	text-align: left;
	border-bottom: 2px solid #525552;
	font-size: 15px;
	color: #BB0000;
	padding-bottom: 2px;
}
td#content td.label {
	width: 25%;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color:#BB0000;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
}
td#content td.field {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 75%;
	border-left: 4px #000000 solid;
	border-bottom: 1px #000000 solid;
}
td#content td.submit {
	padding-top: 15px;
	padding-left: 150px;
}

/* Row Navigator */
div.pagenav {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 11px;
}
div.pagenav a {
	color: #B71A1D;
	text-decoration: none;
}
div.pagenav a:hover {
	color: #FFFFFF;
	background-color: #B71A1D;
}
div.pagenav span.currentpage {
	color: #000000;
	font-weight: bold;
}

/* FOOTER */
td#footer {
	width:770px;
	background-color: #BB0000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
td#footer a {
	color:#FFFFFF;
}
