@CHARSET "UTF-8";
/** = Structure
-------------------------------------------------------------- */
.valign_top { vertical-align: top !important; }
.valign_middle { vertical-align: middle !important; }
.valign_bottom { vertical-align: bottom !important; }
.border{ border: 1px solid #CACACA; }

a.none{
	text-decoration: none;
}

a.none:HOVER{
	text-decoration: underline;
}

.float_l { float: left; }
.float_r { float: right; }
.clear_b { clear: both; }

.hide { display: none; }
.display_b { display: block; }
.display_i_b { display: inline-block; }
.position_rel { position: relative; }

.f_trebuchet{font-family: Trebuchet MS;}
.f_s_11{font-size: 11px;}
.f_s_14{font-size: 14px;}

.p_5 { padding: 5px }
.p_10 { padding: 10px }
.p_t_3{ padding-top: 3px;}
.p_t_10 { padding-top: 10px; }
.p_t_20 { padding-top: 20px; }
.p_b_5 { padding-bottom: 5px; }
.p_b_10 { padding-bottom: 10px; }
.p_l_5 { padding-left: 5px; }
.p_l_10 { padding-left: 10px; }
.p_l_20 { padding-left: 20px; }
.p_r_5 { padding-right: 5px; }
.p_r_10 { padding-right: 10px; }
.p_lr_10 {padding-left: 10px !important; padding-right: 10px !important;}
.p_lr_17 {padding: 0 17px;}

.m_t_10 { margin-top: 10px; }
.m_b_10 { margin-bottom: 10px; }
.m_t_-10 { margin-top: -10px; }
.m_t_20 { margin-top: 20px; }
.m_b_20 { margin-bottom: 20px; }
.m_l_0 { margin-left: 0px !important; }
.m_t_b_5 {margin-top: 5px; margin-bottom: 5px;}
.m_b_5 { margin-bottom: 5px; }
.m_5 { margin: 5px; }
.m_10 { margin: 10px; }
.m_0{margin: 0 !important;}

.color_b3 { color: #b3b3b3; }
.color_a2 { color: #a2a2a2; }
.l_h_25{line-height: 25px;}


.table {
	height: 100%;
	display: table;
}
	.table>div {
		display: table-cell;
		vertical-align: top;
	}

.w_320 {width: 320px !important;}
.w_100 {width: 100% !important;}
.w_99 {width: 99% !important;}
.w_90 {width: 90% !important;}
.w_50 {width: 50% !important;}

.w_200 {width: 200px;}
.w_170 { width: 170px; }
.w_101 {width: 101%;}
.w_220 {width: 220px;}
.w_150px{width: 150px;}
.w_105px{width: 105px;}
.w_100px{width: 100px !important;}

.f_11 {font-size: 11px;}
.f_16 {font-size: 16px;}

.comm_bg1{background-color: #E9E9E9;}
.comm_bg2{background-color: #F0F0F0;}

.data_line {
    padding: 10px 0;
   background-color: #E9E9E9;
}
.data_line:nth-child(2n+1) {
    background-color: #F0F0F0;
}
.data_line.table {
    width: 100%;
}
    .data_line .data_key {
        text-align: right;
        width: 200px;
        padding-right: 20px;
    }
    .data_line .data_value {
        color: #333;
    }
    .data_line .data_value div {
        line-height: 20px;
    }
.alert_text {
    font-size: 15px;
    text-transform: uppercase;
    color: #E1211C;
}

.grey_background{
	background:  #E9E9E9;
}

.min_h_235{
	min-height: 235px;
}

.grey_text {
    font-size: 15px;
    text-transform: uppercase;
    color: #666;
}
.small_desc_text {
    font-size: 11px;
    color: #A2A2A2;
}

.align_left {text-align: left;}
.align_center, .textCenter {text-align: center;}
.align_justify {text-align: justify;}
.align_right {text-align: right;}
	
table.table_block{display: inline-block}
table.table_block tr{display: inline-block}

.left{float: left;}
.right{float: right;}
.clear{clear: both;}