/* CSS Document */

body {
	margin: 0px;
	background-color:black;
}

li {
	list-style-type: square;
	font-family: verdana; 
	font-size: 11px; 
	color: #00CC99;
	padding: 0px;
}

img {
	border: 0px;
} 

.text1 {
	font-family: Arial, verdana;
	font-size: 12px;
	color: #009999;
	padding: 10px 0px 0px 0px;
	line-height: 17px;
}

.text1 a:link, ul a:link, .text1 a:visited, ul a:visited, .text1 a:active, ul a:active {
	color:#FFF;
	text-decoration: none;
}

.text1 a:hover, ul a:hover {
	color: #00CC99;
	text-decoration: underline overline;
}

.text2 {
	font-family: Arial, verdana;
	font-size: 11px;
	color: black;
	padding: 10px 0px 0px 0px;
}

.text2 a:link, .eptable a:link, .text2 a:visited, .eptable a:visited, .text2 a:active, .eptable a:active {
	color: black;
	text-decoration:none;
}

.text2 a:hover, .eptable a:hover {
	color:#006666;
	text-decoration: underline overline;
}

.textupdate {
	font-family: Tahoma;
	font-size: 12px;
	color: #00CC99;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.episodetext1 {
	font-family: Arial;
	font-size: 12px;
	color: #00CC99;
	line-height: 14pt;
	text-align: justify;
}

.episodetext3 {
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 14pt;
	text-align: justify;
}

.episodetext1 a:link, .episodetext3 a:link, .episodetext1 a:visited, .episodetext3 a:visited, .episodetext1 a:active, .episodetext3 a:active {
	color: #FFF;
	text-decoration: none;
}

.episodetext1 a:hover, .episodetext3 a:hover {
	color: #00CC99;
	text-decoration: none;
}

.yellowalert {
	font-family: Arial;
	font-size: 11px;
	color: #FFFF99;
}

.episodequotebox {
    border: 1px dotted #CCCCCC;
	background-color: black;
	margin: 20px;
	line-height: 12.5pt;
}

.episodequotebox p {
	margin: 0px; padding:0px;
	color: #CCCCCC;
	padding: 10px;
	font-family: Arial, 'Trebuchet Ms';
	font-size: 10.5px;
}

.episodequotebox h3 {
	margin: 0px; padding: 0px;
	background-color: #CCCCCC;
	color: black;
	padding: 3px 5px 3px 0px;
	font-family: 'Trebuchet Ms', verdana;
	font-size: 10.5px;
	font-style: italic;
	text-align: right;
}

.mainhead {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #00CC99;
}

.mainhead3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.subhead, .subhead2 {
	font-family: Arial;
	font-size: 14px;
	color: #00CC99;
}

#line3 {
	height: 5px;
}

.banner {
	background-color: black;
	width: 100%;
	padding: 0px;
	border-bottom-style: solid;
	border-width: 3px 0px;
	border-color: #00CC99;
}

.advert, .content {
	background-color: black;
	padding: 4px 6px 6px 4px;
	text-align: justify;
}

.teaser, .episode {
	padding: 2px;
    border-bottom-style: solid;
	border-width: 3px 0px;
	border-color: #00CC99;
}

.updates {
	text-align:justify;
}

.copy2 {
	background-color: #00CC99;
	padding: 3px;
	text-align: center;
}

.leftphoto { 
	margin-left: 5px; margin-right: 15px; 
	margin-bottom: 5px; margin-top: 5px; 
	border: 5px solid #FFFFFF;
}

.rightphoto { 
	margin-left: 15px; margin-right: 5px;
	margin-bottom: 5px; margin-top: 5px;
	border: 5px solid #FFFFFF;
}

.plotsummary { 
	font-family: 'Trebuchet MS', verdana; 
	color: #FFFFCC;
	font-size: 11px;
	background-color: #003333; 
	padding: 5px; 
}

.plotsummary .style3 { 
	color:#FFFFFF;
	font-weight:bold;
}

.eptable {
	width: 550px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	font-family: Arial, Tahoma;
	border: 3px solid #00CC99;
}

.eptable th {
	font-weight: bold;
	color: black;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 3px 3px 3px 6px;
	border: 2px solid #00CC99;
	background-color: #00CC99;
}

.eptable td {
	border: 1px solid #00CC99;
	background-color: #00CC99;
	padding: 3px 3px 3px 6px;
	color: black;
}

.eptable tr.odd td {
	background-color: #99FFCC;
	color: black;
}