/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: url(../images/page_bg.gif);
	color: #006600;
}
A 				{ color: #006600; text-decoration: underline; }
A:link 		{ color: #006600; text-decoration: underline; }
A:visited { color: #006600; text-decoration: underline; }
A:hover 	{ color: #ffffff; text-decoration: none; background-color: #2b5431; }
A:active	{ color: #ffffff; text-decoration: none; background-color: #2b5431; }

.tableData {
	color: #333333;
}
#outerwrapper {
	position: relative;
}
#wrapper {
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
	min-width: 750px;
	background-color: #ffffff;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 90px;
	margin-top: 8px;
	margin-right: auto;
	z-index: 2;
}
#header {
	position: relative;
	height: 100px;
	background-color: #2b5431;
	vertical-align: bottom;
	text-align: right;
}
#header IMG {
	vertical-align: bottom;
	margin-top: 69px;
}
#linkbar {
	position: relative;
	padding: 8px 0px 8px 0px;
	background-color: #cccccc;
	text-align: right;
	height: 16px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
	#linkbar ul {
		position: relative;
		list-style: none;
		display: inline;
		float: right;
		clear: both;
		margin: 0px;
		padding: 0px;
	}
		#linkbar ul li {
			display: inline;
			float: left;
			padding: 0px;
			border-left: 1px solid #aaa;
		}

		#linkbar ul li A 					{ margin: 0px; padding: 8px 10px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; color: #666666; text-decoration: none; font-style: italic; }
		#linkbar ul li A:link 		{ color: #666666; text-decoration: none; }
		#linkbar ul li A:visited 	{ color: #666666; text-decoration: none; }
		#linkbar ul li A:hover 		{ color: #006600; text-decoration: none; background: #efefef; }
		#linkbar ul li A:active		{ color: #006600; text-decoration: none; background: #efefef; }

		.rules A 					{ color: #990000; }
		.rules A:link 		{ color: #990000; text-decoration: underline; }
		.rules A:visited 	{ color: #990000; text-decoration: underline; }
		.rules A:hover 		{ color: #FF0000; text-decoration: underline; background: none; }
		.rules A:active		{ color: #FF0000; text-decoration: underline; background: none; }

#pageHeader {
	text-align: right;
}
#pageHeader.blank {
	background: #fff url(../images/head/blank.gif) right top no-repeat;
	width: 100%;
	height: 96px;	
}
#mainBody {
	min-height: 400px;
}
#mainBody #right-sidebar {
	float: right;
	margin-left: 6px;
	margin-right: 6px;
	width: 220px;
	border: 1px #555 solid;
	background-color: #efefef;
	background: url(../images/circle_bg.gif) no-repeat bottom #efefef;
}
#mainBody #leftBox {
	float: left;
	margin-left: 6px;
	min-height: 431px;
	width: 191px;
	border: 1px #555 solid;
	background-color: #efefef;
	background: url(../images/circle_bg.gif) no-repeat bottom #efefef;
}
#mainBody #leftBox IMG {
	border-bottom: 1px #555 solid;
}
#mainBody #leftBox #leaderBoard {
	padding: 8px;
}
#mainBody #leftBox #leaderBoard TABLE {
	text-align: left;
	width: 100%;
}
#mainBody #leftBox #leaderBoard TABLE TD {
	padding-left: 8px;
}
#mainBody #leftBox #leaderBoard A {
	text-decoration: none;
}

#mainBody #rightBox {
	margin-right: 6px;
	margin-left: 204px;
	min-height: 100px;
	background-color: #efefef;
	border: 1px #555 solid;
}
#mainBody #rightBox.home {
	margin-right: 234px;
}
#mainBody #rightBox #sectionHeader, .sectionHeader {
	height: 18px;
	padding: 2px 6px;
	background-color: #2b5431;
	border: 1px #fff solid;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}
#mainBody #rightBox #sectionSubHeader, .sectionSubHeader {
	height: 16px;
	padding-left: 2px;
	background-color: #ccc;
	border-bottom: 1px #fff solid;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-transform: uppercase;
	font-style: italic;
}
#mainBody #rightBox #sectionBody, .sectionBody  {
	padding: 8px;
	color: #333;
}
#mainBody #rightBox #sectionBodyAlt, .sectionBodyAlt {
	padding: 8px;
}
#mainBody #rightBox2 {
	margin-right: 6px;
	margin-top: 6px;
	margin-left: 204px;
	min-height: 150px;
	background-color: #efefef;
	border: 1px #555 solid;
}
#mainBody #rightBox h2 {
	background: url(/images/dots/arrow_right.gif) no-repeat 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #2B5431;
	padding-left: 40px;
	padding-top: 5px;
	display: block;
	height: 30px;
}
#footer {
	height: 125px;
	background-color: #2b5431;
	color: #777; 
	margin-top: 15px;
	text-align: center;
}
#footerTopBar {
	background-color: #cccccc;
	vertical-align: top;
	text-align: center;
	padding: 6px 0px;
}
#footer #webdesign	{ margin-top: 40px; text-align: center; } 
#footer A 				{ color: #777; text-decoration: none; }
#footer A:link 		{ color: #777; text-decoration: none; }
#footer A:visited { color: #777; text-decoration: none; }
#footer A:hover 	{ color: #fff; text-decoration: underline; }
#footer A:active	{ color: #fff; text-decoration: underline; }

INPUT.text, INPUT.textL, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	color: #303030;
}
INPUT.text { 
	text-align: center;
}
INPUT.textL { 
	padding-left: 2px;
	text-align: left;
}
SELECT.playerCombo {
	width: 150px;
}
table.stats-table {
	border-collapse: collapse;
}
table.stats-table tr.altRow {
	background: #fcfcfc;
}
table.stats-table tr.altRow.season-row:hover, table.stats-table tr.altRow.player-row:hover {
	background: #ccc;
}
table.stats-table td {
	border: 1px solid #888;
	padding: 2px 4px;
}
.tblHeading {
	font-weight: bold;
	background-color: #DFDFDF;
}
.tblHeader {
	font-weight: bold;
	background-color: #CCCCCC;
	line-height: 24px;
	text-align: center;
}
.tblHeadingC {
	font-weight: bold;
	background-color: #DFDFDF;
	text-align: center;
}
.tableDataL {
	color: #333333;
	text-align: left;
	padding-left: 4px;
}
.tableDataC {
	color: #333333;
	text-align: center;
}
.playoffs { 
	color: #CC0000;
}
.tblHeadingL {
	font-weight: bold;
	background-color: #DFDFDF;
	text-align: left;
}
.tblHeadingC {
	font-weight: bold;
	background-color: #DFDFDF;
	text-align: center;
}
.leaderData {
	text-align: right;
	padding-right: 4px;
}

H1 {
	font-size: x-large;
}
SPAN.success {
	color: #006600;
	font-weight: bold;
}
SPAN.error {
	color: #CC0000;
	font-weight: bold;
}
SPAN.gray {
	color: #333;
	font-weight: bold;
}
.hand {
	cursor: pointer;
}
DIV#popup {
	position: absolute;
	z-index: 9999;
	text-align: center;
	vertical-align: middle;
	margin-left: 15px;
	margin-top: 55px;
	width: 400px;
	height: 210px;
	background-color: #CCCCCC;
	border: thin #202020 solid;
}
DIV#popupContent {
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	background-color: #CCCCCC;
	color: #006600;
}
DIV.popupTitlebar {
	height: 18px;
	padding-right: 1px;
	background-color: #2b5431;
	border: 1px #fff solid;
	text-align: right;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}
DIV#LeagueInfoMenu {
	position: relative;
	float: right;
	display: none;
	padding: 1px;
	top: 1px;
	margin-right: 78px;
	margin-left: auto;
	width: 121px;
	height: 74px;
	line-height: 2px;
	background-color: #efefef;
	border: 1px solid #999;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=120,strength=3);
}
.error {
	font-weight: bold;
	color: #CC0000;
}
.bodyHeader {
	font-size: 16px;
	font-weight: bold;
	color: #2B5431;
}
#tblPlayers, #tblTeam {
	border-collapse: collapse;
}
.padded {
	padding: 0px 4px;
}
.rules {
	
}
.rules h1 {
	margin: 0px;
}
.rules h2 {
	margin-top: 0px;
	font-size: 14px;
	font-style: italic;
}
.rules li {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
}
.rules li.new {
	color: #006600;
	font-weight: bold;
}
.rules li li {
	margin-top: 4px;
}

tr.season-row:hover, tr.player-row:hover {
	background: #ccc;
	cursor: pointer;
}
tr.season-row:active, tr.player-row:active {
	background: #aaa;
}
tr.season-row.sel, tr.player-row.sel {
	background: #e8eace;
}
tr.season-row.sel td, tr.player-row.sel td {
	color: #006600;
}
tr.disabled-row td, tr.disabled-row td a, table.disabled td.tableDataC, table.disabled td.tableDataL, table.disabled td a, p.disabled {
	color: #777;
	font-weight: normal;
	font-style: italic;
}
.team a:hover, tr.disabled-row td a:hover, tr.disabled-row.highlight td a:hover, table.disabled td a:hover {
	color: #fff;
}
.team a {
	color: #000;
	text-decoration: none;
}
tr.disabled-row.highlight td, tr.disabled-row.highlight td a, .highlight, .highlight td, .highlight td a {
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
}
.highlight td.tblHeader, .highlight td.tblHeadingC, .highlight td.tblHeadingL {
	color: #006600;
}
.heading, .heading a { 
	font-weight: bold !important;
}
tr.dividerRow td {
	border-top: 2px solid #555;
}
table.bottomDivider {
	border-bottom: 2px solid #555;
}
#mainBody #right-sidebar h2 {
	margin: 0;
	padding: 3px 8px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	background-color: #2b5431;
	border: 1px solid #fff;
	border-bottom: 18px solid #ccc;
}

UL.previous-weeks {
	list-style: none;
	padding: 0;
}
UL.previous-weeks LI {
	font-weight: bold;	
}

.textH, .textA {
	width: 10px;
}
