﻿body {
	background: url(../graphics/bgr_body.jpg) repeat-x #F6F1D9;
	padding: 0px;
	margin: 0px;
	color: #286F80;
	font: 10pt Tahoma, Arial, Helvetica, sans-serif;
}
#content {
	background: url(../graphics/bgr_content.jpg) repeat-y #F8F6EC;
	margin-top: 18px;
	margin-left: 52px;
	margin-right: 21px;
	border: 1px solid #CECAB5;	
	border-right: 4px solid #CECAB5;
	border-bottom: 4px solid #CECAB5;
	padding: 20px 5px 15px 100px;
	line-height: 1.5em;
	min-height: 500px;
	min-width: 720px;
}
#logo, #language {
	position:absolute;
}
#logo {
	top: 0px;
	left: 0px;
}
#language {
	right: 32px;
	top: 2px;

}
#language img {
    border: 0px;
}
#logo img {
	vertical-align: top;
}
#menu {
	position: absolute;
	margin-left: 20px;
	width:104px;
	left: 0px;
	top:92px;
}
/*
#menu a, #menu img { 
	display:block;
	border: none;
	width: 104px;
}
*/

.options a {
    display: block;
    background-image: url(../graphics/menu04.gif);
    background-repeat: repeat-y;
    padding-left: 10px;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #2974A6;   
    padding: 5px 0px 5px 10px;
    text-decoration: none;
    
}

.options a:hover {
    text-decoration: underline;
    color: #00f;
}

#menu_rollover {
	display:none;
}

#accmenu {
	background: url(../graphics/bgr_accmenu.jpg) right repeat-y #ECEAE1;
	margin-top: 5px;
	margin-left: 52px;
	margin-right: 21px;
	border: 1px solid #CECAB5;
	text-align: right;
	font-size: 8pt;
	padding: 5px;
	text-transform: lowercase;

}

p {
	text-align: justify;
	text-indent: 1em;
}

p.first {
	text-indent: 0.5em;
}

p.first:first-letter {
	font-size: 18pt;
	margin: 1px;
	vertical-align: middle;
	border: 1px solid #e8e6dd;
	background:#EFEDE4;
	padding: 5px;
}

p.title, h1 {
	font-size: 1.5em;
	text-align: right;
	color: #3DA8C2;

	font-weight: normal;
	margin-bottom: 30px;
}

h3 {
	font-size: 1em;
}

#footer {
	text-align: right;
	padding: 21px;
}

.print {
	text-align: right;
	font-size: 8pt;
}

#sendto img, .print img {
	border: none;
}

a {
	text-decoration: none;
	background: url(../graphics/bgr_link.gif) bottom repeat-x;
}

#sendto {
    margin-left: 45px;
    margin-top: 10px;
	font-size: 8pt;
	width: 105px;
	text-align: left;
}

#contact {
	font-size: 8pt;
	margin-bottom: 3em;
}

td.alignright {
	text-align: right;
}

.notvisible {
	display: none;
}

.borderless {
	border: none;
}

.stphoto {
	border: 3px solid #C3BFAB;
	padding: 1px;
	margin: 10px;
}

.right {
	float: right;
}

.left {
    float: left;
}

.stphoto.right {
	margin-right: 0px;
}

.stphoto.left {
    margin-left: 0px;
}

.t {
	clear: right;
	text-align: right;
	width: 200px;
	border: 1px solid black;
}

.errormessage .required {
	display: block;
	margin: 10px 0px;
	text-align: left;
}

.errormessage .email {
	display: block;
	margin: 10px 0px;
	text-align: left;
}

.errormessage .fieldname {
	font-weight: bold;
}

.errormessage {
	color: #990000;
	background: #DDDDCC;
	border: 1px solid #AA0000;
	display: block;
	padding: 5px;
	width: 400px;
	margin: 10px;
}

.wrapper {
	width: 450px; 
	margin: 30px 0px 30px 0px; 
	padding-left: 130px; 
	padding-bottom: 20px;
	height: 500px;
}

html>body .wrapper {
    height: auto;
    min-height: 500px;
}


#stopper {
	clear: both;
}

.services {
	margin: 0px 50px 0px 100px;
}

.services p, .list li {
	text-indent: 0px;
	background: url(../graphics/bgr_content.jpg) repeat-y -20px 0px #F8F6EC;
	/*background: url(../graphics/arrow_right.jpg) no-repeat 0% 50%;*/
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFDF;
}

.list li {
	margin-bottom: 1em;
}

#thumbnails {
	text-align:right;
	width: 300px;
}

#thumbnails img{
	margin: 5px;
	cursor: pointer;
}

#topbanner {
	position: absolute;
	left: 19%;
	top: 95px;

	width: 120px;
	text-align: justify;
	padding: 0px 5px;
	border: 1px solid #EDEAE1;
	background: #F8F6EC;
	color: #286F80;

}

#searchpanel {
    width: 700px;
    text-align: right;
}


#searchpanel .panel {
   border-bottom: 1px solid #ABA896;
   background: url(../graphics/bgr_panel_top.png) bottom repeat-x;
   padding: 3px;
}

#searchpanel .option {
    float: left;
    margin-right: 10px;
    font-weight: bold;
    font-size: 8pt;
}

#searchpanel select {
    border: 1px solid #ded6a0;
    font-size: 8pt;
    background: #fff;
    width: 120px;
    
}

#searchpanel input {
    border: 1px solid #ABA896;
    background: #FFE945;
    font-size: 8pt;
    width: 110px;
    margin-right: 40px;
    
}

#searchpanel .checkbox input {
    width: auto;
    border: none;
    background: none;
    vertical-align: middle;
}

#searchresults {
    width: 700px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    background: url(../graphics/bgr_panel_bottom.png) bottom repeat-x;
}

html > body #searchresults {
    margin-top: 0px;
}

#searchresults .panel {
    border: 1px solid #CECAB5;
    border-bottom: 1px solid #ABA896;
    border-top: none;
    margin-bottom: 1px;
    background: #fff;
    height: 500px;
    overflow: auto;
}

.SmallItemList {
    width: 650px;
    margin: 0px 10px;
}

.SmallItemList td {
    padding-bottom: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

.SmallItemList span {
    color: #00f;
}

.thumbnail {
    
    float: left;
    margin-top: 6px;
    border: 1px solid #ccc;
}

.SmallItemList .description {
    width: 415px;
    float: right;
    text-align: justify;
    margin-left: 20px;
}

#mapcontainer {
    text-align: left;
    width: 700px;
/*    height: 292px;*/
    overflow: hidden;
    margin: 0px 10px 0px 0px;
    background: #ABA896;
}

#mapcontainer .controls {
    text-align: right;
    background: #CECAB5;
    width: 494px;
    height: 18px;
    font-size: 8pt;
}

#mapcontainer .controls a {
    color: #000;
    text-decoration: none;
    margin-right: 10px;
}

#mapcontainer .panel {
    background: #FFFBE4 url(../graphics/bgr_map.png) no-repeat;
    width: 494px;
}

#mapcontainer #feedback {
    text-align: center;
    background: #CECAB5;
    color: #000;
    padding: 3px;
    width: 488px;
    height: 18px;
}

#mapcontainer .help {
    line-height: normal;
    text-align: justify;
    padding: 5px;
    background: #F2EFE6;
    border: 1px solid #CECAB5;
    float: right;
    width: 191px;
    margin-left: -5px;
    margin: 0px;
    height: 280px;
    overflow: auto;
    font-size: 8pt;
    
}

#mapcontainer.propertydetails {
    width: 505px;
    margin: 20px 0px;
    /*margin: 30px 10px 10px 470px;*/
}

#mapcontainer.propertydetails .controls, #mapcontainer.propertydetails #feedback { 
    width: auto;
    height: auto;
    float: none;
}

.AspNet-FormView-Data {
    
}

#propertydetails { 
    margin-right: 194px;
    text-align: left;
}

#propertydetails h1 {
    font-size: 1.5em;
    text-align: center;
}

#propertydetails h2 {
    font-size: 1em;
    font-weight: normal;
}

.TypesList {
    display: block;
    font-size: 8pt;
    
}

.TypesList span {
    display: block;
    float: left;
    border: 1px solid #E3E1D8;
    background: #fff;
    padding: 3px;
    margin: 1px;
    width: 6em;
    text-align: center;
}

html > body .TypesList span {
    min-width: 6em;
    width: auto;
}


.detailsdescription {

    line-height: 1.5em;    
}


#progress {
    position: absolute;
    background: #737165;
    letter-spacing: 2px;
    font-size: 8pt;
    font-weight: bold;
    left: 40%;
    top: 390px;
    width: 250px;
    color: #fff;
    padding: 10px;
    /*text-align: center;*/   
    border: 1px solid #330000;
    z-index: 300;
}

a.shadow {
/*	display: block;*/
	display: table;
	padding: 0px 0px 8px 0px; 
	margin: 0px; 
	background: url(../graphics/shadow_repeat.jpg) top left no-repeat;
}

img.shadow {
	border: none; 
	padding: 0px 8px 8px 0px; 
	margin: 0px; 
	background: url(../graphics/shadow_end.jpg) top right no-repeat;
}

div.images {
    width: 164px;
    float: right;  
    margin-right: -2px;
    /*background: #fff url(../graphics/bgr_details_images.png) right repeat-y;*/
    border: 1px solid #E3E1D8;
    border-right: none;  
}

html>body div.images {
    margin-right: -5px;
}

div.images img {
    border: none;
}

div.images .title {
    background: #E3E1D8;
    margin: 3px;
    color: #fff;
    clear: both;
}

div.images .thumbnails {
    padding: 10px;
}

.LargeItemList {
    width: 600px;
    margin: 30px;
    text-align: left;
}

.LargeItemList .description {
    width: 335px;
    float: right;
    text-align: justify;
    margin-left: 10px;
}

.LargeItemList td {
    padding: 10px 10px 30px 10px;
    vertical-align: top;  
}

.LargeItemList span {
    color: #00f;
}

.LargeItemList .Alt {
    background: #fff;
}
.CheckboxTable td {
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
}

.CheckboxTable input {
    border: none;
    vertical-align: middle;
    border: none;
    width: auto;
    background: none;
}

.CheckboxTable {
    width: 100%;
}

.searchpanel {
    margin: 0px 40px 30px 40px; 
    border: 1px solid #E3E0D7; 
    padding: 10px; 
    background: #EDEAE1;
}

.tabs {
    border-bottom: 1px solid #CECAB5;
    width: 700px;
    font-size: 8pt;
    font-weight: bold;
}

.tabs .tab {
    border: 1px solid #CECAB5;
    border-bottom: none;

    float: left;
    margin: 0px 2px;
    padding: 0px 5px;
    background: #E8E5DC;
    margin-bottom: 0px;
    
}

.tabs .selected {
    position: relative;
    background: #F8F6EC url(../graphics/bgr_panel_bottom.png) 0px -10px repeat-x;
    top: 1px;   
}    

.tabs a {
    background: none;
    color: #2974A6;   
}

.tabs a:hover {
    text-decoration: underline;
}

.tabs .map {
    background: #D3D0C8;
}

.tabs .map a {
    color: #009;
}

.splashlangs {
    background: url(../graphics/splash/bgr_flags.png) center right no-repeat;
    width: 250px;
    margin-left: 50px ;
}

.splashlangs table {
    width: 200px;
    border: 1px dotted #EBE6CF;
    padding: 5px;
    
    
}

.splashlangs td {
    vertical-align: bottom;
    padding: 3px;
    white-space: nowrap;
}

.splashlangs a {
    border: none;
    display: block;
    margin-bottom: 5px;
    background: none;
}

.splashlangs img {
    border: none;
    margin-right: 5px;
}