@charset "utf-8";
/* CSS Document */

/*CLASS SCHEDULE INFORMATION */

#class_display{}

#class_Title {
	color: #3E527B;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: -1px;
	margin-left: 20px;
}

#class_sponsor {
	color: #3E527B;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: -1px;
	margin-left: 20px;
	padding-bottom:15px;
	}

#class_Title .Class_Number {
	float:right;
	font-weight:bold;
	margin-right:15px;
	background-image:url(../images/icons/class_star.gif);
	background-repeat:no-repeat;
	background-position:centre;
	text-align:center;
	padding-top:10px;
	padding-left:2px;
	width:60px;
	height:57px;
	color:#ffffff;
 }

#class_footer {
	color: #3E527B;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: -1px;
	margin-left: 110px;
}

.class_table {
	width:500px;
	margin:1em auto;
	border-collapse:collapse;
	}
.class_table th {
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	/*letter-spacing: -1px;*/
	color: #000;
	text-align:left;
	/*border-bottom: 1px solid #ccc;*/
	/*border-right:1px solid #CCC;*/
	padding:.3em 1em;
	/*background:#F8FAFC;*/
	}
	
.class_table td {
	color:#000;
	border-bottom: 1px solid #ccc;
	padding:.3em 1em;
	text-align:left;
	background:#F8FAFC;
	}

#class_display  li{
	list-style:none;
	display:inline;
	
	}
.smalltext{
	font-size:9px;
	text-align:center;
}

 #judges {
	background: #f5fff4 url(../images/icons/icons/bell.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px; 
	border: 2px solid #bffeb6;
	/*order-bottom: 2px solid #bffeb6;*/
	font-size:12px;
	}
	
	#judges ul, li {margin-left: 0; padding-left: 0;}
