/*----------- core HTML tags --------------*/

body
{
	position: absolute;
	margin: 0;
	background: #fff;
	
}

body, td, input, select, button
{ 
	font: 12px arial, verdana, helvetica, sans-serif;
	color: #000;
}
h1
{ font-size: 13px;}

table, form, img
{ padding: 0; margin: 0; border: none; border-collapse: separate;}

label, legend
{ 
	color: #333;
	font-weight: bold;
}

hr
{
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
}

a, a:visited
{ 
	color: #00d;
	text-decoration: none;
}

a:hover
{ 
	color: #00f;
	text-decoration: underline;
}


/*----------- form  field sizes ------*/
.short
{ width: 50px;}
.mediuma
{ width: 75px;}
.mediumb
{ width: 150px;}
.wide
{ width: 375px;}
.warning
{ color: #f00; font-weight: bold}
/*----------- tables ------------------*/

table.formtable td
{
	padding: 3px 10px 3px 0;
	white-space: nowrap;
	vertical-align: baseline;
}

table.listtable td
{
	padding: 3px;
	vertical-align: baseline;

}

table.listtable thead, table.listtable tr.tableheader td
{
	color: #fff;
	padding: 3px;
	background: #333;
	white-space: nowrap;
}

table.listtable tr.tableheader td a
{color: #fff;}

table.listtable tr.altrow td
{
	background: #ddd;
}

/*----------- menu area --------------*/

div#menu
{
	position: absolute;
	top: 125px; left: 0;
	width: 748px;
	height: 24px;
	margin: 0;
	border: 1px solid #AAA;
	background: #aaa url('pics/button-metal.gif') repeat-x;
	overflow: hidden
}
div#menu select
{font-size: 11px;}
div#menu div
{ 
	float: left;
	width: 129px; height: 24px;
	border-right: 1px solid #ccc;
}	
div#menu div select
{ 
	width: 110px;
	margin: 3px 5px 0;
}
div#menu a, div#menu span, .button
{
	color: #666;
	text-transform: lowercase;
	font: bold 10px verdana, arial, helvetica, sans-serif; 
	display: inline;
	float: left;	
	height: 12px;
	padding: 5px 11px;
	margin: 0;
	border: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
div#menu a:hover, .button:hover, div#menu span
{
	background: #ccc;
	text-decoration: none;
	padding: 6px 12px;
	padding-left: 11px;
	border: none;
	border-left: 1px solid #666;

}
div#menu span
{	
	border-right: 1px solid #666;
	background: #ccc url('pics/button-metal-select.gif') repeat-x;
	padding: 6px 11px;
}

/*----------- banner area --------------*/
div#banner
{
	position: absolute;
	top: 0; left: 0;
	width: 748px;
	height: 73px;
	margin: 0;
	background: #cf6 url('pics/bannerbg.gif') no-repeat top left;
	overflow: visible;
	border: 1px solid #000
}

img#logo
{
	position: absolute;
	top: 18px; left: 6px;
	width: 280px; height: 39px;
}
img#logoprint
{
	display: none;
}
img#customa
{
	position: absolute;
	top: 0; right: -82px;
	width: 263px; height: 100px; z-index: 1000;
	
}

img#customb
{
	position: absolute;
	bottom: 0; left: 130px;
	width: 496px; height: 21px; 
	z-index: 0;
}
img#bannerad, object#bannerad
{
	position: absolute;
	top: 5px; left: 320px; z-index: 1;
	
}
/*----------- main content area --------------*/

div#contentblock, div#contentblockwide
{
	position: absolute;
	top: 151px;
	width: 750px;
	background: #fff url('pics/customized/content-bg.gif') repeat-y left;
	
}
div#contentblockwide
{
	background: #fff url('pics/customized/content-bg-wide.gif') repeat-y left;
	
}
/*----------- left column --------------*/

div#a
{
	display: inline;
	float: left;
	width: 130px;
}
div#submenu
{

	padding: 12px 0;
	font-size: 11px;

}

div#submenu a, div#submenu a:visited, div#submenu span
{
	display: block;
	padding: 3px;
	padding-left: 6px;
	color: #336;
	text-decoration: none;
}
div#submenu span
{
	font-weight: bold;

	
}
div#submenu span.subheader
{
	margin-bottom: 3px;
	padding-top: 6px;
	color: #336;
	background: #CF6;

}
div#submenu a:hover
{

	background:  #CF6;
}

/*----------- right column --------------*/

div#b, div#bwide
{
	position: relative;
	display: inline;
	float: left;
	margin: 0; 
	margin-left: 1px;
	padding: 15px;
	width: 387px;
	height: 500px;
}

html > body div#b, html > body div#bwide
{
	height: auto;
	min-height: 500px;
}

div#bwide, div#contentblockwide div#b
{
	width: 588px;
	border-right: 1px solid #aaa;
	background: none;
}

/*----------- right column --------------*/

div#c, div#d
{
	font-size: 11px;
	display: inline;
	float: right;
	width: 202px;
	padding: 0; margin: 0;
	overflow: hidden;
	color: #036;
}
div#d
{	background: url('pics/customized/leaguephoto.gif') no-repeat right top;
	width: 187px;
	height: 500px;
	position: relative;
	top: 0; right: 0
	
}
div#c div, div#c p
{
	padding: 3px; margin: 0;
	
}
div#c div p
{
	font-size: 12px;
	padding: 3px 0;
	
}
div#c td
{
	position: relative;
	vertical-align: baseline;
	width: 80px;
	font-size: 11px;
	overflow: hidden;
	
}
div#c td b
{

}
div#c td.score
{
	width: 6ex; 

}

div#c div {background: #69c;}
div#c hr {border-color: #69c;}
/*----------- footer area --------------*/

div#footerblock
{
	position: relative;
	clear: both;
	font-size: 9px;
	border: 1px solid #aaa;
	background: #eee url('pics/button-metal.gif') repeat-x;
	padding: 2px 15px 4px 10px;
}


/*----------- generic divs --------------*/
div#generic1
{
	position: absolute;
	width: 740px;
	top: 80px; left: 10px;
	font-size: 9px;
	color: #333;
}
div#generic1 table, div#generic1 img
{ 
	float: left;
	border: none;
	padding-right: 5px;
}

div#generic1 input, div#generic1 button
{ 
	font-size: 10px;
	padding: 0 6px;
	margin: 0;
}
div#generic1 input.mediumb
{ 
	width: 120px;
	padding: 0;
}
div#generic1 table td
{	padding-right: 5px;
	font-size: 10px;
	color: #333;
	white-space: nowrap;
}

div#generic2
{
	display: none;
}

#e2elogo
{
	position: absolute;
	top: 0; right: -10px;
	width: 116px; height: 39px;
}
#logo-print
{	display: none;}
.hide
{ display: none;}
.tips
{ font-weight: bold; color: #999;}
.date
{ font-size: 10px; color: #888;}
.formbutton
{ 

}