/************** PAGE ELEMENTS **************/
body {
	font-family: arial;
	font-size: 12px;
	background-image: url('../images/backgrounds/main.jpg');
	background-repeat: no-repeat;
	background-color: #003366;
	background-attachment: fixed;
}

/************** SPAN CLASSES **************/
span.page_header {
	color: #003366;
	font-weight: bold;
	font-size: 16pt;
}

span.second_header {
	color: #003366;
	font-weight: bold;
	font-size: 130%;
}

span.blue_bold {
	color: #003366;
	font-weight: bold;
	font-size: 10pt;
}

span.white_bold {
	color: #fff;
	font-weight: bold;
	font-size: 130%;
}


/************** DIV IDS **************/
#container {
	width: 900px;
}

#content {
	padding: 15px;
	text-align: justify;
	background-color: #fff;
	color: #000;
}

#nav_bar {
	display:block;
	padding: 10px;
	width: 870px;
	text-align: right;
	color: #fff;
	margin-bottom: 10px;
}

#news_box {
	padding: 10px;
	height: 136px;
	background-color: #FEF8E1;
}

#credits {
	display:block;
	padding: 10px;
	width: 900px;
	text-align: left;
	color: #fff;
}

#countdown {
	width: 120px;  
	padding: 10px;
	background: #003366;
	color: #fff;
}

#left {
	float: left;
	width: 420px;
}

#right {
	float: right;
	width: 435px;  
}

#pages_side_bar {
	float: right;
	width: 220px;  
}

/************** IMAGE CLASSES **************/
img.border {
	border: 2px solid #fff ;
	margin: 0px 2px 0px 0px ;
}

img.blue_border {
	border: 2px solid #003366 ;
	margin: 0px 2px 0px 5px ;
}

img.sponsors {
	border: 2px solid #003366 ;
}

img.sponsors:hover {
	border: 2px solid #808080 ;
}

/************** BUTTON CLASSES **************/
.button {
	border:0;
}

.button a {
	border:3px double #000;
	display:block;
	outline-color:#-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	width:200px;
	line-height:20px;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	color:#fff;
	background-color:#036;
	font-style:normal;
	margin:0;
	padding:7px;
}

.button a:hover {
	font-weight:700;
	background-color:gray;
}

.button a:active {
	outline-color:#-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

/************** TABLE CLASSES **************/
table.records {
	font-family: arial;
	font-size: 10pt;
	background-color: white;
	-moz-border-radius: 0px;
	width: 100%;
	text-align: left;
}
table.records td {
	border: 1px dotted black;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 0px;
}
.row0 {
	background-color: #ffffff;
}

.row1 {
	background-color: #e0e0e0;
}

tr.row0:hover {
	background-color: #B3D9FF;
}

tr.row1:hover {
	background-color: #B3D9FF;
}


/************** DIV CLASSES **************/
div.transbox {
	width: 368px;
	background-color: #000;
	padding: 10px;
	color: #fff;
	border: 1px solid black;
	filter:alpha(opacity=80);
	opacity:0.8;
}

div.slidertransbox {
	width: 368px;
	padding: 10px;
	height: 120px;
	background-color: #000;
	position: absolute;
	z-index: 0;
	filter:alpha(opacity=80);
	opacity:0.8;	
	
}

div.slidercontent {
	padding: 10px;
	width: 368px;
	height: 200px;
	color: #fff;	
	position: absolute;
	z-index: 1;	
	
}

div.record_containers {
	display: none; 
	width: 860px; 
	padding: 0px; 
	border-top: 0px; 
	border-right: 2px solid #003366; 
	border-bottom: 2px solid #003366; 
	border-left: 2px solid #003366;
}

div.record_dotted {
	border: 2px dotted #003366; 
	padding: 10px; 
	background-color: #e6e6e6;
}

div.records_sql {
	border: 2px solid #003366;
}

div.other_record_containers {
	display: none; 
	padding: 10px;
	width: 840px; 
	border-top: 0px; 
	border-right: 2px solid #003366; 
	border-bottom: 2px solid #003366; 
	border-left: 2px solid #003366;
}

div.header_bar {
	background-color: #E6E6E6;
	width: 550px;
	padding: 10px;
	border: #003366 2px solid;
	text-align: justify;
}

div.league_container {
	border: 2px dotted #003366;
	padding: 10px;
	height: 100px;
}

div.sidebar_blue {
	width: 200px;  
	padding: 10px;
	background: #003366;
	float: right;
}

div.left_button {
	float: left;
	width: 200px;
}

div.tournament_box {
	border: 2px dotted #003366;
	padding: 10px;	
	background-color: #e6e6e6;
}

div.right_button {
	float: right;
	width: 200px;
	height: 100px;
	display: block;
	padding: 0px 20px 0px 0px;
}

div.center_button {
	float: right;
	width: 200px;
	padding: 0px 100px 0px 0px;
}

div.section_bar {
	background-color: #003366;
	width: 580px;
	padding: 10px;
	border: #000 2px solid;
}

	/*** ROUNDED CORNERS CLASS ***/
	
	.spiffy{
		display:block
	}
	.spiffy *{
		display:block;
		height:1px;
		overflow:hidden;
		font-size:.01em;
		background:#fff
	}
	.spiffy1{
		margin-left:3px;
		margin-right:3px;
		padding-left:1px;
		padding-right:1px;
		border-left:1px solid #6d233a;
		border-right:1px solid #6d233a;
		background:#bf1819
	}
	.spiffy2{
		margin-left:1px;
		margin-right:1px;
		padding-right:1px;
		padding-left:1px;
		border-left:1px solid #192f5b;
		border-right:1px solid #192f5b;
		background:#ce1513
	}
	.spiffy3{
		margin-left:1px;
		margin-right:1px;
		border-left:1px solid #ce1513;
		border-right:1px solid #ce1513;
	}
	.spiffy4{
		border-left:1px solid #6d233a;
		border-right:1px solid #6d233a
	}
	.spiffy5{
		border-left:1px solid #bf1819;
		border-right:1px solid #bf1819
	}
	.spiffyfg{
		background:#fff
	}
	
	/*** ROUNDED CORNERS NEWS BOX CLASS ***/
	.spiffy_news_corners {
		width: 150px;
	}
	.spiffy_news{
		display:block
	}
	.spiffy_news *{
		display:block;
		height:1px;
		overflow:hidden;
		font-size:.01em;
		background:#FEF8E1
	}
	.spiffy_news{
		margin-left:3px;
		margin-right:3px;
		padding-left:1px;
		padding-right:1px;
		border-left:1px solid #FEF8E1;
		border-right:1px solid #FEF8E1;
		background:#FEF8E1
	}
	.spiffy_news{
		margin-left:1px;
		margin-right:1px;
		padding-right:1px;
		padding-left:1px;
		border-left:1px solid #FEF8E1;
		border-right:1px solid #FEF8E1;
		background:#FEF8E1;
	}
	.spiffy_news{
		margin-left:1px;
		margin-right:1px;
		border-left:1px solid #FEF8E1;
		border-right:1px solid #FEF8E1;
	}
	.spiffy_news{
		border-left:1px solid #FEF8E1;
		border-right:1px solid #FEF8E1;
	}
	.spiffy_news{
		border-left:1px solid #FEF8E1;
		border-right:1px solid #FEF8E1;
	}
	.spiffy_newsfg{
		background:#FEF8E1;
	}

/************** LINKS **************/
a.black:link {color: #000000; font-weight: none;}
a.black:active {color: #000000; font-weight: none;}
a.black:visited {color: #000000; font-weight: none;}
a.black:hover {color: #808080; font-weight: none;}

a.white:link {color: #ffffff; font-weight: none;}
a.white:active {color: #ffffff; font-weight: none;}
a.white:visited {color: #ffffff; font-weight: none;}
a.white:hover {color: #808080; font-weight: none;}

a.tabs:link {color: #ffffff; font-weight: none; text-decoration: none;}
a.tabs:active {color: #ffffff; font-weight: none; text-decoration: none;}
a.tabs:visited {color: #ffffff; font-weight: none; text-decoration: none;}
a.tabs:hover {color: #ffffff; font-weight: none; text-decoration: none;}

a.blue:link {color: #003366; font-weight: none;}
a.blue:active {color: #003366; font-weight: none;}
a.blue:visited {color: #003366; font-weight: none;}
a.blue:hover {color: #808080; font-weight: none;}

a.recordarrows:link {color: #fff; font-weight: bold; text-decoration: none;}
a.recordarrows:active {color: #fff; font-weight: bold; text-decoration: none;}
a.recordarrows:visited {color: #fff; font-weight: bold; text-decoration: none;}
a.recordarrows:hover {color: #808080; font-weight: bold; text-decoration: none;}	

#nav_bar a:link { color: #fff }
#nav_bar a:active { color: #fff }
#nav_bar a:hover { color: #808080 }
#nav_bar a:visited { color: #fff }

#news_box a:link { color: #003366 }
#news_box a:active { color: #003366 }
#news_box a:hover { color: #808080 }
#news_box a:visited { color: #003366 }

/************** TABLELESS FORMS **************/

label{
float: left;
width: 380px;
}

input.registration{
margin-bottom: 5px;
}

select.registration{
margin-bottom: 5px;
}

.boxes{
width: 3em;
}

div.input_seperator {
border-top: 1px dotted #808080;
margin-bottom: 1em;
margin-top: 5px;
width: 570px;
}

/************** ETC **************/

	
	.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 10px solid #003366;
	border-bottom-width: 6px;
	width: 400px; /*width of featured content slider*/
	height: 250px;
	}
	
	
	/*** CONTENT SLIDER ***/	
	.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
/**	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: white;
	width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	
	.pagination{
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #003366;
	padding: 5px 10px;
	}
	
	.pagination a{
	padding: 3px 5px;
	text-decoration: none; 
	color: #003366;
	background: white;
	}
	
	.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FEE496;
	}
	.spiffy_slider_corners {
		width: 420px;
	}
	.spiffy_slider{
		display:block
	}
	.spiffy_slider *{
		display:block;
		height:1px;
		overflow:hidden;
		font-size:.01em;
		background:#003366
	}
	.spiffy_slider1{
		margin-left:3px;
		margin-right:3px;
		padding-left:1px;
		padding-right:1px;
		border-left:1px solid #003366;
		border-right:1px solid #003366;
		background:#003366
	}
	.spiffy_slider2{
		margin-left:1px;
		margin-right:1px;
		padding-right:1px;
		padding-left:1px;
		border-left:1px solid #003366;
		border-right:1px solid #003366;
		background:#003366
	}
	.spiffy_slider3{
		margin-left:1px;
		margin-right:1px;
		border-left:1px solid #003366;
		border-right:1px solid #003366;
	}
	.spiffy_slider4{
		border-left:1px solid #003366;
		border-right:1px solid #003366
	}
	.spiffy_slider5{
		border-left:1px solid #003366;
		border-right:1px solid #003366
	}
	.spiffy_sliderfg{
		background:#003366
	}

	/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */	
	
	.modernbricksmenu2{
		padding: 0;
		width: 413px;
		border-top: 5px solid #0052A3; /*Brown color theme*/ 
		color: white;
		background: transparent;
		voice-family: "\"}\"";
		voice-family: inherit;
	}
	
	.modernbricksmenu2 ul{
		margin:0;
		margin-left: 10px; /*margin between first menu item and left browser edge*/
		padding: 0;
		color: white;
		list-style: none;
	}
	
	.modernbricksmenu2 li{
		display: inline;
		margin: 0 2px 0 0;
		padding: 0;
		color: white;		
		text-transform:uppercase;
	}
	
	.modernbricksmenu2 a{
		float: left;
		display: block;
		font: bold 9px Arial;
		color: #000000;
		text-decoration: none;
		margin: 0 1px 0 0; /*Margin between each menu item*/
		padding: 5px 10px;
		background-color: black; /*Brown color theme*/ 
		border-top: 1px solid black;
	}
	
	.modernbricksmenu2 a:hover{
		background-color: #0052A3; /*Brown color theme*/ 
		color: white;
	}
	
	.modernbricksmenu2 a.selected{ /*currently selected tab*/
		background-color: #0052A3; /*Brown color theme*/ 
		color: black;
		border-color: #0052A3; /*Brown color theme*/ 
	}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}	
