/* 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;
	}
	
.psia-chart
	{
	margin-left:50px;
	border:1px solid #333;
	}
.psia-chart th{background-color:#444;color:#fff;}
.psia-chart td.ability-img{border-right:1px solid #333;width:40px;background-color:#fff;}
.psia-chart td.ability-img img{margin-left:7px;}
.psia-chart td {border-bottom:1px solid #333;background-color:#eee;}
.psia-chart td.last {border-bottom:none;}
.psia-chart td p{margin:3px 0;}
.psia-chart td img{margin:0 auto;}
