/*style sheet for ETV*/


body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	background-color: #1F1A17;
}

.banner_div {
	position: absolute;
	left: 0px;
	top: 20px;
	}

#static_list {
	visibility: visible;
	}
	
.bannertext_div {
	position: absolute;
	left: 2px;
	top: 120;
	width: 700px;
	font-family: AvantGarde, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	}

#whatsnew {
	position: absolute;
	left: 605;
	top : 32;
	width:200;
	font-family: Arial;
	font-size: 8px;
	font-weight: normal;
	color: #FFFFFF;
	}

#bannercore {
	position: absolute;
	left: 200px;
	top : 20px;
	width:380px;
	height: 90px;
	font-family: Arial;
	font-size: 8px;
	font-weight: normal;
	color: #FFFFFF;
	}

table.whatsnew {
	border: 1px #000000 solid;
	border-padding: 1px;
	border-spacing: 1px;
	font-family: Arial;
	font-size: 8px;
	font-weight: normal;
	color: #FFFFFF;
	background: #FF0000;
}

td.whatsnew {
	border-padding: 1px;
	border-spacing: 2px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background: #000000;
}
	

table.tab {
/*#340D71*/
	color: #FFFFFF;
	/*background-color: #0084DA;*/
	/*background-color: #890F21;*/
	background-color: #FF0000;
	border: 0px #000000 solid;
	border-collapse: collapse;
	padding: 0px;
	margin:0px;
}

td.tab {
	width: 96px;
	height: 25px;
	text-align: center;
	/*vertical-align: top;*/
	font-family: Arial;
	font-weight: lighter;
	font-size: 14px;
	/*background: url('tab_bord_back_x890F21.jpg');*/
	/*background: url('tab_bord_back_x890F21_b.jpg');*/
	background: url('tab_bord_back_xFF0000_b.jpg');
	}

td.focus {
	font-size: 18px;
	background: url('tab_grad_back_xFF0000_b.jpg');
	}
	

#tab1 {	position: absolute; left: 0; top: 135; }
#tab2 {	position: absolute; left: 100; top: 135; }
#tab3 {	position: absolute; left: 200; top: 135; }
#tab4 {	position: absolute; left: 300; top: 135; }
#tab5 {	position: absolute; left: 400; top: 135; }
#tab6 {	position: absolute; left: 500; top: 135; }
#tab7 {	position: absolute; left: 600; top: 135; }
#tab8 {	position: absolute; left: 700; top: 135; }

#body {
	position: absolute;
	top: 160px;
	left: 0px;

	width: 798px;
	height: 100%;
	/*background: #0084DA;*/
	background: #890F21;
	/*background: url('gradient_back.jpg');*/
	/*background: url('gradient_back_x890F21.jpg');*/
	background: url('gradient_back_xFF0000.jpg');
	}
		
table.copy {
	color: #FFFFFF;
	/*background-color: #0084DA;
	border: 20px #0084DA solid;*/
	border-collapse: collapse;
	background: url('gradient_back_xFF0000.jpg');
	}

table.content {
	color: #FFFFFF;
	border-collapse: collapse;
	margin: 10px;
}

table.content td {
	color: #FFFFFF;
	border: 1px #111111 solid;
	border-collapse: collapse;
	margin: 10px;
	padding: 10px;
	
}


td.copy {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	}
	
td.graphic {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	}

a:link {
	color: yellow;
	}

.tab_focus a:link {
	color: white;
	}


a:active {
	color: #ff0000;
	text-decoration: none;
	}
	
a:visited {
	color: yellow;
	text-decoration: none;
	}
	
.tab_focus a:visited {
	color: white;
	}


a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}

td {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	}

td.header {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	}

h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	font-style: underline;
	}
	
.h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	/*text-indent: 5px;
	list-style-position: outside;*/
	list-style-type: square;
	color: #00FFFF;
	padding: 6px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
}

ul.spaced {
	line-height: 1.5em;
}

li {
	color: yellow;
	}

li span {
	color: white;
	}

li.plain  {
	list-style-type: none;
	margin-bottom: 3px;
	margin-top: 5px;
	}


