/* COMMON STYLE */
html, body, img, p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, sans-serif;
	line-height: 1.5;
}

body#bd {
	color:#CCCCCC;
	background:#202020;
	margin:0;
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #FF9B14;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FF9B14;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.heading, h1, h2, h3, h4 {
	line-height: normal;
}	

.heading {
	color: #FFFFFF;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 18px 7px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

td, div {
	font-size: 100%;
}

/* STYLE */
.separator {
	clear: both;
	display: block;
	height: 30px;
}

h1.heading, .heading {
	margin: 0 0 15px;
	padding: 0 0 5px;
}

.heading {
	font-size: 250%;
	border-bottom: 1px solid #5A5A5A;
}

table.magedtv {
	width: 100%;
}

.video{
	margin: 0 auto;
	text-align: center;
}

/* Schedules */
.scheduleswrap {
	display: block;
	position: relative;
	padding: 5px 0 5px 10px;
	background-color:#5A5A5A;
	border: 1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.schedules {
	display: block;
	padding: 0 10px 0 0;
	line-height: 20px;
	white-space: nowrap;
}

.daily {
	width: 70%;
	float: left;
}

/* MAIN LAYOUT DIVS */
#wrapper {}

#header, #container, #footer {
	clear: both;
	margin: 0 auto;
	width: 980px;
}

#container {
	position: relative;
}

/* PRIMARY COLUMN  */
#contentwrap {
	clear: both;
	display: block;
	float: left;
	width: 54%;
}

.leftlayout #contentwrap {
	float: right;
}

/* COLUMNS */
#colwrap {
	float: right;
	overflow: hidden;
	width: 30%;
}

.leftlayout #colwrap {
	float: left;
}

#col1 {
	float: left;
	width: 49.9%;
}

#col1 div.innerpad {
	padding-right: 10px;
}

/*common style for column*/
#colwrap table {
	border-collapse: collapse;
}

#colwrap ul {
	list-style: none;
}

/* COLLAPSIBLE LAYOUT */
#containerwrap {
	clear: both;
	background: #333333;
	padding-bottom: 30px;
}

#containerwrap #container {
	background: none;
}

#containerwrap #contentwrap {
	width: 78%;
}

#containerwrap #colwrap {
	width: 20%;
}

#containerwrap #col1 {
	width: 100%;
}

#containerwrap #col1 div.innerpad {
	padding: 0;
}


/* MODULE */
div.more_ch h3,
div.submenu h3 {
	margin: 0 -15px 5px;
	padding: 0 0 0 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	background: url(../images/h3-l.gif) no-repeat top left #262626;
	position: relative;
}

div.more_ch h3 span,
div.submenu h3 span {
	display: block;
	padding: 8px 10px 8px 0;
	background: url(../images/h3-r.gif) no-repeat top right;
}

div.more_ch,
div.submenu,
div.box-br {
	margin-bottom: 20px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right #444444;
	color: #CCCCCC;
	overflow: hidden;
}

div.more_ch div,
div.submenu div,
div.box-bl {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.more_ch div div,
div.submenu div div,
div.box-tr {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.more_ch div div div,
div.submenu div div div,
div.box-tl {
	padding: 0 15px 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

/* HEADER */
#headerwrap {
	height: 100px;
	background: #202020;
	border-bottom: 3px solid #FF9B14;
	z-index: 101;
	position: relative;
}

#header {
	height: 100px;
	line-height: normal;
	position: relative;
}

h1.logo {
	margin: 0;
	padding: 0;
	font-size: 250%;
}

h1.logo a {
	width: 180px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	height: 34px;
	top: 20px;
	left: 0;
}

h1.logo a:hover, h1.logo a:focus {
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

.shadow {
	background: url(../images/shadow.gif) repeat-x center top #333333;
	height: 21px;
	line-height: normal;
	padding-bottom: 10px;
}

/* MAIN NAVIGATION */
#mainnav {
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#mainnav a { }

/* Default Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: none;
	margin: 0;
	padding: 1px 0;
	border-bottom: 1px solid #5A5A5A;
}

ul.menu li a {
	display: block;
	padding: 4px 2px 4px 14px;
	color: #CCCCCC;
	text-decoration: none;
	background: url(../images/bullet.gif) no-repeat 3px 10px;
}

ul.menu li.active a {
	font-weight: bold;
	color: #FFFFFF;
}

ul.menu li a:hover,
ul.menu li a:focus {
	color: #FF9B14;
}

/* FOOTER */
#footerwrap {
	clear: both;
	background: #202020;
	padding: 20px 0;
	position: relative;
}

#footer {
	position: relative;
}

#footer small {
	color: #5A5A5A;
	font-size: 92%;
	padding: 8px 10px;
}

#footer ul {
	margin: 0;
	padding-bottom: 5px;
	line-height: normal;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/vline.gif) no-repeat center right;
}

#footer li.last{
	background: none;
}

#footer li a {
	display: inline;
	line-height: normal;
	padding: 0 10px;
}

#footer a {
	color: #5A5A5A;
	text-decoration: underline;
}

#footer a:hover {
	color: #CCCCCC;
}

/* Banner */
#banner {
	top: 20px;
	right: 0px;
	position: absolute;
}

.Tags {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

/* User Tools */
#usertoolswrap {
	margin: 0 -15px 15px;
	padding: 0;
	clear: both;
	display: block;
	background: url(../images/h3-l.gif) no-repeat left top #262626;
}

#usertools {
	background: url(../images/h3-r.gif) no-repeat right top;
	padding: 8px 10px 3px 5px;
	display: block;
}

#usertools ul {
	margin: 0;
	padding: 2px 0 0 10px;
}

#usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#usertools ul.ads4 {
	float: left;
}

#usertools ul.addthis {
	float: right;
}

.counter{
	position: absolute;
	right: 0px;
	top: 5px;
	width: 80px;
	height: 30px;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/* MAIN NAVIGATION */
#splitmenu {
	margin: 0;
	padding: 0;
	position: relative;
}

#splitmenu ul {
	margin: 0;
	padding: 0;
}

#splitmenu li {
	float: left;
	padding: 0;
	margin: 0 0 0 4px;
	background: none;
}

#splitmenu a {
	float: left;
	text-decoration: none;
	background: url(../images/tab-l.gif) no-repeat top left #333333;
	color: #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
}

#splitmenu a span {
	display: block;
	padding:0 20px;
	line-height: 30px;
	background: url(../images/tab-r.gif) no-repeat top right;
}

#splitmenu a:hover,
#splitmenu a:active,
#splitmenu a:focus {
	color: #FFFFFF;
	background: url(../images/tab-hover-l.gif) no-repeat top left #5A5A5A;
}

#splitmenu a:hover span,
#splitmenu a:active span,
#splitmenu a:focus span {
	background: url(../images/tab-hover-r.gif) no-repeat top right;
}

#splitmenu li.active a,
#splitmenu li.active a:hover,
#splitmenu li.active a:active,
#splitmenu li.active a:focus {
	color: #FFFFFF;
	background: url(../images/tab-active-l.gif) no-repeat top left #FF9B14;
}

#splitmenu li.active a span,
#splitmenu li.active a:hover span,
#splitmenu li.active a:active span,
#splitmenu li.active a:focus span {
	background: url(../images/tab-active-r.gif) no-repeat top right;
}