/* TOP BAR */
#bar {
	background-color: #417c06;
}
/* MENU BACKGROUND */
#outer_wrapper {
	background-color: #eee;
}
/* FOOTER BAR */
#footer_image {
	background-color: #417c06;
}
/* WATERMARK IMAGE */
#butterflies {
	background-image: none;
}
/* COPYRIGHT BOX */
.copyright_line {
	 background: #fc6;
}

#footer p {
	font-size: 100%;
}
#logo {
	background: #fc6;
	padding: 0px;
}
#logo a {
	text-align: left;
}
h1, h2, h3, h4, h5 {
	color: #333;
}
body {
	margin-top: 15px;
}
body,
#content {
	font-family: "trebuchet ms", arial, sans-serif;
}

#content h1 { color: #438404; }
#content h2 { font-size: 120%; }
#content h3 { font-size: 110%; }
#content h4 { font-size: 100%; }



/*
All custom styles go in here.
Do not put custom styles in the template-styles.css
file as this might be overwritten if the standard template
is used and a colour change is put in place.
*/

/* FLATSTICK TABLE STYLES */
#content .flatstickTable {
	border-collapse: collapse;
	/*margin: 10px;	*/
}
#content .flatstickTable th strong {
	color: #fff;
}
#content .flatstickTable th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding: 3px 3px;
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
#content .flatstickTable tr {
	height: 30px;
}
#content .flatstickTable td {
	padding: 3px 3px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#content .flatstickTable td.first,th.first {
	border-left: 0px;
}
#content .flatstickTable tr.row-a {
	background: #F8F8F8;
}
#content .flatstickTable tr.row-b {
	background: #EFEFEF;
}
/* end - table */



#infoBox {
	margin-left: 5px;
}
#infoBox #infoBoxHead{
	background-color: #6689C9;
	background-image: url("images/info-top.gif");
	background-repeat: no-repeat;
	padding: 2px 2px 2px 5px;
	color: #FFFFFF;

}

#infoBox #infoBoxContent  {
	background-color: #A3C3FE;
	padding: 2px 2px 2px 5px;
}

#infoBox #infoBoxBase {
	background-image: url("images/nav-base.gif");
	background-repeat: no-repeat;
}

/* DIRECTORY TABLE */
.directoryTable {

}

.directoryTable .directoryHeader {
	background-color: #cccccc;
	color: #333333;
	padding: 2px 5px 2px 5px;
}

.directoryTable .directoryRowOn {
	background-color: #ececec;
	padding: 2px 5px 2px 5px;
}

.directoryTable .directoryRowOff {
	background-color: #dddde3;
	padding: 2px 5px 2px 5px;
}

/* FORMS */

.formFields {
	border: 1px solid #333333;
	background-color: #cccccc;
	color: #333333;
}

.submitButton {
	border: 1px solid #333333;
	background-color: #cccccc;
	color: #333333;
}


/* FACILITITES TABLE */
.facilities_table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.facilities_table tr {
	vertical-align: middle;
}
.facilities_table tr th,
.facilities_table tr td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 65px;
	padding: 0 10px;
	vertical-align: middle;
}
.facilities_table tr th {
	background: #417c06;
	color: #fff;
	text-align: left;
	padding-left: 10px;
}
h2.big_title {
	color: #000;
	font-size: 130%;
	margin-bottom: 10px;
	padding-bottom: 14px;
}

/* BOOKING FORM */
.wideInput {
	width: 95%;
	margin-bottom: 5px;
}
.wideInput2 {
	width: 75%;
	margin-bottom: 5px;
}
.formFields {
	background: #fff;
}
.applicationForm td {
	padding-bottom: 5px;
}
.formLabel {
	font-weight: bold;
}
div.succ {
	background: #417c06;
	border: 2px solid #bae6be;
	color: #fff;
	padding: 20px;
}
div.fail {
	background: #ffc5c5;
	border: 2px solid #f00;
	padding: 20px;
}
/* MAP */
#map {
	width: 400px !important;
}

/* NZ STAYS */
#nzstays {
	text-align: center;
	margin-top: 20px;
}

/* CONTENT IMAGES */
#content img {border:1px solid #333;} 

.google-map {
	float: right;
}

