/* default styles */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style5 {color: #CC0000}
.style10 {color: #666666}
.style11 {font-weight: bold}
.style19 {font-weight: bold}
.style20 {font-weight: bold}

/* start video styles (stephen) */

#mainContent {
	width: 756px;
	margin: auto;
	background-color: #fff;
}

#mediaTable img {
	border: 1px solid #f00;

}

#left2 {
	width: 400px;
	margin-top: 0px;
}

#left2 p {
	float: left;
	padding-left: 10px;
}

#searchResults h2 {
	padding-left: 5px;
}

#searchResults,
#left3,
#left {
	float: left;
	width: 55%;

	padding: 5px 2px 5px 15px;
}

#left3 dl {
	font: normal 12px/14px "trebuchet ms", Arial, Helvetica, sans-serif;
	color: #494949;
	width: 95%;
	padding: 5px;
}

.vidThumb {
	width: 100px;
	
}

#right2,
#right3,
#right {
	float: left;
	width: 39%;
	padding: 5px 5px 5px 2px;
}


.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#otherVideos {
	border: 1px solid #f00;

}

.thumbnail-list {
	padding:0px;
	float: left;
	width: 300px; 
	padding-left: 10px;
}

.thumbnail-list dl {
	margin:0 0 0px;
	clear: both;
}

.thumbnail-list dl:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.thumbnail-list dl dt {
	float:left;
	clear:both;
	padding-top:5px;
	color: #494949;
	width: 25%;
}

.thumbnail-list dl dt strong {
	display: block;
	font-style: italic;
	padding-top: 5px;
	font-weight: normal;
}

.thumbnail-list dl dd {
	margin:0;
	padding-top:5px;
	float:right;
	font-weight:normal;
	width: 74%;
	font-size: 9px;
}

.thumbnail-list dl dd input {
	font-size: 10px;
}


.thumbnail-list dl dd textarea {
}

.normal dt{width: 25%;}
.normal dd{width: 70%;}

.short dt {width: 5%;}
.short dd {width: 93%;}

.med dt {width: 25%;}
.med dd {width: 70%;}

.long dt {width: 50%;}
.long dd {width: 45%;}

.thumbDescr,
.thumbTitle {
	padding-left: 30px;


}
#nowPlayingImg {
	background: url(/images/video_title.jpg) no-repeat;
	height: 30px;
}

#watchTYAP {
	background: url(/images/watch_tyap.jpg) no-repeat;
	height: 30px;
}

#aboutVideo {
	background: url(/images/about_video.jpg) no-repeat;
	height: 30px;
	padding-bottom: 10px;
}

#otherVideosTitle {
	background: url(/images/other_videos.jpg) no-repeat;
	height: 30px;
	padding-bottom: 10px;
}

#commentsTitle {
	background: url(/images/comments.jpg) no-repeat -20px 0px;
	height: 30px;
	padding: 0px;

}

#otherVideosTitle span,
#commentsTitle span,
#aboutVideo span,
#watchTYAP span,
#nowPlayingImg span {
	display: none;
}
h2, 
#videoTitle {
	color: #494949;
	font-size: 16px;
	float: left;
}

#addComment {
	font-size: 16px;
	color: #494949;
}

.even {
	background-color: #eaeaea;
}

.odd {
	background-color: #ddd;
}
