@charset "utf-8";
body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	/*background-image:url('imgs/back.jpg');
	background-repeat:repeat;*/
}

body, td, th {
	color: #000;
	font-size: 16px;
}

table {
	border-collapse:collapse;
	empty-cells:show;
}

td .side {
	width:50px;
	/*background-image:url('imgs/side.jpg');
	background-repeat:repeat-y;
	background-position:center;*/
}

td .btm {
	height:35px;
	top:0px;
	/*background-image:url('imgs/btm.jpg');
	background-repeat:repeat;*/
}
#mainDiv {
	background-color: black;
	margin: 0px auto -1px auto;
	}
	
div.centered {
	margin-right:auto;
	margin-left:auto;
	}

div.mainsec {
	margin-right:auto;
	margin-left:auto;
	background-color:#fff;
	border: 4px outset;
	overflow: auto;
	border-color: #977777;
	padding-right: 10px;
	padding-left: 10px;
	width: 1180px;
	padding-top: 5px;
}

a:link{
	color:#000;
	text-decoration:underline;
}
a:visited{text-decoration:underline;color:#000;}
a:hover{text-decoration:none;color:#000;}
a:active{text-decoration:none;color:#000;}
a:link.style1{color:#FFFFFF;text-decoration:none;}
a:visited.style1{text-decoration:none;color:#FFFFFF;}
a:hover.style1{text-decoration:none;color:#FFFFFF;}
a:active.style1{text-decoration:none;color:#FFFFFF;}
a:link.caps{
	color:#CA0000;
	font-variant:small-caps;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
a:visited.caps{
	color:#CA0000;
	font-variant:small-caps;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
a:hover.caps{
	color:#CA0000;
	font-variant:small-caps;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
a:active.caps{
	color:#CA0000;
	font-variant:small-caps;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
a:link.npage{color:#FF0000;font-variant:small-caps;font-size:14px;font-weight:bold;text-decoration:none;}
a:active.npage{color:#FF0000;font-variant:small-caps;font-size:14px;font-weight:bold;text-decoration:none;text-align:center;}
a:visited.npage{color:#FF0000;font-variant:small-caps;font-size:14px;font-weight:bold;text-decoration:none;}
a:hover.npage{color:#FF0000;font-variant:small-caps;font-size:14px;font-weight:bold;text-decoration:none;}
a:link.npage2{color:#CA0000;font-size:14px;font-weight:bold;text-decoration:underline;}
a:active.npage2{color:#CA0000;font-size:14px;font-weight:bold;text-decoration:none;}
a:visited.npage2{color:#CA0000;font-size:14px;font-weight:bold;text-decoration:underline;}
a:hover.npage2{color:#CA0000;font-size:14px;font-weight:bold;text-decoration:none;}
a:active.npage2{color:#CA0000;font-size:14px;font-weight:bold;text-decoration:none;}
a:link.imglink{color:#fff;font-variant:small-caps;font-size:14px;font-weight:bold;text-decoration:none;}
a:active.imglink{color:#fff;font-variant:small-caps;font-size:14px;font-weight:bold;text-decoration:none;text-align:center;}
a:visited.imglink{color:#fff;font-variant:small-caps;font-size:14px;font-weight:bold;text-decoration:none;}
a:hover.imglink{color:#FFF;font-variant:small-caps;font-size:14px;font-weight:bold;text-decoration:none;}
a:active.imglink{color:#FFF;font-variant:small-caps;font-size:14px;font-weight:bold;text-decoration:none;text-align:center;}
a{font-family:Arial, Helvetica, sans-serif;font-size:14px;text-decoration:none;}
.smcaps{
	font-variant:small-caps;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.btmcap{
	font-variant:small-caps;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

a:link.btmlink{color:#fff;font-variant:small-caps;font-size:15px;font-weight:bold;text-decoration:none;}
a:active.btmlink{color:#F99;font-variant:small-caps;font-size:15px;font-weight:bold;text-decoration:none;}
a:visited.btmlink{color:#fff;font-variant:small-caps;font-size:15px;font-weight:bold;text-decoration:none;}
a:hover.btmlink{
	color:#F99;
	font-variant:small-caps;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.mainsec p {
	color: #000;
	font-size: 14px;
}

.mainsec table tr td {
	color: #000;
}

#details {
	font-variant: small-caps;
	background-color: #CA0000;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: 2px inset #000;
	padding: 5px;
	width: 170px;
}

.DetailsList {
	font-size: 14px;
	font-weight: bold;
}
.mainsec table tr td table tr td {
	font-size: 14px;
}
.mainsec table tr td table tr td a{
	font-size: 14px;
	text-decoration:none;
	color: #000;
}

.mainsec table tr td table tr td a:hover{
	font-size: 14px;
	color: #000;
	text-decoration:underline;
}
#dirTree {
	font-variant: small-caps;
	background-color: #CA0000;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: 2px inset #000;
	padding: 5px;
	width: 600px;
}

#dirTree a {
	font-weight: bold;
	font-variant:small-caps;
	font-size: 14px;
	text-decoration:none;
	color:#FFF;
}

#dirTree a:hover {
	font-weight: bold;
	font-variant:small-caps;
	font-size: 14px;
	text-decoration:underline;
	color:#FFF;
}


#reviewcontent {
	padding-right: 15px;
}
#Episodes {
	font-variant: small-caps;
	background-color: #CA0000;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: 2px inset #000;
	padding: 5px;
	width: 170px;
}


.date {
	font-variant: normal;
	background-color: #A00;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border: 2px inset #000;
	padding: 3px;
	width: 170px;
	text-transform: capitalize;
}


.comment{
	font-variant: normal;
	background-color: #CA0000;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: 2px inset #000;
	padding: 5px;
	width: 150px;
	text-transform: uppercase;
	float: right;
	text-align: left;
	background-image: url(imgs/commback.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: 10px;
}

.network {
	font-variant: small-caps;
	background-color: #CA0000;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: 2px inset #000;
	padding: 5px;
	width: 100px;
}

a:link.NewsHeading{
	color:#CA0000;
	text-decoration:underline;
	font-size: 18px;
	font-weight: bold;
}
a:visited.NewsHeading{text-decoration:underline;color:#CA0000;font-size: 18px;	font-weight: bold;}
a:hover.NewsHeading{text-decoration:none;color:#CA0000;font-size: 18px;font-weight: bold;}
a:active.NewsHeading{
	text-decoration:none;
	color:#B70000;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.centered table tr td table tr td .mainsec table tr th table tr td p {
	font-size: 14px;
}

.tablelink, table.tablesorter a{
	font-size: 14px;
	text-decoration:none;
	color: #000;
}

a:hover.tablelink, a:active.tablelink, table.tablesorter a:hover{
	font-size: 14px;
	text-decoration:underline;
	color: #000;
	font-weight: bold;
}

a.tablelink, a:visited.tablelink, table.tablesorter a:visted{
	font-size: 14px;
	text-decoration:none;
	color: #000;
}


#pcreq {
	border: 2px inset #000;
	font-size: 10px;
	float: right;
}

#Contact, #email, #subject, #message {
	border: 1px inset #000;
	font-size: 14px;
}
table.tvchanlist tr td.notsel, table.tvchanlist tr td.notsel a, table.tvchanlist tr td.notsel a:hover{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #CA0000;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}
table.tvchanlist tr td.sel, table.tvchanlist tr td.sel a, table.tvchanlist tr td.sel a:hover{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}
.newsdate {
	color: #666;
	font-size: 12px;
}

