
body, iframe {
	background	: #0F1424 url(images/background-shade.png);
	color		: #CCCCCC;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 11px;
	margin		: 0px
}
div, span, td {
	font-size	: 11px;
}
A:link, A:visited {
	color			: #CBBA47;
	text-decoration	: none;
}
A:hover, A:visited:hover, A:active {
	color			: #FFFF00;
	text-decoration	: underline;
}
.contentarea a img {
	border	: 1px solid #CCCCCC;
}
.contentarea img { position: relative; }
.contentarea table img { position: static; }
h1 {
	color		: #CCCCCC;
	display		: inline;
	font-weight	: bold;
	font-size	: 13px;
}
h2 {
	color		: #CCCCCC;
	display		: inline;
	font-size	: 12px;
	font-weight	: bold;
}

blockquote {
    border: thin solid #BFB040;
    font-size: 11px;
    background: url(images/blockquote.jpg);
    margin: 10px;
    padding: 10px;
}

#headlinescontainer {
	height		: 105px;
	margin		: 0;
	position	: relative;
}
	#headlinesbox {
		background	: #000000 url(../coh/index.php/index.php);
		border		: 0px none;
		position	: absolute;
		width		: 49%;
		top			: 0;
		left		: 0;
		margin		: 0 1% 0 0;
	}
	#imptnewsbox {
		background	: #000000 url(../coh/index.php/index.php);
		border		: 0px none;
		position	: absolute;
		width		: 49%;
		top			: 0;
		left		: 50%;
		margin		: 0 0 0 1%;
	}
	#headlinescontainer ul.menu {
		margin	: 0;
	}
	#headlinescontainer ul.menu a.menulink:link, #headlinescontainer ul.menu a.menulink:visited, #headlinescontainer ul.menu a.menulink:active {
		color			: #CBBA47;
		display			: block;
		width			: 96%;
		padding			: 1px 2%;
		text-decoration	: none;
	}
		.headlineshead {
			background	: #0F1424;
			color		: #CCCCCC;
			font-size	: 13px;
			font-weight	: bold;
			padding		: 2px 5px;
		}
.odd {
	background	: #0F1424;
}
.even {
	background	: #333333;
}
.contentbox {
	background		: url(../coh/index.php/index.php);
	border-style	: none;
	border-width	: 0;
	margin			: 0;
	padding			: 0;
	position		: relative;
}
	.contenthead {
		height		: 16px;
		padding		: 2px 5px;
	}
	#contentlogo {
		left		: -5px;
		position	: relative;
	}
	.contentarea {
		background	: url(../coh/index.php/index.php);
		border		: 0px none;
		color		: #CCCCCC;
		font-size	: 12px;
		font-weight	: normal;
		margin		: 0 10px;
		padding		: 5px;
		position	: relative;
	}
		.contentarea a:link, .contentarea a:visited, .contentarea a:active {
			color	: #CBBA47;
		}
		.contentarea a:hover, .contentarea a:visited:hover {
			color	: #FFFF00;
		}
		.newsdate {
			font-style	: italic;
		}
		.newsname {
			color		: #9DB5CC;
			font-weight	: bold;
		}
		.commentlink {
			font-weight: bold;
		}
		.readmorelink {
			font-weight: bold;
		}
		
#contentbar {
	background-image	: none;
	border				: 1px solid #000000;
	font-size			: 10px;
	margin				: 0 10px;
	padding				: 0 5px;
}
#leftbox2 {
	border		: 1px solid #000000;
	float		: left;
	margin-left	: -9px;/*must be 1px less than width otherwise won't push footer down */
	position	: relative;/*ie needs this to show float */
	width		: 10px;
	visibility	: hidden;
}
* html #leftbox2 {/*only ie gets this style*/
	margin-left: -20px;
}
	#spacerimage {
		display: block;
		width: 1px;
		height: 1100px;
	}
#leftbox {
	color		: #CCCCCC;
	font-size	: 11px;
	left		: 0;
	position	: absolute;/*ie needs this to show float */
	top			: 193px;
	width		: 180px;
	z-index		: 2;	
}
#rightbox2 {
	visibility: hidden;
	position:relative;/*ie needs this to show float */
	width:162px;
	float:right;
	margin-right:-161px;/*must be 1px less than width otherwise won't push footer down */
}
#rightbox {
	color		: #CCCCCC;
	font-size	: 11px;
	position	: absolute;  /*ie needs this to show float */
	right		: 0;
	top			: 193px;
	width		: 180px;
	z-index		: 2;
}
	.menubg {
		position: relative;
		width: 145px;
		height: 175px;
	}
	#leftbox .menubg {
		background	: none;
	}
	#rightbox .menubg {
		background	: none;
	}
	#rightbox .menubg {
		
	}
	.menuheadbg {
		display: block;
		width: 145px;
		height: 32px;
	}
	.menuhead, a.menuhead:link, a.menuhead:visited, a.menuhead:active {
		color           : #CCCCCC;
		font-size       : 12px;
		font-weight     : bold;
		text-decoration : none; }
	a.menuhead:hover, a.menuhead:visited:hover {
		color           : #999999;
		font-size       : 12px;
		font-weight     : bold;
		text-decoration : underline; }
	#leftbox .menuheadbg {
		background	: none;
	}
	#leftbox .menuhead {
		position  : relative;
		height    : 22px;
		top       : 7px;
		left      : 7px;
	}
	#rightbox .menuheadbg {
		background: url() no-repeat;
	}
	#rightbox .menuhead {
		position	: relative;
		height      : 22px;
		top			: 0px;
		left		: 0px;
	}
	ul.menu	{
		font-size	: 11px;
		list-style	: none;
		padding		: 0;
	}
	#leftbox ul.menu {
		margin: 0 0 0px 0px;
	}
	#rightbox ul.menu {
		margin: 0 0 10px 15px;
	}
	li {
		font-size	: 11px;
		list-style	: none;
	}
	ul.menu a.menulink:link, ul.menu a.menulink:visited, ul.menu a.menulink:active {
		width			: 128px;
		font-size       : 10px;
		font-weight     : normal;
		color			: #CBBA47;
		text-decoration	: none;
	}
	ul.menu a.menulink:hover, ul.menu a.menulink:visited:hover {
		background-color : #666666;
	}
	.randomscreen IMG {
		width	: 120px;
		height	: 90px;
	}

#footerbox {
	padding		: 21px 0;
	background	: #333333 url(images/background-shade.png); repeat-x;
	color		: #CCCCCC;
	font-size	: 10px;
}
#logo {
	background	: url(images/bannerbg.jpg);
	background-position	: bottom;
	background-repeat	: repeat-x;
	position	: absolute;
	width		: 100%;
	height		: 135px;
	top			: 30px;
	left		: 0;
	overflow	:hidden;
}
#ticker {
	position	: absolute;
	width		: 100%;
	top			: 165px;
	left		: 0;
	height		: 28px;
	background	: url(images/background-shade.png);
	background-repeat	: repeat-x;
	background-position	: bottom;
	color		: #CCCCCC;
	font-size	: 10px;
	font-weight	: bold;
}
#ticker a {
	color	: #CCCCCC;
}
	#tickerinfo {
		position: absolute;
		left: 0;
		padding:
		padding: 0px 0px 0px 6px;
	}
	#tickerdate {
		position: absolute;
		right: 0;
		padding: 0px 0px 0px 6px;
	}
#header {
	position	: absolute;
	width		: 100%;
	height		: 10px;
	top			: 195px;
	left		: 0;
	background	: none;
}
#outer{
	height			: 100%;
	min-height		: 100%;
	margin-left		: 182px;
	margin-right	: 178px;
	margin-bottom	: -52px;
}
html>body #outer{ height : auto; } /*for mozilla as IE treats height as min-height anyway*/
#footer {
	width		: 100%;
	clear		: both;
	height		: 50px;
	position	: relative;
	text-align	: center;
	z-index		: 1;
}
* html #footer {/*only ie gets this style*/
	/height:52px;/* for ie5 */
	he/ight:50px;/* for ie6 */
}
/* Margin fix for Opera - CSS3 */ 
@media all and (min-width: 0px){ 
	#outer { 
		margin-left: 132px; 
	}
	#footer {
		margin-left: -7px;
		width: 101.5%;
	}
} 
#clearheader{height:195px;}/*needed to make room for header*/
#clearfooter{clear:both;height:50px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px;}/* combat IE's 3 pixel jog */
#centrecontent {float:right;width:100%;position:relative;margin: 0 -0.5%;}
.outerwrap {
float: left;
width: 99%;
}

/* *******************************************************************/
/* ******************** Game Database Styles *************************/
.data-header {
	background-color	: #333333;
	border-color		: #333333;
	border-style		: ridge;
	color				: #CCCCCC;
	font-family			: "Copperplate Gothic Light", "Times New Roman", Georgia, Times, serif;
	font-size			: 16px;
	font-weight			: bold;
	text-align			: center;
	vertical-align		: top; }
	
td.data-header {
	padding	: 2px; }

td.data-label {
	color		: #CCCCCC;
	font-size	: 12px;
	font-weight	: bold;
}

a.data-label:link, a.data-label:visited, a.data-label:active {
	color			: #9DB5CC;
	font-size		: 12px;
	font-weight		: bold;
}

a.data-label:hover, a.data-label:visited:hover {
	color			: #CCCCCC;
	font-size		: 12px;
	font-weight		: bold;
}

.data-label-right {
	background-color	: #333333;
	border-bottom-color	: #000000;
	border-bottom-width	: 1px;
	border-bottom-style	: solid;
	border-right-color	: #000000;
	border-right-width	: 1px;
	border-right-style	: solid;
	color				: #CCCCCC;
	font-size			: 12px;
	font-weight			: bold;
	padding-right		: 12px;
	text-align			: right;
	vertical-align		: top; }

.data-label-center {
	background-color	: #333333;
	border-bottom-color	: #000000;
	border-bottom-width	: 1px;
	border-bottom-style	: solid;
	border-right-color	: #000000;
	border-right-width	: 1px;
	border-right-style	: solid;
	color				: #CCCCCC;
	font-size			: 12px;
	font-weight			: bold;
	padding-right		: 12px;
	text-align			: center;
	vertical-align		: top; }
  
.data-label-left {
	background-color	: #333333;
	border-bottom-color	: #000000;
	border-bottom-width	: 1px;
	border-bottom-style	: solid;
	border-right-color	: #000000;
	border-right-width	: 1px;
	border-right-style	: solid;
	color				: #CCCCCC;
	font-size			: 12px;
	font-weight			: bold;
	padding-right		: 12px;
	text-align			: left;
	vertical-align		: top; }
  
.data-normal {
	color			: #CCCCCC;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
}

td.data-normal {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	padding-left	: 5px;
	vertical-align	: top;
}
  
a.data-normal:link, a.data-normal:visited, a.data-normal:active {
	color 			: #CBBA47;
	font-weight		: normal;
	text-decoration	: none; }
  
a.data-normal:hover {
	color			: #FFFF00;
	font-weight		: normal;
	text-decoration	: underline; } 

.data-normal-sub {
	color			: #CCCCCC;
	font-size		: 11px;
	font-style		: italic;
	font-weight		: normal;
}

.data-note {
	color			: #CCCCCC;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: normal;
}

a.data-note:link, a.data-note:visited, a.data-note:active {
	color			: #CBBA47;
	font-size		: 10px;
	font-weight		: normal;
}

a.data-note:hover {
	color			: #FFFF00;
	font-size		: 10px;
	font-weight		: normal;
}

.data-stat {
	color		: ;
	font-size	: 12px;
	font-weight	: bold; }
	
.data-statplus {
	color		: #99FF99;
	font-size	: 12px;
	font-weight	: bold; }
	
.data-statminus {
	color		: #FF9999;
	font-size	: 12px;
	font-weight	: bold; }

.data-table {
	border-bottom-color	: #000000;
	border-bottom-width	: 1px;
	border-bottom-style	: solid;
	border-left-color	: #000000;
	border-left-width	: 1px;
	border-left-style	: solid;
	border-right-color	: #000000;
	border-right-width	: 1px;
	border-right-style	: solid;
}

.header {
	background	: #0F1424 url(); }
	
#headlinescontainer {
	height		: 144px; }

#headlinesbox_left {
	background  : #000000 url(../coh/index.php/index.php);
	border		: 1px solid #000000;
	left		: 0;
	margin		: 0 0 0 0;
	position	: absolute;
	top			: 0;
	width		: 32.75%; }

#headlinesbox_middle {
	background  : #000000 url(../coh/index.php/index.php);
	border		: 1px solid #000000;
	left		: 33.5%;
	margin		: 0 0 0 0;
	position	: absolute;
	top			: 0;
	width		: 32.75%; }

#headlinesbox_right {
	background  : #000000 url(../coh/index.php/index.php);
	border		: 1px solid #000000;
	left		: 67%;
	position	: absolute;
	margin		: 0 0 0 0;
	top			: 0;
	width		: 32.75%; }

input, select, text, textarea {
	color		: #000000;
	font-size	: 10px; }
	
.list-break {
	color			: ;
	font-size		: 14px;
	font-weight		: bold;
	font-family		: "Copperplate Gothic Light", "Times New Roman", Georgia, Times, serif; }
	
.list-faded {
	color			: #999999;
	font-size		: 9px; }
  
.listcell {
	border-width        : 0;
	color               : #CCCCCC;
	font-size		    : 10px;
	font-style		    : normal;
	font-variant	    : normal;
	text-decoration     : none;
	vertical-align      : top; }

A.listdata:link, A.listdata:visited, A.listdata:active {
	background      : none;
	color           : #CBBA47;
	font-size       : 10px;
	font-weight     : normal;
	text-decoration : none; }
  
A.listdata:hover {
	background      : none;
	color           : #FFFF00;
	font-size       : 10px;
	font-weight     : normal;
	text-decoration : underline; }
  	
.listheader {
	color               : #9DB5CC;
	font-size		    : 10px;
	font-weight			: bold;
	text-align          : center;
	vertical-align      : top; }
	
td.listheader {
	background			: #0F1424 url();
	border-color        : #333333;
	border-style        : inset;
	border-width        : 1; }

a.listheader:link, a.listheader:visited, a.listheader:active {
	color           : #CBBA47;
	font-weight		: bold;
	text-decoration : none; }
  
a.listheader:hover {
	color           : #FFFF00;
	font-weight		: bold;
	text-decoration : underline; }

.listnav {
	border-color 	: #333333;
	color        	: #CCCCCC;
	font-size    	: 12px;
	font-style   	: normal;
	font-variant 	: normal;
	vertical-align	: middle;}
	
img.listnav {
	border-style : inset;
	border-width : 1px; }
	
.listrowfx {
	background-color    : #666666;
	border-width        : 0;
	font-size		    : 10px;
	font-style		    : normal;
	font-variant	    : normal;
	vertical-align      : top; }
		
.list-stat {
	color               : ;
	font-size		    : 10px;
	vertical-align      : top; }
	
.list-statplus {
	color               : #99FF99;
	font-size		    : 10px;
	vertical-align      : top; }
	
.list-statminus {
	color               : #FF9999;
	font-size		    : 10px;
	vertical-align      : top; }
	
.newsdate {
	font-style	: italic; }

.newsname {
	color		: #CBBA47;
	font-weight	: bold; }
	
.searchcell {
	border			: 0px none;
	color           : #CCCCCC;
	font-size		: 10px;
	font-weight     : bold;
	vertical-align  : top; }
	
.searchtable {
	border			: 1px solid ;
	color           : #CCCCCC; }

.commentlink {
	font-weight	: bold; }

.readmorelink {
	font-weight	: bold; }

.randomscreen img {
	width	: 120px;
	height	: 90px; }
