html, body
{
	background-color:#000000;
	border:0 none;
	height:100%;
	margin:0;
	max-height:100%;
	padding:0;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}

body
{
	min-height:900px;
	min-width:1024px;
	color:#ffffff;
}

sup
{
    vertical-align:top;
    padding-bottom:3px;
    font-size:11px;
}

a:link, a:visited, a:active
{
	color:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#fff799;
}

#container
{
	display:block;
	height:100%;
	margin:0 auto -51px;
	/*overflow:hidden;*/
	position:relative;
	width:100%;
	z-index:3;
}

#contentContainer
{
	margin:0 auto;
	width:960px;
}

#header
{
	height:91px;
	padding:10px 0 11px 0;
	font-size:12px;
	border-bottom: solid 1px #000000;
}

#header p
{
	padding-top:14px;
}

#headerLogos 
{
	width:630px;
	height:81px;
	background:transparent url('../Images/roundHeaderLeft.png') no-repeat scroll top left;
	float:left;
	margin:11px 20px 0 0;
}

#countdown
{
	width:310px;
	height:92px;
	background:transparent url('../Images/roundHeaderRight.png') no-repeat scroll left bottom;
	float:left;
	color:#ffffff;
}

#countdown ul, #countdown li
{
	display:inline;
	margin-left:0;
	padding-left:0;
}

#background
{
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:-3;
}

#background img
{
	left:0;
	position:absolute;
	top:0;
}

#background.horizontal img
{
	left:0;
	top:0;
	visibility:visible;
	width:100%;
}

#background.vertical img
{
	height:100%;
	left:50%;
}

#contentBody
{
	padding-top:10px;
}

#contentBodyLeft
{
	float:left;
	width:630px;
	height:560px;
	margin-right:10px;
}

#contentBodyRight
{
	float:left;
	width:310px;
	background:transparent url('../Images/navBG_new.png') no-repeat scroll right top;
	height:560px;
	margin-left:10px;
}

#cntdwn 
{
    font-size:15px;
    color:#0078c9;
    position:relative;
    top:10px;
    width:260px;
}

#countdownContainer
{
    padding:7px 0 0 15px;
    font-size:12px;
	font-weight:bold;
}

#countdownTable td
{
    padding:5px 0;
}

#nav
{
	color:#ffffff;
	padding:2px 15px 0;
	font-size:14px;
}

#spotlightBoxes
{
	margin-top:16px;
	width:630px;
}

#boxLeft
{
	width:308px;
	height:180px;
	background:transparent url('../Images/boxLeft.png') no-repeat scroll left top;
	float:left;
}

#boxRight
{
	width:300px;
	/*IE6 --> width:295px;*/
	height:180px;
	background:transparent url('../Images/boxRight.png') no-repeat scroll left top;
	float:left;
	margin-left:22px;
}

#leaderBoard table
{
    font-size:11px;
}

#leaderBoard td
{
    height:13px;
}

#nav tr
{
	vertical-align:middle;
	height:40px;
}

#nav td
{
	
	border-bottom:solid 1px #ffffff;
}

#tournamentNewsText, #leaderBoard
{
	font-size:12px;
	margin:10px 20px;
	height:140px;	
}

#tournamentNewsText p
{
    font-size:11px;
    padding:4px 0;
    line-height:11px;
}

#leaderBoard th
{
    font-weight: bold;  
}

#subnav
{
    padding:35px 0 0 25px;
    font-size:12px;
	font-weight:bold;
}

#subnav p
{
	padding-top:5px;
	font-size:10px;
	font-weight:bold;
}

#footer
{
    padding-top:15px;
    text-align:center;
}

#footerLogos
{
    float:right;
    padding-right:45px;
}

#subpageContainer
{
    width:630px;
    height:556px;
    background:url('../Images/subpageBG.png');
}

#subpageHeader
{
    width:595px;
    height:35px;
    background-color:#000f32;
    padding:7px 0 0 35px;
}

#subpageContainerAlt
{
    width:630px;
    height:360px;
    background:url('../Images/subpageBG.png');
}

#sponsorLogos
{
	padding-bottom:25px;
}

/*Scroll Bar*/

a.jScrollArrowUp {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../Images/basic_arrow_up.gif) repeat-x scroll 0 0;
}

a.jScrollArrowDown {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../Images/basic_arrow_down.gif) repeat-x scroll 0 0;
}

#subpageScroll, #subpageNoScroll
{
    height:515px;
}

.scroll-pane
{
    overflow:auto;
    height:516px;
    width:630px;
}

.subpageNavLinks
{
    padding-left:50px;
    font-size:13px;
    font-weight:bold;
}

#subpageScroll h2, #subpageNoScroll h2
{
    font-size:18px;
    padding:20px 0 0 5px;
    font-weight:bold;
}

#subpageScroll h3, #subpageNoScroll h3
{
    font-size:14px;
    font-weight:bold;
    padding:5px 0 0 5px;
}

#subpageScroll p, #subpageNoScroll p
{
    font-size:14px;
    padding:0 0 20px 5px;
    line-height:20px;
}

#subpageContent
{
    margin:25px 30px 0 30px;
}

#subpageContent a:link, #subpageContent a:visited, #subpageContent a:active
{
	color:#ffffff;
	text-decoration:underline;
}

#subpageContent a:hover
{
	color:#fff799;
	text-decoration:underline;
}

#subpageContent li a:link, #subpageContent li a:visited, #subpageContent li a:active
{
	color:#ffffff;
	text-decoration:none;
}

#subpageContent li a:hover
{
	color:#fff799;
}

#leaderBoardText a:link, #leaderBoardText a:visited, #leaderBoardText a:active
{
	color:#ffffff;
	text-decoration:underline;
}

#leaderBoardText a:hover
{
	color:#fff799;
	text-decoration:underline;
}

#donate a:link, #donate a:visited, #donate a:active
{
	color:#ffffff;
	text-decoration:none;
}

#donate a:hover
{
	color:#fff799;
}

#activitiesContainer
{
    width:600px;    
}

#activitiesColLeft
{
    width:300px;  
    float:left;  
}

#activitesColRight
{
    width:270px;
    margin-right:30px; 
    height:488px;  
    float:right; 
    background-color:#000f32;
}

#activitesColRightDaily
{
    width:270px;
    margin-right:30px; 
    height:427px;  
    float:right; 
    background-color:#000f32;
}

#activitiesColRightContent
{
    width:225px;
    margin:25px 40px 0 35px;   
}

#activitiesColRightContent ul
{
    list-style:disc;
    font-weight:bold;   
}

#activitiesColRightContent li
{
    padding-bottom:30px;  
}

.visible
{
    visibility:visible;
}

.notVisible
{
    visibility:hidden;
}

.activitiesActive
{
    background-color:#000f32;
    width:300px;
	height:60px;
	border-bottom:1px solid #ffffff;
}

.activitiesNotActive
{
    width:300px;
	height:60px;
	border-bottom:1px solid #ffffff;
}

.activitiesDate
{
    margin:0px;
    padding:7px 0 0 5px;
    width:55px;
    vertical-align:middle;
    float:left;
    clear:left;
    font-size:46px;
    font-weight:bold;
    text-align:center;
}

.activitiesDesc
{
    width:215px;
    float:right;
    clear:right;
}

.activitiesDesc h2
{   
    font-size:20px !important;
    padding:9px 0 0 0 !important;
}

.activitiesDesc p
{
    font-weight:bold;
    font-size:12px !important;
    padding:4px 0 0 0 !important;
}

.clearFix
{	
	clear:both;
}

.navItem
{
	border-bottom:solid 1px #ffffff;
	height:38px;
	clear:both;
}

.title
{
	padding:5px 0 0 5px;
	font-size:12px;
	font-weight:bold;
}

.subpageTitle
{
    font-size:25px;
}

.activeLink
{
    color:#fff799;
}

/* Twitter Feed */

#twitterFeed_tweetsMain a
{
	color:#253989;
}

/* Validator Callouts */
.validatorCalloutHighlight {
    background-color: lemonchiffon; /* Nick loves Lemon Chiffon */
}

.ajax__validatorcallout_error_message_cell 
{
	vertical-align: middle;
	color: Black;
}

