@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: #ffffff;
}
body {
	background-color: #333333;
	margin: 0px;
}
a {
	color: #ffff06;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}

.welcome-text {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	color: #dcb8ff;
}




/*   W A R N I N G   */

.warning-text {
	font-size: 11px;
	color: #F2E4FF;
	line-height: 1.4em;
	font-weight: normal;
}
a.warning {
	color: #8405EF;
	text-decoration: underline;
}
a.warning:hover {
	text-decoration: none;
	color: #FFFFFF;
}




/*   E P I S O D E   B O X E S   */


.episode-text {
	color: #ebd6ff;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
}
.episode-thumbs-border {
	background-color: #afafaf;
	padding: 3px;
	border: 1px solid #e5e5e5;
}
.episode-title {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}



/*   T R A I L E R   */


.trailer-episode-name {
	color: #220145;
	font-size: 28px;
	font-weight: bold;
}
.trailer-download {
	font-size: 15px;
	color: #220145;
}
a.trailer {
	color: #8400ff;
	text-decoration: underline;
}
a.trailer:hover {
	text-decoration: none;
	color: #000000;
}




/*   J O I N   */


.join-titles {
	font-size: 15px;
	font-weight: bold;
	color: #58059c;
	margin: 0;
}
.join-titles-input {
	width: 150px;
}
.join-texts {
	font-size: 12px;
	font-weight: normal;
	color: #58059c;
	margin: 0;
}