/*----------- core HTML tags --------------*/

body, td, input, select, button
{ 
	font: 12px arial, verdana, helvetica, sans-serif;
	color: #000035;
}

body
{
	margin: 0;
	background: #CDCEA4;
}

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: #008;
	text-decoration: none;
}

a:hover
{ 
	color: #00c;
	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: #F2F2DC;
}

/*----------- menu area --------------*/

div#menu
{
	position: absolute;
	top: 132px; left: 170px;
	width: 450px;
	height: 24px;
	padding-top: 1px;
	border-top: 4px solid #f00;
	overflow: hidden;
	background: #f00;
}
div#wrapperwide #menu
{	width: 686px;
}
div#contentblockwide div#menu
{
	width: 700px;
} 
div#menu div
{
	border-top: 1px solid #fff;
	height: 23px; overflow: hidden;
}
div#menu a, div#menu span
{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	display: inline;
	float: left;	
	height: 18px;
	padding: 4px 7px 1px;
	margin: 0;
	border: 1px solid #f00;
}
div#menu a:hover, div#menu span
{
	background: #f44;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;}
div#menu span
{	
	background: #900;
}
/*----------- banner area --------------*/
div#banner
{
	position: absolute;
	width: 750px;
	height: 145px;
	margin: 0;
	overflow: visible;
}
h1#sport
{
	color: #008;
	font: bold 24px Zurich BlkEx BT, Arial, Helvetica, san-serif;
	position: absolute; 
	top: 105px; left: 175px;
	padding: 0; margin: 0;
}
#bannertop
{
	position: absolute;
	top: 0;
	left: 157px;

}

img#logo, img#logoprint
{
	position: absolute;
	top: 27px; left: 5px;
	z-index: 100;
}
img#logoprint
{
	display: none;
}

img#bannerad, object#bannerad
{
	display: none;
}
/*----------- main content area --------------*/
div#contentblock, div#contentblockwide
{
	position: absolute;
	top: 0;
	padding-top: 145px;
	width: 880px;
	background: url('pics/customized/content-bg.gif') repeat-y left;
}
div#contentblockwide
{
	background: url('pics/customized/content-wide-bg.gif') repeat-y left;

}

/*----------- left column --------------*/

div#a
{
	display: inline;
	float: left;
	width: 160px;
	color: #008;
	height: 100px;
}

html > body div#a
{
	height: auto;
	min-height: 100px;
}

div#submenu
{
	padding: 15px 0;
	font-size: 11px;
}

div#submenu a, div#submenu a:visited, div#submenu span
{
	display: block;
	padding: 3px 10px;
	text-decoration: underline;
}
div#submenu span
{
	text-decoration: none;
	font-weight: bold;
	color: #7D7D68;
}
div#submenu span.subheader
{
	padding: 3px 10px;
	font-weight: bold; font-size: 14px;
	text-transform: uppercase;
	color: #008;	
}

/*----------- right column --------------*/

div#b, div#bwide
{
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 25px 10px;
	width: 440px;
	height: 500px;
}

html > body div#b, html > body div#bwide
{
	height: auto;
	min-height: 500px;
}

div#bwide, div#contentblockwide div#b
{
	width: 670px;
	background: none;

}

/*----------- right column --------------*/

div#c, div#d
{
	font-size: 11px;
	display: inline;
	float: right;
	width: 227px;
	overflow: hidden;
	margin-right: 24px;
	margin-top: -13px;
}

div#c div, div#c p, #login div
{
	padding: 3px; margin: 0;
	
}
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 td.score
{
	width: 6ex; 
}
div#c div, #login div { background: #7D7D68;}
/*----------- footer area --------------*/

div#footerblock
{
	text-align: right;
	color: #000;
	position: relative;
	clear: both;
	font-size: 9px;
	padding: 2px 30px 4px 10px;
	background: #CDCEA4;
	
}


/*----------- generic divs --------------*/
div#login, img#bannerright
{
	position: absolute;
	border-left: 1px solid #fff; 
	width: 228px; height: 132px;
	top: 0; left: 627px;
	background: url('pics/customized/content-bg.gif') repeat-y -628px 0;

}

div#wrapperwide img#bannerright
{		clip:  rect(auto auto 98px auto);}

div#login table
{ 
	margin: 3px 10px 0;
}

#login div
{
	color: #fff;
	font: bold 16px Zurich BlkEx BT, Arial, Helvetica, san-serif;
	padding-left: 10px;
}
div#login input, div#login button, div#register button
{ 
	font-size: 10px;
	padding: 0;
	margin: 0;

}
div#login input.mediuma
{ 
	width: 120px;
	height: 10px;
	margin: 0;
}
div#login table td
{	
	font-size: 10px; font-weight: bold;
	white-space: nowrap;
	vertical-align: baseline;

}
div#login p
{ 
	padding-left: 10px; 
	padding-right: 10px;
}

#login2
{
	position: absolute;
	top: 95px; left: 10px;
	width: 130px;
		
}
#login2 p
{
	margin: 0 0 5px 0;
}
div#register
{
	position: absolute;
	top: 100px; left: 10px;
	width: 130px;
}
div#register button
{

	width: 115px;
}

#e2elogo
{
	position: absolute;
	top: 100px; right: 130px;

}
div#wrapperwide #e2elogo
{
	right: -103px;
}

.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;
}