/* -------------------------------------
   general styles
------------------------------------- */
body {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #600 url(../images/background_gradient.png) 0 0 repeat-x;
}

input, textarea, select, option, button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

span.required {
	font-weight: bold;
	font-size: 120%;
	color: #f00;
}
.highlight {
	background: #ff9;
}


/* -------------------------------------
   forms
------------------------------------- */
fieldset {
	border: none;
	padding: 0;
	margin: 0 0 1.5em;
}
fieldset p.note {
	margin-bottom: 1em;
}
fieldset div.field {
	clear: both;
	margin-bottom: 1em;
}
fieldset div.field label {
	display: block;
	float: left;
	margin: 0.2em 0.5em 0 0;
	text-align: right;
	width: 160px;
	font-weight: normal;
	font-weight: bold;
}
fieldset div.field.inline br {
	display: block;
}
fieldset div.field.inline label {
	display: inline;
	float: none;
	width: auto;
	margin: 0;
	text-align: left;
}
fieldset div.field br {
	display: none;
}
fieldset div.field span.note {
	display: block;
	margin: 0 0 0 140px;
	font-size: 0.8em;
	color: #333;
}
fieldset div.field.inline span.note {
	display: inline;
	margin: 0 0 0 25px;
}
fieldset div.field.text input, 
fieldset div.field.text textarea {
	padding: 0.3em 0.4em;
	margin: 0;
	width: auto;
	height: auto;
}
fieldset div.field.select select {
	padding: 0.4em;
	margin: 0;
}
fieldset div.field.button {
	margin: 0;
	text-align: left;
}
fieldset div.field.button.standalone {
	text-align: center;
}
fieldset div.field.button a {
	color: #999;
}
fieldset div.field.button a:hover {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
fieldset div.field div.fieldWithErrors input,
fieldset div.field div.fieldWithErrors textarea,
fieldset div.field div.fieldWithErrors select {
	outline: 2px solid #FBC2C4;
}
#select_single_day {
	padding-left: 2em;
	font-size: 90%;
	padding-top: 0.5em;
}
#select_single_day label {
	font-weight: normal;
}


/* -------------------------------------
   receipt
------------------------------------- */
table.receipt td {
	padding: 0.3em;
}
table.receipt td.title {
	font-weight: bold;
	width: 150px;
}
table.receipt td.price {
	text-align: right;
	font-weight: bold;
}
p.total_cost {
	font-weight: bold;
	text-align: right;
}
/*
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
*/



/* -------------------------------------
   error messsages
------------------------------------- */
#errorExplanation {
	font-size: 90%;
	padding: 1em 1em 1em 4em;
	margin-bottom: 1.5em;
	border: 2px solid #ff9;
	background: #ffc url(../images/icons/exclamation.png) 1em 1em no-repeat;
}
#content #errorExplanation h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.3em;
	color: #000;
	border: none;
	padding: 0;
	
}
#errorExplanation p {
	margin-bottom: 0.5em;
	font-size: 90%;
}
#errorExplanation ul {
	margin-bottom: 0;
	font-size: 90%;
}



#main {
	background: #fff;
	border: 3px solid #4b0000;
	border-width: 0 3px;
}



/* -------------------------------------
   header
------------------------------------- */
#header_links {
	background: #323232;
	color: #fff;
	padding: 0.7em;
	text-align: right;
}
#header_links p {
	margin: 0;
}
#header_links a {
	color: #cff;
}

#header {
	padding: 1em 0 0;
}
#header h1 {
	display: block;
	height: 235px;
	background: #fff url(../images/banner.jpg) 50% 50% no-repeat;
	text-indent: -9999em;
	margin: 0;
}
#header p {
	display: none;
}


/* -------------------------------------
   content
------------------------------------- */
#content {
	padding: 1em 2em 2em;
	font-size: 120%;
}
#content h2 {
	font-weight: bold;
}
#content h3 {
	font-weight: bold;
	font-size: 150%;
	color: #4b0000;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
#packages span.note {
	color: #000;
}
#packages .highlight {
	padding: 0.2em;
}
#packages div.fieldWithErrors {
	display: inline;
}
div.help {
	padding: 1em 1em 1em 3em;
	margin-bottom: 1em;
	background: #4C4C4C url(../images/icons/info.png) 0.5em 1em no-repeat;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.help p {
	margin: 0;
}

#payment_data .details {
	padding: 1em;
	background: #eee;
}
#payment_data p {
	margin-bottom: 0.7em;
}
#payment_data .payment_form {
	text-align: center;
	margin-bottom: 1em;
}



/* -------------------------------------
   footer
------------------------------------- */
#footer {
	background: #323232;
	padding: 1em 2em 0.5em;
	color: #fff;
	text-align: center;
	font-size: 120%;
}
#footer p {
	margin-bottom: 0.5em;
}
#footer a {
	color: #cff;
}
#footer a:hover {
}

