/* CSS FOR VIDEO PLAYER DISPLAY */

.vpContainer {
	border:0px; 
	width:770px; 
	background-color: #cccccc; 
	margin-bottom: 1em; 
	padding: 0px;
	}
	
.vpPlayer {
	padding:8px;
	margin-top: -10px;
	.margin-top:0;
}	

.vpInfo {
	width:760px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.8;
	color: #4a4a4a;
	padding-left:8px;
	padding-right:8px;
}

.vpInfo img.floatRight {
   float:right;
}

.vidInfoTitle {
	width: 460px;
	font-weight: bold;
}

a.vidInfoLink {
color: #004d8c;
text-decoration: none;
}

a.vidInfoLink:hover {
text-decoration: underline;
}

span#vidDesc {
width: 460px;
display: block;
}


/* CSS FOR TABS */

#shadetabs{
	width: 770px;
	padding: 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	overflow: auto;
}

#shadetabs li {
	float:left;
	width: 127px;
	_width:125px;
	margin-right: 9px;
	height: 35px;
	_height:32px;
	background-color: #00a4cc;
	text-align: center;
	line-height: 6px;
	padding: 0px 9px;
}

#shadetabs li:hover,
#shadetabs .hover {
	background-color: #014b8c;
}

#shadetabs li a {
	text-decoration: none;
	color: #fff;
	font: 10px Verdana;
	text-align: center;
	text-transform: uppercase;
	display:block;
	margin-top: 10px;
}

#shadetabs li a.lessmarg {
	margin-top:5px;
}

#shadetabs li a:hover {
	text-decoration: none;
	background-color: #014b8c;
}

#shadetabs li.selected{ /*selected main tab style */
	background-color: #014b8c;
}

#shadetabs li.selected:hover { /*selected main tab style */
	text-decoration: none;
}
