@charset "UTF-8";
body  {
	/*font: 11px Verdana, Arial, Helvetica, sans-serif;*/
	font: 11px Tahoma, Geneva, sans-serif;
	background: #EEEEEE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixRtHdr #scoresheet_container {
	width: 1700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #666701; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#popupwin {
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:10px;
}

.twoColFixRtHdr .header {
	background: #DDDDDD;
	padding: 0;
	margin: 0px;
	height: 161px;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0;
	margin: 0px;
	height: 161px;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColFixRtHdr #wide-header {
	background: #FFFFFF;
	padding: 0;
	margin: 0px;
	height: 161px;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #mainContentFull {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 60px 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #mainContent {
	margin: 0 400px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 60px 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.lgscore
{
	font-size:60px;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.scorearea
{
	font-weight:bold;
}

.fltrt
{
	float:right;
}

.fltlt
{
	float:left;
	text-align:center;
	padding:10px;
	font-family:Verdana, Arial, Helvetica;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.inline
{
	display:inline;
	padding:5px;
}

.profile
{
	padding-left:90px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-right:50px;
}

.more
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-style:italic;
	font-size:10px;
	color:#0071BC;
	text-align:right;
	display:block;
}

h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:26px;
}

h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}

.titlelink
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	display:block;
	line-height:22px;
}

.copyright
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	text-align:center;
}

.copyright a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

img
{
	border:none;
}

a
{
	color:#363605;
	text-decoration:underline;
}

.teamstats
{
	padding:5px;
}


table#stats
{
	border:#000000 1px solid;
	padding:0px;
}

#stats th
{
	background-color:#363605;
	border-right:#000000 1px solid;
	color:#FFFFFF;
	padding:2px;
	font-family:Verdana, Arial, Helvetica;
}

#stats td
{
	padding:2px;
	border-right:#000000 1px solid;
	font-family:Verdana, Arial, Helvetica;
}

#stats td .score
{
	text-align:center;
}

#stats #topRow td {
	border-top:#000000 2px solid;
}

#stats .bottomBorder {
	border-bottom:#000000 1px solid;
}

#stats .topBorder {
	border-top:#000000 1px solid;
}

.altrow
{
	background-color:#EFEFEF;
}

.normrow
{
	background-color:#FFFFFF;
}

.winner
{
	font-weight: 700;
}

.playofftree
{
	margin-top:10px;
}

.QF-group
{
	background-image:url("images/QF-group.jpg");
	width:39px;
	height:72px;
	padding:0px;
	margin:0px;
}

.SF-group
{
	background-image:url("images/SF-group.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:40px;
	height:112px;
	padding:0px;
	margin:0px;
}

.F-groupa
{
	background-image:url("images/F-groupa.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	width:40px;
	height:112px;
	padding:0px;
	margin:0px;
}

.F-groupb
{
	background-image:url("images/F-groupb.jpg");
	background-repeat:no-repeat;
	background-position:top;
	width:40px;
	height:112px;
	padding:0px;
	margin:0px;
}


.finals_team
{
	font-weight:700;
	font-size:12px;
	border:#000000 1px solid;
	background-color:#FFFFFF;
	padding-left:6px;
	padding-top:8px;
	/*margin:5px;*/
	width:120px;
	height:25px;
	text-align:left;
	/*opacity:1;
	filter: alpha(opacity=100);*/
}

.finals_winner
{
	font-weight:bold;
	font-size:14px;
	border:#000000 1px solid;
	background-color:#FFFFFF;
	padding-top:20px;
	padding-left:52px;
	width:200px;
	height:40px;
	text-align:left;
	background-image:url("images/cup.jpg");
	background-repeat:no-repeat;
	background-position:left;
	/*opacity:1;
	filter: alpha(opacity=100);*/
}

.spacer
{
	padding-top:10px;
}

.loginbox
{
	width:225px;
}

.errormsg {
	background-color:#FFFFAA;
	padding:5px;
	margin-left:5px;
	width:95%;
	color:#FF0000;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}


.statSort { color: #EEEEFF; }
.statSort:link       { color: #EEEEFF; font-weight: 700; font-size: 10pt; }
.statSort:visited    { color: #EEEEFF; font-weight: 700; font-size: 10pt; }
.statSort:active     { color: #EEEEFF; font-weight: 700; font-size: 10pt; }
.statSort:hover      { color: #FFFFFF; font-weight: 700; font-size: 10pt; }

.xl24 { white-space:nowrap; }
td { white-space:nowrap; }

