/*----------- core HTML tags --------------*/

body
{
	width:1024px;
margin:0 auto;
	background: #808081 url('pics/background.gif') repeat-y top 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;
}

table.listtable tr.alert td
{
	background: #d66;
}

/*----------- menu area --------------*/

div#menu
{
	position: relative;
	top: -73px; left: 0;
	width: 1024px;
	height: 24px;
	margin: 0 auto;
	border: none;
	background-color: #0f8b4a;
	overflow: hidden;

}
div#menu select
{font-size: 11px;}
div#menu div
{ 
	float: left;
	width: 129px; height: 26px; padding-right:141px;
}	
div#menu div select
{ 
	width: 110px;
	margin: 3px 50px 0;
}
div#menu a, div#menu span, .button
{
	color: #fff;
	font-weight: bold;
	display: inline;
	float: left;	
	height: 12px;
	padding: 5px 20px;
	margin: 0;
	border: none;
}
	div#menu a:hover, .button:hover, div#menu span {
		background: #fff;
		color: #0f8b4a;
		text-decoration: none;
		padding: 5px 20px;
		border: none;
		border-bottom: 2px solid #fff;
	}
	div#menu span {
		border: none;
		border: none;
		background: #fff;
		color: #0f8b4a;
		padding: 5px 20px;
		border-bottom: 2px solid #fff;
	}
/*----------- banner area --------------*/
div#banner
{
	position: relative;
	top: -4px; left: 0px;
	width: 1024px;
	height: 154px;
	margin: 65px auto;
	background: #fff url('pics/customized/background-banner.jpg') repeat-x;
	overflow: visible;
}

img#logo
{
	position: absolute;
	top: 0; left: 18px;
  height: 130px;
  margin-top: 12px;
  margin-left: 50px;
}



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: 81px;
	width: 496px; 
	height: 21px; 
	z-index: 0;
}
img#bannerad, object#bannerad
{
	position: absolute;
	top: 12px; 
	left: 265px; 
	z-index: 1;
	
}
/*----------- main content area --------------*/

div#contentblock, div#contentblockwide
{
	position: absolute;
	top: 240px;
	width: 1000px;
	background: #fff;
	
}
div#contentblockwide
{
	background: #fff;
	
}
/*----------- left column --------------*/

div#a
{
	display: inline;
	float: left;
	width: 180px;
}
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: #fff;
		/*background: #FFB340 url('pics/customized/sidemenu-header.gif') no-repeat top right;*/
		background: #0f8b4a;
	}
	div#submenu a:hover {
		color: #fff;
		/*background:  #FFB340;*/
		background: #00a84f;
	}

/*----------- right column --------------*/

div#b, div#bwide
{
	position:relative;
    display: inline;
	float: left;
	margin: 0; margin-left: 1px;
	padding: 15px;
	width: 550px;
	height: 500px;
}

html > body div#b, html > body div#bwide
{
	height: auto;
	min-height: 500px;
}

div#bwide, div#contentblockwide div#b
{
	width: 780px;
	background: none;
}

/*----------- right column --------------*/

div#c 
{
	font-size: 11px;
	display: inline;
	float: right;
	width: 202px;
	padding: 0; margin: 0;
padding-top:20px;
	overflow: hidden;
}

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.score
{
	width: 6ex; 

}

div#c div {background: #fff;}
/*----------- footer area --------------*/

div#footerblock
{
	position: relative;
	clear: both;
	font-size: 9px;
	border: none;
	background: #fff;
	padding: 2px 15px 4px 10px; 

}
div#footerblock a
{
color:#000;
}


/*----------- generic divs --------------*/
div#generic1
{
	position: relative;
	width: 624px;
	top: -65px; left: 0px;
	font-size: 11px;
	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: 11px;
	color: #333;
	white-space: nowrap;
}

div#generic2
{
	display: none;
}

#e2elogo
{
	position: absolute;
	top: 2px; left: 895px;
}
#logo-print
{	display: none;}
.hide
{ display: none;}
.tips
{ font-weight: bold; color: #999;}
.date
{ font-size: 10px; color: #888;}