* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: #d8d6d1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #394436;
	text-align: center;
}
h1 {
	font-size: 18px;
	color: #5C78A0;
	margin-bottom: 20px;
	padding: 2px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	color: #5C78A0;
	margin-bottom: 10px;
	border-bottom: 1px solid #5C78A0;
}
h3 {
	text-transform: uppercase;
	font-size: 12px;
	color: #D4753F;
}
a {
	color :#D4753F;
	text-decoration: none;
	border-bottom: 1px dotted #D4753F;
}
a:hover {
	color: #3C3231;
	text-decoration: none;
	border: none;
}
#connexion {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #5C78A0;
	font-family: "MS Trebuchet",Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
	line-height: 1.2;
	padding: 5px 10px 0 0;
}
#connexion a {
	color: #5C78A0;
	border-bottom-color: #5C78A0;
}
#connexion a:hover {
	border: none;
}
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: transparent url(../images/bg_container.jpg) repeat-y top left;
	text-align: left;
}
#header {
	width: 980px;
	height: 168px;
	background: transparent url(../images/header.jpg) no-repeat top left;
}
.logo {
	position: relative;
	display: block;
	top: 10px;
	left: 10px;
	width: 430px;
	height: 150px;
	background: none;
	outline: none;
	border: none;
}
#footer {
	clear: both;
	width: 980px;
	height: 29px;
	background: transparent url(../images/footer.jpg) no-repeat top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A8A08D;
}
#footer p {
	margin: 0 20px 0 200px;
	line-height: 16px;
	border-top: 1px dotted #A8A08D;
	text-align: center;
}
#column {
	float: left;
	display: inline; /* To correct IE6 double float bug */
	width: 140px;
	margin: 30px 10px 20px 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #3C3231;
	text-align: left;
}
#column ul {
	list-style: none;
}
#column a {
	font-weight: bold;
	border: none;
	font-size: 13px;
	color: #587C96;
}
#column a:hover {
	color: #D4753F;
	border-bottom: 1px dotted #D4753F;
}
#main {
	width: 750px;
	margin: 20px;
	float: left;
}
.flt_lft {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #60626E;
}
.flt_rght {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #60626E;
}
.label {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}
input, textarea {
	border: 1px solid #807D6E;
}
select {
	border: 1px solid #807D6E;
}
option {
	padding: 1px;
}
.message {
	background: #F0E0D3;
	padding: 4px;
	border: 3px solid #726CB6;
	color: #000;
	text-align: left;
	padding-left : 100px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.errorExplanation ul {
	margin-left: 120px;
}
.errorExplanation h2 {
	margin-top: 0;
	text-align: center;
	border: none;
}
th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small_link {
	font-size: 0.9em;
}
.vspacer {
	height: 20px;
}
.topalign_table th, .topalign_table td {
	vertical-align: top;
}
ul.list {
	margin: 10px 0 10px 30px;
}
.group_table {
	border-collapse: collapse;
}
.group_table td {
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
.group_table td h3 {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}
.group_table td small {
	line-height: 1em;
	font-style: italic;
}
.group_table td input {
	margin-left: 5px;
}
.group_table td label {
	font-size: 11px;
	font-weight: bold;
}
.group_table td.bordered {
	border-right: 1px solid #ABBBBB;
}
.red {
	color: red;
}
.cat_desc {
	color: #5C78A0;
	display: block;
	margin-left: 30px;
/*	width: 170px;*/
}
.booking_table {
	width: 500px;
	border: 1px solid #aaa;
}
.booking_table th {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 0 2px 0 4px;
	font-size: 1.1em;
}
.booking_table td {
	font-size: 0.95em;
	padding: 0 2px 0 4px;
}
#spinner, .spinner {
	width: 16px;
	height: 16px;
	background: transparent url(../images/spinner.gif) no-repeat top left;
}
#spinner_2, .spinner_2 {
	width: 16px;
	height: 16px;
	background: transparent url(../images/spinner.gif) no-repeat top left;
}
.main_map {
	position: relative;
	width: 553px;
	height: 553px;
	background: transparent url(../images/maps/main.jpg) no-repeat top left;
}
.zone_green {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00A550;
	border: 2px solid black;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
}
.zone_green:hover {
	background-color: white;
	border: 2px solid black;
	color: #00A550;
}
.zone_red {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #ED1B24;
	border: 2px solid black;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
}
.zone_red:hover {
	background-color: white;
	border: 2px solid black;
	color: #ED1B24;
}
.fieldWithErrors {
	background-color : #726CB6;
	display: table;
}