@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #5D5D5D;
}
a:active {
	text-decoration: none;
}
#Site {
	margin: auto;
	width: 920px;
}

#Video h1 {
	font:24px;
	padding:0px;
	margin:0px;
}
#Header {
	position: relative;
	height: 86px;
}
#Footer {
	text-align: center;
	padding: 12px;
	margin: 12px;
}
#PageNation {
	padding: 12px;
	text-align: center;
	font-size: 16px;
}
#LogoBar {
	float: right;
	padding: 12px;
}
#Logo {
	margin-bottom: 6px;
}
.VidSpot {
	width: 164px;
	float: left;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	height: 195px;
    margin-bottom: 7px;
}
#SearchSearchBar {
	height: 35px;
	position: relative;
}
#Navigation {
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	padding-left: 12px;
	width: 680px;
}
#SearchBar h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.LeftVideoPage {
	width: 900px;
	float: left;
}
.RightVideoPage {
	width: 270px;
	float: right;
	overflow: hidden;
}
.AdspotRight {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.ThirdDiv {
	width: 33%;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 15px;
	text-align: right;
}
.TopVideoLinks {
	margin: auto;
	width: 630px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Video {
	padding-top: 0px;
}
.ThumbNail {
	margin-top: 6px;
	height: 120px;
	width: 160px;
	border: 1px solid #0000FF;
}
.HalfDiv1 {
	width: 45%;
	float: left;
	margin-top: 12px;
	font-size: 11px;
	color: #000000;
}
.HalfDiv2 {
	width: 55%;
	float: right;
	margin-top: 12px;
	font-size: 11px;
	text-align: right;
	color: #000000;
}
.HalfDiv3 {
	width: 50%;
	float: left;
	margin-top: 12px;
	font-size: 18px;
	text-align: center;
	color: #000000;
}
.clear {
	clear: both;
}

.welcome { 
float:left;
width:600px;}

.movdesc A:link {font-family:arial;font-size:13px; color:#000;}
.movdesc A:active {font-family:arial;font-size:13px; color:#000;}
.movdesc A:hover {font-family:arial;font-size:13px; color:#5D5D5D; text-decoration:none;}
.movdesc A:visited {font-family:arial;font-size:13px; color:#7B7B7B;}

.viddetails {
	width:33%;
	float:left;
	font-size: 11px;
}
.pasttxt A:link {color: #999999; font-size: 9px; font-family: Arial, Helvetica, sans-serif; }
.pasttxt A:visited {color: #999999; font-size: 9px; font-family: Arial, Helvetica, sans-serif; }
.pasttxt A:hover {color: #999999; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration:none}
.rating {
	height:35px;
	overflow:hidden;
	float: right;
	width: 150px;
}
#flash2 {
	border:1px solid #111111;
	padding: 2px;
	width: 580px;
} 

.categories_bar {
	position:fixed;
	top:350px;
	left:20px;
	width:140px;
	height:auto;
}

.categories_bar h1 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-bottom:12px;
}

.categories_bar a {
	font-size:14px;
}

/* the following markup is for SWFuploader */

div.flash {

	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

input[disabled]{ border: 1px solid #000 } /* FF 2 Fix */


label { 
	width: 150px; 
	text-align: right; 
	display:block;
	margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	/*border: solid 1px #E8E8E8;*/
	background-color: #000000;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #000000;
}

/* Current */
.green {
	border: solid 1px #212121;
	background-color: #000000;
}

/* Complete */
.blue {
	border: solid 1px #00ff0c;
	background-color: #000000;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #ffffff;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: #ffffff;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: #000000;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

.style109 {
	font-size: 9px;
	color: #FF00FF;
}