@charset "UTF-8";

/*
CSS Information
-----------------------------------------------------------
Author: Jaymie Jones
Author Company: Xtreme.com.au
Author Website: http://www.xtreme.com.au
Designed For: http://www.fraserlodge.com.au/booking
Date: 25/03/2010
Modified Date: 25/03/2010
-----------------------------------------------------------*/

/*
Summary
-----------------------------------------------------------
01. Base Element Declarations
02. Base Element Containers
03. Base Element Classes
04. General Styles
-----------------------------------------------------------*/

/*
01. base element declarations
-----------------------------------------------------------*/

body,td,th {
	color: #000;
	font-family: Arial,Verdana, helvetica, sans-serif;
	font-size: 12px;
}

body { background-color: #fff; }

a { color: #e68535; }

a:link { text-decoration: underline; }

a:visited { text-decoration: underline; }

a:hover { color: #2d6baf; text-decoration: none; }

a:active { text-decoration: underline; }

h1, h2, h3, h4, h5, h6, strong, legend, label, blockquote, th { font-weight: bold; }

h1, h2, h3, h4, h5, h6{ color: #2d6baf; margin-bottom: 10px; }

h1 { font-size: 24px; }

h2 { font-size: 20px; }

h3 { font-size: 18px; }

h4 { font-size: 15px; }

h5 { font-size: 13px; }

h6 { font-size: 10px; }

em, blockquote { font-style: italic; }

fieldset { border: 1px solid #ccc; margin-bottom: 15px; padding: 10px; }

p { padding: 5px 0px; }

/*
02. base element containers
-----------------------------------------------------------*/

#wrapper { border: 1px solid #ccc; margin: 20px auto; width: 700px; }

#header { border-bottom: 1px solid #ccc; padding: 10px; }

#content { padding: 20px; }

#footer {
	background-color: #2d6baf;
	color: #fff;
	font-size: 11px;
	padding: 20px;
	text-align: center;
}

/*
03. base element classes
-----------------------------------------------------------*/

/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

.odd { background-color: #f7f7f7;}

.form-text, .form-textarea { border: 1px solid #ccc; padding: 3px; }

.form-textarea { height: 100px; width: 300px; }

.form-text:focus, .form-textarea:focus { background-color: #ffffaa; border: 1px solid #aaa; }

.help { color: #bbb; font-size: 11px; }

.required { color: red; }

.note { background-color: #ffffaa; }

input.error, textarea.error { background-color: #ffffcc; border: 2px solid red; }

.error { color: red; }

/*
04. General Styles
-----------------------------------------------------------*/

#content .form-item { clear: both; padding: 10px 0px; }

#content .form-item label {
	display: block;
	float: left;
	padding-left: 20px;
	width: 200px;
}

#content #submitBtn { margin-top: 10px; }

