body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(images/bg-strip.gif);
	background-repeat: repeat-y;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
	{text-decoration: none; text-transform: none;}
	
form {
	display: inline; 
	margin: 0;
	padding: 0;
}

.mainTable {
	width: 881px;
}

.tabLeft {
	background-image: url(images/swoosh.gif);
	background-repeat: no-repeat;
	width: 450px;
}

.contentBox {
	width:447px;
	height:477px;
	margin-bottom: 60px;
	overflow: auto;
	border:solid 1px #333333;
	margin-top: 20px;
	margin-left: 10px;
	background-color: #000000;
	vertical-align: middle;
	padding: 5px;
	text-align: left;
}

.vidBox {
	width:457px;
	height:377px;
	border:solid 1px white;
	margin-top: 20px;
	margin-left: 10px;
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
}

.regBut {
	width:457px;
	height:150px;
	margin-top: 20px;
	text-align: right;
}

.tabRight {
	width: 300px;
	padding: 5px;
	text-align: right;
}

.redButTab {
	display: inline;
	margin-right: 2px;
	
}

.redBut {
	background-image: url(images/button-mid.gif);
	background-repeat: repeat-x;
	height: 25px;
	float: left;
	padding-top: 2px;
}

.redButTxt {
	color: #FFFFFF; 
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}

.searchBox {
	margin-top:60px;
	margin-left:130px;
}

.vidList {
	background-image: url(images/video-background.gif);
	height:90px;
	width:377px;
	text-align:left;
	margin-bottom:10px;
}

.white {
	color: #FFFFFF;
}

h2 {
	margin: 0px;
}

h4 {
	margin: 0px;
}
h5 {
	margin-bottom: 4px;
	color: #CCCCCC;
}

.fadeButton {
	background-image: url(images/but-strip.gif);
	background-repeat: repeat-x;
	border: 0px;
	color: #FFFFFF;
	font-size: 11px;
}

.fadeButton:hover {
	background-image: url(images/but-strip.gif);
	background-repeat: repeat-x;
	border: 0px;
	color: #000000;
	font-size: 11px;
}

.inputBox {
	 border: 0;
	 font-family: arial;
	 font-size: 11px;
	 background-color: #c0c0c0;
	 color: #000000;
	 width: 200px;
	 }