html, body, p, table, th, tr, td, input, textarea, select, a, a:link, a:active, a:visited, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 18px;
}

form {
	font-size: inherit;
	padding: 0px;
	margin: 0px;
}

body {
	border-left: medium none;
	border-right: 10px none;
	border-top: medium none;
	border-bottom: 10px none;
	
	padding: 10px 10px;
	margin: 0px 0px;
	background-color:#333333;
}

table {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th {
	font-size: inherit;
	background-color: #CCCCCC;
	font-weight: bold;
	vertical-align: top;
	padding: 3px 3px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

th.number {
	text-align: right;
	padding: 0px 6px 0px 6px;
}

tr {
	font-size: inherit;
}

td {
	font-size: inherit;
	vertical-align: top;
	padding: 0px 0px;
}

td.data {
	padding: 3px 3px;
}

tr.valignmiddle, td.valignmiddle {
	vertical-align: middle;
}

.grey { background-color: #999999; }

a, a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

a:hover {
	color: #FF3300;
	text-decoration: none;
}

a.uline, a.uline:link, a.uline:active, a.uline:visited { text-decoration: underline; }
a.uline:hover { color: #FF3300; }

a.black, a.black:link, a.black:hover, a.black:active, a.black:visited {
	color: #000000; 
	text-decoration: none;
}

a.white, a.white:link, a.white:hover, a.white:active, a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover { text-decoration: underline; }

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 12px 0px;
}

.center { text-align: center; }

div.form-contact {
	background-color: #E8E8E8;
	border: 1px solid #999999;
	padding: 8px 8px;
}

input.button {
	width: 120px;
	color: #FFFFFF;
	background-color: #339B9B;
	padding: 4px 8px;
}

input.contact {
	width: 300px;
}

img.thumb-active {
	border-color: #FF0000;
}

img.thumb-inactive {
	border-color: #999999;
}

img.episode-active {
	border-color: #FF0000;
}

img.episode-inactive {
	border-color: #333333;
}

td.contact-form-label {
	text-align: right;
	vertical-align: top;
	padding: 8px 8px;
	width: 170px;
}

td.contact-form-input {
	text-align: left;
	vertical-align: top;
	padding: 6px 8px;
}

input.contact-form, textarea.contact-form {
	background-color:#CCCCCC;
	color: #333333;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;
	height: 24px;
	vertical-align: middle;
}

input.button {
	background-color:#CCCCCC;
	color: #333333;
	width: 150px;
}

