body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Times New Roman;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #fff;
}

.width_ {
  width:100%;
  min-width:1000px;
}

.content_ {
  padding:5px;
}

* html .minwidth_ {
  padding-left:1000px;
}

* html .container_ {
  margin-left:-1000px;
  position:relative;
}

/*\*/
* html .minwidth_,
* html .container_,
* html .content_,
* html .layout_ {
  height:1px;
}
/**/

html, body {
	height: 100%;
}

/* Common */
div, form {
	margin: 0;
	padding: 0;
}

a{
	border:0;
	text-decoration: none;
}

p{
	margin: 0;
	padding: 0;
}

a:hover{
    border-bottom: 1px dotted #000000;
    cursor: pointer;
}

img{
	border:0;
}

button {
	border: 1px solid gray;
	height: 24px;
	background: #ccc url(/images/butoff.png) repeat-x;
/*      font-family: Helvetica; */
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	color: #000;
}

div#head {
	width: inherit;
	margin-bottom: 16px;
/*	background-color: #FFD; */
/*	background-color: #dee6fc; */
}

div#cntwrapper {
	position: relative;
	width: inherit;
	padding: 0 0 0.5em 0;
	z-index: 5;
}

div#sideleft {
    position: relative;
    float: left;
    left: 0px;
	width: 200px;
/*	background-color: #fff8f8; */
/*	border: 1px dotted gray; */
}

div#sideright {
    position: relative;
    float: right;
    right: 0px;
	width: 200px;
/*	border: 1px dotted gray; */
}

div#cgl {
	position: relative;
	height: 100%;
	margin: 0 200px 0 200px; 
	padding: 0 0.5em;
}

div#cwrp {
	position: relative;
	width: 99%; 
/*	overflow: hidden; */
/*	border: 1px dotted gray;  */
}

div#content {
	position: relative;
	width: 100%;
	font-size: 10pt;
}

div#clear {
	clear: both;
	width: inherit;
	height: 1px;
}

div#footer {
	position: relative;
	clear: both;
/*	height: 60px; */
	width: inherit;
	padding-top: 0.5em;
	border-top: 1px solid #ddd;
}

div.paginator {
	line-height: 100%;
	width: 94%;
	text-align: center;
	font-size: 8pt;
	margin: 0 0;
	padding: 0 0;
}

div.paginator a{
	position: relative;
	display: inline-block;
	border: 1px solid #e9e6e6;
	height: 13px; 
	width: 40px;
	margin: 0.1em;  
	padding: 0.2em;  
    text-decoration: none;
}

div.paginator a:hover {
	border: 1px solid #ffffff;
}

div.paginator a.notvisible{
	position: relative;
	display: inline-block;
	border: 1px solid #e9e6e6;
	height: 13px; 
	width: 40px;
	margin: 0.1em;  
	padding: 0.2em 0;  
    text-decoration: none;
	background:#ccc url(/images/active_paginator.png) no-repeat 0 0;
	color: #000;
	cursor: default;
}

div.paginator a.notvisible:hover {
}

p.paletext {
	font-size: 8pt;
	color: #888;
	line-height: 130%;
}

h2 {
	color: #555;
	font-size: 14pt;
	text-align: center;
	margin: 0.2em;
}

h3 {
	color: #333;
	font-size: 12pt;
	text-align: center;
	margin: 0.1em;
}

table {
	border-collapse: collapse;
}

td, th {
	border: 1px solid gray;
}

table.framevoid td, table.framevoid th
{
	border: 0;
}

table.login {
	font-size: 12pt;
}

table.login td{
	border: 0;
}

table.login tr{
	height: 24px;
}

td.tdright {
	text-align: left;
	padding-left: 8px;
}

td.tdleft {
	text-align: right;
	padding-right: 8px;
}

input.txt {
	border: 1px solid gray;
	background-color: #eee;
	color: #222;
/*	font-family: Arial, Times New Roman; */
	font-size: 12pt;
}

input.szmid {
	width: 168px;
}

button.submit {
	border: 1px dotted gray;
	background-color: #dfdfdf;
	font-size: 12pt;
}

/* Menu */
div.menu {
	border: 0;
	font-size: 10pt;
	text-align: left;
	padding-left: 16px;
	margin-left: 0px;
}

div.menu ul {
	margin-left: 0px;
	padding-left:0px;
	list-style-type: none;
}

div.menu ul ul {
	margin-left: 16px;
}

div.menu ul li {
/*	list-style-type: square; */
	padding-bottom: 8px; 
	font-weight: normal;
}

div.menu ul li ul li{
/* 	list-style-type: circle; */
	font-weight: normal;
	font-size: 9pt;
	padding-top: 4px;
	padding-bottom: 0.25em;
}

div.menu ul li ul li ul li{
/*	list-style-type: disc; */
	font-size: 8pt;
	padding-top: 2px;
}

div.menu ul a:link{
    text-decoration: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #000000;
    color: #000;
    cursor: default;
}

div.menu ul a:visited{
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #101080;
    cursor: default;
}

div.menu ul a:hover{
	text-decoration: none;
    color: #000;
    border-bottom: 0px;
    cursor: pointer;
}

span.note{
	font-weight: normal;
	font-size: 80%;
	color: #aaa;
}

p.note{
	font-weight: normal;
	font-size: 80%;
	color: #aaa;
}

div#searchform {
	width: 220px;
	margin: 2px 20px;
	font-size: 8pt;
}

div#advsrch {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #fff url(/images/adv_search.png) no-repeat 0 0;
	width: 236px;
	height: 294px;
	padding-left: 16px;
	font-size: 8pt;
	z-index: 1000;
	display: none;
}

div#searchform h3{
	font-size: 10pt;
}

div#searchform select, div#searchform input{
	font-size: 9pt;
}

div#advsrch select, div#advsrch input{
	font-size: 9pt;
	padding: 1px 0;
	width: 120px;
}

.srchfield {
	background: url(/images/icons/search.gif) no-repeat 0 50%;
	padding: 2px 2px 2px 20px;
	border: 1px solid #ECE9D8;
	color:#666;
}

button.srchbtn {
	width: 76px;
	height: 31px;
	background: #09F url(/images/srchbtn.png) no-repeat 0 0;
	border: 0;
}

p.backpath {
	width: 80%;
	padding-left: 32px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
	font-size: 8pt;
}

h1 {
	color: #fff;
	font-size: 16pt;
        font-weight: normal;
	text-align: left;
	margin: 0;
	font-family:Tahoma;
}

p.headtitle {
    margin: 0;
	padding-top: 4px;
	font-size: 16pt;
	color: #fff;
	font-family:Tahoma;
}

table.common {
	width: 100%;
	margin: 0.5em auto;
}

table.common td
{
	border: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

table.common td.tdleft
{
	border-right: 1px dotted gray;
}

div.flatrow {
	width: 100%;
	font-size: 12px;
/*	font-family: Arial; */
	line-height: 140%;
}

span.cost {
	display: inline-block;
	text-align: center;
	width: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
/*	font-weight: bold; */
	color: #fff;
}

a.vlink {
	text-decoration: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #000;
/*    color: #1A3DC1;  */
    color: #000;  
    cursor: default;
}

a.vlink:hover{
    color: #FF0000; 
    border-bottom: 0px;
    cursor: pointer;
}

a.vlink1 {
	text-decoration: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff;
    color: #fff;  
    cursor: default;
	font-size: 8pt;
}

a.vlink1:hover{
    border-bottom: 0px;
    cursor: pointer;
}

a.jlink, a.jlink:hover {
    color: #000000;
    text-decoration: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #000000;
}

a.quite, a.quite:hover, div.widgetleft a.quite:hover {
	text-decoration: none;
	border: 0; 
}

table.flatpreview {
/*	width: 100%; */
	table-layout: fixed;
}

table.flatpreview td{
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	font-size: 0pt;
/*	width: 230px; */
}

td.flatinfo {
	vertical-align: top;
	padding-left: 16px;
	font-size: 10pt;
}

td.flatinfo div{
	width: 95%;
	padding: 0;
}

div.descmain {
	clear: both;
	text-align: left;
	font-weight: bold;
	margin: 0 0 1em 0;
}

div.descll {
	text-align: left;
	margin: 0 0 1em 0;
}

div.deschead {
	text-align: left;
	font-weight: bold;
	margin: 0;
	width: 95%;
}

div.descgen {
	text-align: left;
	margin: 0 0 0 0.5em;
	padding: 0;
	width: 95%;
}

div.infoblock {
	margin-top: 1.5em;
}

div#jquery-lightbox a:hover {
	border: 0;
}

div.morephotoitem {
/*	background-color: #eef; */
	text-align: left;
	float: left;
	margin: 4px 8px;
	padding: 4px;
	line-height: 1.8em;
}

table#morephototable {
	width: auto;
	margin-left: 0;
	height: 120px;
}

table#morephototable td {
	text-align: center;
	vertical-align: middle;
	padding: 12px;
}

div#map_overlay0 {
	position: absolute;
	width: 500px;
	height: 500px;
	left: 50%;
	top: 60px;
	margin-left: -250px;
	background-color: #eee;
	border: 1px solid gray;
	z-index: 3;
	display: none; 
}

div#map_overlay {
	z-index: 2;
}

div#map_plane {
	width: 480px;
	height: 450px;
	margin: 10px auto auto auto;
}

div#map_plane td {
	border: 0;
	margin: 0;
	padding: 0;
}

table.light {
	font-size: 10pt;
	width: 100%;
}

table.light th, table.light td {
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	padding: 0.5em;
}

table.light td.left {
	text-align: right;
	border: 0;
}

table.light td.right {
	text-align: left;
	border: 0;
}

table.light th {
	padding: 1em;
}

div#map_main_plane {
	width: 90%;
	height: 600px;
	margin: 4px auto;
}

div#map_main_plane td {
	border: 0;
	margin: 0;
	padding: 0;
}

img.newflat {
	position: absolute;
	margin-top: 2px;
	margin-left: 2px;
	z-index: 100;
}

img.newphoto {
	position: absolute;
	margin-top: 2px;
	margin-left: 2px;
	z-index: 100;
}

div#leftwdgpane {
	background-color: white;
	padding-top: 8px;
}

div.company {
	border:0;
	width: 100%;
	font-size: 10pt;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#orglist {
	padding: 16px 0;
}

div#orgadd {
	width: 500px;
	display: none;
	padding: 8px 4px;
	background-color: #f0f0f0;
	z-index: 100;
	position: absolute;
	right: 0px;
}

div#addorgstatus {
	padding: 16px 8px;
	margin: 16px 8px;
	border: 1px solid #444;
	background-color: #f0f0f0;
	font-size: 10pt;
	text-align: center;
}

div#llemail {
	width: 500px;
	display: none;
	padding: 8px 4px;
	background-color: #f0f0f0;
	z-index: 100;
	position: absolute;
	right: 0px;
}

div#llemail1 {
	width: 500px;
	display: none;
	padding: 8px 4px;
	background-color: #f0f0f0;
	z-index: 100;
	position: absolute;
	left: 64px;
}

div#responseform {
	width: 500px;
	display: none;
	padding: 8px 4px; 
	background-color: #f0f0f0;
	z-index: 100;
	position: absolute;
	left: 16px;
}

div#headleft {
	position: absolute;
	top: 5px;
	left: 0;
	width: 9px;
	height: 95px;
}

div#headright {
	position: absolute;
	top: 5px;
	right: 0;
	width: 9px;
	height: 95px;
}

div#simplesearch {
	position: absolute;
	width: 251px;
	height: 121px;
	top: 0px;
	right: 14px;
	background: #fff url(/images/simple_search.png) no-repeat 0 0;
	z-index: 3000;
}

.srchbox {
	height: 20px;
	vertical-align: middle;
	padding-top: 1px;
}

span.activemenu {
	position: relative;
	display: inline-block;
	padding-top: 0px;
	background: url(/images/active_menu.png) no-repeat 0 0;
	color: #000;
	height: 16px;
	padding-left: 16px;
	margin-left: -16px;
	width: 200px;
}

div.photolayer {
	position: absolute;
	z-index: 2px;
}

div.miniinfo {
	text-align: left;
	font-size: 8pt;
	color: #666;
	line-height: 100%;
	height: 25px;
/*	display: table-cell; */
	display: block; 
	vertical-align: middle;
}

div.maininfo {
	clear: both;
	margin-left: 8px;
}

span.activeview {
	display: inline-block;
	width: 57px;
	height: 20px;
	background: #ccc url(/images/active_view.png) no-repeat 0 0;
	text-align: center;
}
span.notactiveview {
	display: inline-block;
	width: 57px;
	height: 20px;
	text-align: center;
}
div.widgetleft {
        color: #666666;
	font-size: 8pt;
	line-height: 1.6em;
        text-align: justify;
        padding: 0 5px 0 5px;
        margin: 5px 10px 25px 10px;
}
div.widgetright {
        color: #666666;
	font-size: 8pt;
	line-height: 1.6em;
        text-align: justify;
        padding: 0 5px 0 5px;
        margin: 25px 5px 25px auto;
}
div.widgetrightno {
	font-size: 7pt;
	line-height: 1.6em;
        padding: 0 5px 0 5px;
        margin: 25px 15px 25px auto;
}
div.widgetleft a:link{
    border-bottom: none;
    font-size: 8pt;
    line-height: 1.6em;
    color: #808080;
}
div.widgetright a:link{
    border-bottom: none;
    font-size: 8pt;
    line-height: 1.6em;
    color: #666666;
}
div.widgetright a:hover{
    border-bottom: 1px solid #666666;
}

div.widgetleft a:link{
    border-bottom: none;
    font-size: 8pt;
    line-height: 1.6em;
    color: #666666;
}
div.widgetleft a:hover{
    border-bottom: 1px solid #666666;
}

div.usercontent {
	line-height: 150%;
}

div.ajaxhint {
	display: none;
	z-index: 5000;
	position: absolute;
	right: 4px;
	width: 236px;
	padding: 4px;
	font-size: 8pt;
	color: #444;
	border: 1px solid black;
	background-color: #f8f8f8;
}

p.ajaxres {
	width: 100%;
	text-align: left;
	margin-bottom: 0.25em;
}

span.aresnum {
	font-size: 80%;
	color: #888;
}

.inv {
	display: none;
}

a.guidelistphoto, a.guidelistphoto:hover {
	margin: 0.5em;
	border:0;
}

span.mandatory {
	font-size: 8pt;
	color: red;
}

span.ba_title {
	font-size: 8pt;
	color: #000;
	margin: 4px;
}

span.ba_content {
	font-size: 8pt;
	font-weight: normal;
	color: #888;
	margin: 4px;
}

div#bottomwdgpane {
	background-color: white;
    margin: 10px 200px;
    color: #666666;
	font-size: 8pt;
	line-height: 1.6em;
    text-align: justify;
    padding: 0 5px 0 5px;
}

div.bottomwidget100 {
    width: 100px;
    float: left;
}

div.prevphoto {
    text-align: left;
    width: 228px;
    height: 162px;
    padding-left: 10px;
    padding-top: 3px;
    background: url(/images/photo_layer.png) no-repeat 0 0;
}

div.photoban {
    opacity: 0.85;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    width: 48px;
    height: 18px;
    position: absolute;
    margin-left: 2px;
    margin-top: 2px;
    z-index: 101;
    background-color: #fff;
}

div.daycost, td.flatinfo div.daycost {
	float: left;
	text-align: center;
	font-size: 12pt;
	color: #fff;
	padding-top: 5px;
	margin-right: 4px;
}

a.logo:hover {
    border: 0px;
}

a.logo {
    display: block;
    background: url(/images/logo.png) no-repeat 0 0;
    width: 99px;
    height: 95px;
    margin: 0 auto;
}