
body { font: normal 11px/11px Arial, Verdana, sans-serif; width: 800px; background: #fff url('../images/logo.gif') center top no-repeat; margin: 100px auto 0 auto; }

#standings table { width: 100%; text-align: right; background: #fff; }
#standings table th { background: #444; color: #fff; font-weight: bold; padding: 4px; text-align: center; }
#standings table td { background: #ededed; width: 8%; padding: 2px; }
#standings table tr.alt td { background: #f3f3f3; }
#standings table .alpha { text-align: left; width: 20%; }
#standings table td.total { background-color: yellow; }
#standings table tr.alt td.total { background-color: yellow; }

.grayed td { color: #aaa; }

.details td { padding: 0; }

.sort { cursor: pointer; }
#standings table th.sortactive { background: #444 url("../images/arrow.gif") 5px 4px no-repeat; }

.tooltip { cursor: help; border-bottom: 1px dotted #ccc; }
.tool-tip { color: #fff; width: 172px; z-index: 13000; }
.tool-title
{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url("../images/bubble.png") top left;
}
.tool-text 
{ 
	font-size: 11px; 
	padding: 4px 8px 8px; 
	background: url("../images/bubble.png") bottom right; 
}
.pooldetailcontrol { font-family: monospace; font-size: 12px; cursor: pointer; }
.termsandconds { overflow: auto; height: 200px; background: #f3f3f3; border: 1px solid #ccc; padding: 5px; }
.statusmsg { text-align: center; background-color: #adcdf3; font-weight: bold; }

h1 { display: none; }
h2 { 
	color:#666666;
	font:Arial, Verdana;
	font-size:13px;
	font-weight:bold;
 }
#login
{
	position: absolute;
	background: #eee;
	border: 1px solid black;
	top: 50%;
	left: 50%;
	height: 203px;
	width: 365px;
	margin: -100px 0 0 -182px;
	color: #000;
	font: bold 12px/14px Arial, Verdana;
}
#login table
{
	position: absolute;
	top: 100px;
	left: 85px;
	padding: 0;
	margin: 0;
}
#login table td
{
	padding: 2px 5px;
}
#button
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
div.content {
	margin-left:80px;
	width:780px;
	font:Arial, Verdana;
	font-size:11px;
	background-color:#f3f3f3;
	padding:5px;
	border:1px solid #cccccc;
	line-height:13px;
	
	
	
}
.row {
	font: Arial, Verdana;
	font-size:10px;
	padding:2px;
	text-align:left;
	background-color:#f3f3f3;
	color:#333333;
}
div.nav {
	margin-left:80px;
	width:780px;
	background-color:#CCCCCC;
	padding:5px;
	font: Arial, Verdana;
	color:#FFFFFF;
	font-size:12px;

}
.poolsheader {
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	background-color:#333333;
	font-size:11px;
	width:99%;
	text-align:left;
	padding:2px;
}
.pools {
	color:#333333;
	font: Arial, Verdana;
	font-size:11px;
	width:99%;
	text-align:left;
	padding:3px;
}

.addpools {
	color:#FFFFFF;
	font: Arial, Verdana;
	background-color:#D0D0D0;
	font-size:11px;
	width:100%;
	text-align:left;
	padding:3px;
}
input.button {
	border:thin 1px #666666;
	padding: 2px 0 2px 0;
	background-image: url("../images/button.png");
	color: #fff;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
}

.button {
	border:thin 1px #666666;
	padding: 2px 0 2px 0;
	background-image: url("../images/button.png");
	color: #fff;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
}

#errormsg { display: none; }

.box_error
{
	position: absolute;
	background: transparent url("../images/errorbox.png") 0 0 no-repeat;
	width: 360px;
	height: 95px;
	left: 50%;
	top: 50%;
	margin-top: -75px;
	margin-left: -185px;
	padding: 45px 10px 10px 10px;
	z-index: 4;
}

.box_error .msgbutton
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 20px;
	width: 70px;
}

/* Auto complete */
.autocompletebox
{
	border-style: solid;
	border-color: #000;
	border-width: 0 1px 1px 1px;
	background: #fff;
	color: #000;
}
.autocompletebox div { font-weight: bold; padding: 4px; color: #000; cursor: pointer; }
.autocompletebox div:hover, .autocompletebox .active { background-color: #326ec8; color: #fff; }
