body {
	font-family: arial;
	font-size: 12px;
	color: white;
	/*color: #7b6601;*/
	padding: 1px;
	background: url('images/background.jpg') top center no-repeat black;
}

ul {
	list-style-type: circle;
	list-style-image: url('images/circle_or2.png');
	padding-left: 0px;
	margin-left: 18px;
}

ul li {
	margin-bottom: 0px;
}

a img {
	border-width: 0px;
}

a {
	/*color: #eac206;*/
	color: #7b6601;
	text-decoration: none;
}

a:hover {
	color: white;
}

h2 {
	font-family: tahoma;
	font-size: 16px;
}

h3 {
	font-family: tahoma;
	font-size: 14px;
	/*color: #eac206;*/
	color: #7b6601;
}

table.formatTable {
	width: 100%;
	empty-cells: show;
	padding: 1px;
	empty-cells: show;
}

table.formatTable td {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

/******************* main table (white round corners) ************/
/*
table.corners#inner_table, .corner2_d, .corner2_c, div#infobar {
	background-color: #668a9c;
}
*/
table.corners {
	empty-cells: show;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}

table.corners td {
	padding: 0px;
}

.corner_ul {
	background-image: url('images/corner_ul.png');
	width: 10px;
	height: 10px;
}

.corner_ur {
	background-image: url('images/corner_ur.png');
	width: 10px;
	height: 10px;
}

.corner_dl {
	background-image: url('images/corner_dl.png');
	width: 10px;
	height: 10px;
}

.corner_dr {
	background-image: url('images/corner_dr.png');
	width: 10px;
	height: 10px;
}

.corner_u, .corner_d, .corner_c {
	background-color: white;
}

.corner2_dl {
	background-image: url('images/corner2_dl.png');
	width: 10px;
	height: 10px;
}

.corner2_dr {
	background-image: url('images/corner2_dr.png');
	width: 10px;
	height: 10px;
}
/*****************************************************/

#inner_corner {
	position: absolute;
	width: 18px;
	height: 32px;
	right: 0px;
	bottom: 0px;
	background-image: url('images/inner_corner.png');
}

div#header_left, div#header_right {
	height: 142px;
}


div#header_left {
	position: relative;
	width: 515px;
	color: #00a4e3;
}

div#header_left a {
	color: #668a9c;
	text-decoration: none;
}

div#header_left img {
	margin-left: 8px;
	margin-top: 16px;
}

div#header_right {
	position: relative;
}

div#header_right img {
	margin-top: 24px;
}

div#infobar {
	width: 100%;
	height: 27px;
	padding-top: 5px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #ddd;
	font-size: 11px;
}


/******************* top menu ***************************/
table#menu {
	width: 480px;
	font-size: 15px;
}

td.menu_title td {
	text-align: left;
}

table#menu td.menu_title td a {
	color: white;
}

table#menu td.menu_title a:hover {
	color: #eac206;
}

table#menu td.menu_title {
	text-align: center;
	width: 82px;
}

div.menu_title {
	position: relative;
	height: 18px;
	padding-left: 6px;
	background-color: white;
}

div.menu {
	position: absolute;
	top: 22px;
	left: 0px;
	color: #f7f7f7;
	font-size: 13px;
	margin-bottom: -7px;
}

div.menu table {
	width: 91px;
}

td.menu_left {
	border-left: 1px solid #aaa;
}

td.menu_right {
	border-right: 1px solid #aaa;
}

td.menu_left, td.menu_right {
	background-color: #c1c5c6;
	width: 7px;
}

td.menu_center {
	background-color: #c1c5c6;
}

td.menu_bottom {
	background-color: #c1c5c6;
	background: url('images/menu_bottom_center.png') bottom center repeat-x;
}

td.menu_bottom_left {
	height: 8px;
	background: url('images/menu_bottom_left.png') bottom left no-repeat;
}

td.menu_bottom_right {
	height: 8px;
	background: url('images/menu_bottom_right.png') bottom right no-repeat;
}

table#menu a.active {
	color: #eac206;
}

div.menu a:hover {
	color: white;
}

div.menu tr td.menu_left, div.menu tr:hover td.menu_center, div.menu tr:hover td.menu_right {
	color: #f7f7f7;
}

table#menu div.menu tr:hover td.menu_center a {
	color: #eac206;
}

div.menu tr:hover td.menu_left, div.menu tr:hover td.menu_center, div.menu tr:hover td.menu_right {
	color: #eac206;
	color: red;
	background: white;
}

/*
div.menu a div:hover{
	color: #eac206;
	background: white;
}

div.menu_bottom {
	position: relative;
	height: 8px;
	width: 71px;
	top: 7px;
	left: 7px;
	background-color: #c1c5c6;
	border-bottom: 1px solid #aaa;
}

div.menu_bottom_left {
	width: 8px;
	height: 8px;
	position: absolute;
	left: -8px;
	top: 1px;
	background: url('images/menu_bottom_left.png') no-repeat;
}

div.menu_bottom_right {
	width: 8px;
	height: 8px;
	position: absolute;
	right: -8px;
	top: 1px;
	background: url('images/menu_bottom_right.png') no-repeat;
}
*/
/********************************************************/


table td.content {
	padding: 20px;
	padding-bottom: 0px;
}

.properties_list {
	/*width: 438px;*/
	width: 428px;
	height: 210px;
	/*background-color: #809ead;*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	/*margin-left: 0px;*/
	/*padding: 10px;*/
	/*margin-right: 60px;*/
	padding-right: 20px;
}

.properties_list a:hover {
	color: white;
}

.property_element {
	/*height: 100px;*/
	/*background-color: #809ead;*/
	margin-bottom: 13px;
	width: 100%;
	min-height: 88px;
	font-size: 10px;
}

.property_element div {
	font-size: 12px;
}

.property_element td.pcorner_c{
	/*padding: 5px 8px;*/
}

.property_image {
	float: left;
	margin: 0 30px 0 0;
	width: 110px;
}

.property_title, .property_title a {
	color: #eac206;
	text-decoration: none;
	font-weight: bold;
}

.property_title a:hover {
	color: #eac206;
	text-decoration: underline;
}

.property_price {
	font-weight: bold;
}

.view_property {
	margin-top: 20px;
}

.view_property a {
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	color: white;
	text-decoration: none;
}

.view_property a:hover {
	color: #eac206;
}

.view_property img {
	vertical-align: middle;
	margin: 5px 0;
}

.pcorner_ul, .pcorner_ur, .pcorner_dr, .pcorner_dl {
	width: 7px;
	height: 7px;
	/*position: absolute;*/
}

.pcorner_l, .pcorner_r {
	width: 7px;
	height: 100%;
	background: none;
}


.pcorner_ul {
	top: 0px;
	left: 0px;
	background-image: url('images/list_corner_ul.png');
}

.pcorner_ur {
	top: 0px;
	right: 0px;
	background-image: url('images/list_corner_ur.png');
}
.pcorner_dr {
	bottom: 0px;
	right: 0px;
	background-image: url('images/list_corner_dr.png');
}
.pcorner_dl {
	bottom: 0px;
	left: 0px;
	background-image: url('images/list_corner_dl.png');
}


.down_menu {
	font-size: 10px;
}

.down_menu a {
	color: white;
	text-decoration: none;
}

.down_menu a:hover {
	/*color: #eac206;*/
	color: #7b6601;
}

.down_menu img {
	vertical-align: middle;
	margin: 5px;
}

/**************** search ******************/
table.search td {
	/*padding-top: 5px;*/
}

/************ valuate table *************/
table.valuate {
	margin-top: 20px;
}

table.valuate td {
	padding-top: 10px;
}

table.valuate div {
	margin-top: 3px;
}

table.valuate {
	color: #7b6601;
}

table.valuate a {
	color: white;
	text-decoration: none;
}

table.valuate a:hover {
	color: #7b6601;
}

/**************** dropdowns ***************/

div.tds, div.tds2, div.tds3 {
	height: 18px;
	position: relative;
	padding: 0px;
	background-color: #ecd150;
}

div.tds {
	width: 117px;
}

div.tds2 {
	width: 87px;
}

div.tds3 {
	width: 47px;
}


div.tds input, div.tds2 input, div.tds3 input {
	border-width: 0;
	height: 14px;
	margin-top: 1px;
	margin-left: 5px;
	background: #ecd150;
	color: black;
	/*color: #7b6601;*/
	font-size: 11px;
}

div.tds input {
	width: 95px;
}

div.tds2 input {
	width: 65px;
}


div.tds3 input {
	width: 25px;
}

div.tds4 {
	width: 160px;
	height: 97px;
	position: relative;
	padding: 0px;
	background-color: #ecd150;
	/*background-color: yellow;*/
}

div.tds4 textarea {
	border-width: 0;
	width: 160px;
	height: 97px;
	margin-top: 0px;
	margin-left: 0px;
	background: #ecd150;
	color: black;
	/*color: #7b6601;*/
	font-size: 11px;
	overflow: hidden;
}


div.tds select, div.tds2 select, div.tds3 select {
	padding: 0;
	position: absolute;
	top: 1px;
	left: 1px;
	/*background: none;*/
	font-size: 11px;
}

div.tds select {
	width: 100px;
}

div.tds2 select {
	width: 70px;
}

div.tds3 select {
	width: 30px;
}

div.tds img.open, div.tds2 img.open, div.tds3 img.open {
	position: absolute;
	top: 0px;
	vertical-align: middle;
	cursor: pointer;
}

div.tds img.open {
	left: 102px;
}

div.tds2 img.open {
	left: 72px;
}

div.tds3 img.open {
	left: 32px;
}

/*******************************************/

.developedby {
	margin-top: 5px;
	text-align: right;
}

.developedby table {
	text-align: left;
	margin-right: 0px;
}

.developedby img {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-top: 0px;
}

.developedby a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

.developedby a:hover {
	color: #ddd;
}
