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

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td,script,hr { margin:0; padding:0; }
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset {
	border-style: none;
	}
	
body {
	background-color: #0fbef7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ed145b;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a:link {
	color: #e11a5b;
	text-decoration: underline;
}

a:hover {
	color: #f09b19;
	text-decoration: underline;
}
a:visited {
	color: #fe70ac;
	text-decoration: underline;
}
a:active {
	color: #0017b5;
	text-decoration: underline;
}

#bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #0fbef7;
	margin-right: auto;
	margin-left: auto;
}
#table_center {
	margin-right: auto;
	margin-left: auto;
}

#epi_bg {
	background-image: url(images/episode_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 80px;
	background-position: center;
}
#site_desc {
	font-size: 16px;
	color: #ff004e;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#footer_txt {
	font-size: 16px;
	color: #FFFFCC;
	text-align: center;
}
#footer_txt a:link {
	color: #ffffcc;
	text-decoration: underline;
}

#footer_txt a:hover {
	color: #FEE00E;
	text-decoration: underline;
}
#footer_txt a:visited {
	color: #ffffcc;
	text-decoration: underline;
}
#footer_txt a:active {
	color: #ffffcc;
	text-decoration: underline;
}

#thumb_bg {
	background-image: url(images/thumb_bg.jpg);
	background-repeat: no-repeat;
	height: 254px;
	width: 175px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.thumb {
}
#thumb_bg img {
	padding-top: 14px;
	padding-left: 13px;
	float: left;
	clear: right;
}
#thumb_bg span {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #474747;
	text-align: center;
	float: left;
	width: 150px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 10px;
	font-weight: bold;
}
#vid_thumb_bg {
	height: 270px;
	width: 440px;
	margin-top: 10px;
}
#vid_thumb_bg img {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#splash_page {
	margin: 10px;
	padding: 10px;
}
#splash_page h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0020bd;
	text-align: center;
}
#splash_page h2 {
	font-size: 14px;
	color: #003399;
	text-align: center;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0020BD;
	margin-top: 10px;
}
#splash_page p {
	font-size: 12px;
	color: #de0a4f;
	margin-top: 5px;
	margin-bottom: 5px;
}
#warning  {
	height: 80px;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
	border: 1px dotted #1eb7e5;
	margin-top: 20px;
}
.enter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	text-align: center;
	color: #fc2f85;
	padding-bottom: 10px;
	padding-top: 10px;
}
.enter a:link {
	color: #fc2f85;
}
.enter a:hover {
	color: #6b04a1;
}
.enter a:active {
	color: #fc2f85;
}
.enter a:visited {
	color: #fc2f85;
}
.exit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: #002fc7;
	padding-bottom: 10px;
	padding-top: 10px;
}
.exit a:link {
	color: #002fc7;
}
.exit a:hover {
	color: #008bb5;
}
.exit a:active {
	color: #002fc7;
}
.exit a:visited {
	color: #002fc7;
}
#join_table {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
}
#join_table .join_header {
	color: #0020BB;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#join_table .join_value {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

#join_table .join_name {
	font-size: 11px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	padding-right: 5px;
}
#join_table .join_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
