@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	background: none;
	margin-top: 0px;
	}
a:link, a:visited {
	color: #3b7ba0;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
h2 {
	color: #000000;
	font-size: 14pt;
	padding: 0 0 10px 0;
}
h2 em {
	font-size: 18pt;
	font-style:normal;
}
#wrap, #secondary_info {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

#header, #spotlight, #footer, .txtbutton {
	display: none;
}

table.costs_dates {
	border: 1px solid #8ed3ed;
	margin-bottom: 50px;
	background-color: #ffffff;
}

table.costs_dates th {
	background: #1292c2;
	color: #ffffff;
	padding: 4px;
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #8ed3ed;
}
table.costs_dates th.name {
	width: 180px;
}
table.costs_dates th.gender {
	width: 80px;
	border-left: 1px solid #8ed3ed;
}
table.costs_dates th.ages {
	width: 40px;
	border-left: 1px solid #8ed3ed;
}
table.costs_dates th.type {
	width: 50px;
	border-left: 1px solid #8ed3ed;
}
table.costs_dates th.time {
	width: 50px;
	border-left: 1px solid #8ed3ed;
}
table.costs_dates th.price {
	width: 40px;
	border-left: 1px solid #8ed3ed;
}
table.costs_dates th.month {
	border-left: 1px solid #8ed3ed;
}

table.costs_dates th.date {
	width: 15px;
	border-left: 1px solid #8ed3ed;
	border-top: 1px solid #8ed3ed;
	border-bottom: 1px solid #8ed3ed;
	background: #6db83b;
	text-align: center;
}
table.costs_dates th.june {
	background: #3b7ba0;
}
table.costs_dates th.july {
	background: #6db83b;
}
table.costs_dates th.august {
	background: #00aeef;
}
table.costs_dates td {
	border-bottom: 1px solid #8ed3ed;
	border-left: 1px solid #8ed3ed;
	padding: 4px;
	font-size: 12px;
}
table.costs_dates td.camp_name {
	font-weight: bold;
}
table.costs_dates td.star {
	text-align: center;
	width: 14px;
}
table.costs_dates td.nocamp {
	background: url(/_images/bg/bg_nocamp.gif) bottom left no-repeat;
	width: 14px;
}
img.star_legend {
	padding-left: 10px;
}
.white {
	background-color: #ffffff!important;
}
.camp_type {
	background: #fc5103;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
ol.costs_dates_notes {
	padding: 0 50px 10px 20px;
	list-style: decimal;
}
ol.costs_dates_notes li {
	padding: 0 0 5px 0;
	font-size: 12pt;
	line-height: 14pt;
}