@charset "utf-8";
div.judge_list_btn{
	width:auto;
	margin-bottom:12px;
	padding:5px;
}
div.judge_list_btn div{
	width:220px;
}
div.judge_list_btn_active{
	width:220px;
	margin-bottom:12px;
	padding:5px;
	background-color:#0b1f42;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}
a.judgeName_link:link          	{color: #ffffff; text-decoration: underline; font-family: Arial; font-size:15px; font-weight:bold;}
a.judgeName_link:active     		{color: #ffffff; text-decoration: underline; font-family: Arial; font-size:15px; font-weight:bold;}
a.judgeName_link:visited       	{color: #ffffff; text-decoration: underline; font-family: Arial; font-size:15px; font-weight:bold;}
a.judgeName_link:hover      		{color: #e7c258; text-decoration: underline; font-family: Arial; font-size:15px; font-weight:bold;}


#judgeName{
	color: #fff; 
	font-family: Arial; 
	font-size:24px; 
	font-weight:bold;
}
#judgeSecondName{
	color:#0099ff;
	font-size:15px;
	font-weight:bold;
}
.judgeCountry{
	color: #FFF;
	font-family: Arial; 
	font-size:12px;
	font-weight:normal;
}
#judgeShortDescription{
	color: #0099ff;
	font-family: Arial; 
	font-size:11px;
	font-weight:bold;
	margin-top:4px;
}
#judgeImage{
	padding-bottom:12px;
	text-align:left;
}
#judgeImage > img{
	border: 1px solid #000;
}
a.judgeLink:link          	{color: #e9c259; text-decoration: none; font-family: Arial; font-size:11px; font-weight:normal;}
a.judgeLink:active     		{color: #e9c259; text-decoration: none; font-family: Arial; font-size:11px; font-weight:normal;}
a.judgeLink:visited       	{color: #e9c259; text-decoration: none; font-family: Arial; font-size:11px; font-weight:normal;}
a.judgeLink:hover      		{color: #ffffff; text-decoration: underline; font-family: Arial; font-size:11px; font-weight:normal;}

#judgeURL a:link          	{color: #e9c259; text-decoration: none; font-family: Arial; font-size:11px; font-weight:normal;}
#judgeURL a:active     		{color: #e9c259; text-decoration: none; font-family: Arial; font-size:11px; font-weight:normal;}
#judgeURL a:visited       	{color: #e9c259; text-decoration: none; font-family: Arial; font-size:11px; font-weight:normal;}
#judgeURL a:hover      		{color: #ffffff; text-decoration: underline; font-family: Arial; font-size:11px; font-weight:normal;}

.judge_data{
	background-color:#232c3d; 
	border:1px solid #000; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	min-height:300px; /*ff*/
	height: auto !important; /*ie7 */
	height: 300px; /*ie6 */
}
#judgeBio{
	padding-top:10px;
}