/* USACi Midwest
 * CSS Style Sheet
 * Author: Reserved Media
 * Date: 6/26/2009 
 */
 
/* SoundOffs */
#tableSound {
	width: 650px;
	border-collapse: collapse;
	margin: auto;
}

#tableSound th {
	font: 12px/1.6em Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	padding-left: 8px;
	background: #666;
	color: #ccc;
}
#tableSound td {
	font: 11px/1.6em Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	padding-left: 8px;
	background: #ccc; 
	border-bottom: 2px solid #22262a;
	border-top: 1px solid transparent;
	
}
#tableSound tr:hover td {
	background: #999;
	color: #333;
}
#tableSound a {
	color: #0000FF;
	text-decoration: none;
}

#tableSound a:hover {
	color: #CC0000;
	text-decoration: none;
}

/* Key */

#tableKey {
	width: 300px;
	border-collapse: collapse;
	margin-left: 10px;
}

#tableKey th {
	font: 12px/1.6em Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	padding-left: 8px;
	background: #666;
	color: #ccc;
}
#tableKey td {
	font: 11px/1.6em Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	padding-left: 8px;
	background: #ccc; 
	border-bottom: 2px solid #22262a;
	border-top: 1px solid transparent;
	
}
/* Rules */
#tableRules {
	width: 450px;
	border-collapse: collapse;
	margin: 0 auto;
}

#tableRules td {
	font: 11px/1.6em Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	padding-left: 8px;
	background: #ccc; 
	border-top: 2px solid #22262a;
	border-bottom: 2px solid #22262a;
}
#tableRules a {
	color: #0000FF;
	text-decoration: none;
}

#tableRules a:hover {
	color: #CC0000;
	text-decoration: none;
}