/*----------- core HTML tags --------------*/

body, td, input, select, button
{ 

	font: 12px arial, verdana, helvetica, sans-serif;
	color: #000;
	position: relative;
	margin: 0;
}

body
{
	text-align: center;
	margin: 0;
	background: #1e1d5d url('pics/customized/background.jpg') repeat-x fixed top;
}
td
{text-align: left;}
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;
}
fieldset
{ margin: 10px 0; }
acronym
{	cursor: help; border-bottom: #ccc solid 1px;}
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;}
.mediumc
{ width: 225px;}
.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: 210px;
	width: 875px;
	height: 26px;
	background: url('pics/button-metal.gif') repeat-x top;
	overflow: hidden;

}
div#menu select
{font-size: 11px;
}
div#menu div
{ 
	float: left;
	width: 156px;
	height: 26px;
	background: url('pics/customized/register-bg.gif') repeat-x top;

}	
div#register
{ 
	width: 156px; 
	height: 26px;

}	
div#register a, div#menu a, div#menu span, .button
{
	color: #666;
	font: bold 13px Trebuchet MS, verdana, arial, helvetica;
	display: inline;
	float: left;	
	height: 16px;
	padding: 5px 5px 2px 15px;
	margin: 0;

}
div#register a:hover, div#menu a:hover, .button:hover, div#menu span
{
	color: #FFF;
	text-decoration: none;
	height: 17px;
	padding: 5px 5px 2px 15px;

}
div#menu span
{	

	background: url('pics/button-metal-select.gif') no-repeat 0 9px;
}
/*----------- banner area --------------*/
div#banner
{
	position: absolute;
	width: 875px;
	height: 209px;
	overflow: visible;
	background: #fff url('pics/customized/banner-bg.jpg') no-repeat;

}
img#leaguename
{	position: absolute;
	left:175px; top: 138px;
}

img#logo, img#logoprint
{
	position: absolute;
	top: 119px; 
	left: 14px;
	width: 130px; 
	height: 79px;
	z-index: 100;
}
img#logoprint
{
	display: none;
}
img#customa
{
	display: none;
}

img#customb
{
	display: none;
}
img#bannerad, object#bannerad
{
	position: absolute;
	top: 7px; 
	left: 180px;
	width: 468px; 
	height: 60px;
	z-index: 101;
}
/*----------- main content area --------------*/
div#wrapper
{
	margin: auto;
	text-align: left;
	position: relative;
	width: 875px;
}

div#contentblock, div#contentblockwide
{
	position: absolute;
	top: 236px;
	width: 875px;
	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: 155px;
	height: 100px;
}

html > body div#a
{
	height: auto;
	min-height: 100px;
}

div#submenu
{

	padding: 0 0 12px 0;
	font-size: 11px;

}

div#submenu a, div#submenu a:visited, div#submenu span
{
	display: block;
	padding: 3px;
	padding-left: 6px;
	color: #000;
	text-decoration: none;
}
div#submenu span
{
	font-weight: bold;

	
}
div#submenu span.subheader
{
	margin: 0;
	color: #fff;
	font-weight: bold;
	background: url('pics/customized/subheader-bg.gif') no-repeat bottom left;
	padding: 3px 6px 12px 6px;
}

div#submenu a:hover
{
	color: #666;
}

/*----------- right column --------------*/

div#b, div#bwide
{
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 15px;
	width: 385px;
	height: 500px;
}

html > body div#b, html > body div#bwide
{
	height: auto;
	min-height: 500px;
}

div#bwide, div#contentblockwide div#b
{
	width: 588px;
	background: none;

}

/*----------- right column --------------*/

div#c, div#d
{
	font-size: 11px;
	display: inline;
	float: right;
	width: 227px;

}
div#d
{	
	height: 500px;
	position: absolute;
	top: 0; right: 0;
	
}

div#c div, div#c p
{
	padding: 3px 6px; margin: 0;
	
}
div#c div
{
	padding-top: 10px;
	
}

div#c div p
{
	font-size: 12px;
	padding: 3px 0;
	
}
div#c div label
{
	color: #fff;
	
}
div#c td
{
	position: relative;
	vertical-align: baseline;
	width: 80px;
	font-size: 11px;
	overflow: hidden;
	
}
div#c td a, div#c td a:visited
{
	color: #336;
}
div#c hr
{
	border-color: #77a;
}
div#c td.score
{
	width: 6ex; 
}
div#c div 
{
	background: url('pics/customized/gamelist-bg.gif') no-repeat;
	height: 41px;
}
/*----------- footer area --------------*/

div#footerblock
{
	color: #600;
	position: relative;
	clear: both;
	font-size: 9px;
	background: url('pics/button-metal.gif') repeat-x top;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999; 
	padding: 2px 15px 4px 10px;	
}


/*----------- generic divs --------------*/
div#login, div#login2
{
	position: absolute;
	top: 171px; 
	left: 165px;
	color: #fff;
	z-index: 1;
	
}

div#login table
{ 
	margin: 0 10px 0;
}

html > body div#login table
{ 
	margin-top: 3px;
}

div#login input, div#login button, div#register button
{ 
	font-size: 10px;
	padding: 0;
	margin: 0;

}
div#login input.mediuma
{ 
	width: 120px;	 height: 12px;
	margin: 0;
}
div#login table td
{	
	padding: 0 5px 0 0; 
	font-size: 12px; 
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	vertical-align: baseline;
}
div#login table td a {color: #ffeb00; font-size: 10px}

div#login table td label {color: #fff;}
div#login p
{ padding-left: 10px; padding-right: 10px;}
div#login img
{ height: 13px; width: 41px;}


div#register
{
	position: absolute;
	width: 156px; 
	height: 26px;
	border-right: 1px solid #333;
	left: -1px; 
	top: 209px;
	text-align: center;
}


#e2elogo
{
	position: absolute;
	top: 3px; 
	left: 42px;
	width: 83px; 
	height: 59px;
}

.hide
{ display: none;}
.tips
{ font-weight: bold; color: #999;}
.date
{ font-size: 10px; color: #888;}
.alert, tr.alert td
{ background: #f00; color: #fff;}
#sub1, #sub2, .note
{
	padding: 10px; BACKGROUND: #eee;
}
