html{background:#fff;color:#333;font:12px/1.5em Arial,Helvetica,sans-serif;}
article,aside,details,footer,header,hgroup,menu,nav,section,summary{display:block;}
audio,canvas,figure,figcaption,video{display:inline-block;*display:inline;*zoom:1;}
blockquote,body,dd,details,dl,figure,form,h1,h2,h3,h4,h5,h6,input,ol,p,select,summary,td,textarea,ul{margin:0;padding:0;}

a{color:#024;text-decoration:none;cursor:pointer;outline:none;}
a:hover{color:#06c;}
a:focus{outline:thin dotted;}
a:active,a:hover{outline:0;}
a[href^="mailto:"]{word-wrap:break-word;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
address{font-style:normal;}

form{display:inline;}
h1,h2,h3,h4,h5,h6{display:inline-block;font-weight:normal;}
h1{font-size:1.5em;}
h2{font-size:1.1em;}
h3{font-size:1em;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}

iframe{background:transparent;border:0;}
img{border:0;}
mark{background:none;}

ol,ul{list-style:none;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}

table{border-collapse:collapse;border-spacing:0;}
table[align="center"]{margin:0 auto;}
th{text-align:left;}


/***** FORM STYLES *****/
button,input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;overflow:visible;}
button[disabled],input[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;}

.input,select,textarea{background-color:#fafafa;border:1px solid #ccc;padding:3px;outline:none;}
.input,button,select,textarea{font-family:inherit;font-size:inherit;color:inherit;}
button:hover,.button:hover,.input:focus,select:focus,textarea:focus{
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.15);-moz-box-shadow:0 0 5px rgba(0,0,0,.15);box-shadow:0 0 5px rgba(0,0,0,.15);
}
.input:focus,select:focus,textarea:focus{border-color:#bbb;}
textarea{overflow:auto;}
button,.button{padding:5px 10px;}
.star{color:#c30;font-family:Verdana,Geneva,sans-serif;font-size:.9em;}


/***** LIST STYLES *****/
ol.default,ul.default{margin-left:20px;}
ol.default{list-style:decimal;}
ul.default{list-style:disc;}
ol.decimal{list-style:decimal;}
ol.loweralpha{list-style:lower-alpha;}
ol.lowerroman{list-style:lower-roman;}
ol.upperalpha{list-style:upper-alpha;}
ol.upperroman{list-style:upper-roman;}
ul.circle{list-style:circle;}
ul.square{list-style:square;}


/***** ALIGNMENT STYLES *****/
.tal,.al{text-align:left;}
.tar,.ar{text-align:right;}
.tac,.ac{text-align:center;}
.taj,.aj{text-align:justify;}
.vat{vertical-align:top;}
.vam{vertical-align:middle;}
.vab{vertical-align:bottom;}
.vasub{vertical-align:sub;}
.vasup{vertical-align:super;}
.fl{float:left;*display:inline-block;}
.fr{float:right;*display:inline-block;}
.fo{*zoom:1;} /*IE < 8*/
.fo:before,.fo:after{content:"";display:table;}
.fo:after{clear:both;}
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}


/***** BACKGROUND STYLES *****/
.bgi{background:#fff none no-repeat center center;}
.bgcbb{background-clip:border-box;}
.bgcpb{background-clip:padding-box;}
.bgccb{background-clip:content-box;}
.bgobb{background-origin:border-box;}
.bgopb{background-origin:padding-box;}
.bgocb{background-origin:content-box;}
.bgs100{background-size:100%;}
.bgs100100{background-size:100% 100%;}
.bgsa100{background-size:auto 100%;}


/***** DISPLAY & POSITIONS STYLES *****/
.db{display:block;}
.di{display:inline;}
.dib{display:inline-block;*display:inline;*zoom:1;}
.dn{display:none;}
.dt{display:table;}
.dtc{display:table-cell;}
.dtr{display:table-row;}
.vh{visibility:hidden;}
.vv{visibility:visible;}
.oh,.ofh{overflow:hidden;}
.ov,.ofv{overflow:visible;}
.oxh{overflow-x:hidden;}
.oyh{overflow-y:hidden;}
.oxs{overflow-x:scroll;}
.oys{overflow-y:scroll;}
.oxv{overflow-x:visible;}
.oyv{overflow-y:visible;}
.pa{position:absolute;}
.pf{position:fixed;}
.pr{position:relative;}
.ps{position:static;}

.bsbb{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.bscb{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}


/***** MISCELLANEOUS STYLES *****/
.cp{cursor:pointer;}
.cd{cursor:default;}
.ch{cursor:help;}
.z1{*zoom:1;}
.lsn{list-style:none;}
.bcs{border-collapse:separate;}


/***** FONT SIZE STYLES *****/
.small{font-size:0.9em;}
.xsmall{font-size:0.8em;}
.xxsmall{font-size:0.7em;}
.xxxsmall{font-size:0.6em;}
.xxxxsmall{font-size:0.5em;}
.large{font-size:1.1em;}
.xlarge{font-size:1.2em;}
.xxlarge{font-size:1.3em;}
.xxxlarge{font-size:1.4em;}
.xxxxlarge{font-size:1.5em;}


/***** TEXT FORMAT STYLES *****/
.b{font-weight:bold;}
.bn{font-weight:normal;}
.i{font-style:italic;}
.in{font-style:normal;}
.n{font-weight:normal;font-style:normal;}

.uo a{text-decoration:none;}.uo a:hover,a.uo:hover{text-decoration:underline;}
.uu a{text-decoration:underline;}.uu a:hover{text-decoration:none;}
.u,a.u{text-decoration:underline;}a.u:hover{text-decoration:none;}
.un,.un a,.un a:hover{text-decoration:none;}

.fvsc{font-variant:small-caps;}
.ttc{text-transform:capitalize;}
.ttl{text-transform:lowercase;}
.ttu{text-transform:uppercase;}
.wsnw{white-space:nowrap;}
.wwbw{word-wrap:break-word;word-break:break-all;word-break/* */:normal;}


/***** TEXT COLOR STYLES *****/
.black,.black a,a.black{color:#000;}.black a:hover,a.black:hover{color:#222;}
.blue,.blue a,a.blue{color:#03c;}.blue a:hover,a.blue:hover{color:#06f;}
.brown,.brown a,a.brown{color:#600;}.brown a:hover,a.brown:hover{color:#960;}
.chocolate,.chocolate a,a.chocolate{color:#d2691e;}.chocolate a:hover,a.chocolate:hover{color:#9a4f16;}
.cyan,.cyan a,a.cyan{color:#0ff;}.cyan a:hover,a.cyan:hover{color:#09c;}
.golden,.golden a,a.golden{color:#a0501c;}.golden a:hover,a.golden:hover{color:#c60;}
.gray,.gray a,a.gray{color:#666;}.gray a:hover,a.gray:hover{color:#333;}
.green,.green a,a.green{color:#060;}.green a:hover,a.green:hover{color:#f60;}
.magenta,.magenta a,a.magenta{color:#f0f;}.magenta a:hover,a.magenta:hover{color:#606;}
.maroon,.maroon a,a.maroon{color:#8f002c;}.maroon a:hover,a.maroon:hover{color:#900;}
.orange,.orange a,a.orange{color:#f60;}.orange a:hover,a.orange:hover{color:#f00;}
.purple,.purple a,a.purple{color:#800080;}.purple a:hover,a.purple:hover{color:#4000ff;}
.red,.red a,a.red{color:#f00;}.red a:hover,a.red:hover{color:#c00;}
.silver,.silver a,a.silver{color:#ccc;}.silver a:hover,a.silver:hover{color:#fff;}
.yellow,.yellow a,a.yellow{color:#ff0;}.yellow a:hover,a.yellow:hover{color:#ff9;}
.white,.white a,a.white{color:#fff;}.white a:hover,a.white:hover{color:#eee;}

.black,.blue,.brown,.chocolate,.golden,.gray,.green,.magenta,.maroon,.purple,.red,.hig,.dif,.dul{text-shadow:1px 1px rgba(255,255,255,.75);}
.cyan,.orange,.silver,.yellow,.white{text-shadow:1px 1px rgba(0,0,0,.75);}


/***** FONT FAMILY STYLES *****/
.ffa{font-family:Arial,Helvetica,sans-serif;}
.ffc{font-family:"Courier New",Courier,monospace;}
.ffg{font-family:Georgia,"Times New Roman",Times,serif;}
.fft{font-family:Tahoma,Geneva,sans-serif;}
.ffv{font-family:Verdana,Geneva,sans-serif;}
.ffab{font-family:"Arial Black",Gadget,sans-serif;}
.fflc{font-family:"Lucida Console",Monaco,monospace;}
.ffpl{font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;}
.ffcsms{font-family:"Comic Sans MS",cursive;}
.fflsu{font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;}
.ffmss{font-family:"MS Serif","New York",serif;}
.fftms{font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;}
.fftnr{font-family:"Times New Roman",Times,serif;}


/***** LINE HEIGHT STYLES *****/
.lh0,.lh0px{line-height:0;}
.lh1px{line-height:1px;}
.lh02em{line-height:0.2em;}
.lh05em{line-height:0.5em;}
.lh07em{line-height:0.7em;}
.lh1em{line-height:1em;}
.lh11em{line-height:1.1em;}
.lh12em{line-height:1.2em;}
.lh13em{line-height:1.3em;}
.lh14em{line-height:1.4em;}
.lh15em{line-height:1.5em;}
.lh17em{line-height:1.7em;}
.lh2em{line-height:2em;}
.lh22em{line-height:2.2em;}
.lh25em{line-height:2.5em;}


/***** ALPHA STYLES *****/
.alpha0{opacity:0;filter:alpha(opacity=0);}
.alpha5{opacity:.05;filter:alpha(opacity=5);}
.alpha10{opacity:.1;filter:alpha(opacity=10);}
.alpha20{opacity:.2;filter:alpha(opacity=20);}
.alpha25{opacity:.25;filter:alpha(opacity=25);}
.alpha30{opacity:.3;filter:alpha(opacity=30);}
.alpha33{opacity:.33;filter:alpha(opacity=33);}
.alpha40{opacity:.4;filter:alpha(opacity=40);}
.alpha50{opacity:.5;filter:alpha(opacity=50);}
.alpha60{opacity:.6;filter:alpha(opacity=60);}
.alpha66{opacity:.66;filter:alpha(opacity=66);}
.alpha70{opacity:.7;filter:alpha(opacity=70);}
.alpha75{opacity:.75;filter:alpha(opacity=75);}
.alpha80{opacity:.8;filter:alpha(opacity=80);}
.alpha90{opacity:.9;filter:alpha(opacity=90);}
.alpha95{opacity:.95;filter:alpha(opacity=95);}
.alpha99{opacity:.99;filter:alpha(opacity=99);}


/***** CSS TEXT SHADOWS *****/
.tsb1px{text-shadow:1px 1px rgba(0,0,0,.75);}
.tsb2px{text-shadow:2px 2px rgba(0,0,0,.75);}
.tsw1px{text-shadow:1px 1px rgba(255,255,255,.75);}
.tsw2px{text-shadow:2px 2px rgba(255,255,255,.75);}
.ts0,.ts0px{text-shadow:0 0 transparent;}

/***** MARGIN STYLES *****/
.ma1px a{margin:0 1px;}
.ma1px a:first-child{margin-left:0;}.ma1px a:last-child{margin-right:0;}
.ma2px a{margin:0 2px;}
.ma2px a:first-child{margin-left:0;}.ma2px a:last-child{margin-right:0;}
.ma3px a{margin:0 3px;}
.ma3px a:first-child{margin-left:0;}.ma3px a:last-child{margin-right:0;}
.ma5px a{margin:0 5px;}
.ma5px a:first-child{margin-left:0;}.ma5px a:last-child{margin-right:0;}
.ma7px a{margin:0 7px;}
.ma7px a:first-child{margin-left:0;}.ma7px a:last-child{margin-right:0;}
.ma10px a{margin:0 10px;}
.ma10px a:first-child{margin-left:0;}.ma10px a:last-child{margin-right:0;}
.ma12px a{margin:0 12px;}
.ma12px a:first-child{margin-left:0;}.ma12px a:last-child{margin-right:0;}
.ma15px a{margin:0 15px;}
.ma15px a:first-child{margin-left:0;}.ma15px a:last-child{margin-right:0;}

.m0a{margin:0 auto;}
.m0,.m0px{margin:0;}
.m1px{margin:1px;}
.m1px2px{margin:1px 2px;}
.m1px5px{margin:1px 5px;}
.m2px{margin:2px;}
.m2px5px{margin:2px 5px;}
.m2px10px{margin:2px 10px;}
.m3px{margin:3px;}
.m4px{margin:4px;}
.m5px{margin:5px;}
.m5px10px{margin:5px 10px;}
.m5px15px{margin:5px 15px;}
.m7px{margin:7px;}
.m10px{margin:10px;}
.m12px{margin:12px;}
.m15px{margin:15px;}
.m17px{margin:17px;}
.m20px{margin:20px;}
.m22px{margin:22px;}
.m25px{margin:25px;}
.m27px{margin:27px;}
.m30px{margin:30px;}

.mt0,.mt0px{margin-top:0;}
.mt1px{margin-top:1px;}
.mt2px{margin-top:2px;}
.mt3px{margin-top:3px;}
.mt4px{margin-top:4px;}
.mt5px{margin-top:5px;}
.mt7px{margin-top:7px;}
.mt10px{margin-top:10px;}
.mt12px{margin-top:12px;}
.mt15px{margin-top:15px;}
.mt17px{margin-top:17px;}
.mt20px{margin-top:20px;}
.mt22px{margin-top:22px;}
.mt25px{margin-top:25px;}
.mt27px{margin-top:27px;}
.mt30px{margin-top:30px;}

.mr0,.mr0px{margin-right:0;}
.mr1px{margin-right:1px;}
.mr2px{margin-right:2px;}
.mr3px{margin-right:3px;}
.mr4px{margin-right:4px;}
.mr5px{margin-right:5px;}
.mr7px{margin-right:7px;}
.mr10px{margin-right:10px;}
.mr12px{margin-right:12px;}
.mr15px{margin-right:15px;}
.mr17px{margin-right:17px;}
.mr20px{margin-right:20px;}
.mr22px{margin-right:22px;}
.mr25px{margin-right:25px;}
.mr27px{margin-right:27px;}
.mr30px{margin-right:30px;}

.mb0,.mb0px{margin-bottom:0;}
.mb1px{margin-bottom:1px;}
.mb2px{margin-bottom:2px;}
.mb3px{margin-bottom:3px;}
.mb4px{margin-bottom:4px;}
.mb5px{margin-bottom:5px;}
.mb7px{margin-bottom:7px;}
.mb10px{margin-bottom:10px;}
.mb12px{margin-bottom:12px;}
.mb15px{margin-bottom:15px;}
.mb17px{margin-bottom:17px;}
.mb20px{margin-bottom:20px;}
.mb22px{margin-bottom:22px;}
.mb25px{margin-bottom:25px;}
.mb27px{margin-bottom:27px;}
.mb30px{margin-bottom:30px;}

.ml0,.ml0px{margin-left:0;}
.ml1px{margin-left:1px;}
.ml2px{margin-left:2px;}
.ml3px{margin-left:3px;}
.ml4px{margin-left:4px;}
.ml5px{margin-left:5px;}
.ml7px{margin-left:7px;}
.ml10px{margin-left:10px;}
.ml12px{margin-left:12px;}
.ml15px{margin-left:15px;}
.ml17px{margin-left:17px;}
.ml20px{margin-left:20px;}
.ml22px{margin-left:22px;}
.ml25px{margin-left:25px;}
.ml27px{margin-left:27px;}
.ml30px{margin-left:30px;}

.fcmt0 > *:first-child{margin-top:0;}
.fcmr0 > *:first-child{margin-right:0;}
.fcmb0 > *:first-child{margin-bottom:0;}
.fcml0 > *:first-child{margin-left:0;}
.lcmt0 > *:last-child{margin-top:0;}
.lcmr0 > *:last-child{margin-right:0;}
.lcmb0 > *:last-child{margin-bottom:0;}
.lcml0 > *:last-child{margin-left:0;}


/***** PADDING STYLES *****/
.p0,.p0px{padding:0;}
.p1px{padding:1px;}
.p1px2px{padding:1px 2px;}
.p1px5px{padding:1px 5px;}
.p2px{padding:2px;}
.p2px5px{padding:2px 5px;}
.p2px10px{padding:2px 10px;}
.p3px{padding:3px;}
.p3px5px{padding:3px 5px;}
.p3px10px{padding:3px 10px;}
.p4px{padding:4px;}
.p5px{padding:5px;}
.p5px10px{padding:5px 10px;}
.p5px15px{padding:5px 15px;}
.p7px{padding:7px;}
.p7px10px{padding:7px 10px;}
.p7px15px{padding:7px 15px;}
.p10px{padding:10px;}
.p10px15px{padding:10px 15px;}
.p10px20px{padding:10px 20px;}
.p12px{padding:12px;}
.p15px{padding:15px;}
.p17px{padding:17px;}
.p20px{padding:20px;}
.p22px{padding:22px;}
.p25px{padding:25px;}
.p27px{padding:27px;}
.p30px{padding:30px;}

table.p1px,table.p1px2px,table.p1px5px,table.p2px,table.p2px5px,table.p2px10px,table.p3px,table.p4px,table.p5px,table.p5px10px,table.p5px15px,table.p7px,table.p10px,table.p10px15px,table.p10px20px,table.p12px,table.p15px{padding:0;}
table.p1px > * > * > *		{padding:1px;}
table.p1px2px > * > * > *	{padding:1px 2px;}
table.p1px5px > * > * > *	{padding:1px 5px;}
table.p2px > * > * > *		{padding:2px;}
table.p2px5px > * > * > *	{padding:2px 5px;}
table.p2px10px > * > * > *	{padding:2px 10px;}
table.p3px > * > * > *		{padding:3px;}
table.p3px5px > * > * > *	{padding:3px 5px;}
table.p3px10px > * > * > *	{padding:3px 10px;}
table.p4px > * > * > *		{padding:4px;}
table.p5px > * > * > *		{padding:5px;}
table.p5px10px > * > * > *	{padding:5px 10px;}
table.p5px15px > * > * > *	{padding:5px 15px;}
table.p7px > * > * > *		{padding:7px;}
table.p7px10px > * > * > *	{padding:7px 10px;}
table.p10px > * > * > *		{padding:10px;}
table.p10px15px > * > * > *	{padding:10px 15px;}
table.p10px20px > * > * > *	{padding:10px 20px;}
table.p12px > * > * > *		{padding:12px;}
table.p15px > * > * > *		{padding:15px;}
table.p0px > * > * > *		{padding:0;}


.pt0,.pt0px{padding-top:0;}
.pt1px{padding-top:1px;}
.pt2px{padding-top:2px;}
.pt3px{padding-top:3px;}
.pt4px{padding-top:4px;}
.pt5px{padding-top:5px;}
.pt6px{padding-top:6px;}
.pt7px{padding-top:7px;}
.pt8px{padding-top:8px;}
.pt9px{padding-top:9px;}
.pt10px{padding-top:10px;}
.pt12px{padding-top:12px;}
.pt15px{padding-top:15px;}
.pt17px{padding-top:17px;}
.pt20px{padding-top:20px;}
.pt22px{padding-top:22px;}
.pt25px{padding-top:25px;}
.pt27px{padding-top:27px;}
.pt30px{padding-top:30px;}

.pr0,.pr0px{padding-right:0;}
.pr1px{padding-right:1px;}
.pr2px{padding-right:2px;}
.pr3px{padding-right:3px;}
.pr4px{padding-right:4px;}
.pr5px{padding-right:5px;}
.pr6px{padding-right:6px;}
.pr7px{padding-right:7px;}
.pr8px{padding-right:8px;}
.pr9px{padding-right:9px;}
.pr10px{padding-right:10px;}
.pr12px{padding-right:12px;}
.pr15px{padding-right:15px;}
.pr17px{padding-right:17px;}
.pr20px{padding-right:20px;}
.pr22px{padding-right:22px;}
.pr25px{padding-right:25px;}
.pr27px{padding-right:27px;}
.pr30px{padding-right:30px;}

.pb0,.pb0px{padding-bottom:0;}
.pb1px{padding-bottom:1px;}
.pb2px{padding-bottom:2px;}
.pb3px{padding-bottom:3px;}
.pb4px{padding-bottom:4px;}
.pb5px{padding-bottom:5px;}
.pb6px{padding-bottom:6px;}
.pb7px{padding-bottom:7px;}
.pb8px{padding-bottom:8px;}
.pb9px{padding-bottom:9px;}
.pb10px{padding-bottom:10px;}
.pb12px{padding-bottom:12px;}
.pb15px{padding-bottom:15px;}
.pb17px{padding-bottom:17px;}
.pb20px{padding-bottom:20px;}
.pb22px{padding-bottom:22px;}
.pb25px{padding-bottom:25px;}
.pb27px{padding-bottom:27px;}
.pb30px{padding-bottom:30px;}

.pl0,.pl0px{padding-left:0;}
.pl1px{padding-left:1px;}
.pl2px{padding-left:2px;}
.pl3px{padding-left:3px;}
.pl4px{padding-left:4px;}
.pl5px{padding-left:5px;}
.pl6px{padding-left:6px;}
.pl7px{padding-left:7px;}
.pl8px{padding-left:8px;}
.pl9px{padding-left:9px;}
.pl10px{padding-left:10px;}
.pl12px{padding-left:12px;}
.pl15px{padding-left:15px;}
.pl17px{padding-left:17px;}
.pl20px{padding-left:20px;}
.pl22px{padding-left:22px;}
.pl25px{padding-left:25px;}
.pl27px{padding-left:27px;}
.pl30px{padding-left:30px;}

.fcpt0 > *:first-child{padding-top:0;}
.fcpr0 > *:first-child{padding-right:0;}
.fcpb0 > *:first-child{padding-bottom:0;}
.fcpl0 > *:first-child{padding-left:0;}
.lcpt0 > *:last-child{padding-top:0;}
.lcpr0 > *:last-child{padding-right:0;}
.lcpb0 > *:last-child{padding-bottom:0;}
.lcpl0 > *:last-child{padding-left:0;}


/***** WIDTH STYLES *****/
.w1{width:1%;}
.w2{width:2%;}
.w5{width:5%;}
.w10{width:10%;}
.w15{width:15%;}
.w195{width:19.5%;}
.w20{width:20%;}
.w22{width:22%;}
.w245{width:24.5%;}
.w25{width:25%;}
.w27{width:27%;}
.w28{width:28%;}
.w30{width:30%;}
.w33{width:33.33%;}
.w35{width:35%;}
.w40{width:40%;}
.w45{width:45%;}
.w48{width:48%;}
.w49{width:49%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w65{width:65%;}
.w66{width:66.66%;}
.w70{width:70%;}
.w72{width:72%;}
.w75{width:75%;}
.w77{width:77%;}
.w80{width:80%;}
.w85{width:85%;}
.w90{width:90%;}
.w95{width:95%;}
.w98{width:98%;}
.w99{width:99%;}
.w100{width:100%;}

.w1px{width:1px;}
.w5px{width:5px;}
.w10px{width:10px;}
.w15px{width:15px;}
.w20px{width:20px;}
.w25px{width:25px;}
.w30px{width:30px;}
.w35px{width:35px;}
.w40px{width:40px;}
.w45px{width:45px;}
.w50px{width:50px;}
.w55px{width:55px;}
.w60px{width:60px;}
.w65px{width:65px;}
.w70px{width:70px;}
.w75px{width:75px;}
.w80px{width:80px;}
.w85px{width:85px;}
.w90px{width:90px;}
.w95px{width:95px;}
.w100px{width:100px;}
.w105px{width:105px;}
.w110px{width:110px;}
.w115px{width:115px;}
.w120px{width:120px;}
.w125px{width:125px;}
.w130px{width:130px;}
.w135px{width:135px;}
.w140px{width:140px;}
.w145px{width:145px;}
.w150px{width:150px;}
.w155px{width:155px;}
.w160px{width:160px;}
.w165px{width:165px;}
.w170px{width:170px;}
.w175px{width:175px;}
.w180px{width:180px;}
.w185px{width:185px;}
.w190px{width:190px;}
.w195px{width:195px;}
.w200px{width:200px;}
.w210px{width:210px;}
.w220px{width:220px;}
.w225px{width:225px;}
.w230px{width:230px;}
.w240px{width:240px;}
.w250px{width:250px;}
.w260px{width:260px;}
.w270px{width:270px;}
.w275px{width:275px;}
.w280px{width:280px;}
.w290px{width:290px;}
.w300px{width:300px;}

/***** HEIGHT STYLES *****/
.h10%{height:10%;}
.h20%{height:20%;}
.h25%{height:25%;}
.h30%{height:30%;}
.h30%{height:33.33%;}
.h40%{height:40%;}
.h50%{height:50%;}
.h60%{height:60%;}
.h66%{height:66.66%;}
.h70%{height:70%;}
.h75%{height:75%;}
.h80%{height:80%;}
.h90%{height:90%;}
.h100{height:100%;}

.h0{height:0;}
.h1px{height:1px;}
.h2px{height:2px;}
.h3px{height:3px;}
.h4px{height:4px;}
.h5px{height:5px;}
.h7px{height:7px;}
.h10px{height:10px;}
.h12px{height:12px;}
.h15px{height:15px;}
.h20px{height:20px;}
.h25px{height:25px;}
.h30px{height:30px;}
.h40px{height:40px;}
.h50px{height:50px;}
.h60px{height:60px;}
.h70px{height:70px;}
.h75px{height:75px;}
.h80px{height:80px;}
.h90px{height:90px;}
.h98px{height:98px;}
.h100px{height:100px;}
.h110px{height:110px;}
.h120px{height:120px;}
.h125px{height:125px;}
.h130px{height:130px;}
.h140px{height:140px;}
.h150px{height:150px;}
.h160px{height:160px;}
.h170px{height:170px;}
.h175px{height:175px;}
.h180px{height:180px;}
.h190px{height:190px;}
.h200px{height:200px;}
.h210px{height:210px;}
.h220px{height:220px;}
.h225px{height:225px;}
.h230px{height:230px;}
.h240px{height:240px;}
.h250px{height:250px;}
.h260px{height:260px;}
.h270px{height:270px;}
.h275px{height:275px;}
.h280px{height:280px;}
.h290px{height:290px;}
.h300px{height:300px;}


/***** BORDERS STYLES *****/
.bdr,.bdrall,.bdrAll,
.bdrall > * > * > *, .bdrAll > * > * > *,
.headhr,.headHr,.headvr,.headVr,.data{border:1px solid #ccc;}
.bdr.dashed,.bdrall.dashed > * > * > *,.bdrAll.dashed > * > * > *{border-style:dashed;}
.bdrall.dotted > * > * > *,.bdrAll.dotted > * > * > *{border-style:dotted;}

.bdrt,.bdrT{border-top:1px solid #ccc;}
.bdrr,.bdrR{border-right:1px solid #ccc;}
.bdrb,.bdrB{border-bottom:1px solid #ccc;}
.bdrl,.bdrL{border-left:1px solid #ccc;}

.bdr.bw2px{border-width:2px;}
.bdr.bw3px{border-width:3px;}
.bdr.bw4px{border-width:4px;}
.bdr.bw5px{border-width:5px;}
.bdr.bw6px{border-width:6px;}
.bdr.bw7px{border-width:7px;}
.bdr.bw8px{border-width:8px;}
.bdr.bw9px{border-width:9px;}
.bdr.bw10px{border-width:10px;}

.bdr.double{border-style:double;}
.bdr.groove{border-style:groove;}
.bdr.inset{border-style:inset;}
.bdr.outset{border-style:outset;}
.bdr.ridge{border-style:ridge;}

.bdr.dashed{border-style:dashed;}
.bdrt.dashed{border-top-style:dashed;}
.bdrr.dashed{border-right-style:dashed;}
.bdrb.dashed{border-bottom-style:dashed;}
.bdrl.dashed{border-left-style:dashed;}
.bdrt.dotted{border-top-style:dotted;}
.bdrr.dotted{border-right-style:dotted;}
.bdrb.dotted{border-bottom-style:dotted;}
.bdrl.dotted{border-left-style:dotted;}

.bdr0{border-width:0 !important;}
.bdrt0,.bdrT0{border-top-width:0 !important;}
.bdrr0,.bdrR0{border-right-width:0 !important;}
.bdrb0,.bdrB0{border-bottom-width:0 !important;}
.bdrl0,.bdrL0{border-left-width:0 !important;}

.fcbtw0 > *:first-child	{border-top-width:0 !important;}
.fcbrw0 > *:first-child	{border-right-width:0 !important;}
.fcbbw0 > *:first-child	{border-bottom-width:0 !important;}
.fcblw0 > *:first-child	{border-left-width:0 !important;}
.lcbtw0 > *:last-child	{border-top-width:0 !important;}
.lcbrw0 > *:last-child	{border-right-width:0 !important;}
.lcbbw0 > *:last-child	{border-bottom-width:0 !important;}
.lcblw0 > *:last-child	{border-left-width:0 !important;}


/***** BORDER RADIUS STYLES *****/
.br1px{border-radius:1px;-moz-border-radius:1px;-webkit-border-radius:1px;}
.br2px{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.br3px{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.br4px{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.br5px{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.br7px{border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;}
.br10px{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.br12px{border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}
.br15px{border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;}
.br17px{border-radius:17px;-moz-border-radius:17px;-webkit-border-radius:17px;}
.br20px{border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;}
.br22px{border-radius:22px;-moz-border-radius:22px;-webkit-border-radius:22px;}
.br25px{border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;}
.br27px{border-radius:27px;-moz-border-radius:27px;-webkit-border-radius:27px;}
.br30px{border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;}

.btlr1px{border-top-left-radius:1px;-moz-border-radius-topleft:1px;-webkit-border-top-left-radius:1px;}
.btlr2px{border-top-left-radius:2px;-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;}
.btlr3px{border-top-left-radius:3px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;}
.btlr4px{border-top-left-radius:4px;-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;}
.btlr5px{border-top-left-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;}
.btlr7px{border-top-left-radius:7px;-moz-border-radius-topleft:7px;-webkit-border-top-left-radius:7px;}
.btlr10px{border-top-left-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;}
.btlr12px{border-top-left-radius:12px;-moz-border-radius-topleft:12px;-webkit-border-top-left-radius:12px;}
.btlr15px{border-top-left-radius:15px;-moz-border-radius-topleft:15px;-webkit-border-top-left-radius:15px;}
.btlr17px{border-top-left-radius:17px;-moz-border-radius-topleft:17px;-webkit-border-top-left-radius:17px;}
.btlr20px{border-top-left-radius:20px;-moz-border-radius-topleft:20px;-webkit-border-top-left-radius:20px;}
.btlr22px{border-top-left-radius:22px;-moz-border-radius-topleft:22px;-webkit-border-top-left-radius:22px;}
.btlr25px{border-top-left-radius:25px;-moz-border-radius-topleft:25px;-webkit-border-top-left-radius:25px;}
.btlr27px{border-top-left-radius:27px;-moz-border-radius-topleft:27px;-webkit-border-top-left-radius:27px;}
.btlr30px{border-top-left-radius:30px;-moz-border-radius-topleft:30px;-webkit-border-top-left-radius:30px;}

.btrr1px{border-top-right-radius:1px;-moz-border-radius-topright:1px;-webkit-border-top-right-radius:1px;}
.btrr2px{border-top-right-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;}
.btrr3px{border-top-right-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;}
.btrr4px{border-top-right-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;}
.btrr5px{border-top-right-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;}
.btrr7px{border-top-right-radius:7px;-moz-border-radius-topright:7px;-webkit-border-top-right-radius:7px;}
.btrr10px{border-top-right-radius:10px;-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;}
.btrr12px{border-top-right-radius:12px;-moz-border-radius-topright:12px;-webkit-border-top-right-radius:12px;}
.btrr15px{border-top-right-radius:15px;-moz-border-radius-topright:15px;-webkit-border-top-right-radius:15px;}
.btrr17px{border-top-right-radius:17px;-moz-border-radius-topright:17px;-webkit-border-top-right-radius:17px;}
.btrr20px{border-top-right-radius:20px;-moz-border-radius-topright:20px;-webkit-border-top-right-radius:20px;}
.btrr22px{border-top-right-radius:22px;-moz-border-radius-topright:22px;-webkit-border-top-right-radius:22px;}
.btrr25px{border-top-right-radius:25px;-moz-border-radius-topright:25px;-webkit-border-top-right-radius:25px;}
.btrr27px{border-top-right-radius:27px;-moz-border-radius-topright:27px;-webkit-border-top-right-radius:27px;}
.btrr30px{border-top-right-radius:30px;-moz-border-radius-topright:30px;-webkit-border-top-right-radius:30px;}

.bblr1px{border-bottom-left-radius:1px;-moz-border-radius-bottomleft:1px;-webkit-border-bottom-left-radius:1px;}
.bblr2px{border-bottom-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;}
.bblr3px{border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px;}
.bblr4px{border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;}
.bblr5px{border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;}
.bblr7px{border-bottom-left-radius:7px;-moz-border-radius-bottomleft:7px;-webkit-border-bottom-left-radius:7px;}
.bblr10px{border-bottom-left-radius:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;}
.bblr12px{border-bottom-left-radius:12px;-moz-border-radius-bottomleft:12px;-webkit-border-bottom-left-radius:12px;}
.bblr15px{border-bottom-left-radius:15px;-moz-border-radius-bottomleft:15px;-webkit-border-bottom-left-radius:15px;}
.bblr17px{border-bottom-left-radius:17px;-moz-border-radius-bottomleft:17px;-webkit-border-bottom-left-radius:17px;}
.bblr20px{border-bottom-left-radius:20px;-moz-border-radius-bottomleft:20px;-webkit-border-bottom-left-radius:20px;}
.bblr22px{border-bottom-left-radius:22px;-moz-border-radius-bottomleft:22px;-webkit-border-bottom-left-radius:22px;}
.bblr25px{border-bottom-left-radius:25px;-moz-border-radius-bottomleft:25px;-webkit-border-bottom-left-radius:25px;}
.bblr27px{border-bottom-left-radius:27px;-moz-border-radius-bottomleft:27px;-webkit-border-bottom-left-radius:27px;}
.bblr30px{border-bottom-left-radius:30px;-moz-border-radius-bottomleft:30px;-webkit-border-bottom-left-radius:30px;}

.bbrr1px{border-bottom-right-radius:1px;-moz-border-radius-bottomright:1px;-webkit-border-bottom-right-radius:1px;}
.bbrr2px{border-bottom-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;}
.bbrr3px{border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;-webkit-border-bottom-right-radius:3px;}
.bbrr4px{border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;}
.bbrr5px{border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;}
.bbrr7px{border-bottom-right-radius:7px;-moz-border-radius-bottomright:7px;-webkit-border-bottom-right-radius:7px;}
.bbrr10px{border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;}
.bbrr12px{border-bottom-right-radius:12px;-moz-border-radius-bottomright:12px;-webkit-border-bottom-right-radius:12px;}
.bbrr15px{border-bottom-right-radius:15px;-moz-border-radius-bottomright:15px;-webkit-border-bottom-right-radius:15px;}
.bbrr17px{border-bottom-right-radius:17px;-moz-border-radius-bottomright:17px;-webkit-border-bottom-right-radius:17px;}
.bbrr20px{border-bottom-right-radius:20px;-moz-border-radius-bottomright:20px;-webkit-border-bottom-right-radius:20px;}
.bbrr22px{border-bottom-right-radius:22px;-moz-border-radius-bottomright:22px;-webkit-border-bottom-right-radius:22px;}
.bbrr25px{border-bottom-right-radius:25px;-moz-border-radius-bottomright:25px;-webkit-border-bottom-right-radius:25px;}
.bbrr27px{border-bottom-right-radius:27px;-moz-border-radius-bottomright:27px;-webkit-border-bottom-right-radius:27px;}
.bbrr30px{border-bottom-right-radius:30px;-moz-border-radius-bottomright:30px;-webkit-border-bottom-right-radius:30px;}


/***** BORDER RADIUS STYLES - DEPRECIATED *****/
.c1px{border-radius:1px;-moz-border-radius:1px;-webkit-border-radius:1px;}
.c2px{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.c3px{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.c4px{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.c5px{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.c7px{border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;}
.c10px{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.c12px{border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}
.c15px{border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;}
.c17px{border-radius:17px;-moz-border-radius:17px;-webkit-border-radius:17px;}
.c20px{border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;}
.c22px{border-radius:22px;-moz-border-radius:22px;-webkit-border-radius:22px;}
.c25px{border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;}
.c27px{border-radius:27px;-moz-border-radius:27px;-webkit-border-radius:27px;}
.c30px{border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;}

.ctl1px{border-top-left-radius:1px;-moz-border-radius-topleft:1px;-webkit-border-top-left-radius:1px;}
.ctl2px{border-top-left-radius:2px;-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;}
.ctl3px{border-top-left-radius:3px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;}
.ctl4px{border-top-left-radius:4px;-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;}
.ctl5px{border-top-left-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;}
.ctl7px{border-top-left-radius:7px;-moz-border-radius-topleft:7px;-webkit-border-top-left-radius:7px;}
.ctl10px{border-top-left-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;}
.ctl12px{border-top-left-radius:12px;-moz-border-radius-topleft:12px;-webkit-border-top-left-radius:12px;}
.ctl15px{border-top-left-radius:15px;-moz-border-radius-topleft:15px;-webkit-border-top-left-radius:15px;}
.ctl17px{border-top-left-radius:17px;-moz-border-radius-topleft:17px;-webkit-border-top-left-radius:17px;}
.ctl20px{border-top-left-radius:20px;-moz-border-radius-topleft:20px;-webkit-border-top-left-radius:20px;}
.ctl22px{border-top-left-radius:22px;-moz-border-radius-topleft:22px;-webkit-border-top-left-radius:22px;}
.ctl25px{border-top-left-radius:25px;-moz-border-radius-topleft:25px;-webkit-border-top-left-radius:25px;}
.ctl27px{border-top-left-radius:27px;-moz-border-radius-topleft:27px;-webkit-border-top-left-radius:27px;}
.ctl30px{border-top-left-radius:30px;-moz-border-radius-topleft:30px;-webkit-border-top-left-radius:30px;}

.ctr1px{border-top-right-radius:1px;-moz-border-radius-topright:1px;-webkit-border-top-right-radius:1px;}
.ctr2px{border-top-right-radius:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;}
.ctr3px{border-top-right-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;}
.ctr4px{border-top-right-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;}
.ctr5px{border-top-right-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;}
.ctr7px{border-top-right-radius:7px;-moz-border-radius-topright:7px;-webkit-border-top-right-radius:7px;}
.ctr10px{border-top-right-radius:10px;-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;}
.ctr12px{border-top-right-radius:12px;-moz-border-radius-topright:12px;-webkit-border-top-right-radius:12px;}
.ctr15px{border-top-right-radius:15px;-moz-border-radius-topright:15px;-webkit-border-top-right-radius:15px;}
.ctr17px{border-top-right-radius:17px;-moz-border-radius-topright:17px;-webkit-border-top-right-radius:17px;}
.ctr20px{border-top-right-radius:20px;-moz-border-radius-topright:20px;-webkit-border-top-right-radius:20px;}
.ctr22px{border-top-right-radius:22px;-moz-border-radius-topright:22px;-webkit-border-top-right-radius:22px;}
.ctr25px{border-top-right-radius:25px;-moz-border-radius-topright:25px;-webkit-border-top-right-radius:25px;}
.ctr27px{border-top-right-radius:27px;-moz-border-radius-topright:27px;-webkit-border-top-right-radius:27px;}
.ctr30px{border-top-right-radius:30px;-moz-border-radius-topright:30px;-webkit-border-top-right-radius:30px;}

.cbl1px{border-bottom-left-radius:1px;-moz-border-radius-bottomleft:1px;-webkit-border-bottom-left-radius:1px;}
.cbl2px{border-bottom-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;}
.cbl3px{border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px;}
.cbl4px{border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;}
.cbl5px{border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;}
.cbl7px{border-bottom-left-radius:7px;-moz-border-radius-bottomleft:7px;-webkit-border-bottom-left-radius:7px;}
.cbl10px{border-bottom-left-radius:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;}
.cbl12px{border-bottom-left-radius:12px;-moz-border-radius-bottomleft:12px;-webkit-border-bottom-left-radius:12px;}
.cbl15px{border-bottom-left-radius:15px;-moz-border-radius-bottomleft:15px;-webkit-border-bottom-left-radius:15px;}
.cbl17px{border-bottom-left-radius:17px;-moz-border-radius-bottomleft:17px;-webkit-border-bottom-left-radius:17px;}
.cbl20px{border-bottom-left-radius:20px;-moz-border-radius-bottomleft:20px;-webkit-border-bottom-left-radius:20px;}
.cbl22px{border-bottom-left-radius:22px;-moz-border-radius-bottomleft:22px;-webkit-border-bottom-left-radius:22px;}
.cbl25px{border-bottom-left-radius:25px;-moz-border-radius-bottomleft:25px;-webkit-border-bottom-left-radius:25px;}
.cbl27px{border-bottom-left-radius:27px;-moz-border-radius-bottomleft:27px;-webkit-border-bottom-left-radius:27px;}
.cbl30px{border-bottom-left-radius:30px;-moz-border-radius-bottomleft:30px;-webkit-border-bottom-left-radius:30px;}

.cbr1px{border-bottom-right-radius:1px;-moz-border-radius-bottomright:1px;-webkit-border-bottom-right-radius:1px;}
.cbr2px{border-bottom-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;}
.cbr3px{border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;-webkit-border-bottom-right-radius:3px;}
.cbr4px{border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;}
.cbr5px{border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;}
.cbr7px{border-bottom-right-radius:7px;-moz-border-radius-bottomright:7px;-webkit-border-bottom-right-radius:7px;}
.cbr10px{border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;}
.cbr12px{border-bottom-right-radius:12px;-moz-border-radius-bottomright:12px;-webkit-border-bottom-right-radius:12px;}
.cbr15px{border-bottom-right-radius:15px;-moz-border-radius-bottomright:15px;-webkit-border-bottom-right-radius:15px;}
.cbr17px{border-bottom-right-radius:17px;-moz-border-radius-bottomright:17px;-webkit-border-bottom-right-radius:17px;}
.cbr20px{border-bottom-right-radius:20px;-moz-border-radius-bottomright:20px;-webkit-border-bottom-right-radius:20px;}
.cbr22px{border-bottom-right-radius:22px;-moz-border-radius-bottomright:22px;-webkit-border-bottom-right-radius:22px;}
.cbr25px{border-bottom-right-radius:25px;-moz-border-radius-bottomright:25px;-webkit-border-bottom-right-radius:25px;}
.cbr27px{border-bottom-right-radius:27px;-moz-border-radius-bottomright:27px;-webkit-border-bottom-right-radius:27px;}
.cbr30px{border-bottom-right-radius:30px;-moz-border-radius-bottomright:30px;-webkit-border-bottom-right-radius:30px;}


/***** CSS3 FONTS AND ANIMATIONS *****/
@font-face{
	font-family:'webrupee';src:url('fonts/webrupee.eot');font-weight:normal;font-style:normal;
	src:url('fonts/webrupee.eot?#iefix') format('embedded-opentype'),
		url('fonts/webrupee.svg#webrupee') format('svg'),
		url('fonts/webrupee.woff') format('woff'),
		url('fonts/webrupee.ttf') format('truetype');
}
.webrupee{font-family:'webrupee';}

a,b,button,div,i,input,li,mark,ol,p,table,td,th,tr,ul{
	-webkit-transition:background-color .5s, color .5s;
	-moz-transition:background-color .5s, color .5s;
	-ms-transition:background-color .5s, color .5s;
	-o-transition:background-color .5s, color .5s;
	transition:background-color .5s, color .5s;
}

.tbgi{
	-webkit-transition:background-color .5s, background-image .5s,background-position .5s,background-size .5s, color .5s;
	-moz-transition:background-color .5s, background-image .5s,background-position .5s,background-size .5s, color .5s;
	-ms-transition:background-color .5s, background-image .5s,background-position .5s,background-size .5s, color .5s;
	-o-transition:background-color .5s, background-image .5s,background-position .5s,background-size .5s, color .5s;
	transition:background-color .5s, background-image .5s,background-position .5s,background-size .5s, color .5s;
}


/***** COMMON GRADIENTS *****/
.gbiwt{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffffff', EndColorStr='#00ffffff');*zoom:1;
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,1)),to(rgba(255,255,255,0))); 
	background-image:-webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:   -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:    -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:     -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:        linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
}

.gbiwr{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ffffff', EndColorStr='#ffffffff', GradientType=1);*zoom:1;
	background-image:-webkit-gradient(linear,top right,top left,from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:   -moz-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:    -ms-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:     -o-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:        linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
}

.gbiwb{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ffffff', EndColorStr='#ffffffff');*zoom:1;
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:   -moz-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:    -ms-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:     -o-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:        linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}

.gbiwl{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffffff', EndColorStr='#00ffffff', GradientType=1);*zoom:1;
	background-image:-webkit-gradient(linear,top left,top right,from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:   -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:    -ms-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:     -o-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image:        linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
}



[class*=darkbg].gbiwt{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#54ffffff', EndColorStr='#00ffffff');*zoom:1;
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.33)),to(rgba(255,255,255,0))); 
	background-image:-webkit-linear-gradient(top, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:   -moz-linear-gradient(top, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:    -ms-linear-gradient(top, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:     -o-linear-gradient(top, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:        linear-gradient(top, rgba(255,255,255,.33), rgba(255,255,255,0));
}

[class*=darkbg].gbiwr{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ffffff', EndColorStr='#54ffffff', GradientType=1);*zoom:1;
	background-image:-webkit-gradient(linear,top right,top left,from(rgba(255,255,255,.33)),to(rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(right, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:   -moz-linear-gradient(right, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:    -ms-linear-gradient(right, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:     -o-linear-gradient(right, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:        linear-gradient(right, rgba(255,255,255,.33), rgba(255,255,255,0));
}

[class*=darkbg].gbiwb{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ffffff', EndColorStr='#54ffffff');*zoom:1;
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.33)),to(rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(bottom, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:   -moz-linear-gradient(bottom, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:    -ms-linear-gradient(bottom, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:     -o-linear-gradient(bottom, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:        linear-gradient(bottom, rgba(255,255,255,.33), rgba(255,255,255,0));
}

[class*=darkbg].gbiwl{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#54ffffff', EndColorStr='#00ffffff', GradientType=1);*zoom:1;
	background-image:-webkit-gradient(linear,top left,top right,from(rgba(255,255,255,.33)),to(rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(left, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:   -moz-linear-gradient(left, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:    -ms-linear-gradient(left, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:     -o-linear-gradient(left, rgba(255,255,255,.33), rgba(255,255,255,0));
	background-image:        linear-gradient(left, rgba(255,255,255,.33), rgba(255,255,255,0));
}


.gbibt{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#54000000', EndColorStr='#00000000');*zoom:1;
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.33)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(top, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(top, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(top, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(top, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:        linear-gradient(top, rgba(0,0,0,.33), rgba(0,0,0,0));
}

.gbibr{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000000', EndColorStr='#54000000', GradientType=1);*zoom:1;
	background-image:-webkit-gradient(linear,top right,top left,from(rgba(0,0,0,.33)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(right, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(right, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(right, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:        linear-gradient(right, rgba(0,0,0,.33), rgba(0,0,0,0));
}

.gbibb{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000000', EndColorStr='#54000000');*zoom:1;
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.33)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:        linear-gradient(bottom, rgba(0,0,0,.33), rgba(0,0,0,0));
}

.gbibl{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#54000000', EndColorStr='#00000000', GradientType=1);*zoom:1;
	background-image:-webkit-gradient(linear,top left,top right,from(rgba(0,0,0,.33)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(left, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(left, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(left, rgba(0,0,0,.33), rgba(0,0,0,0));
	background-image:        linear-gradient(left, rgba(0,0,0,.33), rgba(0,0,0,0));
}


[class*=lightbg].gbibt{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#00000000');*zoom:1;
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:        linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
}

[class*=lightbg].gbibr{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000000', EndColorStr='#19000000', GradientType=1);*zoom:1;
	background-image:-webkit-gradient(linear,top right,top left,from(rgba(0,0,0,.1)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(right, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(right, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(right, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:        linear-gradient(right, rgba(0,0,0,.1), rgba(0,0,0,0));
}

[class*=lightbg].gbibb{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00000000', EndColorStr='#19000000');*zoom:1;
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(bottom, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(bottom, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(bottom, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:        linear-gradient(bottom, rgba(0,0,0,.1), rgba(0,0,0,0));
}

[class*=lightbg].gbibl{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#00000000', GradientType=1);*zoom:1;
	background-image:-webkit-gradient(linear,top left,top right,from(rgba(0,0,0,.1)),to(rgba(0,0,0,0))); 
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:   -moz-linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:    -ms-linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:     -o-linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image:        linear-gradient(left, rgba(0,0,0,.1), rgba(0,0,0,0));
}


/***** COMMON BORDERS AND BACKGROUNDS *****/
.bdr666,.bdr666 th, .bdr666 td{border-color:#666;}
.bdr999,.bdr999 th, .bdr999 td{border-color:#999;}
.bdrccc,.bdrccc th, .bdrccc td{border-color:#ccc;}
.bdrd7d7d7,.bdrd7d7d7 > * > * > th, .bdrd7d7d7 > * > * > td{border-color:#d7d7d7;}
.bdrddd,.bdrddd th, .bdrddd td{border-color:#ddd;}
.bdre7e7e7,.bdre7e7e7 th, .bdre7e7e7 td{border-color:#e7e7e7;}
.bdreee,.bdreee th, .bdreee td{border-color:#eee;}

.bgccc,.bgccc-hover:hover,.acbgccc,.acbgccc-hover:not(table) > *:hover,table.acbgccc-hover > * > *:hover{background-color:#ccc;} /* All Child */
.bgd7d7d7,.bgd7d7d7-hover:hover,.acbgd7d7d7,.acbgd7d7d7-hover:not(table) > *:hover,table.acbgd7d7d7-hover > * > *:hover{background-color:#d7d7d7;}
.bgddd,.bgddd-hover:hover,.acbgddd,.acbgddd-hover:not(table) > *:hover,table.acbgddd-hover > * > *:hover{background-color:#ddd;}
.bge7e7e7,.bge7e7e7-hover:hover,.acbge7e7e7,.acbge7e7e7-hover:not(table) > *:hover,table.acbge7e7e7-hover > * > *:hover{background-color:#e7e7e7;}
.bgeee,.bgeee-hover:hover,.acbgeee,.acbgeee-hover:not(table) > *:hover,table.acbgeee-hover > * > *:hover{background-color:#eee;}
.bgf1f1f1,.bgf1f1f1-hover:hover,.acbgf1f1f1,.acbgf1f1f1-hover:not(table) > *:hover,table.acbgf1f1f1-hover > * > *:hover{background-color:#f1f1f1;}
.bgf7f7f7,.bgf7f7f7-hover:hover,.acbgf7f7f7,.acbgf7f7f7-hover:not(table) > *:hover,table.acbgf7f7f7-hover > * > *:hover{background-color:#f7f7f7;}
.bgf8f8f8,.bgf8f8f8-hover:hover,.acbgf8f8f8,.acbgf8f8f8-hover:not(table) > *:hover,table.acbgf8f8f8-hover > * > *:hover{background-color:#f8f8f8;}
.bgfafafa,.bgfafafa-hover:hover,.acbgfafafa,.acbgfafafa-hover:not(table) > *:hover,table.acbgfafafa-hover > * > *:hover{background-color:#fafafa;}
.bgfff,.bgfff-hover:hover,.acbgfff,.acbgfff-hover:not(table) > *:hover,table.acbgfff-hover > * > *:hover{background-color:#fff;}


/***** COMMON ARROWS *****/
b.arrow{border:4px solid;display:inline-block;height:0;line-height:0;font-size:0;vertical-align:middle;}

b.arrow.top{border-color:transparent transparent auto transparent;}
b.arrow.right{border-color:transparent auto transparent transparent;}
b.arrow.bottom{border-color:auto transparent transparent auto transparent;}
b.arrow.left{border-color:transparent transparent transparent auto;} 

b.arrow.black{border-color:#000;}
b.arrow.graydark{border-color:#333;}
b.arrow.gray{border-color:#666;}
b.arrow.dul{border-color:#999;}
b.arrow.silver{border-color:#ccc;}
b.arrow.white{border-color:#fff;}

b.arrow.xsmall{border-width:2px;}
b.arrow.small{border-width:3px;}
b.arrow.large{border-width:5px;}
b.arrow.xlarge{border-width:6px;}
b.arrow.xxlarge{border-width:7px;}

b.arrow.top,b.arrow.bottom{border-right-color:transparent !important;border-left-color:transparent !important;}
b.arrow.right,b.arrow.left{border-top-color:transparent !important;border-bottom-color:transparent !important;}
b.arrow.top{border-top-width:0;}
b.arrow.bottom{border-bottom-width:0;}
b.arrow.right{border-right-width:0;}
b.arrow.left{border-left-width:0;} 


/***** DEFAULT PAGING *****/
ul.paging,ul.paging li,ul.paging li a{display:inline-block;*display:inline;*zoom:1;}
ul.paging li{border:1px solid #ccc;background:#eee;}
ul.paging li a{padding:2px 7px;}
ul.paging li.active,ul.paging li.on,ul.paging li:hover{background:#08c;border-color:#08c;}
ul.paging li.active a,ul.paging li.disable a{cursor:default;}
ul.paging li.active a,ul.paging li.on a,ul.paging li:hover a{color:#fff;text-shadow:1px 1px rgba(0,0,0,.75);}
ul.paging li.disable{background:#eee;border:1px solid #ddd;}
ul.paging li.disable a{color:#999;text-shadow:1px 1px #fff;}


/***** DEFAULT THEMES *****/
.dull,.dull a,a.dull,.dull-anchors a,.dul,.dul a,a.dul,.dul-anchors a{color:#999;}
.dull a:hover,a.dull:hover,.dull-anchors a:hover,.dul a:hover,a.dul:hover,.dul-anchors a:hover{color:#666;}
.high,.high a,a.high,.high-anchors a,.hig,.hig a,a.hig,.hig-anchors a{color:#08c;}
.high a:hover,a.high:hover,.high-anchors a:hover,.hig a:hover,a.hig:hover,.hig-anchors a:hover{color:#069;}
.diff,.diff a,a.diff,.diff-anchors a,.dif,.dif a,a.dif,.dif-anchors a{color:#c30;}
.diff a:hover,a.diff:hover,.diff-anchors a:hover,.dif a:hover,a.dif:hover,.dif-anchors a:hover{color:#930;}

.lightbg1,.headvr,.headVr{background-color:#def;}
.lightbg2,.data{background-color:#eee;}
.darkbg1,headhr,headHr{background-color:#08c;}
.darkbg2{background-color:#333;}

.darkbg1.bdr{border-color:#069;}
.darkbg2.bdr{border-color:#222;}

a.lightbg1:hover,button.lightbg1:hover,input.lightbg1:focus,textarea.lightbg1:focus{background-color:#cce6ff;}
a.lightbg2:hover,button.lightbg2:hover,input.lightbg2:focus,textarea.lightbg2:focus{background-color:#ddd;}
a.darkbg1:hover,button.darkbg1:hover,input.darkbg1:focus,textarea.darkbg1:focus{background-color:#0077b3;}
a.darkbg2:hover,button.darkbg2:hover,input.darkbg2:focus,textarea.darkbg2:focus{background-color:#444;}



/*****  
.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}


LIGHT THEME
.lightbg.success{background-color: #dff0d8;}
.lightbdr.success{border-color: #d6e9c6;}

.lightbg.info{background-color: #d9edf7;}
.lightbdr.info{border-color: #bce8f1;}

.lightbg.danger{background-color: #f2dede;}
.lightbdr.danger{border-color: #eed3d7;}

.lightbg.warning{background-color: #fcf8e3;}
.lightbdr.warning{border-color: #fbeed5;}



DARK THEME
.darkbg.success{background-color: #5cb85c;}
.darkbdr.success{border-color: #4cae4c;}

.darkbg.info{background-color: #5bc0de;}
.darkbdr.info{border-color: #46b8da;}

.darkbg.danger{background-color: #d2322d;}
.darkbdr.danger{border-color: #ac2925;}

.darkbg.warning{background-color: #f0ad4e;}
.darkbdr.warning{border-color: #eea236;}



*****/