/* DEFAULT TAG STYLES */
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	background-image: url(/campimages/bg_camp.gif); 
}
a {
	color: #99AACC;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #99AACC;
}
img { 
	border: none;
}
form {
	margin: 0;
}
table td {
	vertical-align: top;
}
div.cleardiv {
	clear: left;
}
.hidden {
	display: none;
}
.right {
	text-align: right;
}


	
/* BASE PAGE STYLES */
div#root {
	margin-left: auto;
	margin-right: auto;
	min-width: 775px;
	width: 90%;
	text-align: left;
	border: 2px solid #99AACC;
	background-color: #ffffff;
}
div#root div#banner {
	background-color: #000000;
	border-bottom: 2px solid #99AACC;
	height: 100px;
	min-width: 425px;
	padding: 0 0 0 5px;
	position: relative;
}
div#root div#banner img#logo {
	background-color: #000000;
	padding: 7px 0 0 10px;
	position: relative;
}
div#banner img#extra {
	background-color: transparent;
	right: 200px;
	position: absolute;
	top: 55px;
	z-index: 5;
}
div#search {
	background-color: #000000;
	border-bottom: 0px dotted #99AACC;
	color: #99AACC;
	float: right;
	font-size: 105%;
	font-weight: 800;
	padding: 50px 10px 10px;
	width: 160px;
}
div#search form {
	margin: 0;
}
div#root div#message {
	border: 2px dotted #99aacc;
	border-top: 1px solid #fff;
	color: #94A085;
	margin-left: 50px;
	padding-left: 5px;
	text-align: center;
	width: 60%;
}

div#root div#message a{
	font-size: 108%;
	font-weight: 700;
	padding: 5px;
	margin-top:40px;
	}

div#sidenav {
	border-left: 2px dotted #99AACC;
	float: right;
	padding: 0;
	width: 180px;
}
div#sidenav a {
	display: block;
	padding: 5px 0 10px 15px;
	border-bottom: 2px dotted #99AACC;
	font-size: 110%;
	font-weight: 700;
}

div.tool
{
	text-align: center;
	margin-left:10%;
	margin-right:10%;
}
div#sidenav div.tool a {
	padding: 0;
	border:0px;
	display:inline;
	
}

div#sidenav div.tool a:hover {
	padding: 0;
	border:0px;
	background-color:#fff;
	display:inline;
}

/* COMMON TO ALL SECTION PAGES */
div#section_main {
	border-top-width: 0;
	text-align: left;
	background-color:#ffffff;
}
div#section_main div#mainbody {
	clear: left;
	margin: 0 200px 0 10px;
	padding-top: 20px;
}
div#section_main div#mainbody h1 {
	font-size: 140%;
	color: #99aacc;
	margin-top: 0;
}
div#section_main h2 {
	font-size: 120%;
}
div#section_main div#mainbody h2 {
	font-size: 120%;
}
div#section_main div#mainbody h3 {
	font-size: 100%;
	margin-top: 0px;
}
div#section_main div#mainbody div.othersections {
	margin-top: 20px;
	
}

div#section_main div#mainbody div.campsection {
	margin: 0 auto 0;
	padding-top: 0;
	line-height: 200%;
	font-size: 110%;
	width: 85%;

}
div.campsection .full {
	background-color:#ecf2f2;
	font-weight:bold;
	display:inline;
	height:18px;
	margin-right:20px;
	text-align:center;
	width:50px;
}


/* CART CLASSES */

.my_div {
	color: #94A085;
	padding: 5px;
}
.my_div h1 {
	font-size: 110%;
	margin-bottom: 0;
}
.my_child {
	margin-bottom: 10px;
	padding: 3px;
	width: 95%;
}
div#sidenav .my_child div  {
	margin-bottom: 10px;
}
div#sidenav .my_child div a {
	border-style: none;
	display: inline;
	font-size: 100%;
	padding: 0;
}
.my_child h2 {
	font-size: 115%;
	background-color: #C6D68C;
	color: #ffffff;
	padding: 3px;
}

/* FOOTER STYLES */
div#footer {
	color: #669999;
	font: 10px verdana,arial,sans-serif;
	margin-top: 10px;
	text-align: center;
}
div#footer a {
	color: #669999;
}

/* STANDARD LISTING PAGES */
table.listing {
	background-color: #ecf2f2;
	border: 1px solid #999999;
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	width: 100%;
}
table.listing tr.row {
	background-color: #E1EAC4;
}
table.listing tr.alt {
	background-color: #f7f7f7;
}
table.listing th {
	background-color: #99aacc;
}
table.listing th.superhead {
	background-color: #99aacc;
	color: #ffffff;
	font-size: 14px;
	padding: 4px;
}
table.listing td {
	padding: 3px 6px;
}
table.listing td.highlighthead {
	background-color: #afc5c1;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}
table.listing td.highlightactionlink {
	background-color: #afc5c1;
	font-size: 11px;
	font-weight: normal;
	padding: 4px;
	text-align: right;
}
table.listing td.welcome {
	background-color: inherit;
	font-size: 12px;
	padding: 6px;
	vertical-align: top;
	width: 150px;
}
table.listing td.whitecell {
	background-color: #ffffff;
	font-size: 12px;
	padding: 6px;
	vertical-align: top;
}
table.listing td.columnheader {
	background-color: #ffffff;
	color: #000000;
    font-size: 10px;
}
table.listing td.label {
	background-color: inherit;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	width: 150px;
}
table.listing td.data {
	background-color: inherit;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table.listing td.actionlink {
	border-bottom: 1px solid #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 50px;
}
table.listing td.prevnext {
	border-bottom: 1px solid #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
table.listing td.buttons {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
table.listing td.noresult {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

table.listing form#datemenu {
	background-color: inherit;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}
/* Specialized classes */
div.leftfloat {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	width: 250px;
}
div.rightfloat {
	float: right;
	margin: 0 0 12px 12px;
	padding: 0 3px 3px;
	width: 250px;
}
div.indented {
	margin: 3px 20px 3px 20px;
}

/* Park Camps */
form.editform {
	border: 1px solid #669999;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
	width: 602px;
}
table.camptable {
	width: 600px;
}
table.camptable caption {
	background-color: #669999;
	font-size: 120%;
	font-weight: bold;
	padding: 3px;
}
table.camptable td.formfield {
	background-color: #669999;
	color: #ffffff;
	padding-right: 3px;
	padding-top: 3px;
	text-align: right;
	width: 100px;
}
div.subdiv {
	margin-left: 20px;
}
div.addanew {
	font-weight: bold;
	margin: 10px 0;
}