/* elements -------------------------------------------- */
body {
  	margin:0px 0px 20px 0px;
	padding:0px;
	/* background-color:#F0EFE1; */
}

.body-white {
  	margin:0px 0px 20px 0px;
	padding:0px;
	background-color:#FFFFFF;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	/* color:#959595; */
	text-decoration: none;
}
h1 {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
}
hr{
	padding:0px;
	margin : 0px;
	border-bottom-width: 1px;
/*----netscape bug (border)----------*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E7E4B6;	
}
strong {
	/* color: #959595; */
	text-decoration: none;
	font-weight:bold;
}
input {
	color:#697183;
}
form {
	margin:0px;
	padding:0px;
}

/* links ------------------------------------------------*/
a {
	font-weight: bold;
	color: #697183;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.notstrong {
	font-weight: normal;
	color: #697183;
	text-decoration: none;
}
a.notstrong:hover {
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
a.strongunder {
	font-weight: bold;
	color: #697183;
	text-decoration: underline;
}
a.strongunder:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.strongunder_lrg {
	font-weight: bold;
	color: #697183;
	text-decoration: underline;
	font-size: 11px;
}
a.strongunder_lrg :hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}
a.gold {
	font-weight: bold;
	color: #A28F66;
	text-decoration: none;
}
a.gold:hover {
	font-weight: bold;
	color: #697183;
	text-decoration: none;
}
a.gold_lrg {
	font-weight: bold;
	color: #A28F66;
	text-decoration: none;
	font-size: 11px;
}
a.gold_lrg:hover {
	font-weight: bold;
	color: #697183;
	text-decoration: none;
	font-size: 11px;
}

/* classes ------------------------------------------------*/
.input-search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#ffffff;
	color:#697183;
	width:120px;
	margin:0px;
	padding:1px;
}
.input-text_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#ffffff;
	color:#697183;
	width:200px;
	margin:0px;
	padding:1px;
}
.input-drop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#ffffff;
	color:#697183;
	width:145px;
	margin:0px;
	padding:1px;
}
.input-news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#ffffff;
	color:#697183;
	width:167px;
	margin:0px;
	padding:1px;
}
.reg_text {
	font-weight: normal;
	color: #697183;
	text-decoration: none;
}
.td_search {
	background-image: url(../images/background_home.jpg);
	background-repeat: no-repeat;
}
.reg_text_large {
	font-size:11px;
}
.reg_text_large_blue {
	font-size:11px;
}
.reg_text_large_blue_strong {
	font-size:11px;
	font-weight:bold;
	line-height:12px;
}
.header_text {
	font-size:12px;
	line-height:18px;
}
.green {
	color: #99CC00;
	text-decoration: none;
	font-weight:bold;
}
.blue_strong {
	font-weight:bold;
	color: #697183;
}
	
/* ************************************************************************** */
/* Rates and Availablility Table                                              */
/* ************************************************************************** */

table.rates {
	font-size: 0.9em;
	border-collapse: collapse;

}

table.rates td {
	border: 1px #E0DDC4 solid;
	padding: 2px 8px 2px 8px;
}

table.rates td.heading {
	background-color: #F3F5E9;
	font-size: 0.85em;
}

table.rates td.rate {
	text-align: right;
}

table.rates td.status {
	text-align: center;
}

table.rates td.month {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px #E0DDC4 solid;
	background-color: #E9EED8;
	letter-spacing: 2px;
}

table.rates td.inter-month {
	border: none;
}

table.rates tr.vacant {
	background-color: #CCFFCC;
}

table.rates tr.rented {
	background-color: #FFC6C6;
}

table.rates td.book {
	background-color: #FFFFFF;
}