/* CSS Document */

/*PAGE LAYOUT*/
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 1em Tahoma, sans-serif;
	color: #666666;
	background-color:#999999
}

#logo
{
	float:left;
	background-image:url(poollogo.jpg);
	width:274px;
	height:129px;
}

#topheader
{
	padding: 0;
	margin: 0;
	float:left;
	width:926px !important;
	height:97px;
	background-color:#FFFFFF;
}

#menu
{
	float:left;
	width:926px !important;
	height:32px;
	background-image:url(bg_menu.gif);
	background-repeat:repeat-x;
}


#fullbody
{
	float:left; 
	width:1200px; 
	background-color:#FFFFFF;
}

#content
{
	width: 1200px;
}

#contenttext
{
	float:right; 
	width:926px; 
	background-color:#FFFFFF;
}

#footer
{
	float:left; 
	width:1180px; 
	background-color:#666666; 
	padding:10px;
}

#break
{
	float:left; 
	width:1200px; 
	background-color:#999999; 
	padding:3px;
}


#stattable
{
	border-collapse: collapse;
}

#stattable td, #stattable th
{
	padding: 2px;
	font-size: 15px;
}

#stattable th
{
	background-color:#999999;
	color:#FFFFFF;
}


/*GRAY PANEL*/
.graypanel
{
	border:solid 1px #666666; 
	background-color:#F7F7F7; 
	padding:10px; 
	margin:10px;
}

/*TEXT STYLES*/
.blacktitle 
{
	font: 1em Tahoma, sans-serif;
	font-size:22px;
	color: #666666;
}


.titletext 
{
	font: 1em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}

.whitetitle 
{
	font: 1em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}

.smalltitle 
{
	font: 1em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}

.smallwhitetext 
{
	font: 1em Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
}

.smallwhitetext a
{
	font: 1em Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}

.smallwhitetext a:hover
{
	text-decoration:underline;
}

.smallgraytext 
{
	font: 1em Tahoma, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#999999;
}

.smallgraytext a
{
	font: 1em Tahoma, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

.smallgraytext a:hover
{
	text-decoration:underline;
}

.smallredtext 
{
	font: 1em Tahoma, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#CC0000;
}

.smallredtext a
{
	font: 1em Tahoma, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}

.smallredtext a:hover
{
	text-decoration:underline;
}

a.hover
{
	text-decoration: none;
}

a.hover:link
{
	text-decoration: none;
}

a.hover:hover
{
	text-decoration: underline;
}

a.hover:visited
{
	text-decoration: none;
}

td, th
{
	border: solid 1px #000000;
	border-right: none;
	border-bottom: none;
}

td.lastw, th.lastw
{
	border-right: solid 1px #000000;
}

td.lastx, th.lastx
{
	border-right: solid 1px #000000;
	font-size: 16px
}

td.lasty, th.lasty
{
	border-bottom: solid 1px #000000;
}

td.gamewon
{
	text-align: center;
	background-color: #8DB4E2;
	color: #ffffff;
}

td.gamelost
{
	text-align: center;
	background-color: #E6B8B7;
	color: #ffffff;
}

td.gamestate
{
	text-align: center;
}

.stpos
{
	width: 27px;
}
.stname
{
	width: 140px;
}
.stteam
{
	width: 142px;	/*	Was 133px;	*/
}
/*.doublesstats .stteam*/
/*{*/
/*	width: 140px;*/
/*}*/

.stwinrate
{
	width: 39px;
}
.stwon
{
	width: 20px;	/*	Was 33px;	*/
}
.stlost
{
	width: 20px;	/*	Was 32px;	*/
}

/*.doublesstats .stwon, .doublesstats .stlost*/
/*{*/
/*	width : 20px;*/
/*}*/

.stgame
{
	width: 20px;
}

form#teamselectform, form#filterform
{
	margin: 0 0 20px 60px;
	float: left;
}


/*NEWS FEED*/
body a 
{
	text-decoration: none;
	outline: none;
	color: #06C;
}

body a:hover 
{
	text-decoration: underline;
}

body h1 
{
	font-size: 32px;
	font-weight: normal;
}

body ul 
{
	list-style-type: none;
}

ul#ticker 
{
	width: 1200px;
	height: 50px;
	padding-left: 0px;
	overflow: hidden;
}

ul#ticker li 
{
	width: 600px;
	height: 99px;
	padding: 10px;
	
}

ul#ticker li a 
{
	color: #666;
}

ul#ticker li span 
{
	display: block;
	color: #CC0000;
}


