/*----------- core HTML tags --------------*/

body, td, input, select, button
{ 
	font: 12px arial, verdana, helvetica, sans-serif;
	color: #000;

}
td {text-align: left;}
body
{ margin: 0; background: #fff url('pics/background.jpg') repeat-x top; text-align: center}

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: 145px;
	width: 800px;
	height: 24px;
	background: #ddd url('pics/button-metal.gif') repeat-x top;
	overflow: hidden

}
div#menu select
{font-size: 11px;}
div#menu div
{ 
		float: left;
		width: 131px; height: 24px;
}	
div#menu div select
{ 
	width: 110px;
	margin: 3px 9px 0;
}
div#menu a, div#menu span, .button
{
	color: #ccf;
	font-weight: bold;
	font-size: 11px;
	display: inline;
	float: left;	
	height: 18px;
	padding: 5px 10px 1px;
	margin: 0;

}
div#menu a:hover, .button:hover, div#menu span
{
	background:  transparent url('pics/button-metal-select.gif') repeat-x;
	color: #fff;
	text-decoration: none;

}
div#menu span
{	
	border-right: 1px solid #00f;
    border-left: 1px solid #006;
	background:  transparent url('pics/button-metal-select.gif') repeat-x 0 0;
	padding: 6px 11px;
}

/*----------- banner area --------------*/
div#banner
{
	position: absolute;
	width: 800px;
	height: 145px;
	margin: 0;
        padding: 0;
	overflow: visible;
	background: #fff url('pics/customized/banner-bg.jpg') no-repeat top left;

}
img#leaguename
{	display: none;
}

img#logo, img#logoprint, #logotwo
{
	position: relative;
	z-index: 100;

}

#logotwo
{
display: none;

}
img#logoprint
{
	display: none;
}
img#customa
{
	display: none;
}

img#customb
{
	display: none;
}
img#bannerad, object#bannerad
{
	display: none;
}
/*----------- main content area --------------*/
div#wrapper, div#wrapperwide
{
width: 800px; text-align: left; margin: 0 auto; position: relative;
}

div#contentblock, div#contentblockwide
{
	position: absolute;
	top: 168px;
	width: 800px;
	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: 135px;
	height: 100px;
}

html > body div#a
{
	height: auto;
	min-height: 100px;
}

div#submenu
{

	padding: 12px 0;
	font-size: 11px;

}

div#submenu a, div#submenu a:visited, div#submenu span
{
	display: block;
	padding: 3px;
	padding-left: 12px;
	color: #00f;
	text-decoration: none;
}
div#submenu span
{
	font-weight: bold;
	color: #006;

	
}
div#submenu span.subheader
{
	color: #9BD5FF;
	font-weight: bold;
	background: transparent url('pics/customized/background-headers.jpg') no-repeat;
	margin-bottom:3px; padding: 6px 6px 6px 12px;
}
div#submenu a:hover
{
	color: #33f;
}

/*----------- 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: 202px;
	overflow: hidden;
        color: #fff;
}
div#d
{
	height: 500px;
}

div#c div, div#c p
{
	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: #ddd;
}
div#c hr
{
	border-color: #99c;
}
div#c td.score
{
	width: 6ex; 
}
div#c div {background: #3c5b92 url('pics/customized/background-headers.jpg') no-repeat -20px;}
/*----------- footer area --------------*/

div#footerblock
{
	color: #600;
	position: relative;
	clear: both;
	font-size: 9px;
	background: #b1d8f5;
	border:1px solid #95b6ce;
	padding: 2px 15px 4px 10px;	
}

/*----------- generic divs --------------*/
div#login, div#login2
{
	position: absolute;
	top: 55px; right: 0;
	z-index: 1;
	
}
div#login2
{text-align: right; margin-right: 10px;}

div#login table
{ 
	margin: 0 10px 0;
}

html > body div#login table
{
	margin-top: 3px;
}

div#login input, div#login button, div#generic2 button
{ 
	font-size: 10px;
	padding: 0;
	margin: 0;

}
div#login input.mediuma
{ 
	width: 120px;
	height: 10px;
	margin: 0;
}
div#login table td
{	
	padding: 0 5px 2px 0; 
	font-size: 10px; font-weight: bold;
	white-space: nowrap;
	vertical-align: baseline;
        text-align: right;}


div#login table td a
{text-decoration: underline; float: right; padding-right: 1ex;}
div#login table td b
{font-size: 12px; color: #000;}

div#login p
{ 
	padding-left: 10px; 
	padding-right: 10px;}

div#login img
{ 
	height: 13px; 
	width: 41px;
}

#e2elogo
{
	position: absolute;
	top: 10px; right: 5px;
	width: 116px; height: 39px;
}

.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;
}
