/*** The Essential Code ***/

body
{
	margin: 15px 0;
	padding: 0;
	text-align: center;
}

#container
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 645px;
	padding-left: 180px;      /* LC width */
	padding-right: 180px;     /* RC width */
}

#center
{
	width: 100%;
}

#left
{
	position: absolute;
	width: 180px;
	left: 0px;
	top: 0px;
}

#right
{
	position: absolute;
	width: 180px;
	right: 0px;
	top: 0px;
}

#footer
{
	clear: both;
}

/*** Look and Feel ***/

body
{
	background-color: #000000;
	background-image: url(../images/star_field.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #FFFFFF;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#middle
{
	text-align: center;
}

#left
{
	text-align: center;
}

#right
{
	text-align: center;
}

#middle_content
{
	width: 99%;
	margin: 0 auto;
	text-align: left;
}

#mask
{
	z-index: 50;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.mask_off
{
	display: none;
}

.mask_on
{

}

#popup_message
{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 350px;
	height: 200px;
	margin-top:-102px;
	margin-left:-177px;
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	background-color: #000000;
	z-index: 51;
}

.hidden
{
	visibility: hidden;
}

.visible
{
	visibility: visible;
}

.left_menu
{
	width: 145px;
	margin: 0 auto;
	text-align: right;
}

.menu_heading
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
}

.menu_item
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
}

.left_menu .menu_heading
{
	background-color: #9C311D;
	padding: 5px;
}

.left_menu .menu_item
{
	background-color: #D76C59;
	padding: 5px;
	margin-left: 10px;
}

.right_menu
{
	width: 145px;
	margin: 0 auto;
	text-align: left;
}

.right_menu .menu_heading
{
	background-color: #1F116B;
	padding: 5px;
}

.right_menu .menu_item
{
	background-color: #483B95;
	padding: 5px;
	margin-right: 10px;
}

div.login_menu
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	background-color: #9C311D;
	width: 120px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

div.page_title
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	background-color: #9C311D;
	color: #F8D800;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

div.news_item
{
	position: relative;
	margin-bottom: 25px;
}

div.news_subject
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	padding: 5px;
	background-color: #9C311D;
	font-weight: bold;
}

div.news_content
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	padding: 5px;
	background-color: #1F116B;
	margin-left: 25px;
	margin-right: 25px;
}

div.news_footer
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	padding: 5px;
	background-color: #9C311D;
	font-weight: bold;
	text-align: right;
}

div.row
{
	position: relative;
	margin-top: 5px;
}

div.row_header
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	padding: 5px;
	background-color: #9C311D;
	font-weight: bold;
}

div.row_sub_content
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	padding: 5px;
	background-color: #1F116B;
	margin-left: 50px;
	margin-right: 0px;
	display: none;
}

table.results
{
	width: 100%;
/*	font-size: 0.85em;*/
}

td
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	padding: 5px;
	background-color: #483B95;
}

td.title
{
	background-color: #1F116B;
	font-weight: bold;
}

td.totals
{
	background-color: #1F116B;
	font-weight: bold;
}

td.clear
{
	border: none;
	empty-cells: hide;
	background-color: transparent;
}

.page_links
{
	text-align: right;
}

.centred
{
	text-align: center;
}

img
{
	border-style: none;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
}

a:link
{
	color: #FFFFFF;
}

a:visited
{
	color: #FFFFFF;
}

a:hover
{
	color: #FFFF00;
}

a:active
{
	color: #FFFFFF;
}