@charset "UTF-8";
body {
	background: #C0C0C0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 600px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #C0C0C0; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #EEEEEE;
	background-image: url(hdtv_header.jpg);
	background-repeat: no-repeat;
	width: 600px;
	margin-top:0px;

}
.oneColFixCtrHdr #header h1 {
	margin-top: 0px;
	padding-top:9px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: justify;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*Sub Nav*/
#sub-nav {
	position: relative;
	height: 24px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: 590px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sub-nav li {
	position: relative;
	float: left;
	height: 24px;
	margin-right: 20px;
	list-style-type: none;
	text-decoration: none;
	padding-top: 6px;
}
#sub-nav li a{
	position: relative;
	float: left;
	height: 24px;
	color: #1195D3;
	font-size: 13px;
	font-weight: bold;
	padding-left:8px;
	text-decoration: none;
}
#sub-nav li.active {padding: 0 0 0 8px; background: url(sec_nav_background_left.gif) top left no-repeat;}
#sub-nav li a:hover {color: #0C6B97; text-decoration: none;}			
#sub-nav li.active a {
	color: #FFF;
	background: url(sec_nav_background_right.gif) top right no-repeat;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 1px;
}			
#sub-nav li.active a:hover {color: #FFF;}

#nav {position: relative; height: 33px; background: url(nav_bg.jpg) top right; font-size: 12px; margin-top:0px;}
#nav li {position: relative; float: left; height: 33px; padding-right: 2px; background: url(/Common/iptv/images/layout/nav-break.gif) top right no-repeat;}
#nav li a {position: relative; float: left; width: 103px; height: 23px; padding-top: 10px; color: #fff; font-weight: bold; text-transform: uppercase; text-decoration:none}
#nav li a:hover, #nav li.active a {color: #222; text-decoration: none;}			
#nav li.active a {background: url(nav-active.gif) top left;}

#nav ol, ul

{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin:0px;
	padding:0px;
}


.imagebox {
	float: right;
	height: auto;
	width: 300px;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.buttons a {
	float: left;
	height: 25px;
	text-decoration: none;
}

.buttons img {
	border:0px;
}

.buttwrap {
	float: none;
	height: 30px;
	width: auto;
	vertical-align: baseline;
}
