body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	min-width: 705px;
	padding: 0px;
}

.announcement {
	color: #F00;
	font-size: 200%;
	font-weight: bold;
}

/**************************/
/********  Header  ********/
/**************************/
#header {
	border-bottom: 2px solid #666;
	height: 60px;
	padding-bottom: 5px;
}

/**************************/
/******  Navigation  ******/
/**************************/
#navigation {
	border-bottom: 1px solid #666;
	font-size: 90%;
	margin-top: 10px;
	padding: 10px 0px 2px 0px;
}

#navigation ul {
	display: inline;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#navigation li {
	display: inline;
	list-style-type: none;
}


#navigation ul li a, #navigation ul li span.currPage {
	background-color: #000;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	border-left: 2px solid #666;
	color: #fff;
	margin: 0px 0px;
	padding: 3px 5px;
	text-decoration: none;
}

#navigation ul li a:hover {
	background-color: #666;
	color: #fff;
}

#navigation ul li span.currPage {
	background-color: #ffd700;
	color: #000;
}

#loadingContainer {
	height: 50px;
/*	top: 180px;*/
	z-index: 1000;
}

#loading {
	background: #fff;
	border: 1px solid #666;
	/*display: none;*/
	font-weight: bold;
	height: 50px;
	margin: auto auto;
	padding-top: 15px;
	position:relative;
	width: 230px;
	text-align: center;
	top: 180px;
	z-index: 1000;
}

/*****************************/
/******  CustomizeForm  ******/
/*****************************/
.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(down.gif);
}
.nosort {
	cursor: default;
}

tr.rowodd {
	background-color: #FFF;
}

tr.roweven {
	background-color: #F2F2F2;
}


/*****************************/
/******  CustomizeForm  ******/
/*****************************/
#customizeForm {
	background-color: #ffd700;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	clear: both;
	margin: 0px;
	padding: 5px;
}

#currentView {
	font-size: 80%;
	font-style: italic;
	margin-top: 5px;
}



/*****************************/
/******  CustomizeForm  ******/
/*****************************/
#map {
	border: 1px solid #666666;
	height: 500px;
}

.bubble {
	width: 500px;
}



/********************************************/
/********  About Us/Links/Feedback  *********/
/********************************************/
.misc {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	margin: 0px;
	padding: 0px;
}

.misc h2 {
	background-color: #ffd700;
	margin: 0px;
	padding: 5px;
}

.misc p {
	background-color: #eee;
	margin: 0px;
	padding: 10px 5px;
}

/*************************************/
/********  Schedule Control  *********/
/*************************************/
#scheduleHeader th {
	font-style: italic;
}
#scheduleHeader th.scheduleDayHeader {
	text-align: left;
	width: 120px;
}

#scheduleHeader th.scheduleResultsHeader {
	text-align: center;
	width: 80px;
}

#scheduleHeader th.scheduleAgainstHeader {
	text-align: left;
	padding-left: 10px;
	width: 200px;
}

#scheduleDetail {
	clear: left;
}

#scheduleDetail a {
	background: #fff;
	color: #00f;
	cursor: pointer;
	display: block;
	text-decoration: underline;
}

#scheduleDetail a:hover {
	background: #ddd;
}

#scheduleDetail a span {
	display: block;
	float: left;
}

#scheduleDetail a:hover span {
	background: #ddd;
}

#scheduleDetail span.scheduleDay {
	clear: left;
	width: 120px;
}

#scheduleDetail span.scheduleResults {
	text-align: center;
	width: 80px;
}

#scheduleDetail span.scheduleAgainst {
	padding-left: 10px;
	width: 200px;
}

