@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E36C0E;
}
h1 {
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
	color: #9CB61D;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
	line-height: 32px;
}




.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}

#formSpacer  {
margin-left:50px;
float:left;
	
}

#propertyImageedit {
	
float:right;
margin-right:10px;
	
	
}

.formlabel {
	 font-size: 15px;
	 font-weight:bold;
	 width:350px;
	 text-align:left;
	
}

.forminput {
   -webkit-appearance: none;
 }
 
 .forminput {
 	width:195px;
   border: 1px solid #555;
   padding: 0.5em;
   font-size: 15px;
   line-height: 1.2em;

   background: #fff;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   -webkit-appearance: none;
   -webkit-box-shadow: 1px 1px 1px #fff;
   -webkit-border-radius: 0.5em;
 }
 
 
 .forminputerror {
 	width:195px;
   border: 1px solid #990000;
   padding: 0.5em;
   font-size: 15px;
   line-height: 1.2em;
   color:#fff;

   background: #990000;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#990000));
   -webkit-appearance: none;
   -webkit-box-shadow: 1px 1px 1px #fff;
   -webkit-border-radius: 0.5em;
 } 

 
 
 .formselect {
 width:210px;
 border: 1px solid #555;
   padding: 0.5em;
   font-size: 15px;
   line-height: 1.2em;

   background: #fff;
   -webkit-appearance: none;
   -webkit-box-shadow: 1px 1px 1px #fff;
   -webkit-border-radius: 0.5em;	
 background: url(../images/down_arrow_select.jpg) no-repeat right;	
 }
 

 .formselect-small {
 width:48px;
 border: 1px solid #555;
   padding: 0.5em;
   font-size: 15px;
   line-height: 1.2em;

   background: #fff;
   -webkit-appearance: none;
   -webkit-box-shadow: 1px 1px 1px #fff;
   -webkit-border-radius: 0.5em;	
 background: url(../images/down_arrow_select.jpg) no-repeat right;	
 } 
 
 .formselect-smallerror {
 width:48px;
 border: 1px solid #990000;
   padding: 0.5em;
   font-size: 15px;
   line-height: 1.2em;

   background: #990000;
   -webkit-appearance: none;
   -webkit-box-shadow: 1px 1px 1px #fff;
   -webkit-border-radius: 0.5em;	
 background: url(../images/down_arrow_select.jpg) no-repeat right;	
 } 
 

input[type=checkbox],
 input[type=radio] {
   display: inline-block;
   font-size: 15px;
   line-height: 1em;
   margin: 0 0.25em 0 0;
   padding: 0;
   width: 1.25em;
   height: 1.25em;
   -webkit-border-radius: 0.25em;
   vertical-align: text-top;
 }

 input[type=radio] {
    -webkit-border-radius: 2em; /* Make radios round */
  }



.nav {
background-image: url(images/nav_back.jpg);
background-repeat: repeat-x;	
}
.nav a:link {
	color: #FFFFFF;
	display: inline;
	line-height: 46px;
	font-size: 12px;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 6px;
	padding-bottom: 17px;
	padding-left: 6px;
	margin-right: 3px;
}
.nav a:visited {
	color: #FFFFFF;
	display: inline;
	line-height: 46px;
	font-size: 12px;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 6px;
	padding-bottom: 16px;
	padding-left: 6px;
	}
.nav a:hover {
	background-image: url(images/nav_hover.jpg);
	color: #003399;
	}
	
.navBack {
	background-image: url(images/nav_back.jpg);
}

.subnav {
	background-color: #CEEF6B;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8F8B8;
}
.subnav a {
	padding: 8px;
	line-height: 30px;
}
.subnav a:visited {
	color: #003399;
}
p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.subnav a:hover{
	color: #003399;
	text-decoration: none;
}
#left {
	background-image: url(images/left_back.jpg);
	background-repeat: repeat-y;
}
.leftheader {
	background-image: url(images/left_head.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#left p {
	margin: 5px;
}
#right {
	background-image: url(images/right_back.jpg);
	background-repeat: repeat-y;
}
#right p {
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}
.login {
	width: 302px;
	background-image: url(images/login_back.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 122px;
	color: #FFFFFF;
}
.error {
	color: #990000;
	font-size:16px;
	font-weight:bold;
}

.login h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

#container {
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer {
	padding: 0px;
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 21px;
	background-image: none;
	background-color: #E36C0E;
	color: #FFFFFF;
}

.footer p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
}
#main {
	background-image: url(images/main_back.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#main p {
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}

.imgleft {
	float: left;
	margin: 5px;

	}
.imgright {
	float: right;
	margin: 5px;
	}
.small {
	font-size: 10px;
}

.propertyBox {
	
width:400px; 
height:250px; 
border:1px solid #82AB11; 
float:left; 
margin-left:30px; 
margin-top:15px; 	
	
}

.thumb {
margin-bottom:3px;	
margin-left:10px;
margin-right:25px;
border:1px solid #82AB11;
	
}


.botable {
	font-size: 12px;
	border: 1px solid #82AB11;
}

.botable th {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
	line-height: 46px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bookingtable {
	font-size: 12px;
	border: 1px solid #82AB11;
	background-color: #FFFFFF;
}
.warning {
	color: #CC0000;
}
.errorinput {
	border: 1px solid #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	background-color: #F0F0F0;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h2 {
}


.bookingtable th {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
	line-height: 46px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.botd {
	font-size: 12px;
}
.boh3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin: 0px;
	line-height: 20px;
	padding: 0;
}
.botableheader {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}.inputLong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	width: 250px;
}
.inputnolength {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}

/* page numbers */
.pagenum
{
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 10px;
}
.pagenum a:link {
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	border: 1px solid #FF9900;
	color: #FF9900;
	}
.pagenum a:visited {
	padding: 2px 4px 2px 4px;
	padding: 1px 3px 1px 3px;
	border: 1px solid #FF9900;
	color: #FF9900;
	text-decoration: none;
	}
.pagenum a:hover {
	padding: 1px 3px 1px 3px;
	background-color: #FFD89D;
	text-decoration: none;
	color: #160316;
	border: 1px solid #C9ABC6;
	}	
#property_slideshow {
	margin: 5px;
	padding: 5px;
	float: right;
	height: 260px;
	width: 300px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-left: 10px;
}
.help {
	position: absolute;
	margin-top: 25px;
	margin-left: 50px;
	background-color: #FFFFFF;
	border: 1px solid #79A60D;
	padding: 5px;
	width: 250px;
	visibility: hidden;
}
.inputdisabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ABADB3;
	border-right-color: #DBDFE6;
	border-bottom-color: #E3E9EF;
	border-left-color: #E2E3EA;
	height: 18px;
	line-height: 18px;
}
.inputdisablederror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ABADB3;
	border-right-color: #DBDFE6;
	border-bottom-color: #E3E9EF;
	border-left-color: #E2E3EA;
	height: 18px;
}