@charset "utf-8";
/****************************************
 cquery_3.css		2015/08/23 17:25
****************************************/

/* Frequent
---------------------------------------------------------------------------- */
/* Basic
-------------------------------------- */
.vi_hidden{visibility:hidden;}
.vi_visible{visibility:visible;}

.dp_none{display:none;}
.dp_inline{display:inline;}
.dp_block{display:block;}
.dp_list{display:list-item;}
.dp_table{display:table;}
.dp_row{display:table-row;}
.dp_cell{display:table-cell;}

.scro{overflow:auto;}
.scroX{overflow-x:auto;}
.scroY{overflow-y:auto;}
.noscro{overflow:hidden;}
.noscroX{overflow-x:hidden;}
.noscroY{overflow-y:hidden;}

li.dp_block{display:list-item;}
table.dp_block{display:table;}
tr.dp_list{display:table-row;}
th.dp_list,td.dp_list{display:table-cell;}

.imeOff{ime-mode:disabled;}
.nobr{white-space:nowrap;}

.mo_arrow{cursor:default;}
.mo_hand{cursor:pointer;}
.mo_xy{cursor:move;}
.mo_y{cursor:n-resize;}
.mo_x{cursor:e-resize;}

#fixHeader ,.fixHeader{position:fixed;top:0;left:0;z-index:999;width:100%;}

/* button tag of image
-------------------------------------- */
.imgSubmit{padding:0;margin:0;border:none;background:transparent;}
.imgSubmit img{display:block;}
.imgSubmit:active,.imgSubmit img{position:relative;}
.imgSubmit::-moz-focus-inner{padding:0;border:none;}
.imgSubmit:focus{outline:1px dotted #000;}

/* CSS no-inherit
-------------------------------------- */
.css_default{
font-size:medium;
font-weight:normal;
font-family:none;
font-style:normal;
font-variant:normal;
font-stretch:normal;
font-size-adjust:none;
text-align:left;
text-indent:0;
text-transform:none;
color:black;
line-height:normal;
list-style-type:disc;
list-style-position:outside;
list-style-image:none;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
caption-side:top;
letter-spacing:normal;
word-spacing:normal;
white-space:normal;
cursor:auto;
page-break-inside:auto;
direction:ltr;
}

/* JavaScript off Alert
-------------------------------------- */
.jsOffAlert{
font-weight:bold;
font-size:20px;
border:solid 1px #FF8B6F;
background-color:#FF8B6F;
line-height:2;
}

/* Others
-------------------------------------- */
/* use when no margin upper/under in firefox */
div.mgdm{
height:1px;
font-size:0px;
}

/* BgColor
-------------------------------------- */
.bgNon{background-color:transparent;}
.bg{background-color:#EEE;}
.bg00{background-color:#000;}
.bg33{background-color:#333;}
.bg66{background-color:#666;}
.bg77{background-color:#777;}
.bg88{background-color:#888;}
.bg99{background-color:#999;}
.bgAA{background-color:#AAA;}
.bgBB{background-color:#BBB;}
.bgCC{background-color:#CCC;}
.bgDD{background-color:#DDD;}
.bgEE{background-color:#EEE;}
.bgF0{background-color:#F0F0F0;}
.bgF3{background-color:#F3F3F3;}
.bgF6{background-color:#F6F6F6;}
.bgF9{background-color:#F9F9F9;}
.bgFC{background-color:#FCFCFC;}
.bgFF{background-color:#FFF;}
.bgYellow{background-color:yellow;}
.bgLime{background-color:lime;}
.bgGreen{background-color:green;}
.bgOlive{background-color:olive;}
.bgRed{background-color:red;}
.bgFuchsia{background-color:fuchsia;}
.bgPurple{background-color:purple;}
.bgMaroon{background-color:maroon;}
.bgAqua{background-color:aqua;}
.bgBlue{background-color:blue;}
.bgTeal{background-color:teal;}
.bgNavy{background-color:navy;}
.bgKhaki{background-color:#f0e68c;}
.bgGold{background-color:#ffd700;}
.bgOrange{background-color:#FFA500;}
.bgSalmon{background-color:#fa8072;}
.bgPink{background-color:#FFC0CB;}
.bgLinen{background-color:#faf0e6;}
.bgTan{background-color:#d2b48c;}
.bgPeru{background-color:#cd853f;}
.bgSienna{background-color:#a0522d;}
.bgSkyblue{background-color:#87ceeb;}
.bgSteelblue{background-color:#4682b4;}
.bgRoyalblue{background-color:#4169e1;}
.bgRedD{background-color:#C00000;}
.bgOrangeD{background-color:#DA8E00;}
.bgAquaD{background-color:#00C0C0;}
.bgYellowD{background-color:#C0C000;}
.bgYellowP{background-color:#FFFFC0;}
.bgGreenY{background-color:#00C000;}
.bgLimeP{background-color:#C0FFC0;}
.bgRedP{background-color:#FFC0C0;}
.bgFuchsiaP{background-color:#FFC0FF;}
.bgAquaP{background-color:#C0FFFF;}
.bgBlueP{background-color:#C0C0FF;}
.bgOrangeP{background-color:#FFD5AB;}
.bgYellowW{background-color:#FFFFEE;}
.bgLimeW{background-color:#EEFFEE;}
.bgRedW{background-color:#FFEEEE;}
.bgFuchsiaW{background-color:#FFEEFF;}
.bgAquaW{background-color:#EEFFFF;}
.bgBlueW{background-color:#EEEEFF;}
.bgOrangeW{background-color:#FFEEDD;}


/* Text
---------------------------------------------------------------------------- */
/* Font Style
-------------------------------------- */
.fontFw
,body.fontFw input
,body.fontFw textarea
,body.fontFw select
{font-family:'ＭＳ ゴシック','MS Gothic','Osaka-等幅';}

.fontNr
,body.fontNr input
,body.fontNr textarea
,body.fontNr select
{font-family:'メイリオ',Meiryo,'ＭＳ ゴシック','MS Gothic','Osaka',sans-serif;}

/* Text Decoration
-------------------------------------- */
.b{font-weight:bold;}
.n{font-weight:normal;}
.u{text-decoration:underline;}
.nu{text-decoration:none;}
a.u{text-decoration:underline !important;}
a.nu{text-decoration:none !important;}

.uLnk a ,.uLnk a:link ,.uLnk a:visited{text-decoration:underline;}
.nuLnk a ,.nuLnk a:link ,.nuLnk a:visited{text-decoration:none;}
.uHov a:hover ,.uHov a:active ,.uHov a:focus{text-decoration:underline;}
.nuHov a:hover ,.nuHov a:active ,.nuHov a:focus{text-decoration:none;}

/* list ul ol li
-------------------------------------- */
ul.ulnone,ul.ulnone li{list-style:none;}
ul.uldisc,ul.uldisc li{list-style:disc;}
ul.ulcircle,ul.ulcircle li{list-style:circle;}
ul.ulsquare,ul.ulsquare li{list-style:square;}

/* Letter Spacing
-------------------------------------- */
.ls95p{letter-spacing:-0.05em;}
.ls96p{letter-spacing:-0.04em;}
.ls97p{letter-spacing:-0.03em;}
.ls98p{letter-spacing:-0.02em;}
.ls99p{letter-spacing:-0.01em;}
.ls100p{letter-spacing:normal;}
.ls101p{letter-spacing:0.01em;}
.ls102p{letter-spacing:0.02em;}
.ls103p{letter-spacing:0.03em;}
.ls104p{letter-spacing:0.04em;}
.ls105p{letter-spacing:0.05em;}

/* Font Size
-------------------------------------- */
.s0{font-size:0px;}
.s1{font-size:1px;}
.s2{font-size:2px;}
.s3{font-size:3px;}
.s4{font-size:4px;}
.s5{font-size:5px;}
.s6{font-size:6px;}
.s7{font-size:7px;}
.s8{font-size:8px;}
.s9{font-size:9px;}
.s10{font-size:10px;}
.s11{font-size:11px;}
.s12{font-size:12px;}
.s13{font-size:13px;}
.s14{font-size:14px;}
.s15{font-size:15px;}
.s16{font-size:16px;}
.s17{font-size:17px;}
.s18{font-size:18px;}
.s19{font-size:19px;}
.s20{font-size:20px;}
.s22{font-size:22px;}
.s24{font-size:24px;}
.s26{font-size:26px;}
.s28{font-size:28px;}
.s30{font-size:30px;}
.s32{font-size:32px;}
.s34{font-size:34px;}
.s36{font-size:36px;}
.s38{font-size:38px;}
.s40{font-size:40px;}
.s45{font-size:45px;}
.s50{font-size:50px;}
.s70p{font-size:70%;}
.s75p{font-size:75%;}
.s80p{font-size:80%;}
.s85p{font-size:85%;}
.s90p{font-size:90%;}
.s95p{font-size:95%;}
.s100p{font-size:100%;}
.s105p{font-size:105%;}
.s110p{font-size:110%;}
.s115p{font-size:115%;}
.s120p{font-size:120%;}

/* Font Color
-------------------------------------- */
.c00{color:#000;}
.c33{color:#333;}
.c66{color:#666;}
.c77{color:#777;}
.c88{color:#888;}
.c99{color:#999;}
.AA{color:#AAA;}
.BB{color:#BBB;}
.CC{color:#CCC;}
.DD{color:#DDD;}
.EE{color:#EEE;}
.F0{color:#F0F0F0;}
.F3{color:#F3F3F3;}
.F6{color:#F6F6F6;}
.F9{color:#F9F9F9;}
.FC{color:#FCFCFC;}
.FF{color:#FFF;}
.yellow{color:yellow;}
.lime{color:lime;}
.green{color:green;}
.olive{color:olive;}
.red{color:red;}
.fuchsia{color:fuchsia;}
.purple{color:purple;}
.maroon{color:maroon;}
.aqua{color:aqua;}
.blue{color:blue;}
.teal{color:teal;}
.navy{color:navy;}
.khaki{color:#f0e68c;}
.gold{color:#ffd700;}
.orange{color:#FFA500;}
.salmon{color:#fa8072;}
.pink{color:#FFC0CB;}
.linen{color:#faf0e6;}
.tan{color:#d2b48c;}
.peru{color:#cd853f;}
.sienna{color:#a0522d;}
.skyblue{color:#87ceeb;}
.steelblue{color:#4682b4;}
.royalblue{color:#4169e1;}
.redD{color:#C00000;}
.orangeD{color:#DA8E00;}
.aquaD{color:#00C0C0;}
.yellowD{color:#C0C000;}
.yellowP{color:#FFFFC0;}
.greenY{color:#00C000;}
.limeP{color:#C0FFC0;}
.redP{color:#FFC0C0;}
.fuchsiaP{color:#FFC0FF;}
.aquaP{color:#C0FFFF;}
.blueP{color:#C0C0FF;}
.orangeP{color:#FFD5AB;}
.yellowW{color:#FFFFEE;}
.limeW{color:#EEFFEE;}
.redW{color:#FFEEEE;}
.fuchsiaW{color:#FFEEFF;}
.aquaW{color:#EEFFFF;}
.blueW{color:#EEEEFF;}
.orangeW{color:#FFEEDD;}

/* Border
---------------------------------------------------------------------------- */
/* Border Color
-------------------------------------- */
.bo{border:solid 1px #EEE;}
.bo00{border:solid 1px #000;}
.bo33{border:solid 1px #333;}
.bo66{border:solid 1px #666;}
.bo77{border:solid 1px #777;}
.bo88{border:solid 1px #888;}
.bo99{border:solid 1px #999;}
.boAA{border:solid 1px #AAA;}
.boBB{border:solid 1px #BBB;}
.boCC{border:solid 1px #CCC;}
.boDD{border:solid 1px #DDD;}
.boEE{border:solid 1px #EEE;}
.boF0{border:solid 1px #F0F0F0;}
.boF3{border:solid 1px #F3F3F3;}
.boF6{border:solid 1px #F6F6F6;}
.boF9{border:solid 1px #F9F9F9;}
.boFC{border:solid 1px #FCFCFC;}
.boFF{border:solid 1px #FFF;}
.boYellow{border:solid 1px yellow;}
.boLime{border:solid 1px lime;}
.boGreen{border:solid 1px green;}
.boOlive{border:solid 1px olive;}
.boRed{border:solid 1px red;}
.boFuchsia{border:solid 1px fuchsia;}
.boPurple{border:solid 1px purple;}
.boMaroon{border:solid 1px maroon;}
.boAqua{border:solid 1px aqua;}
.boBlue{border:solid 1px blue;}
.boTeal{border:solid 1px teal;}
.boNavy{border:solid 1px navy;}
.boKhaki{border:solid 1px #f0e68c;}
.boGold{border:solid 1px #ffd700;}
.boOrange{border:solid 1px #FFA500;}
.boSalmon{border:solid 1px #fa8072;}
.boPink{border:solid 1px #FFC0CB;}
.boLinen{border:solid 1px #faf0e6;}
.boTan{border:solid 1px #d2b48c;}
.boPeru{border:solid 1px #cd853f;}
.boSienna{border:solid 1px #a0522d;}
.boSkyblue{border:solid 1px #87ceeb;}
.boSteelblue{border:solid 1px #4682b4;}
.boRoyalblue{border:solid 1px #4169e1;}
.boRedD{border:solid 1px #C00000;}
.boOrangeD{border:solid 1px #DA8E00;}
.boAquaD{border:solid 1px #00C0C0;}
.boYellowD{border:solid 1px #C0C000;}
.boYellowP{border:solid 1px #FFFFC0;}
.boGreenY{border:solid 1px #00C000;}
.boLimeP{border:solid 1px #C0FFC0;}
.boRedP{border:solid 1px #FFC0C0;}
.boFuchsiaP{border:solid 1px #FFC0FF;}
.boAquaP{border:solid 1px #C0FFFF;}
.boBlueP{border:solid 1px #C0C0FF;}
.boOrangeP{border:solid 1px #FFD5AB;}
.boYellowW{border:solid 1px #FFFFEE;}
.boLimeW{border:solid 1px #EEFFEE;}
.boRedW{border:solid 1px #FFEEEE;}
.boFuchsiaW{border:solid 1px #FFEEFF;}
.boAquaW{border:solid 1px #EEFFFF;}
.boBlueW{border:solid 1px #EEEEFF;}
.boOrangeW{border:solid 1px #FFEEDD;}

/* Border Color Top
-------------------------------------- */
.bo_t{border-top:solid 1px #EEE;}
.bo00_t{border-top:solid 1px #000;}
.bo33_t{border-top:solid 1px #333;}
.bo66_t{border-top:solid 1px #666;}
.bo77_t{border-top:solid 1px #777;}
.bo88_t{border-top:solid 1px #888;}
.bo99_t{border-top:solid 1px #999;}
.boAA_t{border-top:solid 1px #AAA;}
.boBB_t{border-top:solid 1px #BBB;}
.boCC_t{border-top:solid 1px #CCC;}
.boDD_t{border-top:solid 1px #DDD;}
.boEE_t{border-top:solid 1px #EEE;}
.boF0_t{border-top:solid 1px #F0F0F0;}
.boF3_t{border-top:solid 1px #F3F3F3;}
.boF6_t{border-top:solid 1px #F6F6F6;}
.boF9_t{border-top:solid 1px #F9F9F9;}
.boFC_t{border-top:solid 1px #FCFCFC;}
.boFF_t{border-top:solid 1px #FFF;}
.boYellow_t{border-top:solid 1px yellow;}
.boLime_t{border-top:solid 1px lime;}
.boGreen_t{border-top:solid 1px green;}
.boOlive_t{border-top:solid 1px olive;}
.boRed_t{border-top:solid 1px red;}
.boFuchsia_t{border-top:solid 1px fuchsia;}
.boPurple_t{border-top:solid 1px purple;}
.boMaroon_t{border-top:solid 1px maroon;}
.boAqua_t{border-top:solid 1px aqua;}
.boBlue_t{border-top:solid 1px blue;}
.boTeal_t{border-top:solid 1px teal;}
.boNavy_t{border-top:solid 1px navy;}
.boKhaki_t{border-top:solid 1px #f0e68c;}
.boGold_t{border-top:solid 1px #ffd700;}
.boOrange_t{border-top:solid 1px #FFA500;}
.boSalmon_t{border-top:solid 1px #fa8072;}
.boPink_t{border-top:solid 1px #FFC0CB;}
.boLinen_t{border-top:solid 1px #faf0e6;}
.boTan_t{border-top:solid 1px #d2b48c;}
.boPeru_t{border-top:solid 1px #cd853f;}
.boSienna_t{border-top:solid 1px #a0522d;}
.boSkyblue_t{border-top:solid 1px #87ceeb;}
.boSteelblue_t{border-top:solid 1px #4682b4;}
.boRoyalblue_t{border-top:solid 1px #4169e1;}
.boRedD_t{border-top:solid 1px #C00000;}
.boOrangeD_t{border-top:solid 1px #DA8E00;}
.boAquaD_t{border-top:solid 1px #00C0C0;}
.boYellowD_t{border-top:solid 1px #C0C000;}
.boYellowP_t{border-top:solid 1px #FFFFC0;}
.boGreenY_t{border-top:solid 1px #00C000;}
.boLimeP_t{border-top:solid 1px #C0FFC0;}
.boRedP_t{border-top:solid 1px #FFC0C0;}
.boFuchsiaP_t{border-top:solid 1px #FFC0FF;}
.boAquaP_t{border-top:solid 1px #C0FFFF;}
.boBlueP_t{border-top:solid 1px #C0C0FF;}
.boOrangeP_t{border-top:solid 1px #FFD5AB;}
.boYellowW_t{border-top:solid 1px #FFFFEE;}
.boLimeW_t{border-top:solid 1px #EEFFEE;}
.boRedW_t{border-top:solid 1px #FFEEEE;}
.boFuchsiaW_t{border-top:solid 1px #FFEEFF;}
.boAquaW_t{border-top:solid 1px #EEFFFF;}
.boBlueW_t{border-top:solid 1px #EEEEFF;}
.boOrangeW_t{border-top:solid 1px #FFEEDD;}

/* Border Color Bottom
-------------------------------------- */
.bo_b{border-bottom:solid 1px #EEE;}
.bo00_b{border-bottom:solid 1px #000;}
.bo33_b{border-bottom:solid 1px #333;}
.bo66_b{border-bottom:solid 1px #666;}
.bo77_b{border-bottom:solid 1px #777;}
.bo88_b{border-bottom:solid 1px #888;}
.bo99_b{border-bottom:solid 1px #999;}
.boAA_b{border-bottom:solid 1px #AAA;}
.boBB_b{border-bottom:solid 1px #BBB;}
.boCC_b{border-bottom:solid 1px #CCC;}
.boDD_b{border-bottom:solid 1px #DDD;}
.boEE_b{border-bottom:solid 1px #EEE;}
.boF0_b{border-bottom:solid 1px #F0F0F0;}
.boF3_b{border-bottom:solid 1px #F3F3F3;}
.boF6_b{border-bottom:solid 1px #F6F6F6;}
.boF9_b{border-bottom:solid 1px #F9F9F9;}
.boFC_b{border-bottom:solid 1px #FCFCFC;}
.boFF_b{border-bottom:solid 1px #FFF;}
.boYellow_b{border-bottom:solid 1px yellow;}
.boLime_b{border-bottom:solid 1px lime;}
.boGreen_b{border-bottom:solid 1px green;}
.boOlive_b{border-bottom:solid 1px olive;}
.boRed_b{border-bottom:solid 1px red;}
.boFuchsia_b{border-bottom:solid 1px fuchsia;}
.boPurple_b{border-bottom:solid 1px purple;}
.boMaroon_b{border-bottom:solid 1px maroon;}
.boAqua_b{border-bottom:solid 1px aqua;}
.boBlue_b{border-bottom:solid 1px blue;}
.boTeal_b{border-bottom:solid 1px teal;}
.boNavy_b{border-bottom:solid 1px navy;}
.boKhaki_b{border-bottom:solid 1px #f0e68c;}
.boGold_b{border-bottom:solid 1px #ffd700;}
.boOrange_b{border-bottom:solid 1px #FFA500;}
.boSalmon_b{border-bottom:solid 1px #fa8072;}
.boPink_b{border-bottom:solid 1px #FFC0CB;}
.boLinen_b{border-bottom:solid 1px #faf0e6;}
.boTan_b{border-bottom:solid 1px #d2b48c;}
.boPeru_b{border-bottom:solid 1px #cd853f;}
.boSienna_b{border-bottom:solid 1px #a0522d;}
.boSkyblue_b{border-bottom:solid 1px #87ceeb;}
.boSteelblue_b{border-bottom:solid 1px #4682b4;}
.boRoyalblue_b{border-bottom:solid 1px #4169e1;}
.boRedD_b{border-bottom:solid 1px #C00000;}
.boOrangeD_b{border-bottom:solid 1px #DA8E00;}
.boAquaD_b{border-bottom:solid 1px #00C0C0;}
.boYellowD_b{border-bottom:solid 1px #C0C000;}
.boYellowP_b{border-bottom:solid 1px #FFFFC0;}
.boGreenY_b{border-bottom:solid 1px #00C000;}
.boLimeP_b{border-bottom:solid 1px #C0FFC0;}
.boRedP_b{border-bottom:solid 1px #FFC0C0;}
.boFuchsiaP_b{border-bottom:solid 1px #FFC0FF;}
.boAquaP_b{border-bottom:solid 1px #C0FFFF;}
.boBlueP_b{border-bottom:solid 1px #C0C0FF;}
.boOrangeP_b{border-bottom:solid 1px #FFD5AB;}
.boYellowW_b{border-bottom:solid 1px #FFFFEE;}
.boLimeW_b{border-bottom:solid 1px #EEFFEE;}
.boRedW_b{border-bottom:solid 1px #FFEEEE;}
.boFuchsiaW_b{border-bottom:solid 1px #FFEEFF;}
.boAquaW_b{border-bottom:solid 1px #EEFFFF;}
.boBlueW_b{border-bottom:solid 1px #EEEEFF;}
.boOrangeW_b{border-bottom:solid 1px #FFEEDD;}

/* Border Color Double
-------------------------------------- */
.bo_db{border:double 3px #EEE;}
.bo00_db{border:double 3px #000;}
.bo33_db{border:double 3px #333;}
.bo66_db{border:double 3px #666;}
.bo77_db{border:double 3px #777;}
.bo88_db{border:double 3px #888;}
.bo99_db{border:double 3px #999;}
.boAA_db{border:double 3px #AAA;}
.boBB_db{border:double 3px #BBB;}
.boCC_db{border:double 3px #CCC;}
.boDD_db{border:double 3px #DDD;}
.boEE_db{border:double 3px #EEE;}
.boF0_db{border:double 3px #F0F0F0;}
.boF3_db{border:double 3px #F3F3F3;}
.boF6_db{border:double 3px #F6F6F6;}
.boF9_db{border:double 3px #F9F9F9;}
.boFC_db{border:double 3px #FCFCFC;}
.boFF_db{border:double 3px #FFF;}
.boYellow_db{border:double 3px yellow;}
.boLime_db{border:double 3px lime;}
.boGreen_db{border:double 3px green;}
.boOlive_db{border:double 3px olive;}
.boRed_db{border:double 3px red;}
.boFuchsia_db{border:double 3px fuchsia;}
.boPurple_db{border:double 3px purple;}
.boMaroon_db{border:double 3px maroon;}
.boAqua_db{border:double 3px aqua;}
.boBlue_db{border:double 3px blue;}
.boTeal_db{border:double 3px teal;}
.boNavy_db{border:double 3px navy;}
.boKhaki_db{border:double 3px #f0e68c;}
.boGold_db{border:double 3px #ffd700;}
.boOrange_db{border:double 3px #FFA500;}
.boSalmon_db{border:double 3px #fa8072;}
.boPink_db{border:double 3px #FFC0CB;}
.boLinen_db{border:double 3px #faf0e6;}
.boTan_db{border:double 3px #d2b48c;}
.boPeru_db{border:double 3px #cd853f;}
.boSienna_db{border:double 3px #a0522d;}
.boSkyblue_db{border:double 3px #87ceeb;}
.boSteelblue_db{border:double 3px #4682b4;}
.boRoyalblue_db{border:double 3px #4169e1;}
.boRedD_db{border:double 3px #C00000;}
.boOrangeD_db{border:double 3px #DA8E00;}
.boAquaD_db{border:double 3px #00C0C0;}
.boYellowD_db{border:double 3px #C0C000;}
.boYellowP_db{border:double 3px #FFFFC0;}
.boGreenY_db{border:double 3px #00C000;}
.boLimeP_db{border:double 3px #C0FFC0;}
.boRedP_db{border:double 3px #FFC0C0;}
.boFuchsiaP_db{border:double 3px #FFC0FF;}
.boAquaP_db{border:double 3px #C0FFFF;}
.boBlueP_db{border:double 3px #C0C0FF;}
.boOrangeP_db{border:double 3px #FFD5AB;}
.boYellowW_db{border:double 3px #FFFFEE;}
.boLimeW_db{border:double 3px #EEFFEE;}
.boRedW_db{border:double 3px #FFEEEE;}
.boFuchsiaW_db{border:double 3px #FFEEFF;}
.boAquaW_db{border:double 3px #EEFFFF;}
.boBlueW_db{border:double 3px #EEEEFF;}
.boOrangeW_db{border:double 3px #FFEEDD;}

/* Border Color Dashed
-------------------------------------- */
.bo_dh{border:dashed 1px #EEE;}
.bo00_dh{border:dashed 1px #000;}
.bo33_dh{border:dashed 1px #333;}
.bo66_dh{border:dashed 1px #666;}
.bo77_dh{border:dashed 1px #777;}
.bo88_dh{border:dashed 1px #888;}
.bo99_dh{border:dashed 1px #999;}
.boAA_dh{border:dashed 1px #AAA;}
.boBB_dh{border:dashed 1px #BBB;}
.boCC_dh{border:dashed 1px #CCC;}
.boDD_dh{border:dashed 1px #DDD;}
.boEE_dh{border:dashed 1px #EEE;}
.boF0_dh{border:dashed 1px #F0F0F0;}
.boF3_dh{border:dashed 1px #F3F3F3;}
.boF6_dh{border:dashed 1px #F6F6F6;}
.boF9_dh{border:dashed 1px #F9F9F9;}
.boFC_dh{border:dashed 1px #FCFCFC;}
.boFF_dh{border:dashed 1px #FFF;}
.boYellow_dh{border:dashed 1px yellow;}
.boLime_dh{border:dashed 1px lime;}
.boGreen_dh{border:dashed 1px green;}
.boOlive_dh{border:dashed 1px olive;}
.boRed_dh{border:dashed 1px red;}
.boFuchsia_dh{border:dashed 1px fuchsia;}
.boPurple_dh{border:dashed 1px purple;}
.boMaroon_dh{border:dashed 1px maroon;}
.boAqua_dh{border:dashed 1px aqua;}
.boBlue_dh{border:dashed 1px blue;}
.boTeal_dh{border:dashed 1px teal;}
.boNavy_dh{border:dashed 1px navy;}
.boKhaki_dh{border:dashed 1px #f0e68c;}
.boGold_dh{border:dashed 1px #ffd700;}
.boOrange_dh{border:dashed 1px #FFA500;}
.boSalmon_dh{border:dashed 1px #fa8072;}
.boPink_dh{border:dashed 1px #FFC0CB;}
.boLinen_dh{border:dashed 1px #faf0e6;}
.boTan_dh{border:dashed 1px #d2b48c;}
.boPeru_dh{border:dashed 1px #cd853f;}
.boSienna_dh{border:dashed 1px #a0522d;}
.boSkyblue_dh{border:dashed 1px #87ceeb;}
.boSteelblue_dh{border:dashed 1px #4682b4;}
.boRoyalblue_dh{border:dashed 1px #4169e1;}
.boRedD_dh{border:dashed 1px #C00000;}
.boOrangeD_dh{border:dashed 1px #DA8E00;}
.boAquaD_dh{border:dashed 1px #00C0C0;}
.boYellowD_dh{border:dashed 1px #C0C000;}
.boYellowP_dh{border:dashed 1px #FFFFC0;}
.boGreenY_dh{border:dashed 1px #00C000;}
.boLimeP_dh{border:dashed 1px #C0FFC0;}
.boRedP_dh{border:dashed 1px #FFC0C0;}
.boFuchsiaP_dh{border:dashed 1px #FFC0FF;}
.boAquaP_dh{border:dashed 1px #C0FFFF;}
.boBlueP_dh{border:dashed 1px #C0C0FF;}
.boOrangeP_dh{border:dashed 1px #FFD5AB;}
.boYellowW_dh{border:dashed 1px #FFFFEE;}
.boLimeW_dh{border:dashed 1px #EEFFEE;}
.boRedW_dh{border:dashed 1px #FFEEEE;}
.boFuchsiaW_dh{border:dashed 1px #FFEEFF;}
.boAquaW_dh{border:dashed 1px #EEFFFF;}
.boBlueW_dh{border:dashed 1px #EEEEFF;}
.boOrangeW_dh{border:dashed 1px #FFEEDD;}

/* Border None
-------------------------------------- */
.boNon{border:none;border:solid 0px;}

.boNonT{border-top:none;}
.boNonR{border-right:none;}
.boNonB{border-bottom:none;}
.boNonL{border-left:none;}

.boNonTr{border-top:none;border-right:none;}
.boNonTb{border-top:none;border-bottom:none;}
.boNonTl{border-top:none;border-left:none;}
.boNonRb{border-right:none;border-bottom:none;}
.boNonRl{border-right:none;border-left:none;}
.boNonBl{border-bottom:none;border-left:none;}

.boNonRbl{border-right:none;border-bottom:none;border-left:none;}
.boNonTbl{border-top:none;border-bottom:none;border-left:none;}
.boNonTrl{border-top:none;border-right:none;border-left:none;}
.boNonTrb{border-top:none;border-right:none;border-bottom:none;}

/* Position
---------------------------------------------------------------------------- */
/* Line-Height
-------------------------------------- */
.lh10{line-height:1;}
.lh11{line-height:1.1;}
.lh12{line-height:1.2;}
.lh13{line-height:1.3;}
.lh14{line-height:1.4;}
.lh15{line-height:1.5;}
.lh16{line-height:1.6;}
.lh17{line-height:1.7;}
.lh18{line-height:1.8;}
.lh19{line-height:1.9;}
.lh20{line-height:2;}

/* Text Align
-------------------------------------- */
.L{text-align:left;}
.C{text-align:center;}
.R{text-align:right;}
.R_p1,.txa_n{text-align:right;padding-right:1px;}
.VT{vertical-align:top;}
.VM{vertical-align:middle;}
.VB{vertical-align:bottom;}
.Vd15p{vertical-align:-15%;}
.Vd20p{vertical-align:-20%;}
.Vd25p{vertical-align:-25%;}

/* Float (no use to table !)
-------------------------------------- */
.fL{float:left;display:inline;}
.fR{float:right;display:inline;}
.ff{
clear:both;
height:0;
font-size:0;
margin:0;
padding:0;
line-height:0;
}

/* TextTopIndent (by Miyashita)
-------------------------------------- */
.topindent{
padding:0;
margin:0;
display:list-item;
margin-left:1em;
text-indent:-1em;
list-style:none;
marker-offset:0;
}

/* BlockPileUp
-------------------------------------- */
.pos_r{position:relative;}
.pos_a{position:absolute;}

.top1-{top:-1px;}
.top2-{top:-2px;}
.top3-{top:-3px;}
.top4-{top:-4px;}
.top5-{top:-5px;}
.top6-{top:-6px;}
.top7-{top:-7px;}
.top8-{top:-8px;}
.top9-{top:-9px;}
.top10-{top:-10px;}
.top11-{top:-11px;}
.top12-{top:-12px;}
.top13-{top:-13px;}
.top14-{top:-14px;}
.top15-{top:-15px;}
.top16-{top:-16px;}
.top17-{top:-17px;}
.top18-{top:-18px;}
.top19-{top:-19px;}
.top20-{top:-20px;}
.top25-{top:-25px;}
.top30-{top:-30px;}
.top35-{top:-35px;}
.top40-{top:-40px;}
.top45-{top:-45px;}
.top50-{top:-50px;}
.top55-{top:-55px;}
.top60-{top:-60px;}
.top65-{top:-65px;}
.top70-{top:-70px;}
.top75-{top:-75px;}
.top80-{top:-80px;}
.top85-{top:-85px;}
.top90-{top:-90px;}
.top95-{top:-95px;}
.top100-{top:-100px;}
.top0{top:0px;}
.top1{top:1px;}
.top2{top:2px;}
.top3{top:3px;}
.top4{top:4px;}
.top5{top:5px;}
.top6{top:6px;}
.top7{top:7px;}
.top8{top:8px;}
.top9{top:9px;}
.top10{top:10px;}
.top11{top:11px;}
.top12{top:12px;}
.top13{top:13px;}
.top14{top:14px;}
.top15{top:15px;}
.top16{top:16px;}
.top17{top:17px;}
.top18{top:18px;}
.top19{top:19px;}
.top20{top:20px;}
.top25{top:25px;}
.top30{top:30px;}
.top35{top:35px;}
.top40{top:40px;}
.top45{top:45px;}
.top50{top:50px;}
.top55{top:55px;}
.top60{top:60px;}
.top65{top:65px;}
.top70{top:70px;}
.top75{top:75px;}
.top80{top:80px;}
.top85{top:85px;}
.top90{top:90px;}
.top95{top:95px;}
.top100{top:100px;}
.top110{top:110px;}
.top120{top:120px;}
.top130{top:130px;}
.top140{top:140px;}
.top150{top:150px;}
.top160{top:160px;}
.top170{top:170px;}
.top180{top:180px;}
.top190{top:190px;}
.top200{top:200px;}
.top210{top:210px;}
.top220{top:220px;}
.top230{top:230px;}
.top240{top:240px;}
.top250{top:250px;}
.top260{top:260px;}
.top270{top:270px;}
.top280{top:280px;}
.top290{top:290px;}
.top300{top:300px;}
.top310{top:310px;}
.top320{top:320px;}
.top330{top:330px;}
.top340{top:340px;}
.top350{top:350px;}
.top360{top:360px;}
.top370{top:370px;}
.top380{top:380px;}
.top390{top:390px;}
.top400{top:400px;}
.top410{top:410px;}
.top420{top:420px;}
.top430{top:430px;}
.top440{top:440px;}
.top450{top:450px;}
.top460{top:460px;}
.top470{top:470px;}
.top480{top:480px;}
.top490{top:490px;}
.top500{top:500px;}
.top550{top:550px;}
.top600{top:600px;}
.top650{top:650px;}
.top700{top:700px;}
.top750{top:750px;}
.top800{top:800px;}
.top850{top:850px;}
.top900{top:900px;}
.top950{top:950px;}
.top1000{top:1000px;}
.left1-{left:-1px;}
.left2-{left:-2px;}
.left3-{left:-3px;}
.left4-{left:-4px;}
.left5-{left:-5px;}
.left6-{left:-6px;}
.left7-{left:-7px;}
.left8-{left:-8px;}
.left9-{left:-9px;}
.left10-{left:-10px;}
.left11-{left:-11px;}
.left12-{left:-12px;}
.left13-{left:-13px;}
.left14-{left:-14px;}
.left15-{left:-15px;}
.left16-{left:-16px;}
.left17-{left:-17px;}
.left18-{left:-18px;}
.left19-{left:-19px;}
.left20-{left:-20px;}
.left25-{left:-25px;}
.left30-{left:-30px;}
.left35-{left:-35px;}
.left40-{left:-40px;}
.left45-{left:-45px;}
.left50-{left:-50px;}
.left55-{left:-55px;}
.left60-{left:-60px;}
.left65-{left:-65px;}
.left70-{left:-70px;}
.left75-{left:-75px;}
.left80-{left:-80px;}
.left85-{left:-85px;}
.left90-{left:-90px;}
.left95-{left:-95px;}
.left100-{left:-100px;}
.left0{left:0px;}
.left1{left:1px;}
.left2{left:2px;}
.left3{left:3px;}
.left4{left:4px;}
.left5{left:5px;}
.left6{left:6px;}
.left7{left:7px;}
.left8{left:8px;}
.left9{left:9px;}
.left10{left:10px;}
.left11{left:11px;}
.left12{left:12px;}
.left13{left:13px;}
.left14{left:14px;}
.left15{left:15px;}
.left16{left:16px;}
.left17{left:17px;}
.left18{left:18px;}
.left19{left:19px;}
.left20{left:20px;}
.left25{left:25px;}
.left30{left:30px;}
.left35{left:35px;}
.left40{left:40px;}
.left45{left:45px;}
.left50{left:50px;}
.left55{left:55px;}
.left60{left:60px;}
.left65{left:65px;}
.left70{left:70px;}
.left75{left:75px;}
.left80{left:80px;}
.left85{left:85px;}
.left90{left:90px;}
.left95{left:95px;}
.left100{left:100px;}
.left110{left:110px;}
.left120{left:120px;}
.left130{left:130px;}
.left140{left:140px;}
.left150{left:150px;}
.left160{left:160px;}
.left170{left:170px;}
.left180{left:180px;}
.left190{left:190px;}
.left200{left:200px;}
.left210{left:210px;}
.left220{left:220px;}
.left230{left:230px;}
.left240{left:240px;}
.left250{left:250px;}
.left260{left:260px;}
.left270{left:270px;}
.left280{left:280px;}
.left290{left:290px;}
.left300{left:300px;}
.left310{left:310px;}
.left320{left:320px;}
.left330{left:330px;}
.left340{left:340px;}
.left350{left:350px;}
.left360{left:360px;}
.left370{left:370px;}
.left380{left:380px;}
.left390{left:390px;}
.left400{left:400px;}
.left410{left:410px;}
.left420{left:420px;}
.left430{left:430px;}
.left440{left:440px;}
.left450{left:450px;}
.left460{left:460px;}
.left470{left:470px;}
.left480{left:480px;}
.left490{left:490px;}
.left500{left:500px;}
.left550{left:550px;}
.left600{left:600px;}
.left650{left:650px;}
.left700{left:700px;}
.left750{left:750px;}
.left800{left:800px;}
.left850{left:850px;}
.left900{left:900px;}
.left950{left:950px;}
.left1000{left:1000px;}

/* BlockCornerRound
-------------------------------------- */
.r4,.r4T,.r4L{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px;}
.r4,.r4T,.r4R{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px;}
.r4,.r4B,.r4L{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px;}
.r4,.r4B,.r4R{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px;}

.r6,.r6T,.r6L{-moz-border-radius-topleft:6px;-webkit-border-top-left-radius:6px;-khtml-border-top-left-radius:6px;border-top-left-radius:6px;}
.r6,.r6T,.r6R{-moz-border-radius-topright:6px;-webkit-border-top-right-radius:6px;-khtml-border-top-right-radius:6px;border-top-right-radius:6px;}
.r6,.r6B,.r6L{-moz-border-radius-bottomleft:6px;-webkit-border-bottom-left-radius:6px;-khtml-border-bottom-left-radius:6px;border-bottom-left-radius:6px;}
.r6,.r6B,.r6R{-moz-border-radius-bottomright:6px;-webkit-border-bottom-right-radius:6px;-khtml-border-bottom-right-radius:6px;border-bottom-right-radius:6px;}

.r8,.r8T,.r8L{-moz-border-radius-topleft:8px;-webkit-border-top-left-radius:8px;-khtml-border-top-left-radius:8px;border-top-left-radius:8px;}
.r8,.r8T,.r8R{-moz-border-radius-topright:8px;-webkit-border-top-right-radius:8px;-khtml-border-top-right-radius:8px;border-top-right-radius:8px;}
.r8,.r8B,.r8L{-moz-border-radius-bottomleft:8px;-webkit-border-bottom-left-radius:8px;-khtml-border-bottom-left-radius:8px;border-bottom-left-radius:8px;}
.r8,.r8B,.r8R{-moz-border-radius-bottomright:8px;-webkit-border-bottom-right-radius:8px;-khtml-border-bottom-right-radius:8px;border-bottom-right-radius:8px;}

.r10,.r10T,.r10L{-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;-khtml-border-top-left-radius:10px;border-top-left-radius:10px;}
.r10,.r10T,.r10R{-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-khtml-border-top-right-radius:10px;border-top-right-radius:10px;}
.r10,.r10B,.r10L{-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;-khtml-border-bottom-left-radius:10px;border-bottom-left-radius:10px;}
.r10,.r10B,.r10R{-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;-khtml-border-bottom-right-radius:10px;border-bottom-right-radius:10px;}


/* Margin / Padding
---------------------------------------------------------------------------- */
/* Margin Auto
-------------------------------------- */
.ma{margin-right:auto;margin-left:auto;}
.m_at{margin-right:auto;margin-left:auto;}
.maR{margin-right:auto;}
.maL{margin-left:auto;}

/* Margin Allround
-------------------------------------- */
.m0{margin:0px;}
.m1{margin:1px;}
.m2{margin:2px;}
.m3{margin:3px;}
.m4{margin:4px;}
.m5{margin:5px;}
.m6{margin:6px;}
.m7{margin:7px;}
.m8{margin:8px;}
.m9{margin:9px;}
.m10{margin:10px;}
.m11{margin:11px;}
.m12{margin:12px;}
.m13{margin:13px;}
.m14{margin:14px;}
.m15{margin:15px;}
.m16{margin:16px;}
.m17{margin:17px;}
.m18{margin:18px;}
.m19{margin:19px;}
.m20{margin:20px;}
.m25{margin:25px;}
.m30{margin:30px;}
.m35{margin:35px;}
.m40{margin:40px;}
.m45{margin:45px;}
.m50{margin:50px;}
.m55{margin:55px;}
.m60{margin:60px;}
.m65{margin:65px;}
.m70{margin:70px;}
.m75{margin:75px;}
.m80{margin:80px;}
.m85{margin:85px;}
.m90{margin:90px;}
.m95{margin:95px;}
.m100{margin:100px;}

/* Margin Top
-------------------------------------- */
.mt0{margin-top:0px;}
.mt1{margin-top:1px;}
.mt2{margin-top:2px;}
.mt3{margin-top:3px;}
.mt4{margin-top:4px;}
.mt5{margin-top:5px;}
.mt6{margin-top:6px;}
.mt7{margin-top:7px;}
.mt8{margin-top:8px;}
.mt9{margin-top:9px;}
.mt10{margin-top:10px;}
.mt11{margin-top:11px;}
.mt12{margin-top:12px;}
.mt13{margin-top:13px;}
.mt14{margin-top:14px;}
.mt15{margin-top:15px;}
.mt16{margin-top:16px;}
.mt17{margin-top:17px;}
.mt18{margin-top:18px;}
.mt19{margin-top:19px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}
.mt55{margin-top:55px;}
.mt60{margin-top:60px;}
.mt65{margin-top:65px;}
.mt70{margin-top:70px;}
.mt75{margin-top:75px;}
.mt80{margin-top:80px;}
.mt85{margin-top:85px;}
.mt90{margin-top:90px;}
.mt95{margin-top:95px;}
.mt100{margin-top:100px;}
.mt110{margin-top:110px;}
.mt120{margin-top:120px;}
.mt130{margin-top:130px;}
.mt140{margin-top:140px;}
.mt150{margin-top:150px;}
.mt160{margin-top:160px;}
.mt170{margin-top:170px;}
.mt180{margin-top:180px;}
.mt190{margin-top:190px;}
.mt200{margin-top:200px;}
.mt210{margin-top:210px;}
.mt220{margin-top:220px;}
.mt230{margin-top:230px;}
.mt240{margin-top:240px;}
.mt250{margin-top:250px;}
.mt260{margin-top:260px;}
.mt270{margin-top:270px;}
.mt280{margin-top:280px;}
.mt290{margin-top:290px;}
.mt300{margin-top:300px;}
.mt310{margin-top:310px;}
.mt320{margin-top:320px;}
.mt330{margin-top:330px;}
.mt340{margin-top:340px;}
.mt350{margin-top:350px;}
.mt360{margin-top:360px;}
.mt370{margin-top:370px;}
.mt380{margin-top:380px;}
.mt390{margin-top:390px;}
.mt400{margin-top:400px;}
.mt410{margin-top:410px;}
.mt420{margin-top:420px;}
.mt430{margin-top:430px;}
.mt440{margin-top:440px;}
.mt450{margin-top:450px;}
.mt460{margin-top:460px;}
.mt470{margin-top:470px;}
.mt480{margin-top:480px;}
.mt490{margin-top:490px;}
.mt500{margin-top:500px;}
.mt550{margin-top:550px;}
.mt600{margin-top:600px;}
.mt650{margin-top:650px;}
.mt700{margin-top:700px;}
.mt750{margin-top:750px;}
.mt800{margin-top:800px;}
.mt850{margin-top:850px;}
.mt900{margin-top:900px;}
.mt950{margin-top:950px;}
.mt1000{margin-top:1000px;}

/* Margin Top Minus
-------------------------------------- */
.mt0-{margin-top:-0px;}
.mt1-{margin-top:-1px;}
.mt2-{margin-top:-2px;}
.mt3-{margin-top:-3px;}
.mt4-{margin-top:-4px;}
.mt5-{margin-top:-5px;}
.mt6-{margin-top:-6px;}
.mt7-{margin-top:-7px;}
.mt8-{margin-top:-8px;}
.mt9-{margin-top:-9px;}
.mt10-{margin-top:-10px;}
.mt11-{margin-top:-11px;}
.mt12-{margin-top:-12px;}
.mt13-{margin-top:-13px;}
.mt14-{margin-top:-14px;}
.mt15-{margin-top:-15px;}
.mt16-{margin-top:-16px;}
.mt17-{margin-top:-17px;}
.mt18-{margin-top:-18px;}
.mt19-{margin-top:-19px;}
.mt20-{margin-top:-20px;}
.mt25-{margin-top:-25px;}
.mt30-{margin-top:-30px;}
.mt35-{margin-top:-35px;}
.mt40-{margin-top:-40px;}
.mt45-{margin-top:-45px;}
.mt50-{margin-top:-50px;}
.mt55-{margin-top:-55px;}
.mt60-{margin-top:-60px;}
.mt65-{margin-top:-65px;}
.mt70-{margin-top:-70px;}
.mt75-{margin-top:-75px;}
.mt80-{margin-top:-80px;}
.mt85-{margin-top:-85px;}
.mt90-{margin-top:-90px;}
.mt95-{margin-top:-95px;}
.mt100-{margin-top:-100px;}

/* Margin Right
-------------------------------------- */
.mr0{margin-right:0px;}
.mr1{margin-right:1px;}
.mr2{margin-right:2px;}
.mr3{margin-right:3px;}
.mr4{margin-right:4px;}
.mr5{margin-right:5px;}
.mr6{margin-right:6px;}
.mr7{margin-right:7px;}
.mr8{margin-right:8px;}
.mr9{margin-right:9px;}
.mr10{margin-right:10px;}
.mr11{margin-right:11px;}
.mr12{margin-right:12px;}
.mr13{margin-right:13px;}
.mr14{margin-right:14px;}
.mr15{margin-right:15px;}
.mr16{margin-right:16px;}
.mr17{margin-right:17px;}
.mr18{margin-right:18px;}
.mr19{margin-right:19px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}
.mr45{margin-right:45px;}
.mr50{margin-right:50px;}
.mr55{margin-right:55px;}
.mr60{margin-right:60px;}
.mr65{margin-right:65px;}
.mr70{margin-right:70px;}
.mr75{margin-right:75px;}
.mr80{margin-right:80px;}
.mr85{margin-right:85px;}
.mr90{margin-right:90px;}
.mr95{margin-right:95px;}
.mr100{margin-right:100px;}
.mr110{margin-right:110px;}
.mr120{margin-right:120px;}
.mr130{margin-right:130px;}
.mr140{margin-right:140px;}
.mr150{margin-right:150px;}
.mr160{margin-right:160px;}
.mr170{margin-right:170px;}
.mr180{margin-right:180px;}
.mr190{margin-right:190px;}
.mr200{margin-right:200px;}
.mr210{margin-right:210px;}
.mr220{margin-right:220px;}
.mr230{margin-right:230px;}
.mr240{margin-right:240px;}
.mr250{margin-right:250px;}
.mr260{margin-right:260px;}
.mr270{margin-right:270px;}
.mr280{margin-right:280px;}
.mr290{margin-right:290px;}
.mr300{margin-right:300px;}
.mr310{margin-right:310px;}
.mr320{margin-right:320px;}
.mr330{margin-right:330px;}
.mr340{margin-right:340px;}
.mr350{margin-right:350px;}
.mr360{margin-right:360px;}
.mr370{margin-right:370px;}
.mr380{margin-right:380px;}
.mr390{margin-right:390px;}
.mr400{margin-right:400px;}
.mr410{margin-right:410px;}
.mr420{margin-right:420px;}
.mr430{margin-right:430px;}
.mr440{margin-right:440px;}
.mr450{margin-right:450px;}
.mr460{margin-right:460px;}
.mr470{margin-right:470px;}
.mr480{margin-right:480px;}
.mr490{margin-right:490px;}
.mr500{margin-right:500px;}
.mr550{margin-right:550px;}
.mr600{margin-right:600px;}
.mr650{margin-right:650px;}
.mr700{margin-right:700px;}
.mr750{margin-right:750px;}
.mr800{margin-right:800px;}
.mr850{margin-right:850px;}
.mr900{margin-right:900px;}
.mr950{margin-right:950px;}
.mr1000{margin-right:1000px;}

/* Margin Bottom
-------------------------------------- */
.mb0{margin-bottom:0px;}
.mb1{margin-bottom:1px;}
.mb2{margin-bottom:2px;}
.mb3{margin-bottom:3px;}
.mb4{margin-bottom:4px;}
.mb5{margin-bottom:5px;}
.mb6{margin-bottom:6px;}
.mb7{margin-bottom:7px;}
.mb8{margin-bottom:8px;}
.mb9{margin-bottom:9px;}
.mb10{margin-bottom:10px;}
.mb11{margin-bottom:11px;}
.mb12{margin-bottom:12px;}
.mb13{margin-bottom:13px;}
.mb14{margin-bottom:14px;}
.mb15{margin-bottom:15px;}
.mb16{margin-bottom:16px;}
.mb17{margin-bottom:17px;}
.mb18{margin-bottom:18px;}
.mb19{margin-bottom:19px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb65{margin-bottom:65px;}
.mb70{margin-bottom:70px;}
.mb75{margin-bottom:75px;}
.mb80{margin-bottom:80px;}
.mb85{margin-bottom:85px;}
.mb90{margin-bottom:90px;}
.mb95{margin-bottom:95px;}
.mb100{margin-bottom:100px;}
.mb110{margin-bottom:110px;}
.mb120{margin-bottom:120px;}
.mb130{margin-bottom:130px;}
.mb140{margin-bottom:140px;}
.mb150{margin-bottom:150px;}
.mb160{margin-bottom:160px;}
.mb170{margin-bottom:170px;}
.mb180{margin-bottom:180px;}
.mb190{margin-bottom:190px;}
.mb200{margin-bottom:200px;}
.mb210{margin-bottom:210px;}
.mb220{margin-bottom:220px;}
.mb230{margin-bottom:230px;}
.mb240{margin-bottom:240px;}
.mb250{margin-bottom:250px;}
.mb260{margin-bottom:260px;}
.mb270{margin-bottom:270px;}
.mb280{margin-bottom:280px;}
.mb290{margin-bottom:290px;}
.mb300{margin-bottom:300px;}
.mb310{margin-bottom:310px;}
.mb320{margin-bottom:320px;}
.mb330{margin-bottom:330px;}
.mb340{margin-bottom:340px;}
.mb350{margin-bottom:350px;}
.mb360{margin-bottom:360px;}
.mb370{margin-bottom:370px;}
.mb380{margin-bottom:380px;}
.mb390{margin-bottom:390px;}
.mb400{margin-bottom:400px;}
.mb410{margin-bottom:410px;}
.mb420{margin-bottom:420px;}
.mb430{margin-bottom:430px;}
.mb440{margin-bottom:440px;}
.mb450{margin-bottom:450px;}
.mb460{margin-bottom:460px;}
.mb470{margin-bottom:470px;}
.mb480{margin-bottom:480px;}
.mb490{margin-bottom:490px;}
.mb500{margin-bottom:500px;}
.mb550{margin-bottom:550px;}
.mb600{margin-bottom:600px;}
.mb650{margin-bottom:650px;}
.mb700{margin-bottom:700px;}
.mb750{margin-bottom:750px;}
.mb800{margin-bottom:800px;}
.mb850{margin-bottom:850px;}
.mb900{margin-bottom:900px;}
.mb950{margin-bottom:950px;}
.mb1000{margin-bottom:1000px;}

/* Margin Left
-------------------------------------- */
.ml0{margin-left:0px;}
.ml1{margin-left:1px;}
.ml2{margin-left:2px;}
.ml3{margin-left:3px;}
.ml4{margin-left:4px;}
.ml5{margin-left:5px;}
.ml6{margin-left:6px;}
.ml7{margin-left:7px;}
.ml8{margin-left:8px;}
.ml9{margin-left:9px;}
.ml10{margin-left:10px;}
.ml11{margin-left:11px;}
.ml12{margin-left:12px;}
.ml13{margin-left:13px;}
.ml14{margin-left:14px;}
.ml15{margin-left:15px;}
.ml16{margin-left:16px;}
.ml17{margin-left:17px;}
.ml18{margin-left:18px;}
.ml19{margin-left:19px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}
.ml55{margin-left:55px;}
.ml60{margin-left:60px;}
.ml65{margin-left:65px;}
.ml70{margin-left:70px;}
.ml75{margin-left:75px;}
.ml80{margin-left:80px;}
.ml85{margin-left:85px;}
.ml90{margin-left:90px;}
.ml95{margin-left:95px;}
.ml100{margin-left:100px;}
.ml110{margin-left:110px;}
.ml120{margin-left:120px;}
.ml130{margin-left:130px;}
.ml140{margin-left:140px;}
.ml150{margin-left:150px;}
.ml160{margin-left:160px;}
.ml170{margin-left:170px;}
.ml180{margin-left:180px;}
.ml190{margin-left:190px;}
.ml200{margin-left:200px;}
.ml210{margin-left:210px;}
.ml220{margin-left:220px;}
.ml230{margin-left:230px;}
.ml240{margin-left:240px;}
.ml250{margin-left:250px;}
.ml260{margin-left:260px;}
.ml270{margin-left:270px;}
.ml280{margin-left:280px;}
.ml290{margin-left:290px;}
.ml300{margin-left:300px;}
.ml310{margin-left:310px;}
.ml320{margin-left:320px;}
.ml330{margin-left:330px;}
.ml340{margin-left:340px;}
.ml350{margin-left:350px;}
.ml360{margin-left:360px;}
.ml370{margin-left:370px;}
.ml380{margin-left:380px;}
.ml390{margin-left:390px;}
.ml400{margin-left:400px;}
.ml410{margin-left:410px;}
.ml420{margin-left:420px;}
.ml430{margin-left:430px;}
.ml440{margin-left:440px;}
.ml450{margin-left:450px;}
.ml460{margin-left:460px;}
.ml470{margin-left:470px;}
.ml480{margin-left:480px;}
.ml490{margin-left:490px;}
.ml500{margin-left:500px;}
.ml550{margin-left:550px;}
.ml600{margin-left:600px;}
.ml650{margin-left:650px;}
.ml700{margin-left:700px;}
.ml750{margin-left:750px;}
.ml800{margin-left:800px;}
.ml850{margin-left:850px;}
.ml900{margin-left:900px;}
.ml950{margin-left:950px;}
.ml1000{margin-left:1000px;}

/* Margin Left Minus
-------------------------------------- */
.ml0-{margin-left:-0px;}
.ml1-{margin-left:-1px;}
.ml2-{margin-left:-2px;}
.ml3-{margin-left:-3px;}
.ml4-{margin-left:-4px;}
.ml5-{margin-left:-5px;}
.ml6-{margin-left:-6px;}
.ml7-{margin-left:-7px;}
.ml8-{margin-left:-8px;}
.ml9-{margin-left:-9px;}
.ml10-{margin-left:-10px;}
.ml11-{margin-left:-11px;}
.ml12-{margin-left:-12px;}
.ml13-{margin-left:-13px;}
.ml14-{margin-left:-14px;}
.ml15-{margin-left:-15px;}
.ml16-{margin-left:-16px;}
.ml17-{margin-left:-17px;}
.ml18-{margin-left:-18px;}
.ml19-{margin-left:-19px;}
.ml20-{margin-left:-20px;}
.ml25-{margin-left:-25px;}
.ml30-{margin-left:-30px;}
.ml35-{margin-left:-35px;}
.ml40-{margin-left:-40px;}
.ml45-{margin-left:-45px;}
.ml50-{margin-left:-50px;}
.ml55-{margin-left:-55px;}
.ml60-{margin-left:-60px;}
.ml65-{margin-left:-65px;}
.ml70-{margin-left:-70px;}
.ml75-{margin-left:-75px;}
.ml80-{margin-left:-80px;}
.ml85-{margin-left:-85px;}
.ml90-{margin-left:-90px;}
.ml95-{margin-left:-95px;}
.ml100-{margin-left:-100px;}

/* Margin Left-Right(Horizontal)
-------------------------------------- */
.mh0{margin-left:0px;margin-right:0px;}
.mh1{margin-left:1px;margin-right:1px;}
.mh2{margin-left:2px;margin-right:2px;}
.mh3{margin-left:3px;margin-right:3px;}
.mh4{margin-left:4px;margin-right:4px;}
.mh5{margin-left:5px;margin-right:5px;}
.mh6{margin-left:6px;margin-right:6px;}
.mh7{margin-left:7px;margin-right:7px;}
.mh8{margin-left:8px;margin-right:8px;}
.mh9{margin-left:9px;margin-right:9px;}
.mh10{margin-left:10px;margin-right:10px;}
.mh11{margin-left:11px;margin-right:11px;}
.mh12{margin-left:12px;margin-right:12px;}
.mh13{margin-left:13px;margin-right:13px;}
.mh14{margin-left:14px;margin-right:14px;}
.mh15{margin-left:15px;margin-right:15px;}
.mh16{margin-left:16px;margin-right:16px;}
.mh17{margin-left:17px;margin-right:17px;}
.mh18{margin-left:18px;margin-right:18px;}
.mh19{margin-left:19px;margin-right:19px;}
.mh20{margin-left:20px;margin-right:20px;}
.mh25{margin-left:25px;margin-right:25px;}
.mh30{margin-left:30px;margin-right:30px;}
.mh35{margin-left:35px;margin-right:35px;}
.mh40{margin-left:40px;margin-right:40px;}
.mh45{margin-left:45px;margin-right:45px;}
.mh50{margin-left:50px;margin-right:50px;}
.mh55{margin-left:55px;margin-right:55px;}
.mh60{margin-left:60px;margin-right:60px;}
.mh65{margin-left:65px;margin-right:65px;}
.mh70{margin-left:70px;margin-right:70px;}
.mh75{margin-left:75px;margin-right:75px;}
.mh80{margin-left:80px;margin-right:80px;}
.mh85{margin-left:85px;margin-right:85px;}
.mh90{margin-left:90px;margin-right:90px;}
.mh95{margin-left:95px;margin-right:95px;}
.mh100{margin-left:100px;margin-right:100px;}

/* Margin Top-Bottom(Vertical)
-------------------------------------- */
.mv0{margin-top:0px;margin-bottom:0px;}
.mv1{margin-top:1px;margin-bottom:1px;}
.mv2{margin-top:2px;margin-bottom:2px;}
.mv3{margin-top:3px;margin-bottom:3px;}
.mv4{margin-top:4px;margin-bottom:4px;}
.mv5{margin-top:5px;margin-bottom:5px;}
.mv6{margin-top:6px;margin-bottom:6px;}
.mv7{margin-top:7px;margin-bottom:7px;}
.mv8{margin-top:8px;margin-bottom:8px;}
.mv9{margin-top:9px;margin-bottom:9px;}
.mv10{margin-top:10px;margin-bottom:10px;}
.mv11{margin-top:11px;margin-bottom:11px;}
.mv12{margin-top:12px;margin-bottom:12px;}
.mv13{margin-top:13px;margin-bottom:13px;}
.mv14{margin-top:14px;margin-bottom:14px;}
.mv15{margin-top:15px;margin-bottom:15px;}
.mv16{margin-top:16px;margin-bottom:16px;}
.mv17{margin-top:17px;margin-bottom:17px;}
.mv18{margin-top:18px;margin-bottom:18px;}
.mv19{margin-top:19px;margin-bottom:19px;}
.mv20{margin-top:20px;margin-bottom:20px;}
.mv25{margin-top:25px;margin-bottom:25px;}
.mv30{margin-top:30px;margin-bottom:30px;}
.mv35{margin-top:35px;margin-bottom:35px;}
.mv40{margin-top:40px;margin-bottom:40px;}
.mv45{margin-top:45px;margin-bottom:45px;}
.mv50{margin-top:50px;margin-bottom:50px;}
.mv55{margin-top:55px;margin-bottom:55px;}
.mv60{margin-top:60px;margin-bottom:60px;}
.mv65{margin-top:65px;margin-bottom:65px;}
.mv70{margin-top:70px;margin-bottom:70px;}
.mv75{margin-top:75px;margin-bottom:75px;}
.mv80{margin-top:80px;margin-bottom:80px;}
.mv85{margin-top:85px;margin-bottom:85px;}
.mv90{margin-top:90px;margin-bottom:90px;}
.mv95{margin-top:95px;margin-bottom:95px;}
.mv100{margin-top:100px;margin-bottom:100px;}

/* Margin Allround em
-------------------------------------- */
.m0pe{margin:0em;}
.m10pe{margin:0.1em;}
.m20pe{margin:0.2em;}
.m30pe{margin:0.3em;}
.m40pe{margin:0.4em;}
.m50pe{margin:0.5em;}
.m60pe{margin:0.6em;}
.m70pe{margin:0.7em;}
.m80pe{margin:0.8em;}
.m90pe{margin:0.9em;}
.m100pe{margin:1em;}

/* Margin Top em
-------------------------------------- */
.mt0pe{margin-top:0em;}
.mt10pe{margin-top:0.1em;}
.mt20pe{margin-top:0.2em;}
.mt30pe{margin-top:0.3em;}
.mt40pe{margin-top:0.4em;}
.mt50pe{margin-top:0.5em;}
.mt60pe{margin-top:0.6em;}
.mt70pe{margin-top:0.7em;}
.mt80pe{margin-top:0.8em;}
.mt90pe{margin-top:0.9em;}
.mt100pe{margin-top:1em;}

/* Margin Right em
-------------------------------------- */
.mr0pe{margin-right:0em;}
.mr10pe{margin-right:0.1em;}
.mr20pe{margin-right:0.2em;}
.mr30pe{margin-right:0.3em;}
.mr40pe{margin-right:0.4em;}
.mr50pe{margin-right:0.5em;}
.mr60pe{margin-right:0.6em;}
.mr70pe{margin-right:0.7em;}
.mr80pe{margin-right:0.8em;}
.mr90pe{margin-right:0.9em;}
.mr100pe{margin-right:1em;}

/* Margin Bottom em
-------------------------------------- */
.mb0pe{margin-bottom:0em;}
.mb10pe{margin-bottom:0.1em;}
.mb20pe{margin-bottom:0.2em;}
.mb30pe{margin-bottom:0.3em;}
.mb40pe{margin-bottom:0.4em;}
.mb50pe{margin-bottom:0.5em;}
.mb60pe{margin-bottom:0.6em;}
.mb70pe{margin-bottom:0.7em;}
.mb80pe{margin-bottom:0.8em;}
.mb90pe{margin-bottom:0.9em;}
.mb100pe{margin-bottom:1em;}

/* Margin Left em
-------------------------------------- */
.ml0pe{margin-left:0em;}
.ml10pe{margin-left:0.1em;}
.ml20pe{margin-left:0.2em;}
.ml30pe{margin-left:0.3em;}
.ml40pe{margin-left:0.4em;}
.ml50pe{margin-left:0.5em;}
.ml60pe{margin-left:0.6em;}
.ml70pe{margin-left:0.7em;}
.ml80pe{margin-left:0.8em;}
.ml90pe{margin-left:0.9em;}
.ml100pe{margin-left:1em;}

/* Padding Allround
-------------------------------------- */
.p0{padding:0px;}
.p1{padding:1px;}
.p2{padding:2px;}
.p3{padding:3px;}
.p4{padding:4px;}
.p5{padding:5px;}
.p6{padding:6px;}
.p7{padding:7px;}
.p8{padding:8px;}
.p9{padding:9px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p25{padding:25px;}
.p30{padding:30px;}

/* Padding Top
-------------------------------------- */
.pt0{padding-top:0px;}
.pt1{padding-top:1px;}
.pt2{padding-top:2px;}
.pt3{padding-top:3px;}
.pt4{padding-top:4px;}
.pt5{padding-top:5px;}
.pt6{padding-top:6px;}
.pt7{padding-top:7px;}
.pt8{padding-top:8px;}
.pt9{padding-top:9px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}

/* Padding Right
-------------------------------------- */
.pr0{padding-right:0px;}
.pr1{padding-right:1px;}
.pr2{padding-right:2px;}
.pr3{padding-right:3px;}
.pr4{padding-right:4px;}
.pr5{padding-right:5px;}
.pr6{padding-right:6px;}
.pr7{padding-right:7px;}
.pr8{padding-right:8px;}
.pr9{padding-right:9px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}

/* Padding Bottom
-------------------------------------- */
.pb0{padding-bottom:0px;}
.pb1{padding-bottom:1px;}
.pb2{padding-bottom:2px;}
.pb3{padding-bottom:3px;}
.pb4{padding-bottom:4px;}
.pb5{padding-bottom:5px;}
.pb6{padding-bottom:6px;}
.pb7{padding-bottom:7px;}
.pb8{padding-bottom:8px;}
.pb9{padding-bottom:9px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}

/* Padding Left
-------------------------------------- */
.pl0{padding-left:0px;}
.pl1{padding-left:1px;}
.pl2{padding-left:2px;}
.pl3{padding-left:3px;}
.pl4{padding-left:4px;}
.pl5{padding-left:5px;}
.pl6{padding-left:6px;}
.pl7{padding-left:7px;}
.pl8{padding-left:8px;}
.pl9{padding-left:9px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl30{padding-left:30px;}


/* Block Size
---------------------------------------------------------------------------- */
/* Block Width
-------------------------------------- */
.w0{width:0px;}
.w5{width:5px;}
.w10{width:10px;}
.w15{width:15px;}
.w20{width:20px;}
.w25{width:25px;}
.w30{width:30px;}
.w35{width:35px;}
.w40{width:40px;}
.w45{width:45px;}
.w50{width:50px;}
.w55{width:55px;}
.w60{width:60px;}
.w65{width:65px;}
.w70{width:70px;}
.w75{width:75px;}
.w80{width:80px;}
.w85{width:85px;}
.w90{width:90px;}
.w95{width:95px;}
.w100{width:100px;}
.w105{width:105px;}
.w110{width:110px;}
.w115{width:115px;}
.w120{width:120px;}
.w125{width:125px;}
.w130{width:130px;}
.w135{width:135px;}
.w140{width:140px;}
.w145{width:145px;}
.w150{width:150px;}
.w155{width:155px;}
.w160{width:160px;}
.w165{width:165px;}
.w170{width:170px;}
.w175{width:175px;}
.w180{width:180px;}
.w185{width:185px;}
.w190{width:190px;}
.w195{width:195px;}
.w200{width:200px;}
.w205{width:205px;}
.w210{width:210px;}
.w215{width:215px;}
.w220{width:220px;}
.w225{width:225px;}
.w230{width:230px;}
.w235{width:235px;}
.w240{width:240px;}
.w245{width:245px;}
.w250{width:250px;}
.w255{width:255px;}
.w260{width:260px;}
.w265{width:265px;}
.w270{width:270px;}
.w275{width:275px;}
.w280{width:280px;}
.w285{width:285px;}
.w290{width:290px;}
.w295{width:295px;}
.w300{width:300px;}
.w310{width:310px;}
.w320{width:320px;}
.w330{width:330px;}
.w340{width:340px;}
.w350{width:350px;}
.w360{width:360px;}
.w370{width:370px;}
.w380{width:380px;}
.w390{width:390px;}
.w400{width:400px;}
.w410{width:410px;}
.w420{width:420px;}
.w430{width:430px;}
.w440{width:440px;}
.w450{width:450px;}
.w460{width:460px;}
.w470{width:470px;}
.w480{width:480px;}
.w490{width:490px;}
.w500{width:500px;}
.w510{width:510px;}
.w520{width:520px;}
.w530{width:530px;}
.w540{width:540px;}
.w550{width:550px;}
.w560{width:560px;}
.w570{width:570px;}
.w580{width:580px;}
.w590{width:590px;}
.w600{width:600px;}
.w610{width:610px;}
.w620{width:620px;}
.w630{width:630px;}
.w640{width:640px;}
.w650{width:650px;}
.w660{width:660px;}
.w670{width:670px;}
.w680{width:680px;}
.w690{width:690px;}
.w700{width:700px;}
.w710{width:710px;}
.w720{width:720px;}
.w730{width:730px;}
.w740{width:740px;}
.w750{width:750px;}
.w760{width:760px;}
.w770{width:770px;}
.w780{width:780px;}
.w790{width:790px;}
.w800{width:800px;}
.w810{width:810px;}
.w820{width:820px;}
.w830{width:830px;}
.w840{width:840px;}
.w850{width:850px;}
.w860{width:860px;}
.w870{width:870px;}
.w880{width:880px;}
.w890{width:890px;}
.w900{width:900px;}
.w910{width:910px;}
.w920{width:920px;}
.w930{width:930px;}
.w940{width:940px;}
.w950{width:950px;}
.w960{width:960px;}
.w970{width:970px;}
.w980{width:980px;}
.w990{width:990px;}
.w1000{width:1000px;}
.w1050{width:1050px;}
.w1100{width:1100px;}
.w1150{width:1150px;}
.w1200{width:1200px;}
.w1250{width:1250px;}
.w1300{width:1300px;}
.w0p{width:0%;}
.w1p{width:1%;}
.w2p{width:2%;}
.w3p{width:3%;}
.w4p{width:4%;}
.w5p{width:5%;}
.w6p{width:6%;}
.w7p{width:7%;}
.w8p{width:8%;}
.w9p{width:9%;}
.w10p{width:10%;}
.w11p{width:11%;}
.w12p{width:12%;}
.w13p{width:13%;}
.w14p{width:14%;}
.w15p{width:15%;}
.w16p{width:16%;}
.w17p{width:17%;}
.w18p{width:18%;}
.w19p{width:19%;}
.w20p{width:20%;}
.w21p{width:21%;}
.w22p{width:22%;}
.w23p{width:23%;}
.w24p{width:24%;}
.w25p{width:25%;}
.w26p{width:26%;}
.w27p{width:27%;}
.w28p{width:28%;}
.w29p{width:29%;}
.w30p{width:30%;}
.w31p{width:31%;}
.w32p{width:32%;}
.w33p{width:33%;}
.w34p{width:34%;}
.w35p{width:35%;}
.w36p{width:36%;}
.w37p{width:37%;}
.w38p{width:38%;}
.w39p{width:39%;}
.w40p{width:40%;}
.w41p{width:41%;}
.w42p{width:42%;}
.w43p{width:43%;}
.w44p{width:44%;}
.w45p{width:45%;}
.w46p{width:46%;}
.w47p{width:47%;}
.w48p{width:48%;}
.w49p{width:49%;}
.w50p{width:50%;}
.w51p{width:51%;}
.w52p{width:52%;}
.w53p{width:53%;}
.w54p{width:54%;}
.w55p{width:55%;}
.w56p{width:56%;}
.w57p{width:57%;}
.w58p{width:58%;}
.w59p{width:59%;}
.w60p{width:60%;}
.w61p{width:61%;}
.w62p{width:62%;}
.w63p{width:63%;}
.w64p{width:64%;}
.w65p{width:65%;}
.w66p{width:66%;}
.w67p{width:67%;}
.w68p{width:68%;}
.w69p{width:69%;}
.w70p{width:70%;}
.w71p{width:71%;}
.w72p{width:72%;}
.w73p{width:73%;}
.w74p{width:74%;}
.w75p{width:75%;}
.w76p{width:76%;}
.w77p{width:77%;}
.w78p{width:78%;}
.w79p{width:79%;}
.w80p{width:80%;}
.w81p{width:81%;}
.w82p{width:82%;}
.w83p{width:83%;}
.w84p{width:84%;}
.w85p{width:85%;}
.w86p{width:86%;}
.w87p{width:87%;}
.w88p{width:88%;}
.w89p{width:89%;}
.w90p{width:90%;}
.w91p{width:91%;}
.w92p{width:92%;}
.w93p{width:93%;}
.w94p{width:94%;}
.w95p{width:95%;}
.w96p{width:96%;}
.w97p{width:97%;}
.w98p{width:98%;}
.w99p{width:99%;}
.w100p{width:100%;}
.w0ud{max-width:0px;}
.w5ud{max-width:5px;}
.w10ud{max-width:10px;}
.w15ud{max-width:15px;}
.w20ud{max-width:20px;}
.w25ud{max-width:25px;}
.w30ud{max-width:30px;}
.w35ud{max-width:35px;}
.w40ud{max-width:40px;}
.w45ud{max-width:45px;}
.w50ud{max-width:50px;}
.w55ud{max-width:55px;}
.w60ud{max-width:60px;}
.w65ud{max-width:65px;}
.w70ud{max-width:70px;}
.w75ud{max-width:75px;}
.w80ud{max-width:80px;}
.w85ud{max-width:85px;}
.w90ud{max-width:90px;}
.w95ud{max-width:95px;}
.w100ud{max-width:100px;}
.w105ud{max-width:105px;}
.w110ud{max-width:110px;}
.w115ud{max-width:115px;}
.w120ud{max-width:120px;}
.w125ud{max-width:125px;}
.w130ud{max-width:130px;}
.w135ud{max-width:135px;}
.w140ud{max-width:140px;}
.w145ud{max-width:145px;}
.w150ud{max-width:150px;}
.w155ud{max-width:155px;}
.w160ud{max-width:160px;}
.w165ud{max-width:165px;}
.w170ud{max-width:170px;}
.w175ud{max-width:175px;}
.w180ud{max-width:180px;}
.w185ud{max-width:185px;}
.w190ud{max-width:190px;}
.w195ud{max-width:195px;}
.w200ud{max-width:200px;}
.w205ud{max-width:205px;}
.w210ud{max-width:210px;}
.w215ud{max-width:215px;}
.w220ud{max-width:220px;}
.w225ud{max-width:225px;}
.w230ud{max-width:230px;}
.w235ud{max-width:235px;}
.w240ud{max-width:240px;}
.w245ud{max-width:245px;}
.w250ud{max-width:250px;}
.w255ud{max-width:255px;}
.w260ud{max-width:260px;}
.w265ud{max-width:265px;}
.w270ud{max-width:270px;}
.w275ud{max-width:275px;}
.w280ud{max-width:280px;}
.w285ud{max-width:285px;}
.w290ud{max-width:290px;}
.w295ud{max-width:295px;}
.w300ud{max-width:300px;}
.w310ud{max-width:310px;}
.w320ud{max-width:320px;}
.w330ud{max-width:330px;}
.w340ud{max-width:340px;}
.w350ud{max-width:350px;}
.w360ud{max-width:360px;}
.w370ud{max-width:370px;}
.w380ud{max-width:380px;}
.w390ud{max-width:390px;}
.w400ud{max-width:400px;}
.w410ud{max-width:410px;}
.w420ud{max-width:420px;}
.w430ud{max-width:430px;}
.w440ud{max-width:440px;}
.w450ud{max-width:450px;}
.w460ud{max-width:460px;}
.w470ud{max-width:470px;}
.w480ud{max-width:480px;}
.w490ud{max-width:490px;}
.w500ud{max-width:500px;}
.w510ud{max-width:510px;}
.w520ud{max-width:520px;}
.w530ud{max-width:530px;}
.w540ud{max-width:540px;}
.w550ud{max-width:550px;}
.w560ud{max-width:560px;}
.w570ud{max-width:570px;}
.w580ud{max-width:580px;}
.w590ud{max-width:590px;}
.w600ud{max-width:600px;}
.w610ud{max-width:610px;}
.w620ud{max-width:620px;}
.w630ud{max-width:630px;}
.w640ud{max-width:640px;}
.w650ud{max-width:650px;}
.w660ud{max-width:660px;}
.w670ud{max-width:670px;}
.w680ud{max-width:680px;}
.w690ud{max-width:690px;}
.w700ud{max-width:700px;}
.w710ud{max-width:710px;}
.w720ud{max-width:720px;}
.w730ud{max-width:730px;}
.w740ud{max-width:740px;}
.w750ud{max-width:750px;}
.w760ud{max-width:760px;}
.w770ud{max-width:770px;}
.w780ud{max-width:780px;}
.w790ud{max-width:790px;}
.w800ud{max-width:800px;}
.w810ud{max-width:810px;}
.w820ud{max-width:820px;}
.w830ud{max-width:830px;}
.w840ud{max-width:840px;}
.w850ud{max-width:850px;}
.w860ud{max-width:860px;}
.w870ud{max-width:870px;}
.w880ud{max-width:880px;}
.w890ud{max-width:890px;}
.w900ud{max-width:900px;}
.w910ud{max-width:910px;}
.w920ud{max-width:920px;}
.w930ud{max-width:930px;}
.w940ud{max-width:940px;}
.w950ud{max-width:950px;}
.w960ud{max-width:960px;}
.w970ud{max-width:970px;}
.w980ud{max-width:980px;}
.w990ud{max-width:990px;}
.w1000ud{max-width:1000px;}
.w1050ud{max-width:1050px;}
.w1100ud{max-width:1100px;}
.w1150ud{max-width:1150px;}
.w1200ud{max-width:1200px;}
.w1250ud{max-width:1250px;}
.w1300ud{max-width:1300px;}
.w0pud{max-width:0%;}
.w1pud{max-width:1%;}
.w2pud{max-width:2%;}
.w3pud{max-width:3%;}
.w4pud{max-width:4%;}
.w5pud{max-width:5%;}
.w6pud{max-width:6%;}
.w7pud{max-width:7%;}
.w8pud{max-width:8%;}
.w9pud{max-width:9%;}
.w10pud{max-width:10%;}
.w11pud{max-width:11%;}
.w12pud{max-width:12%;}
.w13pud{max-width:13%;}
.w14pud{max-width:14%;}
.w15pud{max-width:15%;}
.w16pud{max-width:16%;}
.w17pud{max-width:17%;}
.w18pud{max-width:18%;}
.w19pud{max-width:19%;}
.w20pud{max-width:20%;}
.w21pud{max-width:21%;}
.w22pud{max-width:22%;}
.w23pud{max-width:23%;}
.w24pud{max-width:24%;}
.w25pud{max-width:25%;}
.w26pud{max-width:26%;}
.w27pud{max-width:27%;}
.w28pud{max-width:28%;}
.w29pud{max-width:29%;}
.w30pud{max-width:30%;}
.w31pud{max-width:31%;}
.w32pud{max-width:32%;}
.w33pud{max-width:33%;}
.w34pud{max-width:34%;}
.w35pud{max-width:35%;}
.w36pud{max-width:36%;}
.w37pud{max-width:37%;}
.w38pud{max-width:38%;}
.w39pud{max-width:39%;}
.w40pud{max-width:40%;}
.w41pud{max-width:41%;}
.w42pud{max-width:42%;}
.w43pud{max-width:43%;}
.w44pud{max-width:44%;}
.w45pud{max-width:45%;}
.w46pud{max-width:46%;}
.w47pud{max-width:47%;}
.w48pud{max-width:48%;}
.w49pud{max-width:49%;}
.w50pud{max-width:50%;}
.w51pud{max-width:51%;}
.w52pud{max-width:52%;}
.w53pud{max-width:53%;}
.w54pud{max-width:54%;}
.w55pud{max-width:55%;}
.w56pud{max-width:56%;}
.w57pud{max-width:57%;}
.w58pud{max-width:58%;}
.w59pud{max-width:59%;}
.w60pud{max-width:60%;}
.w61pud{max-width:61%;}
.w62pud{max-width:62%;}
.w63pud{max-width:63%;}
.w64pud{max-width:64%;}
.w65pud{max-width:65%;}
.w66pud{max-width:66%;}
.w67pud{max-width:67%;}
.w68pud{max-width:68%;}
.w69pud{max-width:69%;}
.w70pud{max-width:70%;}
.w71pud{max-width:71%;}
.w72pud{max-width:72%;}
.w73pud{max-width:73%;}
.w74pud{max-width:74%;}
.w75pud{max-width:75%;}
.w76pud{max-width:76%;}
.w77pud{max-width:77%;}
.w78pud{max-width:78%;}
.w79pud{max-width:79%;}
.w80pud{max-width:80%;}
.w81pud{max-width:81%;}
.w82pud{max-width:82%;}
.w83pud{max-width:83%;}
.w84pud{max-width:84%;}
.w85pud{max-width:85%;}
.w86pud{max-width:86%;}
.w87pud{max-width:87%;}
.w88pud{max-width:88%;}
.w89pud{max-width:89%;}
.w90pud{max-width:90%;}
.w91pud{max-width:91%;}
.w92pud{max-width:92%;}
.w93pud{max-width:93%;}
.w94pud{max-width:94%;}
.w95pud{max-width:95%;}
.w96pud{max-width:96%;}
.w97pud{max-width:97%;}
.w98pud{max-width:98%;}
.w99pud{max-width:99%;}
.w100pud{max-width:100%;}
.w0ov{min-width:0px;}
.w5ov{min-width:5px;}
.w10ov{min-width:10px;}
.w15ov{min-width:15px;}
.w20ov{min-width:20px;}
.w25ov{min-width:25px;}
.w30ov{min-width:30px;}
.w35ov{min-width:35px;}
.w40ov{min-width:40px;}
.w45ov{min-width:45px;}
.w50ov{min-width:50px;}
.w55ov{min-width:55px;}
.w60ov{min-width:60px;}
.w65ov{min-width:65px;}
.w70ov{min-width:70px;}
.w75ov{min-width:75px;}
.w80ov{min-width:80px;}
.w85ov{min-width:85px;}
.w90ov{min-width:90px;}
.w95ov{min-width:95px;}
.w100ov{min-width:100px;}
.w105ov{min-width:105px;}
.w110ov{min-width:110px;}
.w115ov{min-width:115px;}
.w120ov{min-width:120px;}
.w125ov{min-width:125px;}
.w130ov{min-width:130px;}
.w135ov{min-width:135px;}
.w140ov{min-width:140px;}
.w145ov{min-width:145px;}
.w150ov{min-width:150px;}
.w155ov{min-width:155px;}
.w160ov{min-width:160px;}
.w165ov{min-width:165px;}
.w170ov{min-width:170px;}
.w175ov{min-width:175px;}
.w180ov{min-width:180px;}
.w185ov{min-width:185px;}
.w190ov{min-width:190px;}
.w195ov{min-width:195px;}
.w200ov{min-width:200px;}
.w205ov{min-width:205px;}
.w210ov{min-width:210px;}
.w215ov{min-width:215px;}
.w220ov{min-width:220px;}
.w225ov{min-width:225px;}
.w230ov{min-width:230px;}
.w235ov{min-width:235px;}
.w240ov{min-width:240px;}
.w245ov{min-width:245px;}
.w250ov{min-width:250px;}
.w255ov{min-width:255px;}
.w260ov{min-width:260px;}
.w265ov{min-width:265px;}
.w270ov{min-width:270px;}
.w275ov{min-width:275px;}
.w280ov{min-width:280px;}
.w285ov{min-width:285px;}
.w290ov{min-width:290px;}
.w295ov{min-width:295px;}
.w300ov{min-width:300px;}
.w310ov{min-width:310px;}
.w320ov{min-width:320px;}
.w330ov{min-width:330px;}
.w340ov{min-width:340px;}
.w350ov{min-width:350px;}
.w360ov{min-width:360px;}
.w370ov{min-width:370px;}
.w380ov{min-width:380px;}
.w390ov{min-width:390px;}
.w400ov{min-width:400px;}
.w410ov{min-width:410px;}
.w420ov{min-width:420px;}
.w430ov{min-width:430px;}
.w440ov{min-width:440px;}
.w450ov{min-width:450px;}
.w460ov{min-width:460px;}
.w470ov{min-width:470px;}
.w480ov{min-width:480px;}
.w490ov{min-width:490px;}
.w500ov{min-width:500px;}
.w510ov{min-width:510px;}
.w520ov{min-width:520px;}
.w530ov{min-width:530px;}
.w540ov{min-width:540px;}
.w550ov{min-width:550px;}
.w560ov{min-width:560px;}
.w570ov{min-width:570px;}
.w580ov{min-width:580px;}
.w590ov{min-width:590px;}
.w600ov{min-width:600px;}
.w610ov{min-width:610px;}
.w620ov{min-width:620px;}
.w630ov{min-width:630px;}
.w640ov{min-width:640px;}
.w650ov{min-width:650px;}
.w660ov{min-width:660px;}
.w670ov{min-width:670px;}
.w680ov{min-width:680px;}
.w690ov{min-width:690px;}
.w700ov{min-width:700px;}
.w710ov{min-width:710px;}
.w720ov{min-width:720px;}
.w730ov{min-width:730px;}
.w740ov{min-width:740px;}
.w750ov{min-width:750px;}
.w760ov{min-width:760px;}
.w770ov{min-width:770px;}
.w780ov{min-width:780px;}
.w790ov{min-width:790px;}
.w800ov{min-width:800px;}
.w810ov{min-width:810px;}
.w820ov{min-width:820px;}
.w830ov{min-width:830px;}
.w840ov{min-width:840px;}
.w850ov{min-width:850px;}
.w860ov{min-width:860px;}
.w870ov{min-width:870px;}
.w880ov{min-width:880px;}
.w890ov{min-width:890px;}
.w900ov{min-width:900px;}
.w910ov{min-width:910px;}
.w920ov{min-width:920px;}
.w930ov{min-width:930px;}
.w940ov{min-width:940px;}
.w950ov{min-width:950px;}
.w960ov{min-width:960px;}
.w970ov{min-width:970px;}
.w980ov{min-width:980px;}
.w990ov{min-width:990px;}
.w1000ov{min-width:1000px;}
.w1050ov{min-width:1050px;}
.w1100ov{min-width:1100px;}
.w1150ov{min-width:1150px;}
.w1200ov{min-width:1200px;}
.w1250ov{min-width:1250px;}
.w1300ov{min-width:1300px;}
.w0pov{min-width:0%;}
.w1pov{min-width:1%;}
.w2pov{min-width:2%;}
.w3pov{min-width:3%;}
.w4pov{min-width:4%;}
.w5pov{min-width:5%;}
.w6pov{min-width:6%;}
.w7pov{min-width:7%;}
.w8pov{min-width:8%;}
.w9pov{min-width:9%;}
.w10pov{min-width:10%;}
.w11pov{min-width:11%;}
.w12pov{min-width:12%;}
.w13pov{min-width:13%;}
.w14pov{min-width:14%;}
.w15pov{min-width:15%;}
.w16pov{min-width:16%;}
.w17pov{min-width:17%;}
.w18pov{min-width:18%;}
.w19pov{min-width:19%;}
.w20pov{min-width:20%;}
.w21pov{min-width:21%;}
.w22pov{min-width:22%;}
.w23pov{min-width:23%;}
.w24pov{min-width:24%;}
.w25pov{min-width:25%;}
.w26pov{min-width:26%;}
.w27pov{min-width:27%;}
.w28pov{min-width:28%;}
.w29pov{min-width:29%;}
.w30pov{min-width:30%;}
.w31pov{min-width:31%;}
.w32pov{min-width:32%;}
.w33pov{min-width:33%;}
.w34pov{min-width:34%;}
.w35pov{min-width:35%;}
.w36pov{min-width:36%;}
.w37pov{min-width:37%;}
.w38pov{min-width:38%;}
.w39pov{min-width:39%;}
.w40pov{min-width:40%;}
.w41pov{min-width:41%;}
.w42pov{min-width:42%;}
.w43pov{min-width:43%;}
.w44pov{min-width:44%;}
.w45pov{min-width:45%;}
.w46pov{min-width:46%;}
.w47pov{min-width:47%;}
.w48pov{min-width:48%;}
.w49pov{min-width:49%;}
.w50pov{min-width:50%;}
.w51pov{min-width:51%;}
.w52pov{min-width:52%;}
.w53pov{min-width:53%;}
.w54pov{min-width:54%;}
.w55pov{min-width:55%;}
.w56pov{min-width:56%;}
.w57pov{min-width:57%;}
.w58pov{min-width:58%;}
.w59pov{min-width:59%;}
.w60pov{min-width:60%;}
.w61pov{min-width:61%;}
.w62pov{min-width:62%;}
.w63pov{min-width:63%;}
.w64pov{min-width:64%;}
.w65pov{min-width:65%;}
.w66pov{min-width:66%;}
.w67pov{min-width:67%;}
.w68pov{min-width:68%;}
.w69pov{min-width:69%;}
.w70pov{min-width:70%;}
.w71pov{min-width:71%;}
.w72pov{min-width:72%;}
.w73pov{min-width:73%;}
.w74pov{min-width:74%;}
.w75pov{min-width:75%;}
.w76pov{min-width:76%;}
.w77pov{min-width:77%;}
.w78pov{min-width:78%;}
.w79pov{min-width:79%;}
.w80pov{min-width:80%;}
.w81pov{min-width:81%;}
.w82pov{min-width:82%;}
.w83pov{min-width:83%;}
.w84pov{min-width:84%;}
.w85pov{min-width:85%;}
.w86pov{min-width:86%;}
.w87pov{min-width:87%;}
.w88pov{min-width:88%;}
.w89pov{min-width:89%;}
.w90pov{min-width:90%;}
.w91pov{min-width:91%;}
.w92pov{min-width:92%;}
.w93pov{min-width:93%;}
.w94pov{min-width:94%;}
.w95pov{min-width:95%;}
.w96pov{min-width:96%;}
.w97pov{min-width:97%;}
.w98pov{min-width:98%;}
.w99pov{min-width:99%;}
.w100pov{min-width:100%;}

/* Block Height
-------------------------------------- */
.h0{height:0px;}
.h5{height:5px;}
.h6{height:6px;}
.h7{height:7px;}
.h8{height:8px;}
.h9{height:9px;}
.h10{height:10px;}
.h11{height:11px;}
.h12{height:12px;}
.h13{height:13px;}
.h14{height:14px;}
.h15{height:15px;}
.h16{height:16px;}
.h17{height:17px;}
.h18{height:18px;}
.h19{height:19px;}
.h20{height:20px;}
.h21{height:21px;}
.h22{height:22px;}
.h23{height:23px;}
.h24{height:24px;}
.h25{height:25px;}
.h26{height:26px;}
.h27{height:27px;}
.h28{height:28px;}
.h29{height:29px;}
.h30{height:30px;}
.h35{height:35px;}
.h40{height:40px;}
.h45{height:45px;}
.h50{height:50px;}
.h55{height:55px;}
.h60{height:60px;}
.h65{height:65px;}
.h70{height:70px;}
.h75{height:75px;}
.h80{height:80px;}
.h85{height:85px;}
.h90{height:90px;}
.h95{height:95px;}
.h100{height:100px;}
.h110{height:110px;}
.h120{height:120px;}
.h130{height:130px;}
.h140{height:140px;}
.h150{height:150px;}
.h160{height:160px;}
.h170{height:170px;}
.h180{height:180px;}
.h190{height:190px;}
.h200{height:200px;}
.h210{height:210px;}
.h220{height:220px;}
.h230{height:230px;}
.h240{height:240px;}
.h250{height:250px;}
.h260{height:260px;}
.h270{height:270px;}
.h280{height:280px;}
.h290{height:290px;}
.h300{height:300px;}
.h310{height:310px;}
.h320{height:320px;}
.h330{height:330px;}
.h340{height:340px;}
.h350{height:350px;}
.h360{height:360px;}
.h370{height:370px;}
.h380{height:380px;}
.h390{height:390px;}
.h400{height:400px;}
.h410{height:410px;}
.h420{height:420px;}
.h430{height:430px;}
.h440{height:440px;}
.h450{height:450px;}
.h460{height:460px;}
.h470{height:470px;}
.h480{height:480px;}
.h490{height:490px;}
.h500{height:500px;}
.h550{height:550px;}
.h600{height:600px;}
.h650{height:650px;}
.h700{height:700px;}
.h750{height:750px;}
.h800{height:800px;}
.h850{height:850px;}
.h900{height:900px;}
.h950{height:950px;}
.h1000{height:1000px;}
.h0ov{min-height:0px;height:auto !important;height:0px;}
.h1ov{min-height:1px;height:auto !important;height:1px;}
.h2ov{min-height:2px;height:auto !important;height:2px;}
.h3ov{min-height:3px;height:auto !important;height:3px;}
.h4ov{min-height:4px;height:auto !important;height:4px;}
.h5ov{min-height:5px;height:auto !important;height:5px;}
.h6ov{min-height:6px;height:auto !important;height:6px;}
.h7ov{min-height:7px;height:auto !important;height:7px;}
.h8ov{min-height:8px;height:auto !important;height:8px;}
.h9ov{min-height:9px;height:auto !important;height:9px;}
.h10ov{min-height:10px;height:auto !important;height:10px;}
.h11ov{min-height:11px;height:auto !important;height:11px;}
.h12ov{min-height:12px;height:auto !important;height:12px;}
.h13ov{min-height:13px;height:auto !important;height:13px;}
.h14ov{min-height:14px;height:auto !important;height:14px;}
.h15ov{min-height:15px;height:auto !important;height:15px;}
.h16ov{min-height:16px;height:auto !important;height:16px;}
.h17ov{min-height:17px;height:auto !important;height:17px;}
.h18ov{min-height:18px;height:auto !important;height:18px;}
.h19ov{min-height:19px;height:auto !important;height:19px;}
.h20ov{min-height:20px;height:auto !important;height:20px;}
.h21ov{min-height:21px;height:auto !important;height:21px;}
.h22ov{min-height:22px;height:auto !important;height:22px;}
.h23ov{min-height:23px;height:auto !important;height:23px;}
.h24ov{min-height:24px;height:auto !important;height:24px;}
.h25ov{min-height:25px;height:auto !important;height:25px;}
.h26ov{min-height:26px;height:auto !important;height:26px;}
.h27ov{min-height:27px;height:auto !important;height:27px;}
.h28ov{min-height:28px;height:auto !important;height:28px;}
.h29ov{min-height:29px;height:auto !important;height:29px;}
.h30ov{min-height:30px;height:auto !important;height:30px;}
.h35ov{min-height:35px;height:auto !important;height:35px;}
.h40ov{min-height:40px;height:auto !important;height:40px;}
.h45ov{min-height:45px;height:auto !important;height:45px;}
.h50ov{min-height:50px;height:auto !important;height:50px;}
.h55ov{min-height:55px;height:auto !important;height:55px;}
.h60ov{min-height:60px;height:auto !important;height:60px;}
.h65ov{min-height:65px;height:auto !important;height:65px;}
.h70ov{min-height:70px;height:auto !important;height:70px;}
.h75ov{min-height:75px;height:auto !important;height:75px;}
.h80ov{min-height:80px;height:auto !important;height:80px;}
.h85ov{min-height:85px;height:auto !important;height:85px;}
.h90ov{min-height:90px;height:auto !important;height:90px;}
.h95ov{min-height:95px;height:auto !important;height:95px;}
.h100ov{min-height:100px;height:auto !important;height:100px;}
.h110ov{min-height:110px;height:auto !important;height:110px;}
.h120ov{min-height:120px;height:auto !important;height:120px;}
.h130ov{min-height:130px;height:auto !important;height:130px;}
.h140ov{min-height:140px;height:auto !important;height:140px;}
.h150ov{min-height:150px;height:auto !important;height:150px;}
.h160ov{min-height:160px;height:auto !important;height:160px;}
.h170ov{min-height:170px;height:auto !important;height:170px;}
.h180ov{min-height:180px;height:auto !important;height:180px;}
.h190ov{min-height:190px;height:auto !important;height:190px;}
.h200ov{min-height:200px;height:auto !important;height:200px;}
.h210ov{min-height:210px;height:auto !important;height:210px;}
.h220ov{min-height:220px;height:auto !important;height:220px;}
.h230ov{min-height:230px;height:auto !important;height:230px;}
.h240ov{min-height:240px;height:auto !important;height:240px;}
.h250ov{min-height:250px;height:auto !important;height:250px;}
.h260ov{min-height:260px;height:auto !important;height:260px;}
.h270ov{min-height:270px;height:auto !important;height:270px;}
.h280ov{min-height:280px;height:auto !important;height:280px;}
.h290ov{min-height:290px;height:auto !important;height:290px;}
.h300ov{min-height:300px;height:auto !important;height:300px;}
.h310ov{min-height:310px;height:auto !important;height:310px;}
.h320ov{min-height:320px;height:auto !important;height:320px;}
.h330ov{min-height:330px;height:auto !important;height:330px;}
.h340ov{min-height:340px;height:auto !important;height:340px;}
.h350ov{min-height:350px;height:auto !important;height:350px;}
.h360ov{min-height:360px;height:auto !important;height:360px;}
.h370ov{min-height:370px;height:auto !important;height:370px;}
.h380ov{min-height:380px;height:auto !important;height:380px;}
.h390ov{min-height:390px;height:auto !important;height:390px;}
.h400ov{min-height:400px;height:auto !important;height:400px;}
.h410ov{min-height:410px;height:auto !important;height:410px;}
.h420ov{min-height:420px;height:auto !important;height:420px;}
.h430ov{min-height:430px;height:auto !important;height:430px;}
.h440ov{min-height:440px;height:auto !important;height:440px;}
.h450ov{min-height:450px;height:auto !important;height:450px;}
.h460ov{min-height:460px;height:auto !important;height:460px;}
.h470ov{min-height:470px;height:auto !important;height:470px;}
.h480ov{min-height:480px;height:auto !important;height:480px;}
.h490ov{min-height:490px;height:auto !important;height:490px;}
.h500ov{min-height:500px;height:auto !important;height:500px;}
.h550ov{min-height:550px;height:auto !important;height:550px;}
.h600ov{min-height:600px;height:auto !important;height:600px;}
.h650ov{min-height:650px;height:auto !important;height:650px;}
.h700ov{min-height:700px;height:auto !important;height:700px;}
.h750ov{min-height:750px;height:auto !important;height:750px;}
.h800ov{min-height:800px;height:auto !important;height:800px;}
.h850ov{min-height:850px;height:auto !important;height:850px;}
.h900ov{min-height:900px;height:auto !important;height:900px;}
.h950ov{min-height:950px;height:auto !important;height:950px;}
.h1000ov{min-height:1000px;height:auto !important;height:1000px;}


/* Flex Image Width
---------------------------------------------------------------------------- */
.imw50p{max-width:50%;height:auto;width /***/:auto;}
.imw55p{max-width:55%;height:auto;width /***/:auto;}
.imw60p{max-width:60%;height:auto;width /***/:auto;}
.imw65p{max-width:65%;height:auto;width /***/:auto;}
.imw70p{max-width:70%;height:auto;width /***/:auto;}
.imw75p{max-width:75%;height:auto;width /***/:auto;}
.imw80p{max-width:80%;height:auto;width /***/:auto;}
.imw85p{max-width:85%;height:auto;width /***/:auto;}
.imw90p{max-width:90%;height:auto;width /***/:auto;}
.imw91p{max-width:91%;height:auto;width /***/:auto;}
.imw92p{max-width:92%;height:auto;width /***/:auto;}
.imw93p{max-width:93%;height:auto;width /***/:auto;}
.imw94p{max-width:94%;height:auto;width /***/:auto;}
.imw95p{max-width:95%;height:auto;width /***/:auto;}
.imw96p{max-width:96%;height:auto;width /***/:auto;}
.imw97p{max-width:97%;height:auto;width /***/:auto;}
.imw98p{max-width:98%;height:auto;width /***/:auto;}
.imw99p{max-width:99%;height:auto;width /***/:auto;}
.imw100p{max-width:100%;height:auto;width /***/:auto;}

/* ------------------------------------------------------------------------- */
.cquery3{color:#CCC;}


