body
{
	background-color: #8C8C8C;
	font-family: "MS Trebuchet", "Trebuchet MS", sans-serif;
	font-size:10pt;
	color:#6B6B5E;
}

a {

	color:#6B6B5E;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {text-decoration:underline}


.formfield {
	background:#f0efea;
	border:1px solid #f88781;
	margin:2px;
	color:#6B6B5E;
	}

.formbutton {
background:#f0efea;
	border:1px solid #f88781;
	margin:2px;
	color:#6B6B5E;
	
}

.formbutton:hover {
background:#afb1a3;
color:#E6E5DE;
cursor:pointer;
}

div
{
	border: 0px solid red;
}

#page-container
{
	margin: 0px auto;
}

img
{
	border: 0px;
}

.cssnav, .cssnav_kit
{
	position: relative;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	background: url("/images/webisode-background.png");
	white-space: nowrap;
	display: block;
	float: left;
	height: 39px;
	margin: 0;
	margin-top: 21px;
	padding: 0;
}

.cssnav a
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: auto;
	height: 39px;
	display: block;
	color: #555551;
	text-decoration: none;
	float: left;
}

.cssnav_kit a
{
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	width: auto;
	height: 39px;
	display: block;
	
	text-decoration: none;
	float: left;
}
.cssnav a:hover, .cssnav_kit a:hover {
	color: white;
}
.cssnav img, .cssnav_kit img
{
	height: 39px;
	border: 0
}

* html a:hover
{
	visibility:visible
}

.cssnav a:hover img, .cssnav_kit a:hover img
{
	visibility:hidden
}

.cssnav span, .cssnav_kit span
{
	position: absolute;
	left: 24px;
	top: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-size: 11pt;
}


#nav-bar
{
	background: url("/images/nav-bar-tile.jpg") repeat-x;
	clear: none;
	height: 60px;
	border: 0px solid red;
	/*this works => padding-top: 20px; <= but it screws everything up*/
}
#nav-bar a
{
	font-weight:normal;
}


#shadow-container
{
	margin: 0px auto;
	background: url("/images/shadow-bg.jpg");
	background-repeat: repeat-y;
	width: 1050px;
	height: 630px;
	border: 0px solid red;
}
#shadow-top
{
	margin: 0px auto;
	background: url("/images/shadow-header-bg.jpg");
	background-repeat: no-repeat;
	width: 1050px;
	height: 630px;
	border: 0px solid red;
}
#content-container
{
		float: left;
	position:relative;
	left:45px;
	margin: 0px auto;
	width: 960px;
	height: 630px;
	background-color: white;

}

#footer
{
	float: left;
	width: 1050px;
	height: 39px;
	background: url("/images/footer.jpg") no-repeat;
}

#webisodes-left
{
	float: left;
	position:relative;
	width: 185px;
	
	/*background: url("/images/webisodes-left-column.jpg") no-repeat;*/
	background-color: white;
	border: 0px solid blue;
}

#webisodes-container
{
	text-align: left;
	border: 0px solid red;
	position:relative;
	float:left
}

#player-middle
{
	/*margin-left: 179px;*/
	position:relative;
	float: left;
	background-color: #D5D4C9;
	margin-top: 10px;
	width: 465px;
	height: 542px;
	/*background: url("/images/player-middle.jpg") no-repeat;*/
}

#player-middle img
{
	/*margin-right: 15px;*/
	
}

#center-content
{
	margin: 6px;
}
#core
{
	float: left;
	width:  655px;
}

#right-side-logo
{
	float: left;
	width: 305px;
	height: 604px;
	background: url("/images/right-side-logo.jpg") no-repeat;
}

.webisode-selected
{
	float: left;
	width: 170px;
	height: 170px;
	background-color: #D5D4CA;
	margin-left: 10px;
	border: 0px solid green;
}
.webisode
{
	float: left;
	width: 170px;
	height: 170px;
	margin-left: 10px;
	background: url("/images/webisode-background.png") repeat;
 
}
.webisode-box
{
	float: left;
	margin: 5px;
	background-color: #E6E5DE;
	border: 1px solid #A8A79E;
}
.webisode-box img{
	border: 2px solid #A8A79D;
	margin: 3px;
}
.webisode-text
{
	margin: 5px;
	color: #303030;
	font-size: 9pt;
}

.webisode-number
{
	float: right;
	background-color: #303030;
	color: #F26F73;
	font-size: 7pt;
	padding: 2px;
}

#webisodes-left
{
	color: #FF403B;
	text-align: center;
	font-size: 10pt;
}

h2
{
	color: #FF403B;
	font-size: 10pt;
	font-weight: normal;
	margin: 20px 10px 20px 10px;
}
#center-content p
{
	margin: 5px 5px 20px 10px;
	font-size: 10pt;
	color: #6B6B5E;
	line-height: 16pt;
}

#design-tip
{
	text-align: left;
	margin: 10px;
	margin-top: 400px;
	font-size: 8pt;
	color: #6B6B5E;
	line-height: 12pt;
	letter-spacing:-0.03em;
}

#design-tip h2 {
	text-align:right;
	display:none;
	}
	
#design-tip a, #design-top a:visited
{
	color: #555551;
}
#design-tip img
{
	margin-left: 10px;
	
}

form
{
	color: #6B6B5E;
	
	font-size: 10pt;
	/*font-weight: bold;*/
}
.pink-text
{
	
	color: #FF403B;
}
h1
{
	color: #FF403B;
	font-size: 13pt;
	font-weight: bold;
	margin: 20px 10px 20px 10px;
}

.form_style
{
	
	margin: 5px;
	background-color: #E6E5DE;
	border: 1px solid #A8A79E;
}

table{
	margin: 10px;
}


#video_browser {
	border:5px solid #d5d4c9;
	margin-left:6px;
	}
	
.align_center {text-align:center}


.ErrorText 
{
	color: #cc0000;
}

.specialReport {
}