/******************* COMMON STYLING******************/
body{
    background-color: #FFFFFF;
    margin: 0;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
	text-decoration: none;
	line-height: 13px;
}
a:hover {
	text-decoration: underline;
}

img{
	border:none;
}

body, td, div, select, span, select{
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	font-size:11px;
	text-decoration: none;
}

input, textarea{
    color: #474747;
    font-size:11px;
}

textarea{
    width: 100%;
    height: 120px;
}

form{
    margin: 0px;
    display: block;
}
/****************************************************/

/********************MAIN WRAPPER********************/
#wrapper{
    width: 980px;
    margin: 0 auto; /* Centering for most browsers */
    background: #F8F8F6;
    background-image: url('/inc/img/broker_homepage/broker_hp_back.jpg');
    background-repeat: repeat-x;
    
}
/****************************************************/

/**********************HEADER************************/
#header_wrapper{
    width: auto; 
    vertical-align: bottom;
    margin-bottom: 15px;
    
}
#header_wrapper a{
    color: #CC0000;
    font-size: 12px;
}
#header_content{
    height: 50px;
}
#header_logo{
    float: left;
    padding-left: 20px;
}
#header_links{
    padding: 18px 0px 10px 0px;
    text-align: center;
}
#header_flags{
    float: right; padding-right: 20px;
}
#outer_links{
    width: auto;
    text-align: right;
    margin-top: 2px;
}
/****************************************************/

/********************MENU BLOCK**********************/
#menu_pane{
    float: left;
    width: 160px;
}
#menu_pane_hdr{
    width: 100%;
    background-image: url('/inc/img/broker_homepage/broker_hp_left_hdr.gif');
    background-repeat: no-repeat;
    height: 7px;
    font-size: 1px; /*hack for IE 6*/
}
#menu_pane_content{
    border-style: solid;
    border-width: 1px;
    border-color: #757366 #757366 #757366;
    border-top: 0px;
}
#picture{
    text-align: center;
    margin: 0px 4px 4px 4px;
}
#menu_pane ul{
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
#menu_pane li{
    text-align: left;
    border-top: 1px solid #FFFFFF;
    margin: 0;
    padding: 0;
    display: block;
    
}
#menu_pane li a{
    display: block;
    padding: 0.7em 0 0.5em 2.5em;
    color: #464646;
    font-weight: bold;
    text-decoration: none;
    background: #EBEBEB;
    height: 16px;
}
#menu_pane li a#home{
    background-image: url('/inc/img/broker_homepage/home.gif');
    background-repeat: no-repeat;
}
#menu_pane li a#photos{
    background-image: url('/inc/img/broker_homepage/my_photos.gif');
    background-repeat: no-repeat;
}
#menu_pane li a#my_ads{
    background-image: url('/inc/img/broker_homepage/my_ads.gif');
    background-repeat: no-repeat;
}
#menu_pane li a#cv{
    background-image: url('/inc/img/broker_homepage/my_cv.gif');
    background-repeat: no-repeat;
}
#menu_pane li a#recs{
    background-image: url('/inc/img/broker_homepage/my_recs.gif');
    background-repeat: no-repeat;
}
#menu_pane ul li a:hover, #menu_pane ul #active li a:hover, li#active a{
    font-weight: bold;
    background: #79776B;
    color: #FFFFFF;
}
/****************************************************/

/*********************RIGHT BLOCK********************/
#right_pane{
    float: right;
    width: 160px;
}
div#search{
    width: 100%; 
    text-align: center;
    padding: 4px 0px 4px 0px;
}
#ads{
    width: 100%;
    border: 1px solid #757366;
    margin-top: 8px;
}
#ads div.ad{
    padding: 4px;
    text-align: center;
}
div#ads_header{
    padding: 5px;
    color: #FFFFFF;
    font-size: 16px;    
    font-weight: bold;
    text-align: center;
}
/****************************************************/

/*********************MAIN CONTENT*******************/
#content_pane{
    width: 635px;
    float: right;
    margin-right: 12px;
}
div#content_header{
    height: 75px;
}
div#broker_name{
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    padding: 7px 7px 5px 8px;
    
}
div#company_name{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 4px 4px 4px 8px;
}
div#user_since{
    float: right;
    padding: 7px;
    font-weight: bold;
}
div#visited_times{
    float: right;
    text-align: right;
    padding: 4px;
    font-weight: bold;
}
div.section_hdr{
    margin-top: 12px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    height: 35px;
    text-align: left;
}
div.section_change{
    float: right;
    margin: 2px 4px 2px 2px;
}
div.section_hdr_content{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 0px 3px 3px 5px;
}
div.section_content_wrapper{
    border: 1px solid #79776B;
    background: #FFFFFF;
}
.section_content{    
    text-align: left;
    padding: 8px;
    vertical-align: top;
}
div.section_content span{
    vertical-align: middle;
}
.section_content_right{
    width: 50%;
    text-align: left;
    padding: 8px;
     
}
div.section_content_right{
   float: right;
}

#img_upload{
    text-align: left;
    padding: 4px;
    margin: 8px 0px 4px 0px;
}
#input_file{
    margin: 6px 6px;
}
div.broker_img{
    float: left;
    padding: 10px;
}
div.broker_img img{
    border: 1px outset #79776B;
}

#rec_form_name{
    float: left;
}
#rec_save_button{
    text-align: right;
    
}
#recs_container{
    border: 1px solid #757366;
}
#rec_content{
    width: 100%;
}
#recommender_img{
    float: left;
    padding: 4px;
}
#rec_date_created{
    float: right;
    padding: 4px;
}
#recommender_name{
    text-align: left;
    padding: 4px;
}
#rec{
    text-align: left;
    padding: 4px;
}
#rec_del_link{
    float: right;
}
#rec_add_link{
    float: right;
}

div.skin_image{
    float: left;
    padding: 6px 0px 6px 6px;
}

div.doing{
    width: 100%;
}
div.doing_ref{
    float: left;
    padding: 4px 4px;
}

#search_res_obj_header{
    background: #EAEAEA;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 2px;
}

#search_res_obj_header_left{
    float: left;
    margin-top: 5px;
    margin-bottom: 3px;
}

#search_res_obj_right{
    float: right; 
    width: 120px;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 3px;
}
#search_res_obj_header_icons{
    float: right;
    text-align: right;
    margin-top: 7px;
    margin-bottom: 3px;
}
#search_res_obj_container{
    text-align: left;
    background: #F3F3F3;
}
#search_res_obj_img{
    float: left;
    width: 90px;
    height: 70px;
    padding: 5px;
    text-align: center;
}
#search_res_obj_content{
    float: right; width: 518px;
    padding: 4px;
    background: #FFFFFF;
}
#search_res_obj_content table{
    width: 100%;
}
#search_res_obj_content td{
    height: 55px;
    vertical-align: top;
}
#search_res_obj_content div{
    float: right;
}
#search_res_obj_content span{
    text-decoration: line-through;
}

/****************************************************/

/***********************FOOTER***********************/
#footer{
    border: 1px solid #535353; 
    padding: 8px;
    display: block;
    clear: both;
    color: #CBC9CA;
    margin-top: 15px;
    text-align: center;
    background: #535353;
}
#footer a{
    color: #CBC9CA;
}
/****************************************************/

/******************FLOAT CLEARINGS*******************/
.clear_left{
    display: block; 
    clear: left;
    font-size: 0;
    line-height: 0;
}
.clear_right{
    display: block; 
    clear: right;
    font-size: 0;
    line-height: 0;
}
.clear_both{
    display: block; 
    clear: both;
    font-size: 0;
    line-height: 0;
    
}
/****************************************************/

/****************SOME GENERAL STYLES*****************/
.txt1 {
	font-size: 11px;
	color: #868686;
}
.txt2{
    font-size: 12px;
    font-weight: bold;
    color: #363636;
}
.txt3{
    font-size: 12px;
    color: #363636;
}
.txt4{
    font-size: 12px;
    color: #898989;
    font-weight: bold;
}
.txt5{
    font-size: 12px;
    font-weight: bold;
    color: #CC0000;
}
.txt6{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
.txt7{
    font-size: 12px;
    color: #CC0000;
}
.txt8{
    font-size: 12px;
    color: #898989;
}
.txt9{
    font-size: 11px;
    color: #898989;
}
.msg{
    text-align: left;
}

.s_red{
    background-image:url('/inc/img/site/1x1_red.gif');
	empty-cells: show;
	line-height:1px;
	height:1px;
	font-size:1px;
}
.s_grey{
    background:url('/inc/img/site/1x1_gray.gif');
	line-height:1px;
	height:1px;
	font-size:1px;
}

input.input_text{
    width: 140px;
    padding: 4px 0px 4px 2px;
    border: 0px;
    background-image: url('/inc/img/broker_homepage/broker_hp_input_back.gif');
    background-repeat: no-repeat;
    margin: 4px 4px;
}
.input_select{
    width: 120px;
}
.input_submit{
    width: 142px;
    color: #FFFFFF;
    padding: 2px 0px 2px 0px;
    border: 1px solid #757366;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 4px;
    text-align: center;
}
.input_submit1{
    background: #767467;
    color: #FFFFFF;
    font-weight: bold;
    border: 0px;
    padding: 5px;
    width: 130px;
}

.def_back1{
    background: #535353;
}

.def_back2{
    background: #79776B;
}
/****************************************************/

/***************BROKERPAGE FOR EDOMUS****************/

.br_container{
    margin-top: 20px;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: Tahoma, Verdana, Arial;
    line-height: 140%;
}
.br_container a{
    line-height: 140%;
}
.br_doing_ref{
    float: left;
    width: 75%;
}
.br_rec{
    float: left;
    width: 75%;
}
.br_rec_author{
    float: left;
    width: auto;
}
.br_blog_head{
    float: left;
    width: auto;
}
.br_blog{
    float: left;
    width: 75%;
}
.br_header{
    float: left;
    font-size: 14px;
    margin-right: 20px;
    font-weight: bold;
    height: 35px;
    text-align: left;
}
.br_date{
    float: left;
    width: 140px;
}
.left_c_box{
    float: left;
    width: 80px;
}
.br_section_change{
    float: left;
    padding-bottom: 10px;
}
.br_del_link{
    float: left;
    padding-left: 20px;
}
.br_ad{
    float: left;
    margin-left: 7px;
    text-align: center;
}
.br_input_submit{
    background: #767467;
    color: #FFFFFF;
    font-weight: bold;
    border: 0px;
    padding: 5px;
    width: 130px;
    height: auto;
}
.lnk_bold{
    font-weight: bold;
}
.br_doing_ref_i{
    float: left;
    padding: 4px 8px 0px 0px;
}
#br_image{
	float: left;
	width: 100px;
}
#br_data{
	float: left;
	width: 250px;
    margin-left: 20px;
}
#cmp_data{
	float: left;
	width: 250px;
}
#br_name{
    font-size: 18px;
    font-weight: bold;
}
#content_separator{
	border-top: 1px solid #CCCCCC;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}
#title_text{
    float: left;
    width: 100px;
}
#title_textbox{
    float: left;
    width: 548px;
}
#title_input_text{
    width: 100%;
}

#add_object{
    float: left;
    padding-top: 3px;
}

/****************************************************/

