@charset "utf-8";
/* CSS Document */

/* overriding global style */
.product_tips {
	z-index: 13000;
	width: 300px;
}



/*********************************/
/********** PAGE LAYOUT ********/
/*********************************/


/****** BODY LAYOUT ******/


/* left column */

.two_columns {
	width: 398px;
}
#incoming_form_panel .two_columns {
	width: 300px;
}

/*******************************/
/********** 	FORMS	 *******/
/*******************************/

input.calendar {
  width: 74px;
}
button.calendar {
  background: url(/img/icon_date_picker.gif);
  border: 0;
  cursor: pointer;
  height: 20px;
  margin-left: 6px;
  margin-top: 0px;
  width: 20px;
}
button.calendar:hover,
button.calendar.active {
  background-position: left bottom;
} 
form label.left {
	width: 105px;	
}

/* property status */
form#property_status .column_left{
	display: inline-block;
	position:relative;
	float: left;
	margin-right: 30px;
	width: 480px;
}
form#property_status .column_right{
	display: inline-block;
	position:relative;
	float: left;
	margin-right: 30px;
	width: 250px;
}
form#property_status label.left{
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
}

/* badic detail form */
form#frm_basic_details .date{
	/*width: 180px;*/
}
.new_column .new_row{
	/*width: 370px;*/
}
form#frm_basic_details .new_row_indent, form#frm_submit_new .new_row_indent, form#frm_submit_new_broker .new_row_indent{
	position: relative;
	padding-left: 100px;
	width: 290px;
}


/* property details form */
form#frm_property_details .new_row{
	width: 100%;
}
#tab_open_house form .new_row .narrow{
	width: 330px;
}
form#frm_property_details .new_row .narrow{
	width: 199px;
}
form#frm_property_details .spacers, form#property_status .spacers{
	clear: both;
	font-size: 0px;
	height: 0px;
}
form#frm_property_details label.left_2{
	clear: both;
	float: none;
	display: inline-block;
	width: 130px;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 20px;
}
form#frm_property_details label.right{
	display: inline-block;
}
form#frm_property_details .value_group{
	display: inline-block;
}

/* open house form */
form#frm_add_open_house textarea{
	height:80px;
	width:580px;
}
.row_container{
	float: none;
	width: auto;
	clear: both;
	padding: 10px;
	background: #F2F1E1;
	margin-bottom:2px
}
.row_container .circle_number{
	float: left;
}
.row_container .description_container{
	float: left;
	width: 640px;
}
.row_container .button_container{
	float: left;
	width: 100px;
}

/* media upload */
.media_rules{
	font-size: 10px;
}
#tab_media_upload  .row_container{
	height: 25px;
}
#tab_media_upload  .description_container{
	width: 700px;
}
#tab_media_upload .thumbnail_container{
	display: inline-block;
	clear: none;
	width: 66px;
	padding: 5px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #F2F1E1;
}
#tab_media_upload .image{
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	width: 66px; height: 66px; 
	padding-bottom: 5px;
	border-bottom: 5px solid #F2F1E1 ;
	overflow: hidden;
	cursor: pointer;
}
#tab_media_upload .tools{
	border-top: 1px solid #DBD8BA;
}
#tab_media_upload a.delete, #tab_open_house a.delete{
	float: right; 
	display: inline-block;
	width: 26px; height: 26px;
	background: url(../img/icon_bin.gif) no-repeat;
}
#existing_data .buttons .button{
	width: 100px;
}
#existing_data .buttons .delete{
	display: inline-block;
	width: 65px; height: 25px;
	background-position: 0px -3px;
}

/*******************************/
/********** CSS STYLING ********/
/*******************************/
#managePropertyTab h2{
	margin-top: 10px;
	margin-bottom: 20px;
}
.main_body_panel{
	padding: 0px;
	margin-top: 20px;
}

/* info panel */
.listing_info_panel{
	padding-top: 10px;
}
.listing_info_panel .two_columns{
	width: 478px;
}
a.link{
	display: inline-block;
	height: 20px;
	padding-left: 30px;
	padding-top: 3px;
}
.listing_info_panel .listing_buttons{
	display: inline-block;
	float: right;
}
.listing_info_panel a.sale_status{
	background: url(../img/icon_clipboard.gif) no-repeat 0px -3px;
}
.listing_info_panel a.view{
	background: url(../img/icon_btn_find_my_listings_2.gif) no-repeat 0px -3px;
}
.listing_info_panel a.manage_property{
	background: url(../img/icon_key.gif) no-repeat 0px -3px;
}
.listing_info_panel a.checklist{
	background: url(../img/icon_checklist.gif) no-repeat 0px -3px;
}
.listing_info_panel a.orders{
	background: url(../img/icon_cash_reg.gif) no-repeat 0px -3px;
}

/* left column */
#add_new_property_forms .box_padding{
	padding: 10px;
}

#residential_sub_type, #commercial_sub_type, #residential_sub_type, 
#resCostIncome, #coopVacancyCost, #otherVacancyCost, #resLease,
#commCostVacancyIncome, #commCostIncome {
	position: relative;
}

/* right column  */



/* accordion module */
.accordion_toggler{
	cursor: pointer;
	display: block;
	padding: 4px;
	margin-bottom: 2px;
	background: #eee;
}
.accordion_content{
	padding: 4px;
}


/* Custom Tab Styles */
.tabbedPanel .panel {
	border: 0px none;
}

/* submit property pop-up */
#submit_property_pop_container{
	width: 650px;
}
#submit_property_pop_container .button_msg{
	padding-top: 50px;
	padding-left: 30px;
	display: block;
	float: left;
	width: 160px; height: 160px;
	overflow: hidden;
	position: relative;
}
#submit_property_pop_container .first_button_msg{
	padding-left: 50px;
}
#submit_property_pop_container .buttons{
	display: inline-block;
	width: 160px; height: 160px;
}
#submit_property_online.buttons{
	background: url(../img/btn_newprop_online.gif) no-repeat 0px 0px;
}
#submit_property_phone.buttons{
	background: url(../img/btn_newprop_phone.gif) no-repeat 0px 0px;
}
#submit_property_chat.buttons{
	background: url(../img/btn_newprop_chat.gif) no-repeat 0px 0px;
}
#submit_property_pop_container .button_text{
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
#submit_property_pop_container .online_text{
	color: #4A8F25;
}
#submit_property_pop_container .phone_text{
	color: #57606E;
}
#submit_property_pop_container .chat_text{
	color: #A3842F;
}


/*****************************/
/*   Sales  Proposal 		 */
/*****************************/
#salesPropTab h2{
	margin-bottom: 20px;
}
#salesPropTab h4{
	margin-bottom: 10px;
}
#salesPropTab .column_container{
	margin-bottom: 10px;
}
#salesPropTab .two_columns{
	width: 266px;
}
#salesPropTab .h_rule_short{
	width: 80%;
	height: 2px;
	margin: auto;
	margin-bottom: 10px;
}


#salesPropTab ul.tabs{
	display: block;
	position: relative;
	width: 250px;
	float: left;
	z-index: 5;
	margin-right: -30px;
}
#salesPropTab ul li.Tab{
	height: 29px;
	color:#6D442D;
	font-family: Arial, "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-weight: bold;
	font-size:13px;
	line-height:28px; 
	padding-left: 10px;
	margin-bottom: -1px;
	background: transparent url(../img/vertical_tab_short.gif) no-repeat scroll 0px -33px;
	cursor: pointer;
}
#salesPropTab ul li.firstTab{
	margin-top: 10px;
}
#salesPropTab ul li.selectedTab{
	color: #A3842F;
	background:transparent url(../img/vertical_tab_short.gif) no-repeat scroll 0px 0px;
}
#salesPropTab ul li.warn{
	color: #8A1F11;
}
#salesPropTab .panels{
	position:relative;
	width: 575px;
	border-left: 0px solid #e5e5e5;
	float: left;
}
#salesPropTab .panel{
	padding-left: 40px;
	background: url(../img/ver_rule.gif) repeat-y top left;
}
#salesPropTab_panel_overlay{
	background: #F8F7EE; 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px; left: 0px;
}
#salesPropTab .product_description{
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 10px;
}
#salesPropTab .panel .new_row{
	padding-top: 4px;
}
	
.contractLink{
	display: inline-block;
	background: url(../img/icon_download.gif) no-repeat top left;
	height: 25px;
	padding-left: 30px;
	padding-top: 5px;
}

#salesPropTab label.value_wide{
	height: auto;
	width: 400px;
}
#salesPropTab label.value_narrow{
	height: auto;
	width: 130px;
}
#salesPropTab label.agree{
	display: block;
}
#salesPropTab label.agree input.agree{
	float: left;
}
#salesPropTab label.agree .certify_text{
	display: inline-block;
	width: 90%;
	float: left;
	padding-left: 10px;
}
.buttons .button .credit_card {
	background: url(../img/icon_btn_paperwork.gif) no-repeat;
}

/* sales proposal products */
.product_name{
	padding-top: 3px;
}
.product_price, .product_quantity, .product_status{
	display: inline-block;
	width: 100px;
}
.product_unit_price{
	display: inline-block;
	width: 140px;
}
#confirm_sales_proposal input.quantity{
	height: 18px; width: 20px;
	left: 0px;
}
.product_row{
	padding-top: 4px;
	padding-bottom: 4px;
}
.product_row_colored{
	background: #F2F1E1;	
}

/* sample ad */
.sample_ad_container{
	padding: 2px;
	border: 1px solid #000;
	margin: auto;
	width: 250px;
	background: #fff;
}
.sample_ad_container .header{
	padding: 5px;
	font-size: 22px;
	font-weight: bold;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}


/*======== SUBMIT PROPERTY ========*/
.broker_attorney_overlay{
	display: none;
	position: absolute;
	top: 0px; left: 0px;
	width: auto; height: 80%;
}
.broker_attorney_overlay .content{
	position: absolute;
	width: 300px; height: 130px;
	padding: 10px;
	top: 0px; left: 290px;
	background: #F2F1E1;
	border: 2px solid #DBD8BA;
	z-index: 500;
}
.broker_attorney_overlay .overlay{
	position: absolute;
	top: 0px; left: 0px;
	width: 980px; height: 180px;
	background: #F8F7EE;
	filter: alpha(opacity=80);	
	opacity: 0.8;
	z-index: 499;
}
.broker_attorney_chosen{
	display: none;
}
a.not_broker_attorney{
	font-size: 11px;
}
#add_new_property_forms a.region_drop_down{
	display: inline-block;
	clear: none;
	position: absolute;
	top: 5px;
	left: 319px;
}
#change_region_dropdown ul li a{
	background: #FCF9F2 url(../img/bullet_arrow_right_nobg.gif) no-repeat 4px 6px;
	padding-left: 20px;
}
#change_region_dropdown ul li a:hover{
	background-color: #DBD8BA;
}

/* no listing terms is selected */
#add_new_property_forms .choose_free_sales_pacakge{
	display: block;
	height: 100px;
	width: 300px;
	background: url(../img/rent_or_sale.gif) no-repeat 0px 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#add_new_property_forms .choose_free_rental_pacakge{
	display: block;
	height: 100px;
	width: 300px;
	background: url(../img/rent_or_sale.gif) no-repeat 0px -112px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#add_new_property_forms span.submit_property_choose_region{
	display: block;
	margin-left: 70px;
	padding-top: 25px;
}
#add_new_property_forms a.submit_property_choose_region{
	display: block;
	height: 20px;
	margin-left: 5px;
	padding-left: 25px;
}