@charset "utf-8";
/* CSS Document */
a {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #012a58;
	text-decoration: underline;
}
.voteTemplate {
	width:745px;
	position:relative;
	float:left;
	display:block;
	margin-left:5px;
	}
.voteTemplate #tabs {
	width:740px;
	height:35px;
	display:block;
	position:relative;
	float:left;
	}
.voteTemplate #voteContentWrapper {
	width:745px;
	position:relative;
	float:left;
	}
.voteTemplate #topBorder {
	width:745px;
	height:20px;
	background-color:#31a6b5;
	display:block;
	position:relative;
	float:left;
	}
.voteTemplate #dynamicContent {
	position:relative;
	float:left;
	margin-top:10px;
	display:block;
	width:550px;
	}

.voteTemplate #billboardAd {
	margin-top:10px;
	margin-right:10px;
	position:relative;
	float:right;
	display:block;
	width:160px;
	height:600px;
	overflow:hidden;
	padding:0px;
	}
	
.vote_item {
	position:relative;
	float:left;
	width:255px;
	overflow-x:hidden;
	height:100px;
	margin-bottom:15px;
	padding:5px;
	border-bottom:#999 solid 1px;
}

.vote_item #videoTitle {
	width:220px;
	margin-bottom: 5px;
	margin-top: 3px;
	float:left;
	position:relative;
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
}

.vote_item #videoArtist {
	width:220px;
	margin-left:25px;
	_margin-left:12px;
	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; 
}

#formItem {
	position:relative;
	float:left;
	width:500px;
}

#formItem_label, #formItem_input {
	position:relative;
	float:left;
	width:400px;
}