/*========== Miscellaneous ============*/

/*===== colors ====*/
.green { color: #6ab300; }
.red { color: #d74300; }
.gray { color: #999;}
.lGreen { color: #aab68f; }

/*===== highlight ====*/
.highlight {
	font-style: italic;
	color: #fff;
	background: #d74300;
	display: inline;
}
a.highlight { 	
	color: #d33100; 
	text-decoration: none; 
	background: #ffffa3;
}

/*===== borders ====*/
.borderTop { border-top: 1px solid #cebfb2; }
.noborder { border: none !important; }

/*===== align ====*/
.fLeft { float: left; }
.fRight { float: right; }
.acenter { margin: .5em auto; }
.center { text-align: center; }

.lastItem { margin-right: 0!important; }

/*===== image ====*/
.imgsL {
	width: 450px;
}
.imgsM {
	width: 300px;
}
.imgsS {
	width: 150px;
}

.imgL {
	float: left;
	margin: 0 1em 1em 0;
}
.imgR {
	float: right;
	margin: 0 0 1em 1em;
}

/*===== bgs ====*/
.nobg { background: none !important;}
.ybg { background: yellow; }


/*===== margins ====*/
.mT0 { margin-top: 0 !important;}
.mT5 { margin-top: 5px !important;}
.mT10 { margin-top: 10px !important;}
.mT12 { margin-top: 12px !important;}
.mT15 { margin-top: 15px !important;}
.mT20 { margin-top: 20px !important;}
.mT24 { margin-top: 24px !important;}

.mR0 { margin-right: 0 !important;}
.mR5 { margin-right: 5px !important;}
.mR10 { margin-right: 10px !important;}
.mR12 { margin-right: 12px !important;}
.mR15 { margin-right: 15px !important;}
.mR20 { margin-right: 20px !important;}
.mR24 { margin-right: 24px !important;}

.mB0 { margin-bottom: 0 !important;}
.mB5 { margin-bottom: 5px !important;}
.mB10 { margin-bottom: 10px !important;}
.mB12 { margin-bottom: 12px !important;}
.mB15 { margin-bottom: 15px !important;}
.mB20 { margin-bottom: 20px !important;}
.mB24 { margin-bottom: 24px !important;}

.mL0 { margin-left: 0 !important;}
.mL5 { margin-left: 5px !important;}
.mL10 { margin-left: 10px !important;}
.mL15 { margin-left: 15px !important;}


/*===== others ====*/
.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}
ul.common li {
	margin: 4px 0 !important;
	padding: 0 0 0 12px !important;
	background: url(../imgs/bullet_ul_li_overall_5x4.gif) no-repeat 0 7px;
	line-height: 150%;
}

.textIndent {
	text-indent: 2em;
}
.small, .small a {
	font-size: 11px !important;
}
.pagetitle { 
	text-align: center; 
	margin: 1em 0 2.5em 0;
	font-size: 20px;
	font-family: Georgia, SimHei, sans-serif;
}
.fZ14 { font-size: 14px; }


.searchBar {
	margin: 1em 0;
}
.dNone { display: none; }
.messageSent {
	color: #6ab300;
	margin: 2em 0;
	line-height: 24px;
}
