@charset "utf-8";
/* CSS Document */
a {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #012a58;
	text-decoration: underline;
}
.castTemplate {
	width:745px;
	position:relative;
	float:left;
	display:block;
	margin-left:5px;
	}
.castTemplate #tabs {
	width:740px;
	height:35px;
	display:block;
	position:relative;
	float:left;
	}
.castTemplate #castContentWrapper {
	width:745px;
	position:relative;
	float:left;
	}
.castTemplate #topBorder {
	width:745px;
	height:20px;
	background-color:#31a6b5;
	display:block;
	position:relative;
	float:left;
	}
.castTemplate #dynamicContent {
	position:relative;
	float:left;
	margin-top:10px;
	display:block;
	width:550px;
	}

.castTemplate #billboardAd {
	margin-top:10px;
	margin-right:5px;
	position:relative;
	float:right;
	display:block;
	width:160px;
	height:600px;
	overflow:hidden;
	padding:0px;
	}
	
.castMember {
	float:left;
	position:relative;
	margin-bottom:20px;
}
.castMember #personalityPhoto {
	width: 110px;
	height:133px;
	float:left;
	position:relative;
}
.castMember #personalityPhoto img {
	width: 100px;
	height:133px;
	float:left;
	position:relative;
}
.castMember #personalityName {
	width: 390px;
	margin-bottom: 10px;
	float:left;
	position:relative;
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
}
/*
.castMember #personalityName a {
	color:#36a4b2;
	text-decoration: none;
}
.castMember #personalityName a:hover {
	color:#add1d3;
	text-decoration: none;
}
*/
.castMember #personalityBio {
	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; 
}