@charset "utf-8";
/* CSS Document */
a {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #012a58;
	text-decoration: underline;
}
.videosTemplate {
	width:745px;
	position:relative;
	float:left;
	display:block;
	margin-left:5px;
	}
.videosTemplate #tabs {
	width:740px;
	height:35px;
	display:block;
	position:relative;
	float:left;
	}
.videosTemplate #videosContentWrapper {
	width:745px;
	position:relative;
	float:left;
	}
.videosTemplate #topBorder {
	width:745px;
	height:20px;
	background-color:#31a6b5;
	display:block;
	position:relative;
	float:left;
	}
.videosTemplate #dynamicContent {
	position:relative;
	float:left;
	margin-top:10px;
	display:block;
	width:550px;
	}

.videosTemplate #billboardAd {
	margin-top:10px;
	margin-right:10px;
	position:relative;
	float:right;
	display:block;
	width:160px;
	height:600px;
	overflow:hidden;
	padding:0px;
	}
.video {
	float:left;
	position:relative;
	padding:5px;
}
.videoShade {
	background-color:#f5f9f9;
}
.video #videoImage {
	width:130px;
	float:left;
	position:relative;
}
.video #videoImage img {
	width:120px;
	padding:0px;
	margin:0px;
}
.video #videoTitle {
	width:390px;
	margin-bottom: 10px;
	float:left;
	position:relative;
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
}
/*
.video #videoTitle a{
	color:#36a4b2;
	text-decoration: none;
}
.video #videoTitle a:hover{
	color:#add1d3;
	text-decoration: none;
}
*/
.video #videoDescription {
	width:390px;
	float:left;
	position:relative;
}


/* ContentMatch */
.sponsor-box {
	border:#999 solid 1px;
	padding: 4px;
	width:560px;
	color: #666666;
}

.online {
	color:#999;
	font-size: 12px;
	background: #FFFFFF;
	padding:0px 5px 0px 5px;
	margin: 0px 10px 0px 5px;
	position: relative;
	float: right;
	top: -0.7em; 
}

.searchText{
	font-size: 10px; 
	font-weight: bold; 
	color: #5b7f15; 
	font-family: verdana;
	text-decoration: none; 
	text-transform:uppercase;
}

.searchText a{
	font-size: 10px; 
	font-weight: bold; 
	font-family: verdana;
	color: #336699; 
	text-decoration: none; 
	text-transform:uppercase;
}

.searchText a:hover{ 
	font-size: 10px; 
	font-weight: bold; 
	color: #012a58;  
	text-decoration: none; 
	text-transform:uppercase;
}

.search_Text_link{
	font-size: 10px; 
	color: #999; 
	text-decoration: none; 
}

.search_Text_link a{
	font-size: 10px; 
	color: #336699; 
	text-decoration: none; 
}

.search_Text_link a:hover{ 
	font-size: 10px;
	color: #012a58;  
	text-decoration: none; 
}

.text{
	color: #666666;
	font-size: 10px; 
}

.text a{
	color: #666666;
	font-size: 10px; 
	text-decoration: none;
}

.text a:hover{
	color: #666666;
	font-size: 10px; 
	text-decoration: none;
}

.suggestedWord{
	font-size: 10px;
	font-weight: bold; 
	color: #5b7f15; 
	text-decoration: none; 
	padding-bottom: 10px;
}

.suggestedWord a {
	font-size: 10px;
	font-weight: bold; 
	color: #336699; 
	text-decoration: none; 
}

.suggestedWord a:hover{
	font-size: 10px;
	font-weight: bold; 
	color: #012a58; 
	text-decoration: none; 
}

.relatedLink {
	margin-bottom:10px;
	width:180px;
	}

.relatedLink a {
	color:#08797D;
	font-size:10px;
	font-weight:bold;
	text-decoration: none; 
}
.relatedLink a:hover{
	color:#50ACAF;
	font-size:10px;
	font-weight:bold;
	text-decoration: underline; 
}