body {
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #c1d5e3;
}

body,p,input,textarea,select,td,th {
	font-size: 9pt;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

h1,h2,h3,h4,h5,h6 {
	color: #4d4c4c;
}

h1 { font-size: 16pt; }

h2 { font-size: 13pt; }

h3 { font-size: 12pt; }

h4 { font-size: 8pt; }

h5 { font-size: 7.5pt; }

h6 { font-size: 7.5pt; }

form {
	margin: 0px;
	padding: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1038px;
	background-image: url("../images/background.png");
	background-repeat: repeat-y;
}

#logo {
	margin-left: 24px;
	float: left;
	width: 214px;
	height: 138px;
}
#logo a img {
	border: none;
}

#menu {
	margin-left: 24px;
	float: left;
	width: 213px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}
#menu ul li a img {
	border: 0px;
}
#menu a {
	color: #4d4c4c;
	display: block;
	background: url("../images/menu.png") 0 0 no-repeat;
	height: 20px;
	width: 184px;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 30px;
}
#menu a:hover {
	background-position: -214px 0;
	color: white;
}
#menu a:active {
	background-position: -214px 0;
}

#label {
	margin-left: 24px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #e2e8ec;
	padding-left: 7px;
	clear: left;
}
#label ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#label ul li {
	margin: 0px;
	padding: 6px;
	padding-bottom: 0px;
	display; block;
	width: 201px;
	height: 40px;
	background: url("../images/label.png") 0 0 no-repeat;
	font-size: 90%;
	line-height: 110%;
}
#label ul li a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#label ul li a:hover {
	text-decoration: underline;
}
#label ul li a img {
	border: none;
	margin-right: 1em;
}

#footer {
	clear: both;
	color: white;
	text-align: center;
	background-image: url("../images/footer.png");
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
	margin-bottom: 24px;
}
#footer a {
	color: white;
}

#body {
	margin-left: 245px;
	width: 554px;
	min-height: 400px;
}
#body p {
  text-align: justify;
}

#header {
  display: inline;
  margin-left: 7px;
  width: 554px;
  height: 299px;
  border: none;
}

#leftpanel {
	position: relative;
	float: left;
	width: 238px;
	background-image: url("../images/gradient.png");
	background-repeat: no-repeat;
	left: 7px;
	min-height: 310px;
}

#rightpanel {
	position: relative;
	float: right;
	width: 205px;
	background-image: url("../images/gradient.png");
	background-repeat: no-repeat;
	background-position: top right;
	right: 7px;
	min-height: 310px;
	padding-top: 5px;
}
#rightpanel p {
}
#rightpanel a img {
	border: none;
}

div.welcome {
	background-color: #e2e8ec;
	padding: 10px;
	font-size: 9pt;
}
div.welcome h1 {
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 5px;
}
div.welcome p {
	margin: 0px;
}

table.address {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
  border: 1px solid #4c728d;
}
table.address tr th {
	background-color: #4c728d;
	color: white;
}
table.address tr td {
	padding: 10px;
	vertical-align: top;
	width: 50%;
	background-color: #e2e8ec;
	padding-left: 50px;
}
table.address tr td.col2 {
	line-height: 282%;
}

table.wfmenu {
  margin: 0px;
  padding: 0px;
  border: none;
}
table.wfmenu tr td {
  margin: 0px;
  padding: 0px;
}
table.wfmenu tr td p {
  margin: 0px;
  padding: 0px;
}

input.button {
        font-size: 90%;
        cursor: hand;
        width: 8em;
        height: 2.1em;
}

#rightpanel h1 {
  margin-top: 2em;
  font-weight: normal;
  font-size: 12pt;
}

/* infocasa overrides */
.infocasa_areashortcuts {
  border: 1px dotted black;
  font-size: 80%;
  padding: 5px;
  margin: 5px;
}

img.whthumbsShortlist {
  width: 160px;
  border: none;
}
div.block_webhilite {
  margin: 0px;
}
div.block_webhilite, div.hlThumbnail, div.hlArea, div.hlPropertyType, div.hlPrice, div.hlWrapper {
  float: none;
  width: 160px;
}
div.hlWrapper {
  border: 1px solid #4d4c4c;
  padding: 5px;
  margin-bottom: 10px;
}
div.hlPropertyType {
  display: none;
}
div.hlArea, div.hlPrice {
  width: 150px;
  background-color: #d4dceb;
  text-align: left;
  border: none;
}
div.hlArea {
  font-weight: bold;
  color: #e9ac29;
  padding: 5px 5px 0px 5px;
  margin-top: 5px;
}
div.hlPrice {
  padding: 0px 5px 5px 5px;
}

div.bottomrow {
  padding-top: 10px;
}
div.price {
  width: 100px;
}

/* for eform error display */
div.errors {
  border: 1px solid red;
  background-color: #ffe0e0;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
