/*----------- core HTML tags --------------*/

body, td, input, select, button
{ 
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #000;

}

body
{
	background: url(pics/customized/background.gif) repeat-y center;
	margin: 0 auto;

}
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;
}

/*---------  To Override the default TD style for the radTabStrip  ----------*/
.TabLabelSelectedStyle td
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	cursor: default;
}

.TabLabelDefaultStyle td
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666;
	cursor: pointer;
	cursor: default;
}

/*----------- 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;
	background: #fff;
}

table.listtable thead, table.listtable tr.tableheader td, tr th.tableheader
{
	color: #fff;
	padding: 3px;
	background: #333;
	white-space: nowrap;
}

table.listtable tr.tableheader td a, tr th.tableheader a
{color: #fff;}

table.listtable tr.altrow td, tr.altrow td
{
	background: #ddd;
}


/*----------- menu area --------------*/

div#menu
{
text-align:middle;

	position: relative;

	width: 624px;
	height: 25px;
	margin: 0 auto;
padding-left:300px;
padding-right:100px;
	background: #EF3E34 url('pics/button-metal.gif') repeat-x top;
	overflow: hidden;

}
div#menu select
{font-size: 11px;}
div#menu div
{
position:absolute; 
left:10px;
top:3px;
}	
div#menu div select
{ 
/*	display: none;	*/
}
div#menu a, div#menu span, .button
{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	display: inline;
	float: left;
	height: 16px;
	padding: 5px 10px;
	margin: 0;

}
div#menu a:hover, .button:hover, div#menu span
{
	background: #fff;
color:#EF3E34;
	text-decoration: none;
	padding: 5px 10px;

}
div#menu span
{	
	
	padding: 5px 10px;
	background: #fff;
	color: #666;
}
/*----------- banner area --------------*/
div#banner
{

width: 1024px;
	height: 165px;
	margin: 59px auto 0 auto;
	background: url('pics/customized/background-banner.jpg') no-repeat;
}

img#logo
{
	position: absolute;
	top: -7px; 
	left: 20px;
	z-index: 100;
}

img#customa
{
	display: none;
}

img#customb
{
	display: none;
}
img#bannerad, object#bannerad
{
	position: absolute;
	top: -60px; 
	left: 470px;
	
}
/*----------- main content area --------------*/
div#wrapper
{width: 1024px; background:#fff; position: relative; text-align: left; margin: 0 auto;}

div#contentblock, div#contentblockwide
{
	position: absolute;
	top: 200px;
	width: 1024px;
        background: #fff;
}
div#contentblock
{background-color: #fff;}
div#contentblockwide
{background: #fff;}
/*----------- left column --------------*/

div#a
{
	display: inline;
	float: left;
	width: 240px;
	/*background: url('pics/customized/leftcolumn-bg.gif') no-repeat top right;*/
	height: 100px;
}

html > body div#a
{
	height: auto;
	min-height: 100px;
}

div#submenu
{

	padding: 12px 0;
	font-size: 11px;
	margin-left: 8px;
}

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
{
	height: 22px;
	color: #5a5a5a;
	/*background: url('pics/customized/sidemenu-header.gif') no-repeat top left;*/
background-color:#ddd;
	margin: 0 0 3px -8px; 
	padding: 6px 0 0 14px; 
}

div#submenu a:hover
{
	color: #fff;
	background: #EF3E34 url('pics/customized/button-bg-redshadow.gif') repeat-x top;
}

/*----------- right column --------------*/

div#b, div#bwide
{

	float: left;
	margin: 0; 
	margin-left: 1px;
	padding: 15px;
	width: 500px;
	height: 500px;
}

html > body div#b, html > body div#bwide
{
	height: auto;
	min-height: 500px;
}

div#bwide, div#contentblockwide div#b
{
	width: 750px;
	background: none;

}

/*----------- right column --------------*/

div#c 
{
	font-size: 11px;
	display: inline;
	float: right;
	width: 250px;
	padding: 0; margin: 0;
	overflow: hidden;
}
div#c div, div#c p
{
	padding: 3px; padding-right:10px; margin: 0;
	
}
div#c div p
{
	font-size: 12px;
	padding: 3px 0;
	
}
div#c div label
{
	color: #000;
	
}
div#c td
{
	position: relative;
	vertical-align: baseline;
	width: 80px;
	font-size: 11px;
	overflow: hidden;
    background: none;
	
}
div#c td a, div#c td a:visited
{
	color: #336;
}
div#c td b
{

}
div#c td.score
{
	width: 6ex; 

}
div#c div { background: #fff;}
/*----------- footer area --------------*/


div#footerblock
{
	color: #600;
	position: relative;
	clear: both;
	font-size: 9px;
	padding: 2px 15px 4px 10px;
	background: #fff;
}
div#footerblock a, div#footerblock a:visited
{
	color: #556;
}


/*----------- generic divs --------------*/
div#generic1
{
position:absolute;
top:-59px;
width:1024px;

}

div#generic1a
{
	position: absolute;
	top: -50px; left: 30px;
width:1024px;
}

div#generic2
{
	display: none;

}
div#generic2 button
{ 
	font-size: 10px;
	padding: 1px 0;
	width: 90px;
}
div#generic1a table
{ 
	border: none;
}
div#generic1 table
{ 
	position: relative;
        top: 5px;
margin-left:140px;
	border: none;
}
div#generic1 table#tbl1
{ 
	position: relative;
        top: 0px;
margin-left:0px;
	border: none;
}
div#generic1 span
{
        position:absolute;
top:12px;
right:0px;
}

div#generic1 input, div#generic1 button, div#generic1a input, div#generic1a button
{ 
	font-size: 10px;
	padding: 0px  4px;
	margin: 3px 3px;
        vertical-align: middle;
}

div#generic1 button
{
display:none;
}
div#generic1 input.mediumb
{ 
	width: 105px;
	padding: 0;
}
div#generic1 table td, div#generic1 table td label
{	padding: 0 0px 0 0px;
	font-size: 10px; 
        font-weight: normal;
	color: #000;
	white-space: nowrap;
        vertical-align: middle;
}
 div#generic1a table td a
{color: #00f; text-decoration: none;font-weight: normal; margin-left:3px;}

div#generic1 img
{
position:absolute;
left:0px;
top:0;
}

div#generic1 img#e2elogo
{
	position: absolute;
	top: 10px; 
	left: 900px;
}
div#generic1a img#e2elogo
{
	position: absolute;
	top: 1px; 
	left: 870px;
}

.hide
{ display: none;}
.tips
{ font-weight: bold; color: #999;}
.date
{ font-size: 10px; color: #888;}
.alert, tr.alert td
{ background: #f00; color: #fff;}

div.tab a, div.tab span
{ padding: 2px 10px; margin: 0 2px 0 0; width: 75px; background: #333; font-weight: bold; color: #fff;}
	
div.tab a
{ background: #ddd; text-decoration: none; color: #00f;}
