body {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	background-color: #f2f2f2;
	font-family: Arial;
	font-size: 8pt;
}

/* ------------------------------ Left menu ------------------------------ */
ul.left_menu_items {
	background: none repeat scroll 0 0 #FFFFFF;
/*	list-style: none inside none;*/
	margin: 2px;
	padding: 0;
	width: 100%;
	border-right: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}

ul.left_menu_items li {
	cursor:pointer;
	font-size:13px;
	height:30px;
	line-height:2;
	margin:5px 2px;
	padding:3px 15px 0 8px;
	margin-right: -20px;
/*	position:relative;*/
	zoom: 1;
}

ul.left_menu_items li#active {
	background: url('../images/admin_menu_item_arrow.gif') no-repeat right;
	color: #FFFFFF;
	font-weight: bold;
}    

/*ul.left_menu_items li:hover{
	background-color: #DCDCFF;
	margin-right: 0px;
}*/

ul.left_menu_items li#active:hover{
	background-color: none !important;
	margin-right: -20px;
}
ul.left_menu_items li.no-active:hover{
	background-color: #DCDCFF;
	margin-right: 0px;
}

ul.left_menu_items li.menu_delimetr:hover{
	background-color: transparent;
	cursor: default;
}

ul.left_menu_items li.menu_delimetr {
	height:4px;
	margin:0 -1px;
	padding:0;
	width: 90%;
	margin-left: 10px;
}

.menu_delimetr {
	font-size:0px;
	height:4px;
	color: #F2F2F2;
	background-color: #d4d4d4;
}


div.left_menu_item {
	position: relative;
}

/*ul.left_menu_items li.active div.arrow {
	background:url("../images/admin_menu_item_arrow.gif") no-repeat scroll right center transparent;
	height:30px;
	zoom: 1;
	position:absolute;
	right:-30px;
	top:0;
	width:30px;
}*/

* html #tlc, * html #trc {height: 1%;}

#tlc, #trc { zoom: 1 }

#box {
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	padding:8px 8px 8px 0;
	text-align:left;
}    
 	
#content{
	padding-top:6px;
	padding-bottom:10px;
}

#awaiting-mod{
	background: url('../images/left.png') left no-repeat;
	color:#fff;
	font-weight: bold;
	padding:7px 0 5px 0; // padding:6px 0 6px 0;
	margin-left: 70px;
}
#awaiting-mod span.new_items{
	background: url('../images/right.png') right no-repeat;
	line-height:1;
	padding:7px 10px 5px 0;
	margin-left:10px;
}
/* ------------------------------ END of Left menu ------------------------------ */

:focus {
    outline: 0;
}
td {
    color: #656565;
    font-size: 11px;
    font-family: Arial;
}

select, textarea, input, .red_input, .white_input {
	font-family: Arial;
	font-size: 8pt;
	color: #000;
	font-weight: normal;
}
input.checkbox, input.radio {
	border: none;
}

input.button_1, input.button_2, input.button_3 {
	cursor: pointer;
}

form {
	margin: 0;
}
table {
	font-family: Arial;
	font-size: 8pt;
}
.lang_link {
	font-family: Arial;
	font-size: 12px;
	color: #1a5076;
	text-decoration: none;
}
.top_menu {
	font-family: Arial;
	font-size: 11px;
	color: #1a5076;
	text-decoration: none;
}
.line_bw_bottom {
	font-size: 1pt;
	border-bottom: solid 1px #e5eaef;
}

.line_bw_left {
	font-size: 1pt;
	border-left: solid 1px #e5eaef;
}

.line_bw_right {
	font-size: 1pt;
	border-right: solid 1px #e5eaef;
}

.line_bw_top {
	font-size: 1px;
	border-top: solid 1px #e5eaef;
}
.white_block {
	background-color: #FFF;
}
.blue_block {
	border: 1px solid #2f8ef7;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.text {
	font-family: Arial;
	font-size:11px;
}
.help_text {
	font-family: Arial;
	font-size:11px;
	background-color: #FEFED6;
	margin: 0;
	margin-bottom: 20px;
	text-align: justify;
    border: 3px solid #FF8000;
    position: relative;
    width: 98%;
}
.help_body {
    margin: 10px;
    margin-right: 30px;
}

.help_more {
    padding-left: 30px;
}

.table_title {
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	padding: 0;
	padding-bottom: 10px;
}
.section_title {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.subection_title {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	padding-left: 5px;
	padding-bottom: 10px;
}
.copyright_text {
	font-family: Arial;
	font-size:11px;
	color: #FFF;
}
.privacy_link {
	font-family: Arial;
	font-size:11px;
	color: #FFF;
}
.error {
	color: #E6300C;
	font-size: 8pt;
	font-family: Arial;
}
div.error {
	color: #E6300C;
	font-size: 8pt;
	font-family: Arial;
	padding-left: 10px;
}
div.field_error {
	color: #E6300C;
	font-size: 8pt;
	font-family: Arial;
	padding-left: 10px;
	display: inline;
}
div.message {
	font-size: 8pt;
	font-family: Arial;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hint {
	font-size: 10px;
	font-family: Arial;
}
.header {
	color: #CC1414;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
} 
.subheader {
	color: #CC1414;
	font-family: Arial;
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 13px;
}
.table_main{
	background-color: #E5EAEF;
	font-family: Arial;
	font-size: 8pt;
	margin: 0;
	margin-bottom: 15px;
}
.table_main tr{
	background-color: #fff;
}
.table_main th{
	font-weight: bold;
}
.table_main td{
	vertical-align: middle;
}
.table_main td.vtop{
	vertical-align: top;
}

.table_header {
	background-color: #FEFED6;
}
.table_link {
	color: #0C0CE4;
	font-weight: bold;
	font-size: 8pt;
}
.table_turn_on{
	font-family: Arial;
	font-size: 8pt;
}
.main_header_text{
	font-weight: bold;
	font-family: Arial;
	font-size: 8pt;
}
.main_content_text{
	font-family: Arial;
	font-size: 8pt;
}

.links_top {
	margin: 0;
	margin-bottom: 5px;
}
.links_bottom {
	margin: 0;
	margin-top: 5px;
}
.page_link {
	font-family: Arial;
	font-size: 8pt;
	color: #03c;
}

.homepage_title {
	font-family: Arial;
	font-size:12px;
	color: #000;
	font-weight: bold;
}
/**
 *PilotGroup content style
 */
.forumtitletext {
	font-family: Arial;
	font-size:12px;
	color: #000;
	font-weight: bold;
}
.forumdescrtext {
	font-family: Arial;
	font-size:11px;
	color: #000;
}
.forumheadtext {
	font-family: Arial;
	font-size:11px;
	color: #000;
	font-weight: bold;
}
.forumtextlink {
	font-family: Arial;
	font-size:11px;
	color: #36c;
}
.forumtextlink_little {
	font-family: Arial;
	font-size:10px;
	color: #36c;
}
.forumbodytext {
	font-family: Arial;
	font-size:11px;
	color: #000;
}
.forumlittletext {
	font-family: Arial;
	font-size:10px;
	color: #000;
}
small {
	font-family: Arial;
	font-size:10px;
	color: #000;
}
/**
 * / PilotGroup content style
 */
.pilot_content_div {
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 0;
	background-color: #eee;
}
.feeder_div {
	padding: 0;
	padding-bottom: 20px;
	background-color: #eee;
}
.feeder_table {
	background-color: #dedede;
}
.feeder_table td{
	background-color: #eee;
}

.table_listing{
	font-family: Arial;
	font-size:11px;
	color: #000;
}
hr.listing {
	background-color: #E5EAEF;
	color: #bdbdbd;
	border: 0px solid;
	height: 1px;
}
hr.hr_2 {
	background-color: #bdbdbd;
	color: #bdbdbd;
	border: 0px solid;
	height: 1px;
}
hr {
	background-color: #bdbdbd;
	color: #bdbdbd;
	border: 0px solid;
	height: 1px;
}
a {
	color: #1c518c;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #a50000;
	cursor: pointer;
}
input.paysys_settings, textarea.paysys_settings {
 	width: 175px;
}
#hide_developer_help {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

table.form_table td {padding: 0; padding-bottom: 5px;}
table.form_big_table td {padding: 0; padding-bottom: 5px; padding-right: 5px;}

a.small {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #03c;
	text-decoration: underline;
	cursor: pointer;
}

ul.adcomp {margin: 0; list-style-type: square; padding: 0; padding-left: 15px;}
ul.adcomp li { margin: 0; padding: 0;  list-style-type: disc;}

.error_small {
	color: #E6300C;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.blue_link {
	color: #2578cd;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
.padding15{
	padding-left: 15px;
}

select.location { width:150px; margin-right: 10px;}

td.fast_nav_title {padding-left: 3px; text-align: left;}
a.fast_nav_link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
td.fast_menu_nav {
	padding-bottom: 0;
}
ul.fast_navigation {margin: 0; list-style-type: none; padding: 0; padding-top: 7px; padding-left: 19px; padding-right: 19px; background-color: #E5EAEF; }
ul.fast_navigation li {padding: 0; padding-bottom: 7px;}

.spr_colored {
	font-family: Arial;
	font-size: 8pt;
	background-color: #eeeff3;
	text-align: left;
}

a.sort_link {
	text-decoration: none;
}

span.space {
	padding: 0;
	padding-left: 5px;
}

td.row_button {
	text-align: center;
}

td.row_info {
	text-align: center;
}

table.preview {
	color: #656565;
	font-size: 11px;
	font-family: Arial;
}

.whole_width {
	width: 100%;
}

textarea.mail_preview {
	padding: 5px;
	border: 1px solid #e5eaef;
	width: 100%;
}
.user_menu_link_active {
	color: #000;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.search_string {
	background-color: #AECDF0;	
}
.whole_width_marked {
	width: 100%;
	border: 2px solid #E6300C;
}
.subsection_title {
	font-weight: bold;
}
a.sorter {
	text-decoration: none;
	cursor: pointer;
}
div.fileinputs {
	position: relative;	
}

div.fakefile {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
}

input.file {
	position: relative;
	text-align: left;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	margin-left: -115px;
	margin-top: 10px;
}

div.kvazi_select{
	width:34px;
	display:none;
	background-color:white;
	border: 1px solid #ccc;
	height:100px;
	
	overflow-y: auto;	
	overflow: scroll;
	overflow-x: hidden;
	position:absolute;
	z-index:900;
	margin-top:3px;
	margin-bottom:10px;
}

.red_input{
	background-color:#FFADA2;
}
.white_input{
	
}
.str_nowrap {	
	white-space: nowrap;
}
.bg_group_type_d{
	background-color:#f2d29f;
}
.bg_group_type_f{
	background-color:#D0E999;
}
.bg_groups_new_option{
	background-color:yellow;
}
.highlight_bold{
	font-weight:bold;
}.blockplain{ 
	background-color: #E6E6E6;
}
.admintext{ 
	font-weight: normal; 
	font-size: 11px; 
	color: #000; 
	font-family: arial, verdana, helvetica, sans-serif; 
	text-decoration: none;
	background-color: #FFF;
}
.adminlink{ 
	font-size:11; 
	text-decoration:underline; 
	color:#069; 
	font-family:arial;
}
.menuheader{ 
	font-family: Arial; 
	color: #000; 
	font-size: 8pt; 
	font-weight: bold; 
	background-color: #E6E6E6;
}
.menutext{ 
	font-family: Arial; 
	color: #000; 
	font-size: 8pt; 
	font-weight: bold;
}
.listTable{ 
	border: solid 0px; 
	background-color: #E6E6E6; 
	width: 100%;
}
.listHeader{ 
	background-color: #fff; 
	font-family: verdana, helvetica, sans-serif; 
	font-weight: bold; 
	text-align: center;
}
.listItem{ 
	background-color: #fff; 
	font-family: verdana, helvetica, sans-serif; 
	text-align: center;
}
.main_header_text {
	background-color: #666; 
	font-family: verdana, helvetica, sans-serif; 
	font-weight: bold;
    color: #FFF;
}
.inpBox { 
    font-size: 8pt; 
    border: solid 1px #e5eaef; 
    padding-left: 4px; 
    padding-right: 4px; 
    padding-top: 1px; 
    padding-bottom: 1px;
}
.a_header{ 
	cursor: pointer;
	font-family: Arial; 
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.a_header:hover{ 
	color: #000;
}
.rentals_icon{
    height:16px;  
    margin-bottom:-2px; 
    padding-right:1px;
    padding-left:3px;
}
.vp_name {
	font-family: Arial;	
	font-weight: bold;
}
.vp_price {
	font-family: Arial;
	color: #a50000;	
	font-weight: bold;	
	white-space: nowrap;
}
td.vp_contacts td {
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding-bottom: 5px;
}
table.vp_links td {
	padding: 0;
	padding-bottom: 5px;	
}
table.vp_links td.img {
	width: 1%;
	padding-right: 4px;	
}
table.vp_links td.link {
	width: 49%;
}
table.print_table td {
	color: #000;
	font-size: 11px;
	font-family: Arial;
}
table.print_info_table td {
	color: #000;
	font-size: 11px;
	font-family: Arial;
	background-color: #f2f2f2;
}
table.print_profile td {
	padding: 7px 7px 7px 0;
}
table.print_profile td.print_title {
	padding: 15px 7px 2px 0; 
    border-bottom: solid 1px #bdbdbd;
}
.main_header_line {
	background-color: #adb0b5;
	border-top: 1px solid #808286;
	font-size: 1px;
}
.bottom_footer_line {
	background-color: #adb0b5;
	border-top: 1px solid #808286;
	font-size: 1px;
}
table.print_index_page {
	width: 720px;
}

.maps_text_1 {
    margin: 5px 0 5px 0;
    font-weight: bold;
}
.maps_text {
    margin: 5px 0 5px 0;
}

.sort_text {
    float: left;
    color: #000;
    display: inline;
}
.panel_description {
    width: 300px;
    vertical-align: top;
}

div.float_left {
    float: left;
    margin: 0 5px;
    display: inline;
}
div.margin_top {
    margin-top: 3px;
}
div.box_listings {
    clear: both !important;
    display: inline;
    width: 400px;
}
div.cleaner_tab {
    clear: both;
    height: 10px;
}
#listing_highlight_section {
    border: 0px solid #000;
    width: 100%;
    position: relative;
}
.pay_service_line {
    clear: both;
    height: 30px;
}
.pay_service_line_text {
    width: 150px;
    float: left;
}
.pay_service_line_text {
    clear: right;
}
#listing_highlight_period, #listing_highlight_cost {
    width : 50px;
}

.error_box {
    color: #E6300C;
    font-size: 8pt;
    font-family: Arial;
    float: left;
    font-weight: bold;
    border: 0px solid #000;
    margin: 4px 0 0 10px;
    display: block; 
}

.submit_box {
    position: relative;
    z-index: 1000;
    display: block; 
    float: left
}

.close_help {
    width: 35px;
    height: 35px;
    cursor: pointer;
    top: -17px;
    right: -20px;
    position: absolute;
}
* html .close_help { 
   height: expression(35 + "px");
   width: expression(35 + "px");
}

.help_title {
    font-family: Arial;
    font-size:11px;
    font-weight: bold;
    padding: 0;
    padding-right: 5px;
}
.show_help {
    border: 1px solid #000;
    height: 15px;
    padding: 0 5px;
    cursor: pointer;
    top: 0;
    float: right;
    margin: 10px 20px 0 0;
    display: none;
}

div.time-picker {
  position: absolute;
  height: 200px;
  width: 60px; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #000;
  z-index: 99;
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  padding: 1px;
  cursor: pointer;
}
div.time-picker li.selected {
  background: #316AC5;
  color: #fff;
}    
    
div.open_house_wrap {
    position: relative;
    float: left;
    margin-top: 2px;
    top: 0;
}  
div.open_house_box {
    display: none;
    position: absolute; 
    top: -40px;
    z-index: 1000;
    width: 130px;
    height: 40px;
    border: 1px #000 solid;
    background-color: #FFF;
    text-align: center;
    left: -30px;
}
.pre_opacity_div{
    display:block;
    border: 0px solid #99DBFE; 
    background-image: url('../images/opacity.png');
    width: 170px; 
    padding:10px; 
    position:relative;
} 

.listing_box {
    width: 470px;
    border-bottom: 1px solid #EEF;
}

.profile_tabs {
   	margin: 0px;
   	padding: 0px;
}
* html .profile_tabs {
   	float: left;
   	margin-left: 15px;
}
.profile_tabs li div {
	float: left;
}
.profile_tabs li a div.tab-c {
	background-color: #adb0b5;
	height: 19px;
	text-align: center;
	width: auto;
}
.profile_tabs li a div.tab-r {
	background: url('../images/menu/menu_right.gif') no-repeat;
	width: 4px;
	height: 19px;
}
.profile_tabs li a div.tab-l {
	background: url('../images/menu/menu_left.gif') no-repeat;
	width: 4px;
	height: 19px;
}
.profile_tabs li a.active div.tab-c {
	background-color: #f2f2f2;
	height: 19px;
	text-align: center;
	width: auto;
}
.profile_tabs li a.active div.tab-r {
	background: url('../images/menu/menu_right_on.gif') no-repeat;
	width: 4px;
	height: 19px;
}
.profile_tabs li a.active div.tab-l {
	background: url('../images/menu/menu_left_on.gif') no-repeat;
	width: 4px;
	height: 19px;
}
.profile_tabs li span {
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
}
.profile_tabs li a.active span {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
}
.profile_tabs li {
   	float: left;
   	position: relative;
   	list-style-type: none;
}
.profile_tabs a {
	line-height:19px;
   	display: block;
   	color: #fff;
   	text-decoration: none;
   	padding-left: 5px;
}
.profile_tabs a:hover {
   	color: #fff;
}
.profile_tabs a.active {
	line-height:19px;
   	display: block;
   	color: #656565;
   	text-decoration: none;
   	padding-left: 5px;
}
.profile_tabs a.active:hover {
   	color: #656565;
}