/*------------------------------------------*/
/* Styles for Cops and Robbers (v 2.0)		*/
/* Screen (v 1.0) - 06/14/2007				*/
/*------------------------------------------*/

/* =HTML Elements
---------------------------------------------------- */
body {
	background: #000;
	color: #fff;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-Size: 12px;
	font-weight: normal;
	margin: 0 3px 3px 3px;
	padding: 0;
	text-align: center;
}

a {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

img { border: 0 !important;}

h2 { text-align: center;}

table, tr, th, td {
	font-size: 12px;
}

/* =Structural
---------------------------------------------------- */
#wrapper {
	width: 788px;
	margin: 0 auto;
}
#header {
	text-align: center;
}

#mainNav {
	text-align: center;
}

#contentArea {
	text-align: left;
}

/* =Navigation
---------------------------------------------------- */
#mainNav ul {
	margin: 0;
	border: 0;
}

#mainNav li {
	display: inline;
	list-style: none;
}

#mainNav li a {
	border-right: 1px solid #f60;
	padding: 0 6px;
}

/* =Content Area
---------------------------------------------------- */
#showSchedule { border: 1px solid #fff;}

#showSchedule th {
	background: #fff;
	color: #000;
}

#showSchedule td { text-align: center;}

.tableBGAltColor td { background: #666;}

.horizontalLinkList {
	text-align: center;
}

.horizontalLinkList ul {
	margin: 0;
	border: 0;
}

.horizontalLinkList li {
	display: inline;
	list-style: none;
}

.horizontalLinkList li a {
	border-right: 1px solid #fff;
	color: #fff !important;
	font-weight: normal !important;
	padding: 0 6px;
}


/* =Misc. Styles
---------------------------------------------------- */
.center { text-align: center;}

.floatLeft { float: left;}

.floatRight { float: right;}

hr.footerSep {
	margin: 40px 0;
}
.noBorder { border: 0 !important;}