/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Page Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	margin: 10px;
	padding: 0px;
	text-align: center;
	background-color: #1b1f27;
	font-size: small;
	line-height: 18px;
	color: #9fa3ab;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	}

img {
	border: none;
	}

a {
	color: #ccff33;
	text-decoration: none;
	}

a:hover {
	color: #ffcc33;
	text-decoration: none;
	}

.hidden {
	display: none;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Header Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.headerAlt {
	color: #ffcc33;
	}

.headerLeft  {
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 10px 33px;
	text-align: left;
	font-size: medium;
	color: #888c93;
	}

.headerRight  {
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 10px 33px;
	text-align: right;
	font-size: medium;
	color: #888c93;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Table Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table {
	width: 650px;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

.tabBorder {
	border: 1px solid #2c3039;
	}

.tabLeft {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	font-weight: normal;	
	width:275px;
	}

.tabDiv {
	width:1px;
	background-color:#2c3039;
	}

.tabRight {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	font-weight: normal;
	}

.tableRollover td, .tableRollover th { 
	background-color:#444444;
	}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Footer Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer {
	margin: 0px;
	padding: 0px;
	height: 120px;
	border-bottom: 9px solid #2c3039;
	}
