﻿body
{
	margin: 0;
	background-color: Black;
	font-family: Tahoma, Sans-Serif;
}


H1
{
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 15pt;
}

H2
{
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 13pt;
}

p
{
	line-height: 1.4em;
}

.tabImg
{
	border: none;
	float: left;
}

.tabLink
{
	background: none;
	float: left;
}

div.sectionHeader
{
	background-repeat: no-repeat;
	width: 960px;
  color: #CCC;
  font-size: 8pt;
  padding: 0 0 0 0;
  height: 100px;
}

div.pageHeader
{
	width: 615px; 
	/*height: 40px; 
	background-image: url('/images/page_header_bg.png'); */
	background-position: right; 
	background-repeat: no-repeat; 
	vertical-align: middle;
}

div.whitespace, div.whitespaceNav
{
	font-size: 10pt;
	/*border-top: image;*/
	background-color: #F5F5F5;
	background-image: url(../images/whitespace_top.gif);
	background-repeat: no-repeat;
	width: 880px;
	margin: 0 30px 0 30px;
	padding: 15px 20px 15px 0;
	float: left;
}

div.whitespaceNav
{
	background-image: url(../images/whitespace_nav1.gif);
	background-repeat: repeat-y;
}

div.TournamentUpdate
{
	background-color: #F5F5F5; 
	position: absolute; 
	top: 100; 
	left: 800; 
	z-index: 100; 
	height: 250px; 
	width: 259px; 
	opacity: 0.75;
	filter:alpha(opacity=75);
}

div.NoteBox
{
	background-color: #EFEFEF;
	border: solid 1px #CCCCCC;
	padding: 10px 10px 10px 10px;
	font-size: 8pt;
	font-family: Arial, Helvetica, Sans-Serif;	
	width: 100%;
	text-align: left;
}

.textHeader
{
	color: #5C6670;
	font-family: Arial, Sans-Serif;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

.listHeader
{
	color: #5C6670;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;	
}

.smallParText
{
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 8pt;
}

.promoLinkHome
{
	font-size: 12pt;
	color: #36F;
	font-family: Arial, Helvetica, Sans-Serif;
}

.outsNickName
{
	padding-left: 10px;
}

.divisionLine
{
	border-right: dotted 1px #DDDDDD; 
	float: left; 
	padding-right: 20px;
}

table.SideSubNav{

}
.subNavItem
{
	color: #369;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	line-height: 16pt;
	padding-left: -40px;	
	border-bottom: solid 1px #9CF;
	width: 250px;
}
a.subNavItem
{
	border: none
}
.subNavItemSelected
{
	color: #369;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	line-height: 16pt;
	padding-left: -40px;
	background-color: #F5F5F5;
	color: #000000;
	border-bottom: solid 1px #9CF;
	border-top: solid 1px #FFF;	
	width: 250px;	 
}

.subNavItemSpaces
{
	text-decoration: none;
}

a.subNavItemSpaces:LINK{text-decoration: none;}
a.subNavItemSpaces:VISITED{text-decoration: none;}
a.subNavItemSpaces:HOVER{text-decoration: none; border: 0;}

a.subNavItem:LINK{text-decoration: none;}
a.subNavItem:VISITED{text-decoration: none;}
a.subNavItem:HOVER
{
	background-color: #F5F5F5;
	color: #000000;
}

/* FORM STYLES */

.formItem
{
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  margin-top: 3px;
}

.onStep
{
	float: left; 
	margin-right: 10px; 
	background-color: #333333; 
	border: solid 1px #cccccc; 
	padding: 5px 5px 5px 5px; 
	color: #ffffff;
}

.offStep
{
	float: left; 
	margin-right: 10px; 
	background-color: #999999; 
	border: solid 1px #ffffff; 
	padding: 5px 5px 5px 5px; 
	color: #ffffff;
}

/* affiliate table styles */

.headerItem
{	
	color: #CCCCCC;
	background-color: #5C6670;
	font-weight: bold;
}

.rowItem
{
	
}

.alternatingRowItem
{
	background-color: #DDDDDD;
}

.tableRowUnderline
{
	border-bottom: dotted 1px #000;
}

.homeTournamentItem
{
	padding: 3px 0 3px 10px;
}

.homeTournamentLink
{
	font-size: 8pt;
	color: #369;
	text-decoration: none;
}

a.homeTournamentLink:LINK{color: #369; text-decoration: none;}
a.homeTournamentLink:VISITED{}
a.homeTournamentLink:HOVER{background-color: #369; color: #FFF;}
a.homeTournamentLink:ACTIVE{}




/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}