body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #00001B;
	background-color: #DDDDDD;
	text-align: center;
	padding: 0px;
}

a:link {
	font-size: 110%;
	color: #E00000;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-size: 110%;
	color: #E00000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-size: 110%;
	color: #F00010;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-size: 110%;
	color: #0000B0;
	text-decoration: underline;
	font-weight: normal;
}

#main {
	width: 780px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 0px auto;
}

span, form {
	display: inline;
}

input, textarea, select {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #002000;
	background-color: #F8FFF8;
	border: 1px solid #E0E0F4;
	border-top-style:solid;
	border-top-color:#AAAAAA;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#AAAAAA;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#AAAAAA;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#AAAAAA;
	border-right-width:1px;
}

#sitetitle {
	width: 750px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	border: 2px dashed #333;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 35px;
	color: #000012;
}

#sitetitle a:link, #sitetitle a:visited, #sitetitle a:active {
	font-size: 35px;
	color: #000012;
}

#sitetitle a:hover {
	font-size: 35px;
	color: #500012;
	text-decoration: none;
}


#sitefoot {
	width: 780px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	border: 1px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #000012;
}


#pagetitle {
	width: 500px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	padding: 2px;
	border: 1px dashed #333;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000012;
}

#pagetitle a:link, #pagetitle a:visited, #pagetitle a:active {
	font-size: 18px;
	color: #000012;
}

#pagetitle a:hover {
	font-size: 18px;
	color: #500012;
}


#season_selector {
	width: 750px;
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 2px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	color: #000012;
}

#season_selector a:link, #season_selector a:visited, #season_selector a:active {
	font-size: 16px;
	color: #500012;
}

#season_selector a:hover {
	font-size: 16px;
	color: #FF0012;
}


#epstuff {
	font-size: 16px;
}

#epstuff a:link, #epstuff a:visited, #epstuff a:active {
	font-size: 16px;
	color: #500012;
}

#epstuff a:hover {
	font-size: 16px;
	color: #FF0012;
}

#epstuff_selector {
	font-size: 16px;
}

#epstuff_selector a:link, #epstuff_selector a:visited, #epstuff_selector a:active {
	font-size: 18px;
	color: #A00012;
}

#epstuff_selector a:hover {
	font-size: 18px;
	color: #FF0012;
}

#itemselect {
	width: 360px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	border: 1px dashed #333;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 20px;
}

#itemselect form {
	display: inline;
}

.epstuff {
	display: block;
	display: none;
	width: 600px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	padding: 2px;
	border: 1px #F0F0F0;
	margin: 0px auto;
}

.epstuff_bottom {
	display: block;
	text-align: right;
}


.seriesbox, .episodebox {
	display: block;
	width: 780px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #00002B;
}

.seriestitle, .episodetitle {
	display: block;
	background-color: #E0E0F8;
	text-align: left;
	font-size: 25px;
	vertical-align: middle;
}

.seriespic {
	display: block;
	width: 300px;
	height: 240px;
	text-align: center;
	vertical-align: top;
}

.episodepic {
	display: block;
	width: 160px;
	height: 120px;
	text-align: center;
	vertical-align: top;
	font-size: 18px;
}


.seriesinfo, .episodeinfo {
	display: block;
	width: 100%;
	text-align: left;
	vertical-align: top;
}

.editable {
	background-color: #F0F0F0;
}

.uneditable {
	background-color: #C0C0C0;
}

.editing {
	background-color: #FFFFFF;
}

.saving {
	background-color: #A0A0A0;
}

.ineditor {
	cursor: hand;
}

#commentbox {
	text-align: center;
	width: 100%;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000040;
}

.comment_entry {
	background-color: #ECECEC;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: left;
	border-left-style: solid;
	border-left-color: #101010;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #101010;
	border-right-width: 1px;
}

.comment_info {
	width: 120px;
	padding: 2px;
	margin-right: 4px; 
	vertical-align: top;
	display: inline-block;
	text-align: center;
}

.comment_comment {
	width: 500px;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}

.hover {
	/* on hover, highlight */
}

.highlight {
	background-color: #C0E0FF;
}

.error {
	background-color: #F0D2D2;
}

.accept {
	background-color: #D2F0D2;
}


