/*Basic format class*/
.loading_100{
	background:url(../images/ajax-loader-big.gif) no-repeat center 100px;
}
.loading_center{
	background:url(../images/ajax-loader-big.gif) no-repeat center center;
}
.txtCenter{
	text-align: center;
}
.txtRight{
	text-align: right;
}
.justify{
	text-align: justify;
}
.w30{
	width: 30px;
}
.w40{
	width: 40px;
}
.w50{
	width: 50px;
}
.w80{
	width: 80px;
}
.w100{
	width: 100px;
}
.w120{
	width: 120px;
}
.w150{
	width: 150px;
}
.w180{
	width: 180px;
}
.w200{
	width: 200px;
}
.w250{
	width: 250px;
}
.w270{
	width: 270px;
}
.w300{
	width: 300px;
}

.h20{
	height: 20px;
}
.h30{
	height: 30px;
}
.h35{
	height: 35px;
}
.h40{
	height: 40px;
}
.h50{
	height: 50px;
}
.h80{
	height: 80px;
}
.h100{
	height: 100px;
}
.bg_0{
	background-color: #000000;
}
.bg_f{
	 background-color: #ffffff;
}
.bg_f1{
	background-color: #f1f1f1;
}
.bg_f8{
	background-color: #f8f8f8;
}
.bg_e1{
	background-color: #e1e1e1;
}
.bg_3{
	background-color: #333333;
}
.bg_6{
	background-color: #666666;
}
.bg_9{
	background-color: #999999;
}
.bg_c{
	background-color: #cccccc;
}
.bg_d{
	background-color: #dddddd;
}
.bg_9d234c{
	background-color: #9d234c;
}
.bg_ccc {
    background-color: #e9e9e9;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    
}
.bg_efc{
	background-color: #EEFFCC;
	border: 1px solid #CCEECC;
}
.bg_cec{
	background-color: #CCEECC;
}
.bg_06f{
	background-color: #0066ff;
}
.bg_6cf{
	background-color: #66ccff;
}
.bg_36c{
	background-color: #3366cc;
}
.bg_9c{
	background-color: #999ccc;
}
.bg_39f{
	background-color: #3399ff;
}
.bg_glass{
	background-color: rgba(0,0,0,0);
}
.bg_glass_50{
	background-color: rgba(0,0,0,0.5);
}
.bg_f_50{
	background-color: rgba(255,255,255,0.5);
}
.bg_fc0{
	background-color: #f1ff00;
}
.bg_fc0:hover{
	background-color: #ffff00;
}
.img_bd_1{
	border: 1px solid #f1f1f1;
	padding: 1px;
}
.bo_0{
	border: 0;
}
.bo_c{
	border: 1px solid #cccccc;
}
.bo_1, .bo_f1{
	border: 1px solid #f1f1f1;
}
.bo_t{
	border-top: 1px solid #f1f1f1;
}
.bo_t_d{
	border-top: 1px dotted #e1e2e3;
}
.bo_bt{
	border-bottom: 1px solid #f1f1f1;
}
.bo_bt_d{
	border-bottom: 1px dotted #e1e2e3;
}
.bo_ra{
	border-radius: 3px;
}
.bo_dotted{
	border: 1px dotted #e1e2e3;
}
.bo_9d234c{
	border: 1px solid #9d234c;
}
.ul_1{
	color: #3b5998;
    margin-left: 12px;
}
.ul_1 li, ul.square li{
	padding-top: 5px;
	list-style-type: square;
	display: list-item;
}
.red{
	color: red !important;
}
.c_0{
	color: #000000;
}
.c_f{
	color: #ffffff;
}
.c_9{
	color: #999999;
}
.c_6{
	color: #666666;
}
.c_3{
	color: #333333;
}
.c_399{
	color: #339999;
}
.c_409700{
	color: #409700;
}
.c_060{
	color: #006600 !important;
}
.c_06f{
	color: #0066ff !important;
}
.c_f63{
	color: #ff6633;
}
.c_630{
	color: #663300 !important;
}
a.c_630:hover{
	color: #A35200;
}
a.highlight:hover{
	color: #0066ff;
	background-color: #ffffff;
}
.c_c20027{
	color: #c20027;
}
.c_9d234c{
	color: #9d234c;
}
.c_900f33{
	color: #900f33 !important;
}
.c_900f0f{
	color: #900f0f;
}
.c_008AB8, a.c_008AB8, .u_box .c_008AB8, .txt_blue{
	color: #008AB8;
}
.txt_blue.unlike{
	color: #999999;
}
.c_84b8d9{
	color: #84b8d9;
}
.c_169{
	color: #116699;
}
.c_c00{
	color: #cc0000 !important;
}
.c_fb3{
	color: #ffbb33 !important;
}
.btext{
	font-weight: bold;
}
.utext{
	text-decoration: underline;
}
.ntext{
	font-weight: normal;
}
.mtext{
	font-size: 11px;
}
.ltext{
	font-size: 14px;
}
.xltext{
	font-size: 16px;
}
.xxltext{
	font-size: 18px;
}
.text_18{
	font-size: 18px;
}
.text_20{
	font-size: 20px;
}
.f24{
	font-size: 24px;
}
.f14{
	font-size: 14px;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 18px;
}
.upcase{
	text-transform: uppercase;
}
.va{
	vertical-align: middle;
}
.nw{
	white-space: nowrap;
}
.lh_16{
	line-height: 16px;
}
.lh_22{
	line-height: 22px;
	vertical-align: middle;
}
.lh_30{
	line-height: 30px;
}
.p_2{
	padding: 2px;
}
.p_3{
	padding: 3px;
}
.p_4{
	padding: 4px;
}
.p_5{
	padding: 5px;
}
.p_10{
	padding: 10px;
}
.pt_3{
	padding-top: 3px;
}
.pt_5{
	padding-top: 5px;
}
.pt_10{
	padding-top: 10px;
}
.p_0{
	padding: 0;
}
.p_0_2{
	padding: 0 2px;
}
.p_0_3{
	padding: 0 3px;
}
.p_0_5{
	padding: 0 5px;
}
.p_0_10{
	padding: 0 10px;
}
.p_2_0{
	padding: 2px 0;
}
.p_3_0{
	padding: 3px 0;
}
.p_5_0{
	padding: 5px 0;
}
.p_10_0{
	padding: 10px 0;
}
.pl_10{
	padding-left: 10px;
}
.pl_20{
	padding-left: 20px;
}
.m_0{
	margin: 0px;
}
.mt_5{
	margin-top: 5px;
}
.mbt_5{
	margin-bottom: 5px;
}
.mr_5{
	margin-right: 5px;
}
.mr_10{
	margin-right: 10px;
}
.ml_5{
	margin-left: 5px;
}
.ml_10{
	margin-left: 10px;
}
.ml_20{
	margin-left: 20px;
}
.mr_20{
	margin-right: 20px;
}
.mt_10{
	margin-top: 10px !important;
}
.mbt_10{
	margin-bottom: 10px !important;
}
.mbt_20{
	margin-bottom: 20px;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.relative{
	position: relative;
}
.popdiv, .hide {
    display: none;
}
.block{
	display: block;
}
.hidden{
	display: none;
}
.shadow{
	box-shadow: 0.2em 0.2em 0.4em #999999;
	-moz-box-shadow: 0.2em 0.2em 0.4em #999999;
	-webkit-box-shadow: 0.2em 0.2em 0.4em #999999;
}
.inner_shadow{
	-moz-box-shadow:0 1px 0 #999999 inset;
    -webkit-box-shadow:0 1px 0 #999999 inset;
    box-shadow:0 1px 0 #999999 inset;
}

.inline{
	display: inline;
}
.inline-block{
	display: inline-block;
}
.hover_u:hover{
	text-decoration: underline;
}
.hover_sw:hover, .hover_sw:hover a{
	color: #ffffff;
	background-color: #33a8e4; /*#00a8e4;*/
}
.hover_sw:hover, .hover_sw:hover a{
	color: #ffffff;
	background-color: #6699cc; /*#00a8e4;*/
}
.hover_shadow_1:hover{
	box-shadow: 0.1em 0.1em 0.2em #999999;
	-moz-box-shadow: 0.1em 0.1em 0.2em #999999;
	-webkit-box-shadow: 0.1em 0.1em 0.2em #999999;
}
.hover_shadow:hover{
	box-shadow: 0.2em 0.2em 0.4em #999999;
	-moz-box-shadow: 0.2em 0.2em 0.4em #999999;
	-webkit-box-shadow: 0.2em 0.2em 0.4em #999999;
}
.hover_e1:hover{
	background-color: #e1e1e1; /*#00a8e4;*/
}
.hover_f1:hover{
	background-color: #f1f1f1; /*#00a8e4;*/
}
.hover_f8:hover{
	background-color: #f8f8f8; /*#00a8e4;*/
}
.hover_bg:hover{
	background-color: #f1f1f1; /*#00a8e4;*/
}
.hover_bg_efc:hover{
	background-color: #EEFFCC; /*#00a8e4;*/
}
.hover_c_36c:hover{
	color: #3366cc; /*#00a8e4;*/
}
.txt_shadow{
	text-shadow: 0.1em 0.1em 0 #666666;
	/*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);*/
}
a.noline:hover{
	text-decoration: none;
}

.overhide{
	overflow: hidden;
}
.pointer{
	cursor: pointer;
}
/*End basic format class*/
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 480px) {
	/*.mtext{
		font-size: 12px;
	}
	.ltext{
		font-size: 16px;
	}
	.xltext{
		font-size: 18px;
	}*/
}