@charset "UTF-8";

a.pf {
	font-size:10px;
}
body.twoColFixRtHdr  {
	width: 1024px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}

div#mainContent {
	width: 856px;
	position: absolute;
	left: 60px;
	top: 212px;
	height: 363px;
}

div.sideBar01 {
	width: 200px;
	float: right;
}
.twoColFixRtHdr #container {
	position: relative;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	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. */
}

#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 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 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;  /*the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align: left;
	
	/*background: #FFFFFF;  the background color will be displayed for the length of the content in the column, but no further */
}

.twoColFixRtHdr #mainContentFull {
	width: 900px;
	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;
}

.scorearea
{
	font-weight:bold;
}

.fltrt
{
	float:right;
	font-family:Verdana, Arial, Helvetica
}


.fltlt
{
	float:left;
	text-align:center;
	padding:10px;
}

.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;
}
.dkgreen
{
	float:left;
	background-color:blue;
	padding-left:25px;
	width:635px;
	height:120px;
}

.dkred
{
	float:right;
	background-color:green;
	width:320px;
	height:120px;
}

.profile
{
	padding-left:10px;
	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;
}

/* Menu formatting */
#menu
{
	width: 1024px;
	height: 20px;
	background: white;
	float: left;
	padding-bottom: 10px;
	padding-left:0px;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0px;
	float: left;
	height:60px;
}

#menu a
{
	text-decoration: none;
	display: block;
	margin: 0;
	padding-left: 0px;
	color: black;
	font-size: 11px;
	font-family: Arial Narrow; sans-serif;
	background-color: #CD9933;
	
}

#menu a#header
{
	display: block;
	margin: 0;
	padding: 0px;
	color: #000000;
	background-color: white;
	text-decoration: none;
}

#menu a:hover
{
	color: black;
	font-weight: 300;
	background-color: #CBCC66;
}

#menu a.leftSpacer
{
	background-image:url("images/menu/REM-Banner_02.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:33px;
}

#menu a.league
{
	background-image:url("images/menu/REM_League.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:56px;
}

#menu a.league:hover
{
	background-image:url("images/menu/REM_League-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:56px;
}

#menu a.rule1
{
	background-image:url("images/menu/REM-Banner_04.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:28px;
}

#menu a.standings
{
	background-image:url("images/menu/REM_Stand.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.standings:hover
{
	background-image:url("images/menu/REM_Stand-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.rule2
{
	background-image:url("images/menu/REM-Banner_06.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:28px;
}

#menu a.schedule
{
	background-image:url("images/menu/REM_Schedule.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.schedule:hover
{
	background-image:url("images/menu/REM_Schedule-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.rule3
{
	background-image:url("images/menu/REM-Banner_08.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:24px;
}

#menu a.statistics
{
	background-image:url("images/menu/REM_Stats.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:59px;
}

#menu a.statistics:hover
{
	background-image:url("images/menu/REM_Stats-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:59px;
}

#menu a.rule4
{
	background-image:url("images/menu/REM-Banner_10.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:23px;
}

#menu a.rosters
{
	background-image:url("images/menu/REM_Roster.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:62px;
}

#menu a.rosters:hover
{
	background-image:url("images/menu/REM_Roster-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:62px;
}

#menu a.rule5
{
	background-image:url("images/menu/REM-Banner_12.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:25px;
}

#menu a.tournaments
{
	background-image:url("images/menu/REM_Tourn.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:110px;
}

#menu a.tournaments:hover
{
	background-image:url("images/menu/REM_Tourn-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:110px;
}

#menu a.rightSpacer
{
	background-image:url("images/menu/REM-Banner_14.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:416px;
}

/*admin menu categories */

#menu a.spacerLeft_admin
{
	background-image:url("images/menu/REM-Admin_02.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:33px;
}

#menu a.season
{
	background-image:url("images/menu/REM-Admin_Season.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:56px;
}

#menu a.season:hover
{
	background-image:url("images/menu/REM-Admin_Season-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:56px;
}

#menu a.rule1_admin
{
	background-image:url("images/menu/REM-Admin_04.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:28px;
}

#menu a.playoffs
{
	background-image:url("images/menu/REM-Admin_Playoff.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:59px;
}

#menu a.playoffs:hover
{
	background-image:url("images/menu/REM-Admin_Playoff-over.jpg");
	background-repeat:no-repeat;
	height:19px;
	width:59px;
}

#menu a.rule2_admin
{
	background-image:url("images/menu/REM-Admin_06.jpg");
	background-repeat:no-repeat;
	height:19px;
	width:28px;
}

#menu a.teams
{
	background-image:url("images/menu/REM-Admin_Teams.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:62px;
}

#menu a.teams:hover
{
	background-image:url("images/menu/REM-Admin_Teams-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:62px;
}

#menu a.rule3_admin
{
	background-image:url("images/menu/REM-Admin_08.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:29px;
}

#menu a.scoresheets
{
	background-image:url("images/menu/REM-Admin_Score.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:110px;
}

#menu a.scoresheets:hover
{
	background-image:url("images/menu/REM-Admin_Score-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:110px;
}

#menu a.rule4_admin
{
	background-image:url("images/menu/REM-Admin_10.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:24px;
}

#menu a.adminschedule
{
	background-image:url("images/menu/REM-Admin_Schedule.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.adminschedule:hover
{
	background-image:url("images/menu/REM-Admin_Schedule-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.rule5_admin
{
	background-image:url("images/menu/REM-Admin_12.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:19px;
}

#menu a.adminstandings
{
	background-image:url("images/menu/REM-Admin_Standings.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.adminstandings:hover
{
	background-image:url("images/menu/REM-Admin_Standings-over.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:80px;
}

#menu a.spacerRight_admin {
	background-image:url("images/menu/REM-Admin_14.jpg");
	background-repeat:no-repeat;
	height:20px;
	width:416px;
}


#menu li
{
	position: relative;
}

#menu ul ul
{
	position: absolute;
	width:130px;
	line-height:25px;
	text-align:left;
	z-index:500;
	height:auto;
	top:20px;
	left:5px;
	text-indent:5px
}

#menu ul ul ul
{
	position: absolute;
	width:200px;
	line-height:25px;
	text-align:left;
	z-index:500;
	height:auto;
	top:0px;
	left:129px;
	text-indent:5px
}

div#menu ul ul , div#menu ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul
{
	display: block;
}


.teamstats
{
	padding:5px;
}


table#stats
{
	border:#000000 1px solid;
	padding:0px;
	font-size: 12px;
}

#stats th
{
	background-color:#000033;
	border-right:#000000 1px solid;
	color:#FFFFFF;
	padding:5px;
	font-family:Verdana, Arial, Helvetica
}

#stats td
{
	padding:5px;
	border-right:#000000 1px solid;
	font-family:Verdana, Arial, Helvetica
}

#stats td .score
{
	text-align:center;
}

.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; }