body { background-color: #fff; color: #222; margin: 8px 0px 0px 0px; }

body, p, ol, ul, td {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:   11px;
}

h2 {
    font-size:14px;
}

select {
    width:152px;
    font-size:1em;
}

input {
    font-size:1em;
}

input.fixed {
    width:147px;
}

input.error, select.error {
    background-color:#FFFFD5;
    border:2px solid red;
    margin:0;
}

input.progress {
    background-color:#9F9;
    border:2px solid #090;
}

a.raw, a.raw:hover {
    background-color:transparent;
}

img {
    border:0px;
}

#airlock {
    margin: 0 auto 30px;
    width: 984px;
}


#header {
}

#header .l_part {
    background: transparent url(/images/hl.gif) no-repeat scroll;
    float:left;
    height:99px;
    width:351px;
    float:left;
}

#header .l_part a {
    display:block;
    width:300px;
    height:72px;
}

#header .l_part a:hover {
    background-color:transparent;
}

#header .l_part div {
    font-size:12px;
    margin-left:100px;
}

#header .c_part {
    float: left;
    margin-top:7px;
    margin-left:75px;
}

#header .r_part {
    float: right;
}


#header .text {
    text-align:right;
    color:#009245;
}

#header .menu_item {
    float:left;
    background-repeat:no-repeat;
    background-position:50% 0%;
    height:45px;
    width:70px;
    cursor:pointer;
}

#header .menu {
    text-align:right;
    color: #3d3d3d;
    font-weight:bold;
}

#header .menu_item_text {
    color:#3d3d3d;
    text-align:center;
    margin-top:38px;
}

#header .menu_item.selected {
    font-weight:bold;
    color:black;
}

#footer {
    clear:both;
    background: transparent url(/images/f_l.gif) repeat-x;    
}

#footer_body {
    background-color: #CECECE;
    margin-top:-1px;
    padding-left:10px;
}

#footer_text {
    float:left;
    width:80%;
}

#footer_links {
    float:right;
    width:20%;
}

.tab {
    clear:both;
}

.lu {
    background: transparent url(/images/rcul.gif) no-repeat;
    width:15px;
    height:20px;
}

.lb {
    background: transparent url(/images/rclb.gif) no-repeat;
    width:12px;
    height:12px;
}

.rb {
    background: transparent url(/images/rcrb.gif) no-repeat;
    width:12px;
    height:12px;
}

.ru {
    background: red url(/images/rcur.gif) no-repeat;
    width:12px;
    height:12px;
}

.button {
    cursor:pointer;
}

.checkbox {
    height:18px;
    padding-left:22px;
    line-height:18px;
    cursor:pointer;
}

.checkbox.checked {
    background: transparent url(/images/ce.png) no-repeat;
    font-weight:bold;
}

.checkbox.unchecked {
    background: transparent url(/images/cd.png) no-repeat;
}

.checkbox.hover {
    background: transparent url(/images/co.png) no-repeat;
}

.b_l {
    background: transparent url(/images/b_l.png) no-repeat;
    width:14px;
    height:29px;
}

.b_f {
    background: transparent url(/images/b_f.gif) repeat-x;
    height:29px;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    color: #444;
}

.b_r {
    background: transparent url(/images/b_r.png) no-repeat;
    width:14px;
    height:29px;
}

.tab .header {
    background: #E0E9F2;
    font-weight: bold;
    text-align:center;
    padding:5px 5px 0px 5px;
    height:26px;
    float:left;
    white-space:nowrap;
    min-width:100px;
}

.tab .h_lu {
    background: transparent url(/images/h_rclu.gif) no-repeat;
    width:12px;
    height:32px; 
}

.tab .h_mu {
    background: transparent url(/images/h_rcmu.gif) no-repeat;
    width:12px;
    height:32px;
    float:left;
}

.tab .h_ru {
    background: transparent url(/images/h_rcru.gif) no-repeat;
    width:12px;
    height:32px;
        clear:both;
}

.tab .h_f {
    background: transparent url(/images/h_f.gif) repeat-x scroll;
    height:32px;  
}

.content {
    background: #E0E9F2;
}

.quick_panel .left {
    background: transparent url(/images/qp_l.gif) no-repeat;
    width:12px;
    height:23px;
}

.quick_panel .fill {
    background: transparent url(/images/qp_f.gif) repeat-x;
    height:23px;
}

.quick_panel .text {
    font-size:12px;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    width:140px;
}

.quick_panel .selected {
    background: #E0E9F2;
    border-bottom: 1px solid #E0E9F2;
    font-weight:bold;
}


.quick_panel .right {
    background: transparent url(/images/qp_r.gif) no-repeat;
    width:12px;
    height:23px;
}

.quick_panel .panel_content {
    display:none;
}

.vl_line {
    border-left: 1px solid #CCCCCC;
}

.ht_line {
    border-top: 1px solid #CCCCCC;
}

.vr_line {
    border-right: 1px solid #CCCCCC;
}

.hb_line {
    border-bottom: 1px solid #CCCCCC;
}

/* tables */
table.grid {
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.grid thead tr th {
	border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:2px solid #999999;
}
table.grid thead tr .header {
        text-align:center;
        cursor: pointer;
}
table.grid .header a, a:hover {
    text-decoration:none;
}
table.grid thead tr .header a:hover {
    background: transparent;
    text-decoration:underline;
}
table.grid tbody td {
	color: #3D3D3D;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right:3px;
	background-color: #FFF;
	vertical-align: top;
    cursor:pointer;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:2px solid #999999;
}
table.grid tbody tr {
    height:50px;
}
table.grid tbody tr.odd td {
	background-color:#F0F0F6;
}
table.grid tbody tr:hover td {
    background: transparent url(/images/s.png) repeat-x;
}
table.grid thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.grid thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.grid thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
table.grid .image {
    padding:0px;
    vertical-align:middle;
    text-align: center;
}
table.grid img {
    border:0px;
}

table.grid .noted {
    background: transparent url(/images/nic.png) no-repeat;
    width:19px;
    height:19px;
    margin:5px;
}

table.grid .noted.true {
    background-image: url(/images/ic.png);
}

table.grid .price {
    color:#009245;
    font-weight:bold;
    vertical-align:middle;
    text-align:right;
    width:100px;
}

table.grid .predict_price {
    color:#8b8;
    font-weight:normal;
    font-size:8px;
}

table.grid .realty_index {
    background: transparent url(/images/r.gif) no-repeat scroll center center;
    width:43px;
    height:40px;
    font-size:13px;
    color:black;
}

table.grid .realty_desc {
    height:42px;
}

table.grid a, a:hover
{
    text-decoration:none;
    background-color:transparent;
}

pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}

.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}

#errorExplanation {
    width: 400px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}

.error {
    color: #ff0011;
}

.mandatory {
  color: #ff0011;
}

.small {
    font-size:10px;
    color:#aaa;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration:underline;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.middle {
    vertical-align: middle;
}

div.left {
    float:left;
}

div.right {
    float:right;
}

div.gallery_container {
    width:780px;
}
/*
div.content {
    float:left;
    width:475px;
}
div.controls {
    height:23px;
    margin-top:5px;
}
div.ss-controls {
    float:left;
}
div.ss-controls span {
    color:#666666;
    cursor:pointer;
}
div.nav-controls {
    float:right;
}
div.nav-controls a {
    padding:5px;
}
div.slideshow {
    clear:both;
}
div.slideshow span.image-wrapper {
    float:left;
    padding-bottom:12px;
}
div.slideshow a.advance-link {
    border:1px solid #CCCCCC;
    display:block;
    padding:2px;
}
div.slideshow img {
    border:medium none;
    display:block;
}
div.download {
    float:right;
}
div.embox {
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
    clear:both;
    padding:12px;
}
div.image-title {
    font-size:1.4em;
    font-weight:bold;
}
div.image-desc {
    line-height:1.3em;
    padding-top:12px;
}
div.navigation {
    float:left;
    width:300px;
}
ul.thumbs {
    clear:both;
    margin-left: 20px;
    padding:0;
}
ul.thumbs li {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:5px 10px 5px 0;
    padding:0;
}
ul.thumbs li a {
    border:1px solid #CCCCCC;
    display:block;
    padding:2px;
}
ul.thumbs li.selected a {
    background:#8888FF none repeat scroll 0 0;
}
ul.thumbs a:focus {
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
}
ul.thumbs img {
    border:medium none;
    display:block;
}
div.navigation div.top {
    height:11px;
    float:right;
    margin-right:16px;
    margin-bottom:12px;
}
div.navigation div.bottom {
    margin-top:12px;
    margin-left: 10px;
}

*/
div.pagination {
    float:left;
	color:#00ACF2;
	font-weight:bold;
    text-align:right;
}

div.pagination .next_page,  div.pagination .prev_page {
	font-size:14px;
}

div.gallery_container div.navigation {
    letter-spacing: 3px;
}

div.pagination .current {
	color:#00ACF2;
	font-size:11px;
	font-weight:bold;
	color:#F7901E;
}
	
div.pagination a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

div.pagination a:hover {
    color:#222;
}

div.pagination span.disabled {
	color:#B2B2B2;
}


#simplemodal-overlay { background-color:#000; cursor:wait; }

.simplemodal-container {
    left:50%;
    top:50%;
}

a { color: #222; }
a:hover { color: #222; background-color:#ffff9b;text-decoration:underline;}

div.modal {
    display:none;
    background-color:#ffffff;
    padding: 10px;
    border: 10px solid #555;
}

#photo_gallery {
    padding:2px 1px 2px 2px;
}

div.grippie {
    background:#EEEEEE url(/images/grippie.png) no-repeat scroll center 2px;
    border-color:#DDDDDD;
    border-style:solid;
    border-width:0pt 1px 1px;
    cursor:s-resize;
    height:9px;
    overflow:hidden;
}
.resizable-textarea textarea {
    display:block;
    margin-bottom:0pt;
    width:95%;
    height: 20%;
}

div.map {
    overflow:hidden;
}



/*---------- centered button ----------*/
.btnC { display: block; position: relative; background: #aaa; padding: 5px; width: 120px; margin: 0px auto; color: #fff; text-decoration: none; cursor: pointer; text-align: center; font-weight:bold; }
.btnC * { font-style: normal; background-image: url('/images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnC.t * { background-image: url('/images/btn2t.png'); }
.btnC i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnC span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnC span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnC span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC span,
* html .btnC i { width: 120px; text-align: center; padding: 0px; display: block; margin: 0px auto; background-image: none; cursor: pointer; }

.btnC.blue { background: #2ae; }
.btnC.green { background: #9d4; }
.btnC.lime { background: #bbce00; }
.btnC.pink { background: #e1a; }
.btnC.yellow { background: #ff0; }
.btnC:hover { background-color: #0a0; color: #fff; }
.btnC:active { background-color: #444; color: #fff; }
.btnC[class] {  background-image: url('/images/btn.png'); background-position: bottom; }
.btnC.left { margin: 0; }

* html .btnC { border: 3px double #aaa; }
* html .btnC.blue { border-color: #2ae; }
* html .btnC.green { border-color: #9d4; }
* html .btnC.lime { border-color: #bbce00; }
* html .btnC.pink { border-color: #e1a; }
* html .btnC:hover { border-color: #a00; }

