@charset "UTF-8";

body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #CCCCCC;
}

a.episodes:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding-left: 5px;
}
a.episodes:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding-left: 5px;
}
a.episodes:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}


.header {

	background: #000;

	cursor: pointer;

	padding:4px;

}



.header:hover{

	background-color:#666;

}

.selected{

	background-color:#F00;

	color:#FFF;

}



.content{

	background:#FFF;

	padding:4px;

}


#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	height: 445px;
	width: 95%;
	overflow: auto;
	clear: none;
	line-height: 13px;
	font-variant: normal;
	text-transform: capitalize;
	padding: 10px;
	text-decoration: none;
}

.form_fields_comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	width: 100%;
	float: left;
	background-color: #231F19;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form_fields_mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #231F19;
	width: 99%;
	float: left;
	height: 24px;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titles_cast {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
.txt_all {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: -5px;
	margin: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
