/* -- GLC COLORS -- */

/*
yellow 		#F6E608
dark grey 	#333
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #272727;
	height: 100%;
}

body, tr,td  			{font: 11px/18px Verdana, Arial, Helvetica, sans-serif, Tahoma;color: #666;}
input, select, textarea 	{font: 11px Verdana, Arial, Helvetica, sans-serif, Tahoma;color: #666;}


a			{outline: none;}
a:link 			{color:#333; text-decoration:underline;}
a:visited 		{color:#333; text-decoration:underline;}
a:hover 		{color:#F6E608; background: #666;text-decoration:none;}
a:active 		{color:#F6E608; background: #666;text-decoration:none;}

p a:hover 		{padding: 2px;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 			{margin:0 0 10px;}
dt 			{font-weight:bold;}
dd			{margin:0 0 3px 10px;}
p 			{margin:0 0 15px;}

h1 			{font:x-large "Lucida Grande", Arial, sans-serif; color:#333;letter-spacing:-1px;margin: 10px 0 0 0;text-transform:lowercase;}
h2 			{font-size:medium; margin:8px 0;}
h3 			{font-size:small; margin:6px 0 5px;}
h4 			{font-size:x-small; margin:4px 0;}
h5			{font-size:xx-small; margin:3px 0;}
h6 			{font-size:xx-small; margin:0;}
hr 			{border: 0; border-top: 1px solid #ccc; height: 1px;margin: 10px 0 10px 0;}
img 			{border:none;}
acronym			{border-bottom: 1px solid;}
blockquote 		{margin:0 25px 20px 25px; font-style:italic;}

.posted {
	font-family: Arial, Helvetica, tahoma, sans-serif;
	color: #F6E608;
	background: #666;
	padding: 3px;
	margin-bottom: 10px;
}

img.gallery-thumbnail {border: 2px solid #999;padding: 10px;background: #ccc;margin-bottom: 10px;}
a.gallery-thumbnail:hover img.gallery-thumbnail {border: 2px solid #F6E608;background: #bbb;}

.clr {clear:both;}
#preload {display: none;}

/*Overrides for lightbox images*/
a.nobackground:link {text-decoration:none;}
a.nobackground:hover {color: #333;background: none;padding: 0px;text-decoration:none;}
#imageData #bottomNavClose{ background: none;	}

/* Standard Layout */


table.honourboard th { font-size: 9px; background-color: black; color: yellow; }
table.honourboard td { font-size: 8px; background-color: #e7e6e6; color: black; }
table.honourboard p { padding: 0px; margin 0px; line-height: 10px; }

#content-right h3 {
	background-color: black;
	color: yellow;	
	text-align: left;
	padding-left: 10px;
}

div.side-results a:link {text-decoration:none;}	


#header-wrapper {
	background:  #F6E608 url("../images/bg-header.jpg") repeat-x 0 0;
	height: 161px;
}

#header {
	position: relative;
	background: url("../images/header.jpg") no-repeat 0 0;
	width: 950px;
	height: 161px;
	margin: 0 auto;
	
}

#header h1, #header h2 {
	text-indent: -9000px;
	margin: 0;
}

#content-wrapper {
	height: auto;
	background: #F6E608 url("../images/bg-home2s.jpg") repeat-x 0 0;
}

#content {
	position: relative;
	background:  #fff url("../images/bg-content.gif") repeat-y 0 0;
	width: 950px;
	height:auto;
	margin: 0 auto;
	text-align: left;
}

#content-main {
	/*position: relative;*/
	/*width: 465px;*/
	/*height: 100%;*/
	padding: 15px;
	margin-left: 200px;
	margin-right: 200px;
/*	background-color: #FFC;*/
}

#content-top {
	width: 750px;
	height: 64px;
	margin-left: 200px;
	background: url("../images/bg-content-top.jpg") repeat-x 0 0;
}

#content-top h1 {
	text-indent: -9000px;
	height: 40px;
	margin: 0;
	overflow: hidden;
}

#content-top span.breadcrumbs {
	margin: 0 0 0 15px;
	color: #fff;
}

#content-top span.breadcrumbs a {
	color: #F6E608;
	text-decoration: none;
}

#content-top span.breadcrumbs a:hover {
	color: #F6E608;
}

#content-top h1 {

}

#column-left {
	float:left;
	width: 200px;
	background: #333;
	height:100%;
}

#content-left a		{outline: none;}
#content-left a:link	{color: #F6E608; text-decoration:underline;}
#content-left a:visited {color: #e5d607; text-decoration:underline;}
#content-left a:hover 	{color: #e3e3e3; background: #666;text-decoration:none;}
#content-left a:active	{color: #e3e3e3; text-decoration:none;}

#content-left {
	padding: 15px;
	color: #fff;
}

#content-right {
	float:right;
	width: 170px;
	padding: 15px;
	padding-top: 20px;
	background-color: #eeeeee;
	height:100%;
}

#footer-wrapper {
	clear:both;
	height: 79px;
	background: url("../images/bg-footer.jpg") repeat-x 0 0;
}

#footer {
	width: 950px;
	height: 79px;
	text-align: center;
	margin: 0 auto;
}

#footer a#laxscene {
	float: left;
	width: 336px;
	height: 50px;
	margin-top: 10px;
	margin-left: 100px;
	background: url("../images/laxscene.jpg") no-repeat 0 0;
	text-indent: -9000px;
}

#footer a#threeam {
	float: right;
	width: 336px;
	height: 50px;
	margin-top: 10px;
	margin-right: 100px;
	background: url("../images/threeam.jpg") no-repeat 0 0;
	text-indent: -9000px;
}




/*  ----------------------------------------------------------------------
  TABLE STYLING
  Try to use theads more often!
  ---------------------------------------------------------------------- */

td, thead, th {
	padding: 0 3px 0 3px;
}

.gamestats td {
	font-size: 10px; 
	color: #666;
}

.gamestats tr {
	background: #efefef;
}	

tr.head {
	background:  #F6E608 url("../images/navigation_background2.gif") repeat-x;
}

tr.totals {
	background: url("../images/navigation_background.gif") repeat-x;
}


td.head {
	font-size: 10px; 
	color: #000;
}

.head td  {
	color: #000;
}

tr.stat {
	background: #efefef; 
}

td.stat-number {
	font-size: 10px; 
	color: black;
}
td.stat-name {
	font-size: 10px; 
	color: black;
}

td.stat-value {
	font-size: 10px; 
	color: black;
}
td.stat-zero {
	font-size: 10px; 
	color: #242c40;
}

td.stat-value-darker {
	background: #E7E7E7; 
	font-size: 10px; 
	color: #666;
}
td.stat-zero-darker {
	background: #E7E7E7; 
	font-size: 10px; 
	color: #5e7222;
}	

td.stat-value-darkest {
	background: #D8D8D8; 
	font-size: 10px; 
	color: #666;
}
td.stat-zero-darkest {
	background: #D8D8D8; 
	font-size: 10px; 
	color: #5e7222;
}	



a.stat {
	font-size: 10px; 
}

.normal-table {
	width: 100%;
	margin-bottom: 10px;
}

.normal-table td {
	padding: 5px;
	background: #efefef; 
}

.normal-table td.bold {
	background: #E7E7E7;
	font-weight: bold;
}



