/*----------- core HTML tags --------------*/

body {
	position: relative;
	margin: 0;
	background: #ea002a url('pics/customized/background.gif') repeat-x 0 0;
	text-align: center
}

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: 225px; left: 56px;
	width: 1024px;
	padding-top: 1px;
	height: 33px;
	margin: 0;
	overflow: hidden;
	background: url('pics/customized/menu-bg.jpg') no-repeat;
	z-index: 500
}

div#menu div
{ 
	float: left;
	width: 0; height: 33px;
	overflow: hidden;
	
}	
div#menu div select
{ 
	width: 20px;
	margin: 3px 9px 0;
}
div#menu a, div#menu span, .button
{
	color: #fff;
	font: 700 13px verdana, arial, helvetica;
	display: inline;
	float: left;	
	height: 23px;
	padding: 10px 15px 0 15px;
	margin: 0;	
	border: none;
}
	div#menu a:hover, .button:hover, div#menu span {
		height: 23px;
		background: #bc0425;
		text-decoration: none;
		padding: 10px 15px 0 15px;
	}
div#menu span
{	
	color: #eee;
	background: url('pics/button-metal-select.gif') no-repeat 5px 8px;
	padding: 10px 15px; 
}

/*----------- banner area --------------*/
div#banner
{
	position: absolute;
	left: 55px;
	top: 0;
	width: 1024px;
	height: 225px;
	margin: 0;
	background: url('pics/customized/banner-bg.jpg') no-repeat 0 0;
	overflow: visible
}

img#logo
{
	position: absolute;
}
img#logoprint
{
	display: none;
}
img#customa
{
	position: absolute;
	top: 178px; left: 5px;
	width: 263px; height: 100px; z-index: 1000;
}

img#customb
{
	position: absolute;
	bottom: 0; left: 81px;
	width: 496px; height: 21px; 
	z-index: 0;
}
img#bannerad, object#bannerad
{
	position:absolute;
	top: 270px; left: 300px; z-index: 900;
}
/*
#b img#bannerad, #b object#bannerad
{
	position:relative;
	margin-bottom: 20px; z-index: 900; left: 0;
	
}*/
/*----------- main content area --------------*/

div#wrapper
{ margin: 0 auto; width: 1024px; position: relative; text-align: left;


}
div#contentblock, div#contentblockwide
{
	position: absolute;
	top: 250px;
	width: 1024px;
	left: 56px;
 	background: url('pics/customized/background-content.gif') repeat-y;	
}


/*----------- left column --------------*/

div#a
{
	display: inline;
	float: left;
	width: 200px;
	padding-left: 12px;
}
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: #555;
	text-decoration: none;
}
div#submenu span
{
	font-weight: bold;
	color: #f00;

	
}
div#submenu span.subheader
{
	margin-bottom: 3px;
	padding-top: 5px; padding-bottom: 6px;
	color: #000;
	
}
	div#submenu a:hover {
		color: #FFFFFF;
		background: #ea002a;
	}

/*----------- right column --------------*/

div#b, div#bwide
{
	position: relative;
	display: inline;
	float: left;
	margin: 0; 
	margin-left: 1px;
	padding: 15px; 
	padding-bottom: 100px;
	width: 500px;
	height: 500px;
	top: 10px;
}

html > body div#b, html > body div#bwide
{
	height: auto;
	min-height: 500px;
  margin-bottom: 75px;
}

div#bwide, div#contentblockwide div#b
{
	width: 740px;
	background: none;
}

/*----------- right column --------------*/

div#c 
{
	position: relative;
	font-size: 11px;
	display: inline;
	float: right;
	width: 223px;
	padding: 0; margin: 15px 0 0 0; 
	height: 500px;
}

html > body div#c
{
	height: auto;
	min-height: 500px;
}


div#c div, div#c p
{
	padding: 3px; margin: 0;
		
}
div#c div
{
	padding-left: 5px;
}
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; 

}

/*----------- footer area --------------*/

div#footerblock
{
	background: #eee url('pics/customized/menu-bg.jpg') repeat-x;	
	position: relative;
	clear: both;
	font-size: 11px;
	margin-top: 5px; 
	padding: 5px 15px 5px 10px;
}
div#footerblock a, div#footerblock a:visited
{ color: #fff;}

/*----------- generic divs --------------*/
div#generic1, div#generic2
{
	position: absolute;
	top: 180px; 
	left: 51px;
	height: 43px;
	overflow: hidden;

}
div#generic2
{
	top: 185px; 
	left: 65px;
}
div#generic3
{	
	position: absolute;
	top: 229px; right: -30px;
	z-index: 1000;
}
div#generic3 button
{
	width: 197px; height: 25px; 
}
div#generic1 table tr td
{padding: 0 5px 3px 5px; margin: 0;}
div#generic1 input, div#generic1 button, div#generic2 input
{ 
	font-size: 10px;
	padding: 0;
	margin: 0;
}
div#generic1 input.mediumb
{ 
	width: 120px;
}
div#generic1 table td, div#generic1 table td a, div#generic1 table td label, div#generic2 table td
{	
	font-size: 10px; font-weight: bold;
	color: #000;
	white-space: nowrap;
}
}
div#generic1 table td b
{ 
	color: #000; font-size: 11px;
}

#e2elogo
{
	
	position: absolute;
	top: 10px; right: -35px;
	z-index: 1;
	height: 75px;
}

#printlogo
{display: none;}
.hide
{ display: none;}
.tips
{ font-weight: bold; color: #999;}
.date
{ font-size: 10px; color: #888;}