body {
	margin: 0;
	padding: 0;
	background-color: #999;
	/* IE HACK */
	text-align: center;
}

#wrapper {
	/*  UNDO IE HACK */
	text-align: left;
	
	margin: 0 auto;
	background-color: #fff;
	width: 804px;
	padding: 10px 4px 40px 4px;
}

#header_for_print {
	display: none;
}

* {
	font-family: verdana, helvetica, arial, sans-serif;
}

p, li {
	font-size: 12px;
}

.small {
	font-size: 10px;
}

.faded {
	color: #ccc;
}

p.pdf {
	padding: 2px 0 2px 22px;
	background: url('../assets/icon_pdf.gif') top left no-repeat #fff;
}

p.note {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	margin-top: 60px;
	font-size: 11px;
}

.box {
	margin-left: 93px;
	width: 500px;
	padding: 20px 40px;
	background: url('../assets/bg_top.gif') top center no-repeat #fff;
}

.boxbottom {
	height: 20px;
	margin-bottom: 20px;
	background: url('../assets/bg_bottom.gif') bottom center no-repeat #fff;
}

table.chart {
margin: 0 auto;
}

table.chart td {
	font-size: 13px;
	padding: 3px 8px;
}

td.label {
	font-weight: bold;
}

img.inset {
	float: right;
	margin: 0 0 8px 12px;
}

select {
	font-size: 11px;
}

a {
	color: #658bca;
}

a img {
	border: 0;
}

#header {
	position: relative;
}

#logo_cccyo {
	position: absolute;
	top: 0;
	right: 12px;
}

#label_county {
	position: absolute;
	top: 30px;
	left: 180px;
}

#topnav, #topnavTable  {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	position: absolute;
	top: 60px;
	left: 180px;
	list-style-type: none;	
}

#topnav li {
	display: inline;
}

#topnav li a {
	font-size: 13px;
	padding: 0 14px 0 0;
	text-decoration: none;
	color: #000;
}

#topnav li a:hover {
	text-decoration: underline;
}

#topnav li.current a {
	font-weight: bold;
	color: #00c7e2;
}

/* some new style for table-based top nav */

#header {
	height: 107px;
}

#topnavTable {
	width: 620px;
}

#topnavTable td a {
	font-size: 13px;
	padding: 0 15px 0 0;
	text-decoration: none;
	color: #000;
}

#topnavTable td a:hover {
	text-decoration: underline;
}

#topnavTable td.current a {
	font-weight: bold;
	color: #00c7e2;
}



#content {
	position: relative;
	background: url('../assets/bg_schedule.gif') top center no-repeat;
}

#main {

 padding: 6px 18px 20px 20px;	
}

#main h1 {
	font-weight: normal;
	font-size: 22px;
	
}

#main h2 {
	margin-top: 0;
	font-weight: normal;
	font-size: 16px;
}

#right h2 {
	font-weight: normal;
	font-size: 18px;
}

#map {
	border: 1px solid #ccc;
}

#schedule_form {
	padding: 15px 20px 20px 214px;
}

#schedule_form * {
	margin: 0;
	padding: 0;
}

#schedule_form select {
	margin-right: 6px;
}

#schedule_form option {
		padding-right: 3px;
}

#schedule_form .submit {

}

#schedule {
	
}


#schedule td {
	border-right: 1px solid #ccc;
	font-size: 11px;
	padding: 4px 6px;
}

#schedule tr.odd {
	background-color: #e4e5e8;
}

#schedule tr.hilite td {
	background-color: yellow;
	border-bottom:  1px solid #fff;
}

#schedule th, #standings th {
	color: #fff;
	border-right: 1px solid #ccc;
	font-weight: normal;
	font-size: 12px;
	padding: 4px 8px;
	background-color: #818694;
}

#schedule th.ASC, #schedule th.DESC {
	background-color: #ccc;
}

#schedule th.ASC a {
	color: #000;
	font-weight: bold;
	padding-right: 16px;
	background: url('../assets/sort_asc.gif') center right no-repeat;
}

#schedule th.DESC a {
	color: #000;
	font-weight: bold;
	padding-right: 16px;
	background: url('../assets/sort_desc.gif') center right no-repeat;
}

#schedule th a {
	color: #fff;
}

#standings_all {
	margin: 0 auto;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
background-color: #fff;
}

#standings_all a, #standings a {
	text-decoration: none;
}

#standings_all h2 {
	font-size: 13px;
	margin-bottom: 4px;
}

#standings_all th, #standings th {
	color: #000;
	padding: 1px 6px;
	background-color: #dedede;
	font-weight: normal;
}

.string {
	text-align: left;
}

.numeric {
	text-align: right;
}

#standings_all .string {
	font-size: 11px;
}

#standings_all .numeric {
	font-size: 11px;
}

#standings_all td {
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 12px;
}

#standings td {
	border-bottom: 1px solid #ccc;
}

#standings_all td td {
	border-right: none;
	border-bottom: 1px solid #ccc;
	padding: 1px 6px;
}

.warning { color: red; }

#footer, #footer a {
	color: #fff;
}

