﻿/*============================================ html elements =====*/
a.arrow
{
    padding-left: 9px;
    background: transparent url(../images/icon_arrow_link.gif) no-repeat center left;
}

a.pdf
{
    padding-left: 20px;
    background: transparent url(../images/icon_pdf.gif) no-repeat center left;    
}

a.video
{
    padding-left: 20px;
    background: transparent url(/Resources/sets/is24/icons/icon_video.gif) no-repeat center left;
}

a.up
{
    padding-left: 20px;
    background: transparent url(../images/icon_up.png) no-repeat center left;
}

a.down
{
    padding-left: 20px;
    background: transparent url(../images/icon_down.png) no-repeat center left;
}

a.right
{
    padding-left: 20px;
    background: transparent url(../images/icon_right.png) no-repeat center left;
}

a img
{
    border-style: none;
    border-bottom-width: 0px;
}

hr.publication
{
    color: #fff;
    background-color: #fff;
    height: 1px;
}

h1
{
    color: #333366;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

h1.nomargin
{
	margin-bottom: 3px;
}

h1.orange
{
    color: #ff6600;
}

div.tab_spacer
{
    height: 35px;
}
div.hr_1
{
	height: 2px; 	
	margin-top: 10px;
	margin-bottom: 10px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
div.hr_1 hr
{
	display: none;
}
div.hr_2
{
	height: 2px; 	
	margin-top: 10px;
	margin-bottom: 10px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

div.hr_2 hr
{	
	display: none;
}
div.hr_3
{
	height: 1px; 	
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../images/hr_3.gif) repeat scroll center;
}
div.hr_3 hr
{
	display: none;
}
div.hr_4
{
	height: 2px; 	
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/hr_4.gif) repeat scroll center;
}
div.hr_4 hr
{
	display: none;
}
ul.plus
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
ul.plus li
{
	padding-left: 25px;
	margin-bottom: 3px;
	background: transparent url(../images/icon_list_plus.png) no-repeat 0px 4px;
}
.orange
{
	color: #ff6600;
}
.gray_italic
{
	color: #999999;
	font-style: italic;
}
/*============================================ search classes =====*/
.search_main_left
{
	width: 180px;
	vertical-align:top;
}

.search_main_right
{
	width: 437px;
}

.search_right_left
{
	width: 200px;
}

.search_right_middle
{
	width: 11px;
}

.search_right_right
{
	width: 200px;
}

.input_small
{
	width: 140px;
}

.input_medium
{
	width: 280px;
}

.input_large
{
	width: 331px;	
}

.toggler
{
	cursor: pointer;
}

.arrow_red_toggler
{
	background:url("../images/icon_arrow_red.png") no-repeat scroll 0 5px transparent;
	padding-left: 15px;
}
/*============================================ home classes =====*/
.home_content
{
	width: 207px;
	vertical-align: top;
}

.home_content_2cols
{
	width: 431px;
	vertical-align: top;
	height: 250px;
}

.home_content_2cols_and_spacer
{
	width: 448px;
}

.home_spacer
{
	width: 17px;
}

/*============================================ pod block =====*/
div.pod_block
{
	float: left;
	border: 0px solid silver;
}
div.pod_slot
{
	float: left;
	width: 95px;
	line-height: 15px;
	margin: 10px 8px 9px 0px;
}

div.pod_slot img
{
	margin-bottom: 6px;
}

div.pod_slot_title
{
	width:413px;
	padding-top:10px;
	padding-bottom:13px;
}

div.pod_slot_title h1
{
	padding: 0px;
	margin: 0px;
}

/*============================================ pod classes =====*/
.container_pod td.title
{
	color: #000066;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 3px;
}

.container_pod td.image
{
	width: 95px;
	height: 72px;
}

.container_pod td.text
{
	color: #333366;
	width: 95px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	line-height: 15px;
}

.container_pod img
{
	width: 95px;
	height: 72px;
	border: 0px;
}

.container_pod a
{
	font-size: 11px;
	text-decoration: underline;
}

.container_pod div
{
	padding: 0px;
}



/*------- home ------------------------------*/
.container_pod_home
{
	width: 655px;
}

.container_pod_home td.spacer
{
	width: 17px;
}

/*------- search ----------------------------*/
.container_pod_list
{
	width: 655px;
}

.container_pod_search td.spacer
{
	width: 17px;
}

/*------- region ----------------------------*/
.container_pod_region
{
	width: 597px;	
}

.container_pod_region div table tr td
{
    background-color: #E5E7F1;
}

.container_pod_region td.spacer
{
	width: 9px;
}

.container_pod_region div
{
	padding: 10px;
	background-color: #E5E7F1;
}

.container_pod_region td.title
{
    font-size: 12px;
    font-weight: bold;
}

/*============================================ tab classes =====*/
.tab_table
{
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

.tab_table td
{
    color: #4E64A1;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
}
.tab_table span
{
	padding-left: 9px;
}

.tab_spacer_middle
{
    background-position: top left;
    background-repeat: repeat;
    width: 1px;            
    overflow: visible;
    border: none;
    text-align: center;
}
.tab_spacer_last
{
    overflow:visible;
    text-align: right;
    border-collapse:collapse;
    border:none;
}

.tab_spacer_last div
{
	height:22px !important;
}

.tab_spacer_last img
{
    margin:0px;
    padding:0px;  
    height:21px;  	
}

.tab_active
{
    background-position: top left;
    background-repeat: no-repeat;
    width: 132px;
    overflow: visible;
    border: none;
}

td.tab_active
{
    font-size: 14px;
}

.tab_inactive
{
    background-position: top left;
    background-repeat: no-repeat;
    width: 132px;
    overflow: visible;
    border: none;
    cursor: pointer;
}
/*============================================ custom classes =====*/
.vspacer_30
{
    width: 100%;
    height: 30px;
}

.vspacer_15
{
    width: 100%;
    height: 15px;
}

.vspacer_20
{
    width: 100%;
    height: 20px;
}

.vspacer_10
{
    width: 100%;
    height: 10px;
}
.vpadding_36
{
    padding-top: 36px;
}

/*
.button_1 {
	background:transparent url(../images/button_1.png) repeat scroll 0 0;
}
*/
.button_image {
background-position:left top;
background-repeat:no-repeat;
border:medium none;
cursor:pointer;
height:22px;
overflow:visible;
text-align:center;
margin-left:5px;
width:130px;
}


.button_search_de, .button_search_fr, .button_search_it, .button_search_en
{
    background-position: top left;
    background-repeat: no-repeat;
    width: 134px;
    height: 41px;
    overflow: visible;
    border: none;
    text-align: center;
    cursor: pointer;	
}

.button_search_de {
    background: url(/IS24Web/images/buttons/search_btn_de.png) 0 0 no-repeat;
}
.button_search_fr {
    background: url(/IS24Web/images/buttons/search_btn_fr.png) 0 0 no-repeat;
}
.button_search_it {
    background: url(/IS24Web/images/buttons/search_btn_it.png) 0 0 no-repeat;
}
.button_search_en {
    background: url(/IS24Web/images/buttons/search_btn_en.png) 0 0 no-repeat;
}

    
.hide
{
    display: none;
}

.show
{
    display: ''; /* block doesn't work for firefox clientside */
}

.cell_master_spacer
{
    width: 9px;
    color: Red;
}

.nopadding
{
    padding: 0px 0px 0px 0px;
}

.live_counter_total
{
    font-size: 16px;
    color: #ff6600;
}
.live_counter_text
{
    font-size: 16px;
    vertical-align: bottom;
	color:#000066;    
}
#live_counter_count1
{
    font-weight: bold;
    color:#000066;    
}
#live_counter_realty1
{
    color:#000066;
}
#live_counter_count2
{
    font-weight: bold;
    color:#000066;    
}
#live_counter_realty2
{
    color:#000066;
}

.descr_full
{
    height: auto;
    overflow: visible;    
}
.descr_crop
{
    height: 200px;
    overflow: hidden;
}
.preview_ad
{
    width: 200px;
    position:absolute;
    text-align: left;
    border: 1px solid #D5DEE7;
    padding: 3px 3px 3px 3px;    
	background-color: #F4F5F9;
}
.preview_ad div
{
    margin: 3px 3px 3px 3px;
}
/*============================================ Scout24 Global Containers =====*/
.container
{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.container tbody th
{
	color: #fff;
	height: 21px;
	padding: 0px 6px 0px 5px;
}
.container tbody tr td
{
	height: 21px;
	padding: 0px 15px 3px 15px;
	line-height: 18px;
}
div.container
{    
    padding: 0px 5px 3px 5px;
}
.container_a tbody
{
	background-color: #335D86;
}
.container_a tbody tr td
{
	background-color: #E5EAF0;
}
div.container_a
{
    background-color: #E5EAF0;
}
.container_b tbody
{
	background-color: #596da7;
}
.container_b tbody tr td
{
	background-color: #dfe3ee;
}
.container_c tbody
{
	background-color: #94a6ce;
}
.container_c tbody tr td
{
	background-color: #ebf1fb;
	border-bottom: 1px solid #fff;
	height: 20px;
}
.container_d tbody
{
	background-color: #ccc;
}
.container_d tbody tr td
{
	background-color: #f4f4f4;
}
.container_e tbody
{
	background-color: #ff9147;
}
.container_e tbody tr td
{
	background-color: #fff0e7;
}
.container_f
{
	border-left: 1px solid #ff6600; 	
	border-right: 1px solid #ff6600; 	
	border-bottom: 1px solid #ff6600; 	
}
.container_f tbody
{
	background-color: #ff6600;
}
.container_f tbody tr td
{
	background-color: #fff;
}
.container_g tbody
{
	background-color: #99AEC3;
}
.container_g tbody tr td
{
	background-color: #CCD6E1;
	border-bottom: 1px solid #fff;
}
.container_g tbody tr td.alt
{
	background-color: #E5EAF0;
	border-bottom: 1px solid #fff;
}
.container_g tbody th a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.container_h
{
	border-left: 1px solid #cbd2e2;
	border-right: 1px solid #cbd2e2;
	border-bottom: 1px solid #cbd2e2;
}
.container_h tbody
{
	background-color: #94a6ce;
}
.container_h tbody tr td
{
	background-color: #fafafa;
}
.container_h.border_top
{
	border-top: 1px solid #cbd2e2;
}
.container_i tbody
{
	background-color: #CE9782;
}
.container_i tbody tr td
{
	background-color: #eae3d9;
}
.container_j
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.container_j tbody
{
	background-color: #ccc;
}
.container_j tbody tr td
{
	background-color: #fff;
}
.container_k
{
	border-left: 1px solid #596da7;
	border-right: 1px solid #596da7;
	border-bottom: 1px solid #596da7;
}
.container_k tbody
{
	background-color: #596da7;
}
.container_k tbody tr td
{
	background-color: #fff;
}
.container_l
{
    border-left: 1px solid #ffdabe;
    border-right: 1px solid #ffdabe;
    border-bottom: 1px solid #ffdabe;
}
.container_l tbody {
    background-color: #FFD4B9;
}
.container_l tbody th
{
    color:#000000;
}
.container_l tbody tr td
{
    background-color: #FFF;
}
.container_m
{
	border: 1px solid #D5DEE7;
}
.container_m tbody th
{
	color: #333366;
	padding: 5px 6px 6px 5px;
	background: url(../images/gradient_theme.png);
	background-repeat: repeat-x;
	border-bottom: 0px;
}
.container_m tbody th div.hr_1
{
	margin-bottom: 5px;
	margin-top: 6px;
}
.container_m tbody th h1
{
	margin-bottom: 3px;
}
.container_m tbody tr td
{
	background-color: #F4F5F9;
}
.container_m .alternatecolor
{
	background-color: #D0DDEB;
}
.container_n
{
	border: 1px solid #D5DEE7;
}
.container_n tbody th
{
	color: #333366;
	padding: 5px 6px 6px 5px;
	background: url(../images/gradient_theme.png);
	background-repeat: repeat-x;
	border-bottom: 0px;
}
.container_n tbody th div.hr_1
{
	margin-bottom: 5px;
	margin-top: 6px;
}
.container_n tbody th h1
{
	margin-bottom: 3px;
}
.container_n tbody tr td
{
	background-color: #D0DDEB;
}
.container_o
{
	border: 1px solid #DDE4E5;
}
.container_o tbody th
{
	color: #333366;
	padding: 5px 6px 6px 5px;
	background: url(../images/gradient_gray.png);
	background-repeat: repeat-x;
	border-bottom: 0px;
}
.container_o tbody th div.hr_4
{
	margin-bottom: 5px;
	margin-top: 6px;
}
.container_o tbody th h1
{
	margin-bottom: 3px;
 	color: #ff6600;
}
.container_o tbody tr td
{
	background-color: #F2F2F2;
}
.container_p
{
	border: 1px solid #D5DEE7;
}
.container_p tbody th
{
	color: #333366;
	padding: 5px 6px 6px 5px;
	border-bottom: 0px;
}
.container_p tbody th div.hr_1
{
	margin-bottom: 5px;
	margin-top: 6px;
}
.container_p tbody th h1
{
	margin-bottom: 3px;
}
.container_p tbody tr td
{
	background-color: #FFFFFF;
}

.container_q
{
	border-left: 1px solid #1D3666;
	border-right: 1px solid #1D3666;
	border-bottom: 1px solid #1D3666;
}
.container_q tbody
{
	background-color: #1D3666;
}
.container_q tbody tr td
{
	background-color: #fff;
}

/*============================================ _V2 Containers =====*/
.container_body tbody tr td {
    padding: 0px 15px 3px 15px;
}
.border_tab_all
{
    border: solid 1px #D0DDEB;
}
.border_tab_bottom
{
    border-left: 1px solid #D0DDEB;
    border-right: 1px solid #D0DDEB;
    border-bottom: 1px solid #D0DDEB;
}
.border_tab_side
{
    border-left: 1px solid #D0DDEB;
    border-right: 1px solid #D0DDEB;    
}
.container_contact tbody
{
	background-color: #DBDFEC;
}
.container_contact tbody th
{
	color:#000;
    border-bottom: 1px solid #DBDFEC;
}
.container_contact tbody tr td
{
	background-color: #DBDFEC;
}
.container_contact_ccc tbody tr td
{
	vertical-align: top;
	padding: 5px;
}
.container_contact_ccc input,
.container_contact_ccc textarea
{
	width: 250px;
}
.container_contact_ccc input.zip
{
	width: 50px;
}
.container_contact_ccc input.city
{
	width: 196px;
}
.container_contact_ccc input.but
{
	width: 100px;
}
.container_theme
{
	border: 1px solid #D5DEE7;
}

div.container_theme
{
	border: 1px solid #D5DEE7;
	background-color: #F4F5F9;
}
.container_theme tbody th
{
	padding: 0px 0px 0px 1px;
	height: 62px;
}
.container_theme tbody tr td
{
	background-color: #F4F5F9;
	padding: 5px 6px 6px 12px;
}
.container_theme div.text
{
	padding: 6px 0px 6px 0px;
	line-height: 15px;
}
.container_theme2
{
	border: 1px solid #D5DEE7;
	background-color: #FFF7E7;
}
.container_theme2 tbody th
{
	padding: 0px 0px 0px 0px;
	height: 62px;
}
.container_theme2 tbody tr td
{
	vertical-align: top;
	height: 149px;
	padding: 20px;
}

/*============================================ Container System Messages =====*/
.container_information {
	border: 1px solid #999999;
}

.container_information th {
	background-color: #999999;
}
.container_information tr td {
	background-color: #FFFFFF;
	color: #999999;
}
.container_information div {
	background-color: #999999;
}

.container_warning {
	border: 1px solid #DF0000;
}
.container_warning th {
	background-color: #DF0000;
}
.container_warning tr td {
	background-color: #FFFFFF;
	color: #DF0000;
}
.container_warning div {
	background-color: #DF0000;
}

.container_confirmation {
	border: 1px solid #390;
}
.container_confirmation th {
	background-color: #390;
}
.container_confirmation tr td {
	background-color: #FFFFFF;
	color: #390;
}
.container_confirmation div {
	background-color: #390;
}
/*============================================ Container Generic/Neutral =====*/
.container_neutral
{
    border: 1px solid #ccc;
}
.container_neutral tbody {
    background-color: #ccc
}
.container_neutral tbody th
{
    color:#000000;
}
.container_neutral tbody tr td {
    background-color: #f4f4f4;
}
.container_similarobjects
{
    border: none;   
}
.container_similarobjects a
{
    color: #666361;
}
.container_similarobjects h1
{
    color: #666361;
}
.container_similarobjects tbody tr td
{
    padding: 5px 5px 5px 5px;
    color: #A8A8A8;
}
.container_sponsor
{
    border: 1px solid #D0DDEB; 
    height: 123px;
}
.container_sponsor tr
{
    cursor: pointer;
}
.container_nopadding tbody th
{
	padding: 0px 0px 0px 0px;
}
.container_nopadding tbody tr td
{
	padding: 0px 0px 0px 0px;
}
.container_nostyles
{
	margin-top: 2px;
}
.container_nostyles tbody th
{
	padding: 0px 0px 0px 0px;
	background-color: Transparent;
}
.container_nostyles tbody tr td
{
	padding: 0px 0px 0px 0px;
	background-color: Transparent;
}
.container_home_tab *
{
	margin:0;
	padding:0;
}
.container_home_tab h1
{
	margin: 0;
	padding: 0px 0px 8px 0px;
	
}

.container_home_tab div
{
	margin:0;
	padding:0;
	vertical-align:top;
}
/*============================================ ToolBox =====*/
.toolbox
{
    width: 100%;    
	padding: 0px 5px 3px 5px;
	line-height: 17px;
	border: solid 1px #DBDFEC;
}
.toolbox tbody th
{    
    background-color: #fff7e7;    
}

.toolbox tbody tr td
{    
    background-color: #fff7e7;
    padding: 3px 5px 3px 5px;
}

.toolbox a
{
	font-size: 11px;
	text-decoration: none;
	color: #596EA7;
}

.toolbox img
{
	width: 21px;
	height: 17px;
	border: 0px;
	float: none;
	margin-right: 3px;
	background-color: #596EA7;
}

.toolbox div
{
    width: 100%;
	margin-left: 0px;
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	display: block;
	background-color: #fff7e7;
}
/*============================================ Container Markers =====*/
.marker_right_arrow 
{
	background:transparent url(/IS24Web/Images/marker_right_arrow.gif) no-repeat scroll 1px 1px;
	border:1px none;
	padding-left:10px;
}

.marker_right_red_arrow 
{
	background:transparent url(../images/icon_arrow_red.png) no-repeat scroll 1px 1px;
	padding-left:15px;
	padding-bottom:2px;
}

/*============================================ Overridden from Wl 1 : change in Wl2 when going live... =====*/
.is24_width_all_elements
{
	width: 830px;
	margin-left: 7px;
	margin-right: 10px;
}

.cell_content
{
	width: 655px;
}

.arrow_right
{
	background:transparent url(../images/icon_arrow_red.png) no-repeat scroll 1px 1px;
	background-position:left top;
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-bottom:20px;
}
/*================= Where tab =====================*/
.where_tabs
{
    width: 330px;
    height: 35px;
    padding: 7px 7px 7px 7px;
    border-collapse: collapse;
    background-color: #BDCFE1;
    vertical-align: top;
}
.where_t_active
{
    background-color: #BDCFE1;
    padding: 0px 7px 0px 7px;
    margin-right:2px;
    height: 25px;
    float:left;
    line-height: 24px;
    vertical-align:bottom;    
}
.where_t_inactive
{
    background-color: #D9E3EF;    
    padding: 0px 7px 0px 7px;
    margin-top:2px;
    margin-right:2px;
    height: 23px;
    float:left;
    line-height: 21px;
    vertical-align:bottom;
}
.where_input
{
    width:316px;	
}
#where_tab1
{
    background-color:#BDCFE1;   
    vertical-align: top;         
}
#where_tab2
{
    background-color:#BDCFE1;
    vertical-align: top;         
}
#where_tab3
{
    background-color:#BDCFE1;
    vertical-align: top;         
} 

/*============================================ used for the main search mask =====*/
.container .header { height:24px; }
.container .gap_20 { height:20px;  line-height:0px;  }
.container .gap_10 { height:8px; line-height:0px; }
.container .gap_5 { height:5px; line-height:0px; }
.container .gap_16 { height:16px; line-height:0px; }
.label_right { float:right;padding-right:5px }
.label_left { float:left; }

/*=== All colors on the first panel should be 134070 except for the description text*/
#detailPane td
{
	color: #134070;
}

#detailPane th
{
	color: #134070;
}

#detailPane a:link
{
	color: #3300CC;
}

#detailPane a:visited
{
	color: #333366;
}

#detail_descr_text
{
	color: #000;	
}

.marker
{
	float:left;
}

.comments
{
	padding-left:130px;
}

div.keeplistPadding
{
	padding-left:130px;	
	color:#333366;
}

span.keeplistPadding
{
	color:#333366;
	padding-left:0px;
}

.commentform
{
	padding-left:130px;
}

.comments div
{
	border: 1px black solid;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:3px;
}

.inactive
{
	
	color: #A3A3A3;
}

.label
{
	margin-right:30px;
	width:100px;
}

#searchjobplusform div
{
	padding-bottom:5px;
}

/*============================================ Keeplist =====*/
.container_long
{
	clear:both;	
}
.container_long div
{
	float:left;
	width:146px;
	padding:2px;
}

.container_long .comments div
{
	width:130px;
}

.commentform input.open
{
	width:180px;
}

.container_long td
{
    border: solid 1px white;
    vertical-align: top;
    padding:5px !important;
}

.container_long td.table_v_def_c
{
    background-color: #ebf1fb;
}

.container_long td.table_v_first_c
{
    background-color: #fff0e7;
}

.container_long td.table_v_alt_c
{
    background-color: #ccc;
}
.commentBox
{
    width: 300px;
    height: 75px;
}

.container_theme
{
	border:none !important;
}

.container_theme tbody tr td
{
	background: none !important;
}

/*============================== member billing details =====*/
/*===section used by Member/BillingDetails.aspx===*/
.billing_overview tr th
{
	background-color: #BBBBBB;
	font-weight: bold;
	text-align: center;
}
.billing_overview tr td
{
	border-bottom: 1px solid #A8BCCE;
	text-align: center;
	vertical-align: top;
}
.billing_overview .right
{
	padding-right: 15px;
	text-align: right;
}

.billing_detail tr th
{
	padding: 3px 6px 3px 5px;
	background-color: #BBBBBB;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.billing_detail tbody tr td
{
	padding: 0px 6px 3px 5px;
	border-bottom: 1px solid #A8BCCE;
	vertical-align: top;
}

.billing_detail .right
{
	padding-right: 6px;
	text-align: right;
}

.billing_detail .rightbold
{
	padding-right: 6px;
	text-align: right;
	font-weight: bold;
}

.innerBox
{
    padding: 10px 10px 10px 10px;
}

.innerBoxLine
{
    padding: 0px 0px 5px 0px;
}

.boxSpacing
{
    padding: 15px 0px 0px 0px;
}

.exportBox
{
    /*border-top: solid 1px #A8BCCE;*/
    margin-top: 2px;
    padding: 0px 5px 0px 0px;
    text-align: right;
}

.pageMessage
{
    background-color: #FFE3E3; 
    border: solid 1px #FCB1B1; 
    padding: 3px 3px 3px 3px;
    margin: 0px 3px 0px 3px;
}

.borderLeft
{
    border-left-style: solid; 
    border-left-width: 1px; 
}

.borderRight
{
    border-right-style: solid; 
    border-right-width: 1px; 
}

.borderTop
{
    border-top-style: solid; 
    border-top-width: 1px; 
}

.borderBottom
{
    border-top-style: solid; 
    border-top-width: 1px; 
}

.gridColGrouping
{
    background-color: #DCE2E8;
    border-color: #8898A6;
}

.gridColGroupingHeader
{
    border-color: #8898A6;
    text-align: center !Important; 
    vertical-align: bottom !Important;
}

.gridColGroupingSummary
{
    font-weight: bold;
    background-color: #DCE2E8;
    border-color: #8898A6;
}

.gridSummary
{
    font-weight: bold;
    /*background-color: #FCFCE3;*/
    /*background-color: #DCE2E8;*/
}

/*============================== free text box =====*/
div.free_text_box
{
	/*border: 1px solid #ccc;*/
	/*width: 70%;*/
}
div.free_text_box td
{
	background-color: #F3F5F7;
	padding-left: 0px;
}
/*============================== prefab houses =====*/
.editFacades, .editLocations 
{
	cursor: pointer;
}

.fablocationsHolder table td, .facadesHolder table td
{
	text-align: left;
}

.inactive_textbox
{
	background-color: #D6D6D6;
}
/*============================== prefab houses Search =====*/
.search-right
{
	text-align: right; 
}
.ph_teaser_left
{
	width: 320px;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
}
.ph_teaser_right
{
	vertical-align: top;
}

.phsearch td
{
	height: 35px !important;
	vertical-align: bottom;
}
td.last_row
{
	padding-bottom: 15px !important;
}

td.first_row
{
	padding-top: 15px !important;
}

table.ph_gallery tr td
{
	line-height: 15px;
}

.hidden_teaser
{
	display: none;
}

/*================= Statistics =================*/
table.bordered th, table.bordered td
{
	border-left: 1px solid #CBD2E2;
	border-right: 1px solid #CBD2E2;
}

table.smaller_padding tr th, table.smaller_padding tr td
{	
	padding: 0 10px 5px;
}


