/* Common Tools */
.autoHeight{height:auto;min-height:1px;}
* html autoHeight{height:1px;}
.antiFloat{overflow:auto;}
.overhidden{overflow:hidden;}
.invisible{visibility: hidden;}
/*apperance*/
.dT{border-top:1px dashed #888;}
.dB{border-bottom:1px dashed #888;}
.dL{border-left:1px dashed #888;}
.dR{border-right:1px dashed #888;}
.dA{border:1px solid #888;}
.dbb{border-bottom:1px dashed #E4E4E4;}
.bb{border-bottom:1px solid #888;}
.br{border-right:1px solid #888;}
.bl{border-left:1px solid black;}
.blg{border-left:1px solid #E4E4E4;}
.tb{border-top:1px solid #888;}
.nb{border:none;}
.height30{height:30px;}
.half{width:50%;}
.nbg{background:none;}
.bolder{font-weight:bolder; color:#717170;}
/*font*/
h1{font-size:24px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:10px;}
h7{font-size:9px;}
.bd{font-weight:bold;}
.def{font-size:28px;}
.textTro{text-decoration:line-through;}
.textMiddle{text-align:center;}
.textLeft{text-align:left;}
.textRight{text-align:right;}
.textTL{text-decoration:line-through;}
/*color*/
.red{color:#E20000;}
.gray{color:#888;}
.black{color:black;}
.bggray{background-color:#E4E4E4;}
/*position*/
.absolute{position:absolute;}
.relative{position:relative;}
.f_l,
.floatLeft{float:left;}
.f_r,
.floatRight{float:right;}
.noFloat{float:none;}
.hidden{display:none;}
.show{display:block;}
.inline{display:inline;}
.positionRight{position:absolute;right:0;}
.layer2{position:relative;z-index:2;}
/*Movement*/
.eG{margin:10px;}
.eGT{margin-top:10px;}
.eGT2{margin-top:20px;}
.eGB{margin-bottom:10px;}
.eGB2{margin-bottom:20px;}
.eGR{margin-right:10px;}
.eGL{margin-left:10px;}
.eGR2{margin-right:20px;}
.eGL2{margin-left:20px;}
.eGL3{margin-left:30px;}
.eGL4{margin-left:40px;}
.eGL8{margin-left:80px;}
.eGL14{margin-left:140px;}
.eGT3{margin-top:30px;}
.eP{padding:10px;}
.ePB{padding-bottom:10px;}
.ePB2{padding-bottom:20px;}
.ePT{padding-top:10px;}
.ePL{padding-left:10px;}
.ePR{padding-right:10px;}
.ePR2{padding-right:20px;}
.ePL2{padding-left:20px;}
.ePL23{padding-left:23px;}
.ePL3{padding-left:30px;}
.ePL10{padding-left:100px;}
.eNM{margin:0;}
.eNP{padding:0;}
.stretch{width:100%;}
.middle{margin:0 auto;}
.clear{clear:both;}
.mT2{position:relative;top:-20px;}
/*table*/
table.layoutAuto{table-layout:auto;}
table.layoutFixed{table-layout:fixed;}
table.stretch{border-collapse:collapse;width:100%;}
/*Ajax Debug*/
blockquote.ajax{display:none;}
div#jsDebug{height:auto;background-color:black;color:white;font:bolder 13px Arial;text-align:left;width:80%;margin:0 auto;padding:10px;line-height:20px;}
div#jsDebug p span{color:red;text-align:center;}
div#jsDebug p {margin:10px 0;display:block;}