/* Supplemental CSS Document */

.floatright
	{
	float: right;
	margin-left: 10px;
	}
	
.padbottom
	{
	margin-bottom: 5px;
	}
	
.dottedhr
	{
	background: url(/images/layout/dotted.gif) top left repeat-x;
	height: 3px;
	width: 571px;
	margin: 0;
	}
	
.padded-x
	{
	padding-left: 20px;
	padding-right: 20px;
	}
	
.spacedout
	{
	line-height: 200%;
	}
	
/****************************************/
/* Styles for adult.php                 */
/****************************************/

.spacer
	{
	display: block;
	height: 25px;
	}
	
/****************************************/
/* Styles for camps.php                 */
/****************************************/
	
.note
	{
	font-size: smaller;
	font-weight: normal;
	}

.ltblue
	{
	color: #394c81;
	}
	
.strong
	{
	font-weight: bold;
	}
	
.daypricebox-l
	{
	float: left;
	padding-left: 25px;
	}
	
.daypricebox-r
	{
	float: right;
	padding-right: 25px;
	}
	
.daypricedetails
	{
	background-color: #ffffff;
	border: 1px solid #394c81;
	}

table.yellowtable th
	{
	background-color: #d29113;
	color: #ffffff;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
	}
	
table.yellowtable tr
	{
	background-color: #f5e7b6;
	}
	
table.yellowtable tr.alt
	{
	background-color: #ffffff;
	}
	
table.bluetable th
	{
	background-color: #394c81;
	color: #ffffff;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
table.bluetable tr
	{
	background-color: #e3e5ee;
	}
	
table.bluetable tr.alt
	{
	background-color: #ffffff;
	}