body
{
	background-color: #999;
	font-family: 'Trebuchet MS', Trebuchet, Arial;
	font-size: 12px;
	color: #000;
}

h1
{
	padding: 0px;
	margin: 0px 0px 6px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #933;
}

h1:first-child
{
	margin-top: 0px;
}

h2
{
	padding: 0px;
	margin: 18px 0px 4px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #600;
}

h2:first-child
{
	margin-top: 0px;
}

a
{
	color: #369;
	text-decoration: none;
}

a:visited
{
	color: #369;
}

a:hover
{
	text-decoration: underline;
}

span.r
{
	float: right;
	font-size: 12px;
	padding: 0px 0px 0px 8px;
}

div.minitable
{
	float: right;
}

img
{
	border: 0px;
}

p.error
{
	color: #d00;
}

p
{
	text-align: justify;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

ol li
{
	text-align: justify;
	margin-bottom: 6px;
}

ul li
{
	text-align: justify;
	margin-bottom: 2px;
}

form
{
	padding: 0px;
	margin: 0px;
}

form.wide textarea:first-child, form.wide input:first-child
{
	width: 100%;
}

td
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

table.bws_errors
{
	background-color: #ccc;
	border-collapse: collapse;
	margin: 0px;
	width: 100%;
	border: 2px solid #666;
}

table.bws_errors tr td
{
	border: 1px solid #333;
	padding: 1px 3px;
}

div.notice_panel
{
	padding: 4px 4px 4px 4px;
	color: black;
}

div.notice_panel h1
{
	color: black;
}

div.notice_panel h2
{
	color: black;
}

div#draft_panel
{
	background-color: #caa;
	border: 2px solid #a55;
}

div#trade_panel 
{
	background-color: #aca;
	border: 2px solid #5a5;
}

strong
{
	font-size: 14px;
	font-weight: bold;
}

table.aligned td
{
	vertical-align: middle;
}

table#stats tr.head td
{
	padding: 2px 0px 2px 0px;
	text-align: center;
}

table#stats tr td
{
	padding: 1px 2px 1px 2px;
	vertical-align: middle;
}

td.ll
{
	padding-left: 1px !important;
	text-align: left !important;
}

td.l
{
	text-align: left !important;
}

td.c
{
	text-align: center !important;
}

td.x
{
	text-align: center;
	padding-left: 2px !important;
	padding-right: 2px !important;
}

td.i
{
	text-align: center;
	padding: 0px !important;
}

td.n
{
	text-align: center !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
}

td.r
{
	text-align: right !important;
}

table.field
{
	margin: 8px auto;
	background-color: #3a4614;
	background-image: url( '/images/grass.png' );
	border-collapse: collapse;
	border: 2px solid #232a0c;
	float: left;
}

table.field#bench
{
	background-color: #7e6743;
	background-image: url( '/images/wood.png' );
	margin: 8px 8px 0px 0px;
	border-color: #4c3e28;
}

table.field#bench h2
{
	color: white;
	padding: 0px;
	margin: 0px;
}

table.field td
{
	padding: 4px 8px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-bottom: 1px solid #899072;
}

table.field#bench td
{
	border-color: #4c3e28;
	padding: 6px 12px;
}

table.field span
{
	white-space: nowrap;
}

table.field h1
{
	color: #fff;
}

table.field input
{
	background-color: #fc0;
	font-weight: bold;
}

table.field span.player, table.field select
{
	background-color: #391;
	color: #130;
	font-weight: bold;
}

table.field span.player
{
	padding: 2px 6px;
}

table.field td.R span.player, table.field td.R select, table.field td.X span.player, table.field td.X select
{
	background-color: #f99;
	color: #600;
}

table.field td.A span.player, table.field td.A select
{
	background-color: #fc9;
	color: #630;
}

table.field td.G span.player, table.field td.G select
{
	background-color: #9f9;
	color: #060;
}

table.field td.Y span.player, table.field td.Y select
{
	background-color: #eca;
	color: #531;
}

table.field td.Z span.player, table.field td.Z select
{
	background-color: #aea;
	color: #151;
}

table.field td.O span.player, table.field td.O select
{
	background-color: #999;
	color: #111;
}

table.field td span.player, table.field td select
{
	background-color: #fff;
	color: #000;
}

a.radio
{
	color: #000;
	text-decoration: none;
}

select.filter
{
	width: 72px;
}

div#banner
{
	background-color: #abc0cc;
	background-image: url( '/images/bg-top-banner.png' );
	text-align: right;
	line-height: 96px;
	white-space: nowrap;
}

div#complogo
{
	background-color: white;
}

table.compdesc tr td
{
	vertical-align: middle;
}

div.complinks
{
	font-size: 125%;
	text-align: center;
	padding: 2px;
	border: 1px solid #666;
	margin: 8px 0px 0px 0px;
	white-space: nowrap;
	background-color: #eee;
}

a.button
{
	background: transparent url( '/images/button.png' ) no-repeat scroll center;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a.button:hover
{
	background-image: url( '/images/button-blu.png' );
}

a.button:active
{
	background-image: url( '/images/button-gold.png' );
}

div.level
{
	background-color: #ddd;
}

div.level div.level
{
	background-color: #bbb;
}

div.level div.level div.level
{
	background-color: #999;
}

div.menu
{
	white-space: nowrap;
}

div.level div.menu a
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #ddd;
	text-decoration: none;
	border: 2px solid #fff;
}

div.level div.level div.menu a
{
	background-color: #bbb;
	border-color: #ddd;
}

div.level div.level div.level div.menu a
{
	background-color: #999;
	border-color: #bbb;
}

div.level div.menu a.current
{
	background-color: #b6d0dd;
}

div.level div.level div.menu a.current
{
	background-color: #9ab0bb;
}

div.level div.level div.level div.menu a.current
{
	background-color: #7e9099;
}

div.level div.menu a:hover
{
	background-color: #dbb;
	text-decoration: none;
	color: #900;
}

div.level div.level div.menu a:hover
{
	background-color: #b99;
	color: #600;
}

div.level div.level div.level div.menu a:hover
{
	background-color: #977;
	color: #300;
}

div#content
{
	background-color: #fff;
	border: 2px solid #666;
}

div.message
{
	background-color: #ccc;
	border: 2px solid #999;
	margin: 24px auto;
	width: 480px;
	padding: 12px;
}

a.active_filter
{
	color: #933;
}

table.std
{
	text-align: left;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	border-color: #666;
}

table.std tr
{
	background-color: #ccc;
}

table.std tr.head
{
	background-color: #89a;
}

table.std tr.alt
{
	background-color: #ddd;
}

table.std tr td
{
	padding: 1px 8px;
	margin: 0px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #999;
	vertical-align: middle;
}

table.std tr.alt td
{
	border-color: #898;
}

table.std tr.head
{
	text-align: center;
}

table.std tr.head td
{
	border-width: 1px;
	border-color: #567;
}

div.glossary
{
	padding: 12px 24px;
	border-top: 1px solid #999;
	text-align: justify;
}

div.glossary h2
{
	font-size: 12px;
	font-weight: bold;
	text-indent: -24px;
}

div.trade_box
{
	border: 1px solid black;
	background-color: #ddd;
	margin-bottom: 24px;
	padding: 8px;
	width: auto;
}

div#league_chat
{
	border: 1px solid #000;
	padding: 0px;
	margin-left: 8px;
	margin-top: 8px;
	width: 360px;
	float: right;
}

div#league_chat h1
{
	border-bottom: 1px solid #000;
	background-color: #eee;
	padding: 2px 8px;
}

div#league_chat form
{
	padding: 0px 8px;
}

div#league_chat div
{
	border-top: 1px solid #000;
	padding: 0px;
	margin: 0px;
}

div#league_chat p
{
	margin: 0px;
}

div#league_chat p.att
{
	font-size: 10px;
	padding: 1px 8px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}

div#league_chat p.msg
{
	font-size: 12px;
	padding: 4px 8px;
}

div#league_chat span
{
	color: #333;
	float: right;
}

table.finals
{
	margin: auto;
}

table.finals tr td
{
	vertical-align: middle;
	text-align: left;
	padding: 0px;
	white-space: nowrap;
}

table.finals tr.head td
{
	text-align: center;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0px;
	width: 25px;
}

table.finals tr td.result
{
	width: 180px;
	border: 1px solid black;
	padding: 1px 4px;
	background-color: #ccc;
}

table.selector
{
	border-spacing: 1px 3px;
	margin: auto;
	text-align: center;
}

table.selector tr
{
	margin-top: 4px;
}

table.selector tr td
{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #eee;
	padding: 0px 8px;
	vertical-align: middle;
	height: 24px;
}

table.selector tr.head td
{
	border: none;
	background-color: transparent;
	font-weight: bold;
}

table.selector tr.selected td
{
	border-color: #c00;
	background-color: #fcc;
}

table.selector tr.bold td
{
	font-weight: bold;
}

div.email_preview
{
	margin: 12px;
	border: 1px solid black;
	padding: 6px;
}

div.newsheadline
{
	padding-top: 16px;
	color: #666;
	clear: left;
}

div.newsheadline img
{
	float: left;
	margin-right: 8px;
}

div.newsheadline a
{
	display: block;
	font-weight: bold;
	font-size: 125%;
}

div.newsheadline p
{
	color: black;
}

div.article p
{
	text-indent: 24px;
}


div.article p:first-child
{
	text-indent: 0px;
	font-weight: bold;
}


div.article p.item
{
	margin-left: 24px;
	text-indent: -24px;
	padding-bottom: 4px;
}

div.article_image_left
{
	float: left;
	display: inline;
	margin-right: 16px;
}

div.article_image_right
{
	float: right;
	display: inline;
	margin-left: 16px;
}

div.article_caption
{
	text-align: center;
	font-size: 80%;
	font-style: italic;
	margin: 4px;
	padding: 0px;
}

table.rounds
{
	border-collapse: collapse;
	margin: 0px auto 8px auto;
}

table.rounds tr td
{
	vertical-align: middle;
	border: 1px solid #666;
	text-align: center;
	padding: 4px;
	background-color: #eee;
}

table.rounds tr td.locked
{
	background-color: #ccc;
}

table.rounds tr td#selectedround
{
	border: 3px solid #900;
	background-color: #fcc;
}

div.copyright
{
	clear: both;
	font-size: 10px;
	text-align: center;
	padding-top: 8px;
}

span.hilite
{
	color: #c00;
}