body, table, tr, td {
	background-color: #FFFFFF;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
select, input {
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Indicator Bar */
.border {
	border: thin solid #CCCCCC;
}
.borderCurrent {
	border: thin solid #99FF33;
}
.current {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #512F71;
	color: #FFFFFF;
	text-align: center;
	padding: 3px 10px;
}
.future {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFFFFF;
	color: #C0C0C0;
	text-align: center;
	padding: 3px 10px;
}
.past {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #F3F3F3;
	color: #CCCCCC;
	text-align: center;
	padding: 3px 10px;
}
/* Indicator Bar - line between the boxes - must have &nbsp;'s in cell to show */
.divider-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: line-through;
}

/* Text */
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
}
.bodytxt-sm {
	font-size: 10px;
}
.attraction {
	font-size: 14px;
	color: #512F71;
	font-weight: bold;
}
.attractionCenter {
	font-size: 14px;
	color: #512F71;
	font-weight: bold;
	text-align: center;
}
.attraction2 {
	font-size: 12px;
	color: #512F71;
	font-weight: bold;
}

.attraction3 {
	font-size: 14px;
	color: #CC0000;
	font-weigth: bold;
}
	
/* Headers */
.pageTitle {
	font-size: 15px;
	color: #F9F9F9;
	font-weight: bold;
	background-color: #512F71;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 3px;
	text-transform: uppercase;
}
.header-gray {
	font-size: 10px;
	text-transform: uppercase;
	color: #EFEFEF;
	background-color: #999999;
	font-weight: bold;
}

.header-lightgray-none-case {
	font-size: 10px;
	text-transform: none;
	color: #999999;
	background-color: #EFEFEF;
	font-weight: bold;
}

.header-lightgray {
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	background-color: #EFEFEF;
	font-weight: bold;
}

.typehead, .typehead a:link, .typehead a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}

.typehead-white, .typehead-white a:link, .typehead-white a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

/* Alert Text -- should be made available to both control & privatelabel
----------------------------------------------- */
.message-red-bold {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.message-red {
	color: #CC0000;
}
.message-green-bold {
	font-size: 12px;
	color: #00CC33;
	font-weight: bold;
}
.message-green {
	color: #00CC33;
}
.message-red-on-white {
	color: #CC0000;
	background-color: #FFFFFF;
}
