.absolute{position:absolute}
.relative{position:relative}
.fixed{position:fixed !important}

.inlineBlock{display:inline-block !important}
.block{display:block !important}
.inline{display:inline !important}
.right{float:right !important}
.left{float:left !important}
.none{display:none}
.hidden{visibility:hidden}

.noneList{list-style:none;margin-left:0}
.clearBoth{clear:both}
.textDecNone{text-decoration:none}
.underline{text-decoration:underline}
.center{text-align:center}
.alignRight{text-align:right}
.middle{vertical-align:middle !important}
.textTop{vertical-align:text-top !important}
.textBottom{vertical-align:text-bottom !important}
.verticalTop{vertical-align:top !important}
.verticalBottom{vertical-align:bottom !important}
.nowrap{white-space:nowrap}
.ellipsis{text-overflow:ellipsis}

.noTextShadow{text-shadow:none}
.hiddenText{text-indent:100%;white-space:nowrap;overflow:hidden;display:inline-block;line-height:1}

.pointer{cursor:pointer !important}
.cursorMove{cursor:move !important}

.margin0{margin:0 !important}
.margin1{margin:1px !important}
.margin2{margin:2px !important}
.margin5{margin:5px !important}
.margin10{margin:10px !important}
.yMargin0{margin-top:0 !important;margin-bottom:0 !important}
.yMargin5{margin-top:5px !important;margin-bottom:5px !important}
.yMargin10{margin-top:10px !important;margin-bottom:10px !important}
.xMargin0{margin-left:0 !important;margin-right:0 !important}
.xMargin5{margin-left:5px !important;margin-right:5px !important}
.xMargin10{margin-left:10px !important;margin-right:10px !important}
.xMarginAuto{margin-left:auto !important;margin-right:auto !important}
.tMargin5{margin-top:5px !important}
.tMargin10{margin-top:10px !important}
.bMargin5{margin-bottom:5px !important}
.bMargin10{margin-bottom:10px !important}
.lMargin5{margin-left:5px !important}
.lMargin10{margin-left:10px !important}
.rMargin5{margin-right:5px !important}
.rMargin10{margin-right:10px !important}

.padding0,table.padding0 td{padding:0 !important}
.padding2,table.padding2 td{padding:2px !important}
.padding5,table.padding5 td{padding:5px !important}
.padding10,table.padding10 td{padding:10px !important}
.yPadding0{padding-top:0 !important;padding-bottom:0 !important}
.yPadding2{padding-top:2px !important;padding-bottom:2px !important}
.yPadding5{padding-top:5px !important;padding-bottom:5px !important}
.yPadding10{padding-top:10px !important;padding-bottom:10px !important}
.xPadding0{padding-left:0 !important;padding-right:0 !important}
.xPadding2{padding-left:2px !important;padding-right:2px !important}
.xPadding5{padding-left:5px !important;padding-right:5px !important}
.xPadding10{padding-left:10px !important;padding-right:10px !important}
.tPadding5{padding-top:5px !important}
.tPadding10{padding-top:10px !important}
.bPadding5{padding-bottom:5px !important}
.bPadding10{padding-bottom:10px !important}
.lPadding5{padding-left:5px !important}
.lPadding10{padding-left:10px !important}
.rPadding5{padding-right:5px !important}
.rPadding10{padding-right:10px !important}

.noBorder{border-width:0 !important}
.border0{border-width:0;border-collapse:collapse}
.borderSpace0{border-spacing:0}
.borderSpace1{border-spacing:1px}
.roundCorner10{
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-topleft:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-top-left-radius:10px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box
}
.roundCorner5{
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-topleft:5px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.roundCorner3{
    -webkit-border-top-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-top-left-radius:3px;
    -moz-border-radius-topright:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-topleft:3px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    border-top-left-radius:3px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.topRoundCorner10{
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    border-top-left-radius:10px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.topRoundCorner5{
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:5px;
    border-top-right-radius:5px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    border-top-left-radius:5px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.topRoundCorner3{
    -webkit-border-top-right-radius:3px;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:3px;
    -moz-border-radius-topright:3px;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:3px;
    border-top-right-radius:3px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    border-top-left-radius:3px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.bottomRoundCorner10{
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-top-left-radius:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-topleft:0;
    border-top-right-radius:0;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-top-left-radius:0;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.bottomRoundCorner5{
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-top-left-radius:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-topleft:0;
    border-top-right-radius:0;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    border-top-left-radius:0;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.bottomRoundCorner3{
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-top-left-radius:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-topleft:0;
    border-top-right-radius:0;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    border-top-left-radius:0;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.leftRoundCorner10{
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-topleft:10px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:10px;
    border-top-left-radius:10px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.leftRoundCorner5{
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-topleft:5px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.leftRoundCorner3{
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-top-left-radius:3px;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-topleft:3px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:3px;
    border-top-left-radius:3px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.rightRoundCorner10{
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:0;
    border-top-left-radius:0;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.rightRoundCorner5{
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:0;
    border-top-left-radius:0;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.rightRoundCorner3{
    -webkit-border-top-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;
    -moz-border-radius-topright:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:0;
    border-top-left-radius:0;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box}

.boxShadow2{box-shadow:2px 2px 3px #aaa;-webkit-box-shadow:2px 2px 3px #aaa;-moz-box-shadow:2px 2px 3px #aaa}
.boxShadow5{box-shadow:5px 5px 6px #aaa;-webkit-box-shadow:5px 5px 6px #aaa;-moz-box-shadow:5px 5px 6px #aaa}
.overflowAuto{overflow:auto}
.overflowHidden{overflow:hidden}
.layoutFixed{table-layout:fixed}
.width100pc{width:100%}
.width95pc{width:95%}
.width90pc{width:90%}
.width85pc{width:85%}
.width80pc{width:80%}
.width75pc{width:75%}
.width60pc{width:60%}
.width50pc{width:50%}
.width30pc{width:30%}
.width25pc{width:25%}
.width15pc{width:15%}
.width10pc{width:10%}
.width5pc{width:5%}
.zMax{z-index:999999 !important}
.r90{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)}

.r180{-webkit-transform:rotate(180deg);
      -moz-transform:rotate(180deg);
      -o-transform:rotate(180deg);
      -ms-transform:rotate(180deg);
      transform:rotate(180deg)}
.r270{-webkit-transform:rotate(270deg);
      -moz-transform:rotate(270deg);
      -o-transform:rotate(270deg);
      -ms-transform:rotate(270deg);
      transform:rotate(270deg)}
.ie8 .r90{writing-mode:tb-rl;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}
.ie8 .r180{writing-mode:tb-rl;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}
.ie8 .r270{writing-mode:tb-rl;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}

.divider,.wideDivider,.superWideDivider{clear:both}
.divider{padding:2px 0}
.wideDivider{padding:5px 0}
.superWideDivider{padding:10px 0}
.borderedDivider{padding-bottom:10px;padding-top:5px}
.dashedDivider{border-top:1px dashed #ccc;padding-bottom:10px;padding-top:5px}
.solidDivider{border-bottom:1px solid #ccc;padding-bottom:10px;padding-top:5px}
.sep{margin:0 4px}
.wideSep{margin:0 8px}
.optionSep:before{content:"•";margin:0 4px}
.wideOptionSep:before{content:"•";margin:0 8px}

.filetype{
    display:inline-block;
    width:16px;
    height:16px;
    margin:2px 4px 0 2px;
    vertical-align:text-bottom;
    background-image:url("../../../image/filetype/mime.png");
    background-position:-51px 0;background-repeat:no-repeat}
.filetype._7z{background-position:-952px 0}
.filetype.chm{background-position:-306px 0}
.filetype.divx{background-position:-680px 0}
.filetype.xvid{background-position:-289px 0}
.filetype.htm,.filetype.html{background-position:-357px 0}
.filetype.lua{background-position:-1003px 0}
.filetype.odc{background-position:-901px 0}
.filetype.odf{background-position:-1054px 0}
.filetype.odg{background-position:0 0}
.filetype.odi{background-position:-476px 0}
.filetype.odp{background-position:-204px 0}
.filetype.ods{background-position:-68px 0}
.filetype.odt{background-position:-187px 0}
.filetype.png,.filetype.gif,.filetype.jpg,.filetype.jpeg,.filetype.bmp{background-position:-646px 0}
.filetype.rpm{background-position:-1445px 0}
.filetype.tar{background-position:-782px 0}
.filetype.wmv{background-position:-867px 0}
.filetype.wma{background-position:-170px 0}
.filetype.aiff{background-position:-1207px 0}
.filetype.class{background-position:-493px 0}
.filetype.doc,.filetype.docx{background-position:-408px 0}
.filetype.ppt,.filetype.pptx{background-position:-1190px 0}
.filetype.xls,.filetype.xlsx{background-position:-255px 0}
.filetype.m{background-position:-1173px 0}
.filetype.mm{background-position:-629px 0}
.filetype.rtf{background-position:-510px 0}
.filetype.ps{background-position:-1139px 0}
.filetype.xml{background-position:-272px 0}
.filetype.sql{background-position:-17px 0}
.filetype.txt{background-position:-1326px 0}
.filetype.mp3{background-position:-561px 0}
.filetype.wav{background-position:-1377px 0}
.filetype.mpg,.filetype.mpeg{background-position:-1156px 0}
.filetype.ogg{background-position:-136px 0}
.filetype.rm{background-position:-1428px 0}
.filetype.ram,.filetypermvb{background-position:-578px 0}
.filetype.swf,.filetype.flv{background-position:-748px 0}
.filetype.c{background-position:-1122px 0}
.filetype.cs{background-position:-663px 0}
.filetype.css{background-position:-833px 0}
.filetype.pdf{background-position:-1037px 0}
.filetype.rar{background-position:-1020px 0}
.filetype.gz{background-position:-1360px 0}
.filetype.zip{background-position:-340px 0}
.filetype.csv{background-position:-986px 0}
.filetype.php{background-position:-1071px 0}
.filetype.js{background-position:-221px 0}
.filetype.cfc{background-position:-697px 0}
.filetype.cfm{background-position:-153px 0}
.filetype.cpp{background-position:-391px 0}
.filetype.jar{background-position:-544px 0}
.filetype.java{background-position:-1224px 0}
.filetype.vcf{background-position:-884px 0}
.filetype.iso{background-position:-425px 0}
.filetype.py{background-position:-612px 0}
.filetype.pl{background-position:-374px 0}
.filetype.rb{background-position:-119px 0}

.gray{color:#999 !important}
.grey{color:#999 !important}
.green{color:#3a8000 !important}
.blue{color:#0073ea !important}
.red{color:red !important}
.white{color:#fff !important}
.grayWhite{color:#fff !important;background-color:#999 !important}
.greyWhite{color:#fff !important;background-color:#999 !important}
.xlarge{font-size:16px !important}
.large{font-size:15px !important}

.BodyFontSize{font-size:14px}
.medium{font-size:13px !important}
.small{font-size:12px !important}
.xsmall{font-size:11px !important}
.xxsmall{font-size:10px !important}
.normal{font-weight:normal !important}
.bold{font-weight:bold !important}
.italic{font-style:italic}
.lineHeight18{line-height:1.8 !important}
.lineHeight16{line-height:1.6 !important}
.lineHeight15{line-height:1.5 !important}
.gradient1{
    color:#e9e9e9 !important;
    border:solid 1px #777 !important;
    background:#bcbcbc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjYmNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM1ZTY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjMGEwZTBhIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background:-moz-linear-gradient(top, #bcbcbc 0%, #5e6666 50%, #0a0e0a 51%, #0a0809 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcbcbc), color-stop(50%, #5e6666), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
    background:-webkit-linear-gradient(top, #bcbcbc 0%, #5e6666 50%, #0a0e0a 51%, #0a0809 100%);
    background:-ms-linear-gradient(top, #bcbcbc 0%, #5e6666 50%, #0a0e0a 51%, #0a0809 100%);
    background:-o-linear-gradient(top, #bcbcbc 0%, #5e6666 50%, #0a0e0a 51%, #0a0809 100%);
    background:linear-gradient(to bottom, #bcbcbc 0%, #5e6666 50%, #0a0e0a 51%, #0a0809 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#0a0809', GradientType=0)}
.gradient1:hover{
    background:#0a0809;
    border:solid 1px #43353c !important}
.gradient1:active{
    color:#fff !important;
    background:#0a0e0a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWJhYmFiIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #0a0e0a 0%, #ababab 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a0e0a), color-stop(100%, #ababab));
    background:-webkit-linear-gradient(top, #0a0e0a 0%, #ababab 100%);
    background:-o-linear-gradient(top, #0a0e0a 0%, #ababab 100%);
    background:-ms-linear-gradient(top, #0a0e0a 0%, #ababab 100%);
    background:linear-gradient(to bottom, #0a0e0a 0%, #ababab 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a0e0a', endColorstr='#ababab')}
.gradient2{
    color:#000 !important;
    border:solid 1px #bbb !important;
    background:#fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);background:-moz-linear-gradient(top, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #efefef), color-stop(51%, #dadada), color-stop(100%, #fafafa));
    background:-webkit-linear-gradient(top, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);
    background:-ms-linear-gradient(top, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);
    background:-o-linear-gradient(top, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);
    background:linear-gradient(to bottom, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#fafafa', GradientType=0)}
.gradient2:hover{
    background:#f7f7f7;
    border:solid 1px #c4c4c4 !important}
.gradient2:active{
    color:#333 !important;
    background:#dadada;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #dadada 0%, #fefefe 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #fefefe));background:-webkit-linear-gradient(top, #dadada 0%, #fefefe 100%);
    background:-o-linear-gradient(top, #dadada 0%, #fefefe 100%);
    background:-ms-linear-gradient(top, #dadada 0%, #fefefe 100%);
    background:linear-gradient(to bottom, #dadada 0%, #fefefe 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#fefefe')}
.ie9 .gradient1,.ie9 .gradient2{filter:none}

html,body,form{height:100%}

body{
    font-size:14px;
    font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
    color:#222;
    line-height:1.6;
    margin:0
}

body.popup{background:#fcfcfc;height:auto}

a{
    color:#444;
    text-decoration:none
}
a:hover{
    color:#000;
    text-decoration:underline
}
a:active{
    color:#f60;
    text-decoration:underline
}

h1,h2,h3,h4,h5,h6{
    margin:0;
    color:#000;
    font-weight:bold !important
}

h1{font-size:26px}
h2{font-size:22px}
h3{font-size:18px}
h4{font-size:14px}
h5{font-size:12px !important}

ol,ul{padding:0;margin-left:50px}
iframe{border-width:0;border-collapse:collapse}
.ie8 iframe,.ie7 iframe{border:1px solid #eaeaea}
img{border-width:0;border-collapse:collapse;vertical-align:middle !important}
fieldset{
    width:95%;
    position:relative;
    margin:5px auto 40px auto;
    padding:10px 10px 20px;
    background:#eaeaea;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #eaeaea 0%, #fefefe 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #fefefe));
    background:-webkit-linear-gradient(top, #eaeaea 0%, #fefefe 100%);
    background:-o-linear-gradient(top, #eaeaea 0%, #fefefe 100%);
    background:-ms-linear-gradient(top, #eaeaea 0%, #fefefe 100%);
    background:linear-gradient(to bottom, #eaeaea 0%, #fefefe 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#fefefe');
    border:solid #ccc;border-width:1px 0}
fieldset legend{
    top:-5px;
    padding:2px 8px;
    border-width:1px 1px 1px 10px;
    border-style:solid;
    border-color:#c4c4c4;
    font-size:15px !important;
    font-weight:bold}
fieldset fieldset{
    width:85%;
    margin:10px 0px 20px 10px;
    position:relative;
    background:#f7f7f7;
    border:1px solid #ddd}
fieldset fieldset legend{
    font-size:12px !important;
    border:1px solid #ccc;
    padding:5px;
    font-weight:normal}
fieldset p{
    padding:3px;
    margin:0;
    width:90%;
    font-size:13px !important}
fieldset hr{
    border:groove 1px #c4c4c4;
    margin:3px auto 6px 0px;
    width:80%;
    clear:both;
    display:block !important}
.ie9 fieldset{filter:none}
legend{position:relative;background-color:#f7f7f7}
pre{min-height:25px;max-height:300px;max-width:720px;overflow:auto}
.ie8 pre{max-height:none;width:720px}
label{margin:3px 10px 3px 3px;font-size:13px !important}
label.topalignlabel{margin:3px 5px;display:block;font-weight:bold !important}
.LfAlignedLabels{display:block;float:left !important;font-weight:bold !important}
label.rightalignlabel,label.rightalignlonglabel,label.rightalignshortlabel,label.rightalignveryshortlabel{margin:3px 15px 3px 0;text-align:right;display:block;float:left !important;font-weight:bold !important}
label.leftalignlabel,label.leftalignlonglabel,label.leftalignshortlabel,label.leftalignveryshortlabel{margin:3px 5px;text-align:left;display:block;float:left !important;font-weight:bold !important}
label.rightalignveryshortlabel,label.leftalignveryshortlabel{width:100px}
label.rightalignshortlabel,label.leftalignshortlabel{width:150px}
label.rightalignlabel,label.leftalignlabel{width:200px}
label.rightalignlonglabel,label.leftalignlonglabel{width:300px}
label.fullwidthlabel,span.fullwidthlabel{display:block;width:100%;margin:3px 5px 0;clear:both;font-weight:bold !important}
label.radiochecklabel{margin:3px 5px;font-size:13px !important}
span.afterlabel{margin:3px 2px;line-height:2 !important;font-size:13px !important}
.checkaligned{margin:3px 5px;font-size:13px !important}

input[type=text],input[type=number],input[type=url],input[type=email],input[type=password],textarea,select{padding:5px;margin:2px;border:1px solid #c4c4c4;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;vertical-align:middle !important;box-shadow:-1px 1px 2px #ddd inset;outline:none;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out}
input[type=text]:focus,input[type=number]:focus,input[type=url]:focus,input[type=email]:focus,input[type=password]:focus,textarea:focus,select:focus{border:1px solid rgba(82, 168, 236, 0.8);box-shadow:0 0 8px rgba(82, 168, 236, 0.6);-webkit-box-shadow:0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:0 0 8px rgba(82, 168, 236, 0.6)}
textarea{line-height:1.6 !important;font-size:13px !important;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif}select{padding:4px 5px 3px 3px}
body.mobile input,body.mobile textarea,body.mobile select{box-shadow:none}

button{cursor:pointer;padding:5px}
button>span{position:relative;display:inline-block !important;height:24px}
button>span img{position:relative;top:-2px}
button.big>span{height:26px}
button.verybig>span{height:28px}
input.ImageButton{vertical-align:middle !important;border-width:0;border-collapse:collapse}
input.RegularTextbox{width:250px;font-family:Verdana,Geneva,sans-serif;font-size:12px !important}
textarea.RegularTextbox{font-family:Verdana,Geneva,sans-serif;line-height:1.8 !important;font-size:12px !important;padding:5px}
input.RegularButton,button.RegularButton{color:#444;border:1px solid #c4c4c4;color:#000 !important;border:solid 1px #bbb !important;background:#fefefe;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);background:-moz-linear-gradient(top, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #efefef), color-stop(51%, #dadada), color-stop(100%, #fafafa));background:-webkit-linear-gradient(top, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);background:-ms-linear-gradient(top, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);background:-o-linear-gradient(top, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);background:linear-gradient(to bottom, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#fafafa', GradientType=0);padding:4px 8px;box-shadow:0 2px 4px #ccc;border-radius:5px;height:30px;margin-right:10px}
input.RegularButton:hover,button.RegularButton:hover{background:#f7f7f7;border:solid 1px #c4c4c4 !important}
input.RegularButton:active,button.RegularButton:active{color:#333 !important;background:#dadada;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #dadada 0%, #fefefe 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #fefefe));background:-webkit-linear-gradient(top, #dadada 0%, #fefefe 100%);background:-o-linear-gradient(top, #dadada 0%, #fefefe 100%);background:-ms-linear-gradient(top, #dadada 0%, #fefefe 100%);background:linear-gradient(to bottom, #dadada 0%, #fefefe 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#fefefe')}
input.RegularButton:hover,button.RegularButton:hover{cursor:pointer}
.CheckRadio input{border:0px;padding:0px;width:15px;vertical-align:text-bottom !important}
.CheckRadio label{font-size:13px !important}
span.small .CheckRadio label{font-size:11px !important}
input.verticalaligned,input.verticalAligned{vertical-align:middle !important}
input.buttons{background-color:#ddd;color:#fff !important;font-weight:bold !important;font-size:11px !important;font-family:Verdana,Geneva,sans-serif}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
input.HiddenButton{display:none}
.DropDown,.ForumSelect{font-size:12px !important}
::-webkit-input-placeholder,:-moz-placeholder,:-ms-input-placeholder,input.captchaTxtboxToolTip{font-size:11px !important;color:#ccc;font-style:italic}

#wrap{min-height:100%}                                                                                                                                                                                                       
#topbannerbackground{background:url("/MasterPages/CWL/images/forumbg.png") repeat-x scroll center top #fff;height:188px;position:absolute;width:100%}

/*

#main {

}*/

body.mobile #main{padding-bottom:20px}
body.mobile #wrap{min-height:0}

#controlPanelMain{width:95%;position:relative;margin:10px auto 0 auto;padding:20px}
#tabcontentarea,div.tabcontentarea{background-color:#fff;border:1px solid #919191;border-radius:0 5px 5px 5px;overflow:auto;padding:15px}
.category_title_gradient{padding:5px 10px 8px;background:#254464;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1NDQ2NCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNWRhMGU2IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #254464 0%, #5da0e6 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #254464), color-stop(100%, #5da0e6));background:-webkit-linear-gradient(top, #254464 0%, #5da0e6 100%);background:-o-linear-gradient(top, #254464 0%, #5da0e6 100%);background:-ms-linear-gradient(top, #254464 0%, #5da0e6 100%);background:linear-gradient(to bottom, #254464 0%, #5da0e6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#254464', endColorstr='#5da0e6');-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-top-left-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-topleft:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:2px solid #fff;box-shadow:0px 3px 11px rgba(0, 0, 0, 0.5),inset 0px 0px 1px #000}
.category_title{padding:5px 10px 8px 10px;margin-bottom:3px;color:#fff !important}
.category_title a{color:#fff !important}
h1.category_title{font-size:20px}
h2.category_title{font-size:18px}
.ie9 .category_title_gradient{filter:none}
.ie9 .category_title{padding-top:10px}
.forum_title{position:relative;color:#fff !important;margin:20px -12px 5px;padding:5px 0 10px 25px;border-radius:5px 5px 1px 1px;text-shadow:0 -1px rgba(0, 0, 0, 0.8);box-shadow:0 2px 0 rgba(0, 0, 0, 0.3),2px 2px 0 rgba(255, 255, 255, 0.35) inset;background:#7b7b7b;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiN2I3YiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjYyNjI2IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #7b7b7b 0%, #262626 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #7b7b7b), color-stop(100%, #262626));background:-webkit-linear-gradient(top, #7b7b7b 0%, #262626 100%);background:-o-linear-gradient(top, #7b7b7b 0%, #262626 100%);background:-ms-linear-gradient(top, #7b7b7b 0%, #262626 100%);background:linear-gradient(to bottom, #7b7b7b 0%, #262626 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#262626')}
.forum_title a{color:#fff !important}
h1.forum_title{font-size:24px}
.forum_title:before,.forum_title:after{content:'';position:absolute;border-style:solid;border-color:transparent;bottom:-10px}
.forum_title:before{border-width:0 10px 10px 0;border-right-color:#888;left:0}                                                                                                                           
.forum_title:after{border-width:0 0 10px 10px;border-left-color:#888;right:0}                                                                                                                            
.message_title{position:relative;color:#fff !important;margin:5px 0px 5px -12px;padding:5px 0 10px 25px;border-radius:5px 0 0 0;text-shadow:0 -1px rgba(0, 0, 0, 0.8);box-shadow:0 2px 0 rgba(0, 0, 0, 0.3),2px 2px 0 rgba(255, 255, 255, 0.35) inset;background:#7b7b7b;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiN2I3YiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjYyNjI2IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #7b7b7b 0%, #262626 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #7b7b7b), color-stop(100%, #262626));background:-webkit-linear-gradient(top, #7b7b7b 0%, #262626 100%);background:-o-linear-gradient(top, #7b7b7b 0%, #262626 100%);background:-ms-linear-gradient(top, #7b7b7b 0%, #262626 100%);background:linear-gradient(to bottom, #7b7b7b 0%, #262626 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#262626')}
.message_title a{color:#fff !important}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
.message_title:before,.message_title:after{content:'';position:absolute;border-style:solid;border-color:transparent;bottom:-10px}
.message_title:before{border-width:0 10px 10px 0;border-right-color:#222;left:0}
.maintable .row{overflow:auto;border-color:#ddd;border-style:solid;border-width:0 0 1px 1px;background-color:#fff}
.maintable .row .secondwrap{border-color:#fff;border-style:solid;border-width:1px 0 0 1px;overflow:auto}
.maintable .row:last-child{-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}
.maintable .row:last-child .secondwrap{-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}
.forum_wrapper{position:relative;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}
.forum_wrapper div.smallcat{padding:0;border-width:0;background-color:#ddd}
.forum_wrapper .cell{padding:5px;line-height:1.6 !important}
.forum_wrapper .cell.item,.forum_wrapper .cell.altItem{border-width:0;border-collapse:collapse;background-color:#fff}
.row.smallcat{border-radius:4px 4px 0 0}
.small_wrapper{position:relative;padding:1px;margin:5px 0;border:1px solid #ccc;background-color:#fff;box-shadow:2px 2px 2px #bbb;border-radius:5px}
.simpler_wrapper{position:relative;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#efefef;margin-top:5px;padding:8px;text-shadow:0 1px #fff;box-shadow:0 2px 3px rgba(0, 0, 0, 0.3)}
.simpler_wrapper_header{margin:0 0 5px;text-shadow:0px 1px 0px #fff}
.sidebar_wrapper{position:relative;overflow:auto;margin-top:5px;padding:0 8px 8px}
div.item,li.item{background-color:#fff}
div.altItem,li.altItem{background-color:#f7f7f7}
table.maintable{width:100%;border-spacing:0}
th.smallcat,tr.smallcat th,tr.smallcat td,div.smallcat{padding:5px;background-color:#ddd;font-size:11px !important;font-weight:bold !important;color:#222;text-shadow:0 1px 0px #fff}
th.smallcat,tr.smallcat th,tr.smallcat td{border-top:1px solid #ddd;border-bottom:1px solid #eaeaea}
tr.item td,td.item{background-color:#fff;border-bottom:1px solid #eaeaea}
tr.altItem td,td.altItem{background-color:#f7f7f7;border-bottom:1px solid #eaeaea}
tr.item:last-child td,tr.altItem:last-child td,tr:last-child td.altItem,tr:last-child td.item{border-bottom-width:0px}
tr.editItem td,td.editItem{background-color:#ffffe1;border-top:#fff 1px solid;border-left:#fff 1px solid}
tr.altItem td,tr.item td,td.item,td.altItem,tr.editItem td,td.editItem,tr.plainitem td,td.plainitem{line-height:1.5 !important;padding:8px 6px}
body.mobile .small_wrapper{box-shadow:none;border-radius:0px}
.aboveFieldsetLinks{position:absolute;right:20px;top:10px;z-index:3}
.aboveAllLinks{float:right !important;margin-right:10px}

img.smallAvatar{float:left !important;display:block !important;outline:1px solid #ddd;padding:1px;margin:4px 2px;width:30px}
div.midAvatar{margin-right:5px;border:1px solid #eaeaea}
img.midAvatar{float:left !important;display:block !important;outline:1px solid #ddd;padding:1px;margin:3px;width:50px}
img.bigAvatar{box-shadow:0 1px 4px #919191;display:block !important;margin:15px auto;padding:2px;border:1px solid #fff}
.backtotop{bottom:450px;text-align:center;cursor:pointer !important;display:none;line-height:1;opacity:0.7;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#444;color:#ccc;font-size:30px;position:fixed;z-index:10000;padding:3px 4px}
.masterphraseWrapper{position:relative;float:right !important;z-index:15;top:5px;margin:0 10px}
input.searchTxtBox{background:url('../image/search_bar.png') no-repeat scroll 4px 50% #fff;padding-left:24px}
input#masterphrase{border-color:#888;margin:0 0 0 1px;padding:6px 0 6px 24px;width:280px}
#masterSearchButton{padding:1px 8px 1px 2px}
.themeselector{float:right !important;margin:5px}

.ForumHeaderRow{
    height:26px;
    position:relative
}
.ForumHeaderRow .head{
    display:block !important;
    left:18px;position:absolute;
    top:-13px;
    z-index:10;
    color:#fff
}

.BreadCrumbDivRow{padding-bottom:25px}
.breadcrumb{font-size:13px !important}
.breadcrumbitem{
    margin:0 5px;
    text-shadow:0px 1px 1px #fff;
}
.forumMenu>td{
    padding:2px;
    border-top:#fff 1px solid;
    border-left:#fff 1px solid;
    background-image:url(../image/catcell.gif)
}

.subnav {
    position:absolute;
    font-size:13px !important;
    font-weight:bold !important;
    color:#fff !important;
    top:15px;
    padding:6px 4px 4px
}

@media only screen and (min-width: 1150px) {
    .subnav {
        right: -50px;
    }
}

@media only screen and (max-width: 1150px) {
    .subnav{
        left: 850px;
    }
}

    .subnav a {
        padding: 2px 5px; 
        color:#fff !important;
    }

        #profile-member a,#auth-guest a {
            margin:0 5px;
        }

    .subnav-loginbox {
        margin:0;
        font-size:12px !important;
        width:310px;
        float:left !important;
        font-weight:bold !important;
    }

    .subnav-loginbox input[type=text],.subnav-loginbox input[type=password]{width:260px}
    .subnav-loginbox td{padding:4px}
    .subnav-loginbox tr td:first-child{text-align:right}
    
    .topSocialLoginDiv{float:left !important;height:185px;border-left:1px solid #ccc;margin:5px 0 0 15px;padding:5px 10px 0 15px}
        #navdata{min-width:350px}
    .topnav{margin:0 0 25px;color:#fff !important}
     .topnavTabs{margin-top:13px;color:#e9e9e9}
        .topnavTabs:hover{color:#fff !important}
        .topnavTabList{position:relative;font-weight:bold !important;margin-left:0;list-style:none;z-index:1;font-family:Tahoma,Geneva,Verdana;letter-spacing:0.5Epx;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.85)}.topnavTabList li{float:left;display:inline-block;position:relative;cursor:pointer !important;zoom:1;*display:inline;padding:8px 20px}.topnavTabList li .ui-icon{position:relative;display:inline-block !important;vertical-align:text-top !important;background-image:url("../jqUI/images/ui-icons_ffffff_256x240.png");zoom:1;*display:inline}.topnavTabList li.lavaback{background:#ccc;border-radius:1px;border-right:0 none;height:5px;padding:0 20px;position:absolute;top:33px}.topnavTabList li.lavaback.lavaselected{background:#000}.topnavTabList li.selected{background:none repeat scroll 0 0 #fff;color:#000;text-shadow:none}
        .topnav-menuContent div.individualSection{float:left !important;margin-right:60px}
        .topnav-menuContent li{float:left !important;width:47%;min-width:415px;height:60px}
        .topnav-menuContent li.pmList{width:95%;height:45px}
        .topnav-menuContent>.scrollingPane{width:20000px}
        .topnav-extraLinks{float:left !important;margin:5px 10px 0;font-size:13px !important}
        .topnav-extraLinks a.viewmore{line-height:2;margin-right:5px}
        .topnav-extraLinks span.reload{vertical-align:middle !important;display:inline-block !important;cursor:pointer;zoom:1;*display:inline}
        .topnav-extraLinks.pm{float:right !important}
        .topnav-menuViewmoreArea .ui-icon{background-image:url("../jqUI/images/ui-icons_454545_256x240.png")}
        
        .simpleContentHeader{margin:12px 0 1px;padding:6px 8px;background:#1e4b87;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNGI4NyIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTUzNTY0IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #1e4b87 0%, #153564 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e4b87), color-stop(100%, #153564));background:-webkit-linear-gradient(top, #1e4b87 0%, #153564 100%);background:-o-linear-gradient(top, #1e4b87 0%, #153564 100%);background:-ms-linear-gradient(top, #1e4b87 0%, #153564 100%);background:linear-gradient(to bottom, #1e4b87 0%, #153564 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e4b87', endColorstr='#153564');text-shadow:none;box-shadow:2px 2px 0 rgba(255, 255, 255, 0.15) inset;color:#fff !important;font-size:14px;font-weight:bold !important;border-radius:4px 4px 0 0;border-bottom:3px #ffe868 solid}
        .simpleContentHeader.footerContentHeader{background:none;box-shadow:none}
        .ie9 .simpleContentHeader{filter:none}
        h2.simpleContentHeader{border-radius:7px 7px 0 0;font-size:18px;margin:16px 0 1px;padding:5px 10px}
        h3.simpleContentHeader{margin:14px 0 1px;font-size:16px}
        .simpleContentHeader a{color:#fff !important}.
        filter-searchDiv{margin:10px auto;width:90%;text-align:center}
        .filter-searchbox{width:90%;padding:8px;border:1px solid #dadada;background-color:#fff}
        .systemErrorPanel{border:1px solid #ccc;background-color:#f7f7f7;width:80%;max-width:900px;padding:20px;margin:50px auto 30px;font-size:15px !important;font-weight:bold !important;-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-top-left-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-topleft:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;text-shadow:0 2px #fff;box-shadow:0px 3px 11px rgba(0, 0, 0, 0.5)}
        .systemErrorPanel:before{content:"\2620";font-size:80px;float:left !important;margin:0 30px 0 5px;color:#e24b3b}

.footer {
    clear: both;
    min-height: 100px;
    overflow: auto;
    background: #173d72;
}

#footercontentarea {
    width:95%;
    text-align: center;
    min-width: 940px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 20px 0 0;
}
        .footerRepeaterWrap{float:left !important;width:30%;padding:0 1%}
        .footerContentHeader{border-bottom:1px solid #FEE472 !important;text-shadow:none !important;color:#fff !important}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
        .footerContentWrap{border:0 !important;font-size:11px !important;color:#fff !important;background:#173d72 !important;box-shadow:none !important}
        .footerMessageList a,.footerMessageList a:hover,.footerMessageList .messagelink{color:#eee;text-shadow:0 0 0}
        .footerMessageList .newActiveList-item{color:#eee}
        .footerMessageList .msgDate{color:#eee !important}
        
        .sidebar{float:right !important;width:320px}
        .sidebarPin{float:right !important;cursor:pointer !important}
        .sidebar-item{overflow:hidden;text-overflow:ellipsis;position:relative;font-size:13px !important;white-space:nowrap;padding:6px 10px;color:#666}
        .sidebar-item ul,.sidebar-item ol{margin-left:40px}
        .sidebar-item li{margin:5px 0;overflow:hidden;text-overflow:ellipsis}
        .sidebar-item .sidebarTopStatsList{list-style:none;margin:10px 3px}
        .sidebar-item.online-list{white-space:normal;max-height:260px;padding:10px}
        .sidebar-details{font-size:12px !important;margin:5px 10px;line-height:1.5}
        .sidebar-newestLink{position:absolute;bottom:5px;right:5px;display:none}
        .sidebar.home{margin:50px 0 0 10px}
        .sidebar.blog{width:280px;margin:-10px 0 0 10px}
        .sidebarContentWrap{border:1px solid #c4c4c4;border-width:0 1px 1px}
        .sidebarContentWrap .messagelink{font-size:13px !important}
        .sidebarContentWrap .messagelink.newpost{font-size:13px !important}
        .sidebar_wrapper .resultTopFilter{line-height:1.3}
        .sidebarTagAdditional span.reload{display:inline-block;vertical-align:middle;cursor:pointer !important}
        .sidebarTagCheckboxes{max-height:200px;overflow:auto}
        .sidebarTagCheckboxes input[type=checkbox]{vertical-align:bottom}
        .sidebarTopStatsFilter{overflow:auto;padding:5px}
        .announcement>div{padding:10px 15px !important;margin:5px 3px 8px;border-radius:5px}
        .announcement>div.notice{background:#ffffc0}
        .announcement .msg{padding:8px 28px}
        .announcement .announceDate{font-size:13px !important;font-weight:normal !important;color:#093 !important;margin-right:5px;margin-left:10px !important}
        
        .blogWrapper{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQImWNgQAUNZHAAQUQCAQpoxksAAAAASUVORK5CYII=);padding:5px 10px;overflow:auto}
        .blogContainer .messagelink{line-height:1.4;padding:2px 0;font-size:30px;color:#000;text-shadow:0 1px 0 #ddd;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;text-decoration:none}
        .blogContainer .messagelink.newpost{font-size:30px}                                                                                                                                                                                      
        .blogContainer a.messagelink{border-bottom:1px dotted}
        .blogpost{padding:20px 20px 40px;overflow:auto}
        .blogpost a{color:#444}
        .blogpost .authorlink{margin-left:5px !important}
        .blogpost .authorcontent{padding:2px 5px}
        .blogpost .authorcommentline{position:relative;top:6px;text-shadow:0 1px 0 #fff;font-weight:bold !important}
        .blogpost .clickToContinue{text-decoration:none !important;padding-left:8px !important}
        .blogpost .msg .right img{max-width:300px}
        
        .TopStats{padding:10px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#efefef;box-shadow:0 2px 11px rgba(0, 0, 0, 0.35)}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
        .TopStatsList{list-style:none;margin-left:30px}
        .TopStatsList li{overflow:auto;font-size:15px !important;margin-bottom:8px}
        .TopStatsList li.topContributor{float:left !important;width:50%;margin:0 0 6px}
        .TopStatsList li>a{font-size:15px}
        div.TopStatHead{padding:8px 12px;border-radius:3px 3px 0 0;overflow:auto}
        .TopStatBody{padding:4px 7px}
        .newActiveAreaWrap{overflow:auto}
        .newActiveSectionWrap{width:50%;float:left !important}
        .newActiveRepeaterWrap{padding:0 5px}
        .newActiveContentWrap{overflow:auto;margin-bottom:15px;border-width:0 1px 1px 1px;border-style:solid;border-color:#c4c4c4}
        .newActiveContentWrap .messagelink,.newActiveContentWrap .messagelink.newpost{font-size:14px}
        .newActiveContentWrap h3 .messagelink,.newActiveContentWrap h3 .messagelink.newpost{font-size:18px !important}
        .newActiveList{list-style:none;margin:0}
        .newActiveList-item{overflow:hidden;position:relative;padding:7px 0 4px 8px;margin:0;border-bottom:1px dotted #ccc;white-space:nowrap;color:#222;text-overflow:ellipsis}
        .newActiveList-item.blog{white-space:normal}
        .newActiveList-item:last-child{border-bottom-width:0px}
        .newActiveList-content{overflow:hidden;margin-left:68px;text-overflow:ellipsis}
        .newActiveList-content.pmList,.newActiveList-content.home{margin-left:42px}
        .newActiveList-content.noAvatar{margin-left:0}
        .newActiveList-details{font-size:12px !important;line-height:1.5;margin:4px 4px 0}
        .blog .newActiveList-details{margin-top:8px}
        .newActiveList-blogpost{margin-top:10px;min-height:60px !important;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif !important}
        .forumTopMenu{list-style:none;margin:0 0 0 15px}
        .forumTopMenu li.forum,.rightOptionMenu li,.leftOptionMenu li{line-height:2 !important;font-size:13px !important;padding:2px 20px 4px 0;border-bottom:1px dotted #ccc}
        .forumTopMenu li.forum .ui-icon,.rightOptionMenu li .ui-icon,.leftOptionMenu li .ui-icon{display:inline-block !important;vertical-align:text-top !important;background-image:url("../jqUI/images/ui-icons_666666_256x240.png")}
        .rightOptionMenu,.leftOptionMenu{list-style:none;margin:5px;width:250px}
        .rightOptionMenu li,.leftOptionMenu li{padding:5px;width:95%;line-height:1.5}
        .rightOptionMenu li{text-align:right}
        .forumTopMenu li.forum:last-child,.newActiveList-item:last-child,.rightOptionMenu li:last-child,.leftOptionMenu li:last-child{border-bottom:0}
        a.forummenulink{line-height:2 !important;font-size:13px !important}
        .viewAllForumDiv{border-top:1px #ccc dashed;text-align:center;padding-top:10px;margin:15px 0 10px;font-size:12px !important}
        .articleSlider{-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:2px 2px 5px #333;background-color:#444;background-image:url("../jqUI/images/bg-elegant.jpg");padding:10px 0;margin:35px 0 20px}
        .forumsaspx .articleSlider{margin:0 0 20px}
        .ie9 .articleSlider{filter:none}
        
        .slider-content{position:relative}
        .slider-image{position:relative;width:100%;margin:0 auto}
        .slider-imageWrap{float:left !important;padding:3px;width:470px;height:98%}
        .slider-imageHiddenWrap{height:100%;overflow:hidden;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}
        .slider-content-caption{position:absolute;left:3px;bottom:2px;padding:0px 20px;width:430px;background-color:#444;opacity:0.85;color:#fff !important}
        .slider-description{color:#fff !important;float:left !important;max-width:410px;font-size:16px !important;padding:0 20px}
        .slider-description h1{font-size:32px;margin:20px 0;text-shadow:1px 5px 5px #222;color:#fff !important}
        .slider-link{position:relative;display:block !important;color:#fff !important;text-decoration:none !important;height:400px;width:auto;z-index:5}
        .slider-linkText{text-align:right}
        .slider-linkText a{color:#fff !important}
        .featuredArticles{overflow:hidden}
        .featuredArticleContainer{overflow:hidden;margin:5px;border-bottom:1px dotted #ccc}
        .featured-header{border-bottom:1px dotted #ccc;margin-right:10px;padding:16px 10px 4px;overflow:auto}
        .resultTopFilter.n h4,.resultTopFilter.l h4{color:#1c7ec0}
        .viewall{float:right !important;margin-top:5px}
        #featured{list-style:none outside none;margin:6px 0;padding:0;position:relative}
        .featured-list{padding:0 0 10px;width:50%;float:left}
        .featured-list .simpler_wrapper{margin:0 6px 0 4px}
        .featured-content{overflow:hidden}
        div.featured-textWrap{margin:5px 0 0;padding-top:5px}
        img.featured-image{background:#fff;float:left !important;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;margin-right:15px}
        .msgSidebarViewmore{float:right !important;margin-top:8px}
        #onSliderOptions{display:none;padding-top:10px}
        img.fromAttachment{position:relative}
        img.fromAttachment:hover{box-shadow:1px 1px 3px #ccc}
        img.fromAttachment.selected{box-shadow:1px 2px 10px #5e5e5e}
        img.fromAttachment:active{box-shadow:2px 2px 4px #bbb;top:1px;right:-1px}
        .featured{padding:6px;font-size:14px}
        .eventHeader{display:inline-block;float:left !important;font-size:11px !important;line-height:22px}
        .eventItem{margin-left:60px;overflow:auto}
        .eventItemWrap{float:left !important;margin-left:5px !important;margin-right:5px !important}
        .additionalFilters{margin:0 0 10px;padding:0 5px;overflow:auto}
        .forumThTitle{float:left !important;width:55%}
        .forumThPosts{float:left !important;text-align:right;width:10%}
        .forumThLastModified{float:left !important;padding-left:20px !important;width:25%}
        .forumThRedirect{float:left !important;text-align:right;width:30%;white-space:nowrap}
        .forumTitleCell{float:left !important;width:55%}
        .forumRedirectCell{float:left !important;width:30%;text-align:right;white-space:nowrap}
        .forumPostsCell{float:left !important;padding-right:10px;width:10%;color:#aaa;font-size:18px;text-align:right}
        .forumLastModifiedCell{float:left !important;width:25%;padding-left:20px !important;font-size:12px !important}
        .forumStatusGraphic{float:left !important;margin:5px;width:32px}
        
        .forumImage{float:left !important;margin:5px 10px}
        .forumModerator{font-size:12px !important}
        .forumTitle{margin-bottom:5px}
        .forumDesc{font-size:13px !important}
        .subforum{width:95%;margin:6px 0 3px 2px;padding:1px}
        .subforum legend{position:relative;top:0px;margin:0 0 4px 0;padding:1px;border-width:1px 0;font:11px Arial}
        .subforum>ul{margin:0 0 0 15px;display:none}
        .subforum li{display:inline-block;font-size:10px !important;margin-right:3px}
        a.forumlink{font-size:18px;letter-spacing:0.01em}
        .arrow{margin:0 3px}
        .pagerPanel{padding:4px 10px;background-color:#fff}
        .pagerPanel.bottom{border-top:1px dashed #ccc}
        a.paging,a.paging:hover,a.paging:link,a.paging:active,a.paging:visited{font-size:13px !important;font-weight:normal !important;text-decoration:none;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;margin:3px;padding:1px 7px;display:inline-block !important;background:#f7f7f7;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGVkZWRlIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #f7f7f7 0%, #dedede 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #dedede));background:-webkit-linear-gradient(top, #f7f7f7 0%, #dedede 100%);background:-o-linear-gradient(top, #f7f7f7 0%, #dedede 100%);background:-ms-linear-gradient(top, #f7f7f7 0%, #dedede 100%);background:linear-gradient(to bottom, #f7f7f7 0%, #dedede 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dedede');text-shadow:0 1px #f7f7f7;border:1px #ccc solid}
        .ie9 a.paging,.ie9 a.paging:hover,.ie9 a.paging:link,.ie9 a.paging:active,.ie9 a.paging:visited{filter:none}
        a.paging:hover{background:#f7f7f7}
        a.pagingCurrent,a.pagingCurrent:hover,a.pagingCurrent:link,a.pagingCurrent:active,a.pagingCurrent:visited{font-size:13px !important;font-weight:bold !important;text-decoration:none;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;margin:3px;padding:1px 7px;display:inline-block !important;background-color:#444;color:#fff !important;border:1px #444 solid}
        .leftFolderGroupPane{float:left !important;margin:0 10px;width:250px}
        .mainMsgContactPane{margin-top:10px;margin-left:280px}
        #pmSearchDiv{margin:15px 0 0;float:right !important}
        #pmPercentageDiv{width:250px;margin-left:10px}
        #PercentageBox{background-color:#f0f0f0;border-radius:2px}
        #PercentageBox div{background-color:#0099c5;border-radius:2px}
        .pmListAvatarDiv{margin:0 5px;float:left}
        .pmMsgIcon{margin:8px 5px;float:left}
        .pmListMsgIcon{margin:5px 4px 5px 7px}
        #pmListTable .messagelink{font-size:14px}
        #pmMessageTable a.titlehead{background:none}
        .pmAuthorDiv{overflow:auto;padding:5px}
        #FindMembers.inpm{left:5px;position:relative;top:-15px;font-weight:normal !important}
        div.contact.selected{background-color:#ffffe0}
        div.contact{border-bottom:1px #444 dotted;float:left !important;width:234px;height:25px;padding:10px 5px;margin:0 1px}
        #MemberSearchBox{width:380px}
        .pmSpamNotice{padding:5px 15px;font-size:16px}
        .pmToDiv ul.tagit{width:50%}
        .subSection{float:left !important;padding-left:20px;margin:0 auto 15px;max-width:46%;min-width:300px;width:46%}
        h3.subSectionHead{border-bottom:1px solid #ccc;padding-bottom:5px;margin:10px auto}
        .medium label{font-size:11px !important}
        .loginDiv{width:950px;margin:0 auto}
        .loginDiv .maintable{margin:20px 30px;width:auto}
        .loginWrapper{-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;padding:20px 10px;overflow:auto}
        .regularLoginWrapper{float:left !important;border-right:1px solid #ccc;width:49%;margin-right:20px;padding:0 20px 0 10px}
        .socialLoginWrapper{float:left !important}
        .loginTypeHeader{padding:0 10px 10px 0;text-align:center}
        .oAuthOpenIdDividingHeader{text-align:center;margin:10px auto}
        .popupRequestNotice{border:1px solid #ccc;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:90%;margin:0 auto 5px;padding:5px}
        #recaptcha_widget_div{float:left !important}
        a.fbLogin{background:url("//b.s-static.ak.facebook.com/images/connect_sprite.png") no-repeat scroll left -188px #29447e;font-size:11px !important;cursor:pointer !important;text-decoration:none;float:left !important;display:inline-block;line-height:15px;outline:medium none;padding:0 3px 0 1px;margin:4px 5px}
        a.fbLogin span{background:url("//b.s-static.ak.facebook.com/images/connect_sprite.png") repeat scroll 0 0 #5f78ab;border-bottom:1px solid #1a356e;border-top:1px solid #879ac0;color:#fff !important;font-weight:bold !important;display:block !important;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;margin:1px 1px 0 21px;overflow:hidden;padding:2px 4px 3px;text-shadow:none;white-space:nowrap}
        a.twitterLogin{background:#d3f5f6;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWVkNmRjIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #d3f5f6 0%, #aed6dc 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3f5f6), color-stop(100%, #aed6dc));background:-webkit-linear-gradient(top, #d3f5f6 0%, #aed6dc 100%);background:-o-linear-gradient(top, #d3f5f6 0%, #aed6dc 100%);background:-ms-linear-gradient(top, #d3f5f6 0%, #aed6dc 100%);background:linear-gradient(to bottom, #d3f5f6 0%, #aed6dc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3f5f6', endColorstr='#aed6dc');float:left !important;cursor:pointer !important;display:inline-block !important;position:relative;-webkit-border-top-right-radius:8px;-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;-webkit-border-top-left-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomright:8px;-moz-border-radius-bottomleft:8px;-moz-border-radius-topleft:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:150px;border:1px solid #b1d4dc;height:22px;margin:4px 5px}
        a.twitterLogin span{float:left !important;color:#293f46;font-weight:bold !important;font-size:12px !important;line-height:14px;text-shadow:1px 1px 1px #fff;margin:4px 0 0}
        a.twitterLogin .icon-twitter{float:left !important;color:#fff !important;font-size:15px !important;text-decoration:none !important;width:20px;height:15px;margin:2px 2px 2px 3px}
        .ie9 a.twitterLogin{filter:none}
        a.googleLogin{color:#fff !important;text-decoration:none;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;display:block !important;float:left !important;font-weight:bold !important;background:#4d90fe;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkOTBmZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzU3YWU4IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #4d90fe 0%, #357ae8 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d90fe), color-stop(100%, #357ae8));background:-webkit-linear-gradient(top, #4d90fe 0%, #357ae8 100%);background:-o-linear-gradient(top, #4d90fe 0%, #357ae8 100%);background:-ms-linear-gradient(top, #4d90fe 0%, #357ae8 100%);background:linear-gradient(to bottom, #4d90fe 0%, #357ae8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe', endColorstr='#357ae8');margin:4px 5px;padding:4px 20px 4px 5px;border-color:#3079ed}
        a.googleLogin:hover{text-decoration:none}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
        a.googleLogin img{margin-right:6px}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
        a.googleLogin .icon-google-plus-sign{float:left !important;font-size:15px !important;width:20px;height:15px;margin:2px 2px 2px 0}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
        a.googleLogin span{margin-top:3px;display:inline-block !important}
        .registerDiv{width:900px;margin:0 auto}
        .registrationOuterWrap{background-color:#fff;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;padding:10px 10px 30px}
        .registrationInnerWrap{margin:10px auto;width:80%}
        .socialregisterfieldset{padding-left:20px}
        .agreementBox{margin:10px auto;padding:10px;border:solid 1px #c4c4c4;width:90%;background-color:#f7f7f7}
        .agreementCheckbox{margin:10px;width:82%;display:block !important}
        .regagreementError,.loginAvailabilityError,.emailAvailabilityError{display:block;margin-left:220px !important}
        .loginemailErrorWrapper{margin-left:215px}
        .psStrengthContainer{margin-left:220px}
        .password-strength-bar{padding:0 6px;white-space:nowrap}
        .reglabel{margin:0;text-align:right;font-weight:bold !important;font-size:13px !important}
        .regvalue{padding:2px 15px}
        .smallToolTip{font-weight:bold !important;margin:5px}
        .socialAccountNotice{margin:15px auto 20px}
        .profile_tabs{position:absolute}
        .profile_tabs_fixed{position:fixed;top:15px}
        .profile_fields{margin-left:168px}
        img.onlineAvatar,img.offlineAvatar{border-style:solid;border-radius:5px;border-width:1px 1px 1px 15px;margin-right:5px}
        img.onlineAvatar{border-color:#3a8000}
        img.offlineAvatar{border-color:red}
        .explicitHidden{color:#fff !important;background-color:#999 !important}
        .implicitHidden{background-color:#bfbdbd;color:#fff}
        #profile_main{position:relative;width:100%}
        #profile_sidebar{float:left !important;width:330px;margin:0;padding:1px 0 0 5px}
        #profile_sidebar h3{font-weight:bold !important;color:#fff !important;display:block !important;font-size:12px !important;margin:0;padding:4px 10px 2px;background:#ababab;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiYWJhYiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjODQ4NDg0IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #ababab 0%, #848484 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ababab), color-stop(100%, #848484));background:-webkit-linear-gradient(top, #ababab 0%, #848484 100%);background:-o-linear-gradient(top, #ababab 0%, #848484 100%);background:-ms-linear-gradient(top, #ababab 0%, #848484 100%);background:linear-gradient(to bottom, #ababab 0%, #848484 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ababab', endColorstr='#848484');-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-bottom:1px solid #ccc;width:96%}
        #profile_content{margin:0 0 0 355px;padding:1px 10px;border-width:0}
        #profile_mainfeature{padding:10px}
        #profile_mainfeature .profilpic{border-width:0}
        #profile_info{width:100%;min-height:150px}
        div.profile_infosection{width:100%;font-size:12px !important}
        .profile_infotable{width:100%;border-collapse:collapse}
        .profile_infotable td{padding:6px 0 6px 10px;font-size:12px !important;line-height:1.8 !important}
        .profile_statement{font-style:italic;font-size:16px !important}
        .userposts{list-style:none;margin-left:30px}
        .userposts li{margin-bottom:20px}
        .userposts .excerpt{font-style:italic}
        #repliedTo{margin:10px 0;padding:6px 8px;width:90%;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;position:relative;border:1px #dadada solid}
        #repliedToButtons{position:absolute;right:20px;top:20px;display:none}
        #previewdiv{display:none;margin-left:2px}
        #previewdiv .smallcat{font-size:14px;padding:5px 10px}
        #previewdiv .previewcontent{overflow:auto;padding:0}
        #previewdiv .previewcontent.msg p{font-size:14px !important}
        #SimilarThreadPanel{padding:10px;margin:10px auto;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px #dadada solid}
        #similarThreadRefineDiv{display:none;border-top:1px #ccc solid;width:50%;padding:10px 0}
        .mceFullScreenEditor{position:fixed;top:0;left:0;z-index:100}
        .spamnotice{font-size:12px !important;font-weight:bold !important}
        .dropzone{display:none;position:absolute;background:#fff;border:8px dashed #ccc;border-radius:3px;opacity:0.8;z-index:1000}
        .dropzone h2{margin-top:100px;text-align:center;font-size:29px;color:#999}
        .optionsMenu{background:#e4e4e4;overflow:auto;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;padding:5px 10px;text-shadow:0 1px #fff;font-size:12px}
        .messagelink{font-size:16px;text-shadow:0 1px 1px #f7f7f7}
        .messagelink.newpost{font-size:16px}
        .smallcat th a,.smallcat th a:hover{font-size:11px !important;text-decoration:underline}
        .topDivider>td{background-color:#eaeaea;padding:4px;border-top:#fff 1px solid;border-left:#fff 1px solid}
        .msgInfo{color:#666;font-size:12px !important;margin:5px 0 0;position:relative}
        .msgDate{color:#093 !important;margin-right:5px}
        .msgIcon{float:left !important}
        .msgAvatarAndIcons{position:relative;margin:0 10px;top:3px}
        .msgIconAndCheckbox{float:left !important;margin:3px 5px 40px}
        .msgIconAndCheckbox>.msgIcon{margin:0 4px 0 3px}
        .msgIconAndCheckbox.essential{margin-bottom:20px}
        .managementDiv{float:left !important;display:none;margin:0 3px 0 2px}
        .msgPinIcon{top:28px;left:64px;position:absolute}
        .msgPinIcon.essential{left:42px}
        .msgRepliesAndViews{color:#b1a466;margin-left:10px}
        .msgPaging{font-size:11px !important;margin:2px}
        .msgPaging a{display:inline-block;padding:0 3px;margin-left:4px;background-color:#efefef}
        .contentByAvatar{margin-left:60px;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word}
        .msgState{float:right !important;color:#fff !important;font-size:11px !important;padding:2px 5px;border-radius:2px;margin:0 1px}
        .msgState a{color:#fff}
        .msgState.newest{background:#fdf4a1;left:-10px;position:absolute;z-index:1000;color:red !important}
        .msgState.ttanswered{background-color:#7bb164}
        .msgState.ttnotanswered{background-color:#ffb582}
        .msgState.tthelpful{background-color:#f77800}
        .msgState.ttfilter{background-color:#35a9d8}
        .msgState.ttlabel{background-color:#6a6a6a}
        .msgState.ttsearch{background-color:#4b6c7f}
        .msgState.hot{background-color:#ff0084}
        .msgState.locked{background-color:#bfb096}
        .msgState.pmListState{font-size:12px !important;margin:2px 5px 0 0}
        .msgState.headMsgState{font-size:16px;margin:10px 10px 0 0;text-shadow:none}
        .msgState.moderatedMsg{background-color:#96cbd4;float:right !important}
        .msgLabel{color:#fff !important;font-size:11px !important;padding:2px 5px;border-radius:2px;margin:0 1px}
        .msgLabel.ttpending{background-color:#ccc}
        .msgLabel.ttfilter{background-color:#6a6a6a;text-decoration:none;color:white}
        .msgLabel.ttmoved{background-color:#999}
        .msgTagFilter{margin:5px 0 0 5px;float:right !important}
        .msgTagFilter a{font-size:11px !important}
        .msgManage{opacity:0;text-shadow:1px 1px 1px #e3e3e3}
        .msgTags{position:absolute;right:1px;bottom:-1px;font-size:11px !important;overflow:hidden;max-width:180px;white-space:nowrap;opacity:0}
        .msgTags:hover{max-width:100%;z-index:1000;background-color:#eaeaea;border-radius:2px;padding:8px}
        .msgID{font-size:10px !important;padding:0 12px 0 2px;opacity:1}
        .excerpt{color:#666;margin:5px 0;font-size:14px}
        .ttIcons{margin:5px;float:left}
        .trackreadtimg{display:none}
        #headerFilterContainer{float:left !important;display:none;margin-left:25px}
        #headSearchBoxContainer{text-align:right}
        #headSearchBoxContainer input[type=text]{width:40%}
        div.popFilterDiv{float:left !important;padding:10px 20px 5px 10px}
        ul.popFilterList{list-style:none;font-size:12px !important;line-height:1.5;margin:0 0 0 15px;padding:5px}
        .topModeSwitch{padding:5px 10px;margin:0 5px 5px 0;background-color:#eee;border-bottom:1px solid #ccc;border-radius:10px;font-size:10px !important;text-decoration:none !important}
        .topModeSwitch.selected{color:#fff !important;background-color:#444;text-shadow:none;cursor:auto;border-bottom:none}
        #bottomItemsConsolidator{padding:5px}
        #bottomFilterLink{float:left !important;margin:10px;font-size:11px !important;text-decoration:none}
        #JumpMenus{padding:5px;text-align:right}
        #treeIframeDiv{height:150px;overflow:auto}
        .msgtableHeader{overflow:auto;border-width:1px 0 !important;border-color:#c4c4c4;border-style:solid;padding:10px 5px 10px 0px !important}
        .msgtable{overflow:hidden;border-bottom:1px solid #c4c4c4;padding:0 !important}
        .msgtable.last-child{border-bottom:0}
        .authorcontent{overflow:auto}
        .essential.authorcontent{border-bottom:1px solid #eaeaea}
        .essentialAuthorLine{overflow:auto;padding:7px}
        .essentialAvatar{margin:0 12px 0 6px;float:left !important}
        .msgLabel.tmUserTitle{background-color:#ecbc22}
        .msgSubjectLine{padding:8px;overflow:hidden}
        .msgSubject{font-weight:bold !important}
        .msgSubjectHead{font-size:18px}
        .nxtprv{margin:5px 5px 0;font-weight:bold !important}
        .nxtprv div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:30%}
        .authorside{width:160px;margin:5px 0 15px;float:left !important;text-align:center}
        .titleheadHoverDiv{position:absolute;z-index:99;min-width:350px;max-width:500px;background-color:#fff;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0px 1px 8px 4px #aaa}
        .titleheadHoverDiv .essentialAuthorLine{border:0}
        .titleheadOriginalDiv{text-align:center;padding:10px 0 0 0;float:left !important;overflow:hidden}
        .titleHeadInfoList{list-style:none;display:inline-block;float:left !important;margin:15px 10px 15px 0;padding:5px 10px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:210px;background-color:#eaeaea;text-shadow:0 1px #fff}
        ul.msgAuthorInfo{list-style-type:none;margin:20px auto;width:95%}
        ul.msgAuthorInfo li{margin:1px;padding:3px;font-size:11px !important;color:#666;border-radius:2px;background-color:#efefef;text-shadow:0px 1px #fff}
        .msgside{margin:0 0 15px 175px}
        .quickreply{padding:10px}
        .msgcontent .msgIcon{margin-top:10px}
        .voteInterface{border:0px;padding:15px}
        .voteInterface table{border:0px;margin:0 auto;min-width:400px}
        .voteInterface td{padding:4px}
        .voteresultLabel{text-align:right;min-width:300px;max-width:400px}
        .voteresultBar{min-width:300px}
        .pollBar{height:12px;display:inline-block;max-width:200px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-top-left-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-topleft:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;color:#000 !important;border:solid 1px #bbb !important;background:#fefefe;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);background:-moz-linear-gradient(top, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #efefef), color-stop(51%, #dadada), color-stop(100%, #fafafa));background:-webkit-linear-gradient(top, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);background:-ms-linear-gradient(top, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);background:-o-linear-gradient(top, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);background:linear-gradient(to bottom, #fefefe 0%, #efefef 50%, #dadada 51%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#fafafa', GradientType=0);vertical-align:middle !important}
        .pollBar:hover{background:#f7f7f7;border:solid 1px #c4c4c4 !important}
        .pollBar:active{color:#333 !important;background:#dadada;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #dadada 0%, #fefefe 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #fefefe));background:-webkit-linear-gradient(top, #dadada 0%, #fefefe 100%);background:-o-linear-gradient(top, #dadada 0%, #fefefe 100%);background:-ms-linear-gradient(top, #dadada 0%, #fefefe 100%);background:linear-gradient(to bottom, #dadada 0%, #fefefe 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#fefefe')}
        .ie9 .pollBar{filter:none}
        .msg{font-family:Verdana,Geneva,sans-serif;font-size:14px;line-height:25px;padding:4px 8px}
        .msg p{margin:0;padding:0}
        .msg h1,.msg h2,.msg h3,.msg h4{margin:30px 0 15px;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;line-height:1.6}
        .msg h1:first-child,.msg h2:first-child,.msg h3:first-child,.msg h4:first-child{margin-top:10px}
        .msg h1{font-size:26px}.msg h2{font-size:22px}.msg h3{font-size:18px}.msg h4{font-size:14px}
         .msg a{color:blue;text-decoration:underline}
         .msg a:hover{color:blue}
         .msg img{margin:5px;max-width:700px;max-height:600px}
         .msg .right img{max-width:400px;margin-left:10px}
         .msg li{margin-bottom:15px}
         .msg li>ul,.msg li>ol{margin-top:6px}
         .msg .deleted{background-color:Gray}
         .msg pre+br,.msg div+br,.msg span#more+br{display:none}
         .quote{margin:5px 0 0 10px;padding:10px 40px 15px;font-style:italic;position:relative;background-color:#f7f7f7;box-shadow:1px 1px 2px #aaa;-webkit-box-shadow:1px 1px 2px #aaa;-moz-box-shadow:1px 1px 2px #aaa;-webkit-border-top-right-radius:8px;-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;-webkit-border-top-left-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomright:8px;-moz-border-radius-bottomleft:8px;-moz-border-radius-topleft:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;color:#666}
         .quote:before{content:"\275D";font-size:50px;position:absolute;left:0;color:#ccc}
         .quote:after{content:"\275E";font-size:50px;position:absolute;right:15px;bottom:0;color:#ccc}
        .quote+br{display:none}
        .quote span.original{font-style:normal;right:15px;top:5px;position:absolute}
        .altItem .quote{background-color:#fff}
        .msgSection{overflow:auto;padding:0 5px 30px;min-height:50px;max-width:800px}
        .msgSection div>br:first-child{display:none}
        .ratingBox{background:#fefefe;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZTFlMWUxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);background:-moz-linear-gradient(top, #fefefe 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));background:-webkit-linear-gradient(top, #fefefe 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);background:-ms-linear-gradient(top, #fefefe 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);background:-o-linear-gradient(top, #fefefe 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);background:linear-gradient(to bottom, #fefefe 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f6f6f6', GradientType=0);border:solid 1px #bbb !important;padding:5px;width:80px;text-align:center;float:right !important;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}
        .ratingBox a{color:#444;text-decoration:none}
        a.thumb,a.thumbdisabled{margin:0 4px;font-size:18px;line-height:1}
        .thumb.up{color:#3a8000 !important}
        .thumb.down{color:red !important}
        .thumb img{margin:5px}
        a.thumbdisabled{cursor:not-allowed}
        .ratingResult{font-size:14px;font-weight:bold !important}
        .msgIPNumberLine{float:right !important;padding:8px;display:none}
        .msgButtonsPanel{background:#efefef;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:12px !important;float:right !important;margin:0 5px 5px;padding:5px 10px;text-shadow:0 1px #fff}
        .msgButtonsPanel.halfhidden{position:fixed;opacity:0.5;bottom:10px}
        .msgButtonsPanel:hover{width:auto;opacity:1}
        .attachments{-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #c4c4c4;box-shadow:0 8px 6px -6px #c4c4c4;margin:40px 0 0;padding:10px 25px 10px 10px}
        .attachments h4{margin:0 0 10px !important}
        .msgStatus{float:left !important;color:#fff !important;font-size:14px;padding:2px 5px;border-radius:2px;margin:5px}
        .msgStatus a{color:#fff}
        .msgStatus.tmanswered{background-color:#7bb164;float:right !important}
        .msgStatus.tmhelpful{background-color:#f77800;float:right !important}
        .msgStatus.ignoredMsg{background-color:#ffc7ce;margin-top:10px}
        .msgStatus.ignoredMsg a{color:#cf2d06}
        .msgStatus.deletedReason{background-color:#9a9d9d}
        .msgStatus.moderatedMsg{background-color:#96cbd4;float:right !important}
        .msgStatus.flaggedMsg{background-color:#a93629;float:right !important}
        .msgRepliesDiv{min-height:30px;margin-bottom:2px;padding:10px 0 10px 20px;position:relative;clear:both}
        .topReplyHeader{color:#777}
        .msgRemark{float:right !important;margin:0px 5px;padding:3px 15px;border-radius:4px;color:#fff !important}
        .msgRemark a{color:#fff !important}
        .rewardPointMark{background:#ffb582}
        .rewardAssignedMark{background:#7bb164}
        .helpfulReceivedMark{background:#f77800}
        .helpfulMsg,.helpfulMsg>.item,.helpfulMsg>.altItem{background:#ffffe0 !important}
        .rewardMsg,.rewardMsg>.item,.rewardMsg>.altItem{background:#eaf1dd !important}
        #relatedSearch{padding:5px 10px}
        #relatedTopics{overflow:auto;padding:0 5px 10px;display:none;margin:0 10px 10px 0;clear:both}
        #relatedTopicsList{list-style:circle;margin-left:20px}
        #relatedTopicsList li{float:left !important;margin:0 0 3px 25px;width:47%}
        .relatedTopics{background:#f7f7f7;text-shadow:0 1px #fff;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}
        #relatedCustomization{float:right !important;margin:5px;width:100%;text-align:right}
        .attachedImages img,img.toolTipWin,img.attachImg{box-shadow:1px 1px 4px #444;border-radius:5px}
        .editInfo{margin:15px 0 5px;font-size:11px !important}
        .sigDivider{margin:15px auto 5px 0;border-bottom:solid 1px #ccc;width:50%}
        .treeResizeHandle{width:20%;margin:auto 5px 1px auto;border-bottom:2px #ccc dashed}
        .endOfTreeNotice{position:absolute;border:1px #e6db10 Solid;border-width:1px 0;padding:10px;background-color:#fdfdcd;font-size:13px !important;display:none}
        .highlightedNotice{background-color:#ffffd4;border:1px #ccc solid;padding:10px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}
        .linkbutton,.linkbutton:hover,.linkbutton:link,.linkbutton:active,.linkbutton:visited{outline:none;padding:4px 16px 5px 6px;text-decoration:none !important;font-weight:bold !important;text-align:center;display:inline-block;zoom:1;*display:inline;font-size:14px;box-shadow:inset 0 1px 1px #fff,0 2px 2px rgba(0, 0, 0, 0.6);text-shadow:0 -1px 1px rgba(0, 0, 0, 0.3);border-radius:5px}
        .linkbutton:active,.linkbutton:hover:active,.linkbutton:link:active,.linkbutton:active:active,.linkbutton:visited:active{box-shadow:0 1px 3px #fff inset,0 2px 1px rgba(0, 0, 0, 0.6)}
        .linkbutton.gradient2,.linkbutton:hover.gradient2,.linkbutton:link.gradient2,.linkbutton:active.gradient2,.linkbutton:visited.gradient2{text-shadow:0 2px 2px rgba(0, 0, 0, 0.1)}
        .linkbutton.splitprimary,.linkbutton:hover.splitprimary,.linkbutton:link.splitprimary,.linkbutton:active.splitprimary,.linkbutton:visited.splitprimary{border-radius:.4em 0 0 .4em;margin-right:0;min-height:22px}
        .linkbutton.splitsecondary,.linkbutton:hover.splitsecondary,.linkbutton:link.splitsecondary,.linkbutton:active.splitsecondary,.linkbutton:visited.splitsecondary{border-radius:0 .4em .4em 0;padding-right:5px;padding-left:5px;min-height:22px;width:20px;border-left-width:0 !important}
        .linkbutton.rightbutton,.linkbutton:hover.rightbutton,.linkbutton:link.rightbutton,.linkbutton:active.rightbutton,.linkbutton:visited.rightbutton{border-radius:0 0.4em 0.4em 0}
        a.splitsecondary{text-decoration:none !important;padding-left:3px}
        a.linkbutton{line-height:1.6 !important}
        button.linkbutton,button.linkbutton:hover,button.linkbutton:active{line-height:1.6 !important;font-size:14px;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;padding:3px 16px 2px 3px}
        .linkbutton~.linkbutton.gradient1{margin-left:5px}
        .linkbutton~.linkbutton.gradient2{margin-left:10px}
        .linkbutton~.linkbutton.splitsecondary{margin-left:0}
        .smalllinkbutton{padding:2px 10px 2px 4px !important;box-shadow:0 1px 2px rgba(0, 0, 0, 0.4) !important;margin:0 3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;text-decoration:none !important;font-size:12px !important;display:inline-block;zoom:1;*display:inline}
        .smalllinkbutton.gradient2{background:#fefefe;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTdlN2U3IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);background:-moz-linear-gradient(top, #fefefe 0%, #e7e7e7 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e7e7e7));background:-webkit-linear-gradient(top, #fefefe 0%, #e7e7e7 100%);background:-o-linear-gradient(top, #fefefe 0%, #e7e7e7 100%);background:-ms-linear-gradient(top, #fefefe 0%, #e7e7e7 100%);background:linear-gradient(to bottom, #fefefe 0%, #e7e7e7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e7e7')}
        .smalllinkbutton.gradient2:hover{background:#f7f7f7}
        .smalllinkbutton.rightbutton{margin:0}
        .smalllinkbutton:active{position:relative;top:1px}
        button.smalllinkbutton{padding:4px 5px 0 0 !important}
        .smalllink,.smalllink:hover,.smalllink:link,.smalllink:active,.smalllink:visited{font-size:12px !important;text-decoration:none;font-weight:normal !important}
        .smalllink+.smalllink{margin-left:5px}
        a.postButtonDropdown{color:#fff;text-decoration:none !important;font-size:13px !important;line-height:1.8 !important;display:block !important;min-width:100px;padding:0 6px;border-radius:2px}
        a.postButtonDropdown.splitsecondary{text-align:right}
        a.postButtonDropdown:hover{color:#444;text-shadow:0px 1px #fff;background-color:#ddd}
        a.bold,a.bold:hover,a.bold:link,a.bold:active,a.bold:visited{font-weight:bold !important}
        a.ignored{color:#999;font-style:italic;text-decoration:line-through}
        a.mod,a.admin,span.admin,span.mod{-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;padding:2px 4px;font-weight:bold !important}
        a.admin,span.admin{color:#1c7ec0;background-color:#c9e5f7}
        a.mod,span.mod{color:#259959;background-color:#bbefd2}
        .addthis_toolbox{margin:10px}
        img.galleryThumb{border:1px solid white;padding:2px;margin:5px auto;box-shadow:0 2px 6px #888;display:block !important}
        img.photoThumb{box-shadow:0 1px 4px #666}
        #galleryTopNavbar{position:absolute;right:5px;top:-45px}
        a.gallerytitle{font-weight:bold !important}
        .galleryStats{margin:0 auto;text-align:center}
        .galleryStatsInnerWrap{padding:5px 10px;font-size:13px !important;display:inline-block;text-shadow:0 1px #fff;border-radius:3px}
        .galleryList{list-style:none;overflow:auto;margin:10px 0 0}
        .galleryList>li{width:30%;display:block !important;float:left !important;height:230px;padding:10px 0}
        .galleryList>li:first-child{border-left:0}
        .galleryList>li:last-child{border-right:0}
        .albumPhotosWrapper{overflow:auto;padding:10px 0}
        .albumWrapper{width:170px;height:160px;padding:10px 0 15px;float:left !important;text-align:center}
        .albumWrapper.photoWrapper{height:140px}
        .albumPhotoDesc{font-size:11px !important;padding:5px;overflow:hidden}
        #Albumhead,#Photohead{border-bottom:1px #ccc dashed;padding:10px}
        #albumDesc{text-align:center;margin:10px}
        .es-carousel-wrapper{background:#444;padding:10px 37px;margin:15px 10px 12px;position:relative;border-radius:1px;box-shadow:0 0 4px #000}
        .es-carousel{overflow:hidden;background:#444}
        .es-carousel ul{display:none}
        .es-carousel ul li{height:100%;float:left !important;display:block !important}
        .es-carousel ul li a{display:block !important;border-style:solid;border-color:#222}
        .es-carousel ul li a.selected{border-color:#dadada}
        .es-carousel ul li a img{display:block !important;border:none;max-height:100%;max-width:100%}
        .es-nav span{position:absolute;top:50%;left:12px;background:transparent url(../jqUI/images/nav_thumbs.png) no-repeat top left;width:14px;height:26px;margin-top:-13px;text-indent:-9000px;cursor:pointer !important;opacity:0.8}
        .es-nav span.es-nav-next{right:12px;left:auto;background-position:top right}
        .es-nav span:hover{opacity:1.0}
        .rg-image-wrapper{position:relative;padding:30px 10px 20px;margin:10px;background:#444;box-shadow:0 0 4px #000;border-radius:1px;min-height:20px}
        .rg-image{position:relative;text-align:center;line-height:0px}
        .rg-image-hover{display:none;position:absolute;top:30px;right:30px;opacity:0.85;font-weight:bold !important;color:#fff !important;background-color:#444;padding:15px;border-radius:4px}
        .rg-image-hover a{color:#fff !important}
        .rg-image img{max-height:100%;max-width:100%}
        .rg-image-nav a{position:absolute;top:0px;left:5px;background:#444 url(../jqUI/images/nav.png) no-repeat -20% 50%;width:28px;height:100%;text-indent:-9000px;cursor:pointer !important;opacity:0.3;outline:none;border-radius:10px 0px 0px 10px;z-index:1000}
        .rg-image-nav a.rg-image-nav-next{right:5px;left:auto;background-position:115% 50%;border-radius:0px 10px 10px 0px}
        .rg-image-nav a:hover{opacity:0.8}
        .rg-caption-wrapper{position:relative}
        .rg-caption{text-align:center;color:#fff !important}
        .rg-caption p{font-size:11px !important;letter-spacing:2px;font-family:'Trebuchet MS','Myriad Pro',Arial,sans-serif;line-height:16px;padding:0 15px;text-transform:uppercase}
        #photoMainFeature{margin:10px auto;display:block !important;padding:10px;background-color:#ddd;box-shadow:4px 4px 8px #222}
        #commentDiv{margin:0 10px 10px;padding:5px 10px}
        #photoinfoDiv{margin:10px 10px 0;padding:10px 15px 0}
        .comment-area{box-shadow:2px 2px 3px #aaa;-webkit-box-shadow:2px 2px 3px #aaa;-moz-box-shadow:2px 2px 3px #aaa;padding-bottom:10px}
        .comment-item{border-bottom:1px dotted #ccc;border-top:2px solid #fff;padding:10px 5px 5px}
        .comment-item:first-child{border-top:0}
        .comment-item:last-child{border-bottom:0}
        .comment-item .msg,.comment-item .msg p{font-size:13px !important}
        .comment-item .smallAvatar{margin-left:10px}
        .comment-boxitem{padding:10px 5px 8px}
        .comment-boxitem .smallAvatar{margin-left:10px}
        .comment-boxitem-ratingDiv{float:right !important;padding:5px;position:relative;z-index:1000}
        .smallcat.photoReportHeader{background-color:#ccc !important;padding:10px !important}
        #photoSearchDiv{margin:30px 0}
        #searchCriteria{padding:10px}
        #ByTitle{padding:6px 0 6px 24px;margin:0 0 0 1px;width:380px}
        #topPhotoSearchPane{margin:10px auto;padding:10px;overflow:auto;width:510px}
        #additionalFld{margin:0 auto;padding:0 10px 10px;width:750px}
        #topMemberSearchPane{margin:0 auto;text-align:center;width:800px}
        #memberlistSearchDiv{width:430px;margin:0 auto}
        #AlphabetFilter .smalllinkbutton{margin:0;padding:4px 6px !important;width:8px;display:inline-block !important}
        #AlphabetFilter .smalllinkbutton.first{width:20px}
        #memAdditionalFld{margin:0 auto;display:none;width:500px}
        #pendingMemberDiv{width:70%;margin:15px auto}
        .memberListTitleInfos{float:left !important;margin-right:5px;text-align:left}
        h1.CalendarHeader{font-size:20px;font-family:Georgia,Times,serif;text-align:center}
        h3.userCPTitle{margin:10px 50px}
        ul.profinfo{margin:25px;list-style-type:none}
        ul.profinfo li{margin:4px;font-size:13px !important;font-family:Georgia,Times,serif}
        img.opencloseimg{float:right !important;padding-right:90px;cursor:pointer !important}
        img.verticalaligned,img.verticalAligned,a.verticalAligned img{margin:2px}
        a.linkbutton img{vertical-align:top !important;*vertical-align:middle}
        .titlehead{font-size:15px !important;font-weight:bold !important;line-height:1.8;letter-spacing:0.2px}
        a.titlehead{padding-right:15px;background:url(../image/arrow-expand.gif) no-repeat;background-position:100% 50%}
        .info{font-size:12px !important}
        .ie9 .unreadPMHead{filter:none}
        .sitemapList{list-style:none outside none;margin:0;padding:0}
        .sitemapItem{float:left !important;border-left:1px solid #ccc;margin:0 0 20px;padding:0 10px 0 15px;width:30%}
        .sitemapItem ul{margin-left:15px;padding-left:15px}
        .sitemapItem ul li{line-height:2}
        .sitemapItemul{list-style:none outside none}
        .sitemapContainer{width:95%;margin:0 auto}
        h3 .messagelink{font-size:16px !important}
        h3 .messagelink.newpost{font-size:18px !important}
        #BasicSearchDiv{overflow:auto;padding:20px}
        .searchFields{background:#efefef;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:2px 2px 6px #888;margin:0 auto;padding:10px 0 20px;width:900px}input.searchBox{width:650px;margin:10px 0;padding:5px;box-shadow:0 1px 2px #bbb;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;vertical-align:middle;font-size:16px;height:20px}#resultTopSection{margin:1px 0 auto 230px;overflow:auto}#topFilter{margin-top:5px}.resultTopFilter{float:left !important;padding:5px 10px;margin:5px 5px 5px 0;border-bottom:1px solid #ccc;border-radius:10px;background-color:#eee;font-size:11px !important;cursor:pointer !important;text-shadow:0 1px 0 #fff;line-height:1.6 !important;text-decoration:none !important}.resultTopFilter.selected{background-color:#454545;color:#fff !important;text-shadow:none;border-bottom:none;position:relative;top:1px;box-shadow:0 2px 2px 1px #ccc !important;top:-1px}.resultTopFilter.selected h2,.resultTopFilter.selected h3,.resultTopFilter.selected h4{background-color:#454545;color:#fff !important;text-shadow:0 0}.resultTopFilter.big{font-weight:bold !important}.resultTopFilter.topicLabelOnPostInterface{-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;padding:2px 10px;box-shadow:0 1px #fff inset}#leftFilter{float:left !important;width:220px;display:none}.sideFilters ul{margin:0}.sideFilters li{display:block !important}#frFilter>ul>li{margin:5px;padding:2px 4px}.fItem{font-size:14px;margin:5px;padding:2px 4px}.fItem:hover{background-color:#eaeaea;border-radius:10px}.fSel{border-radius:10px;background-color:#eaeaea;color:red !important}.lnSep{border-bottom:1px solid #eaeaea;margin:10px 4px}.subFilter{padding-left:20px;cursor:pointer !important}.subFilter:active{color:red !important}.submenu li{margin:0 auto 3px 0}#forumfiltermenu{margin:10px}#forumfiltermenu li{font-size:12px !important}#forumfiltermenu .postcount{color:#ccc}#SearchResult{margin:1px 0 auto 230px}#additionalLink{float:right !important;text-decoration:none}#textboxCheckbox,#additionalDiv{width:800px}#textboxCheckbox{margin:10px auto}#additionalDiv{display:none;margin:10px auto}#additionalTbl{margin:0 5px}#additionalTbl th,#additionalTbl td{padding:4px}#additionalTbl th{vertical-align:top !important;font-weight:normal !important;text-align:left;width:200px}.searchResultContainer{margin-left:65px;padding:0 5px 5px}.searchResultContainer h3{margin:5px 0}#SearchForSelection{-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}#SearchForSelection div{border-bottom:1px #ccc dashed;padding:5px 0;overflow:auto}#SearchForSelection div:last-child{border-bottom:0px}#searchforTagList{list-style:none;margin:0 auto}#searchforTagList li{padding:3px;margin:5px;display:inline-block !important}#tagListDiv{overflow:auto;padding:10px}.restrictionArea{padding-top:5px;margin-top:10px;border-top:1px #ccc dashed}.restrictionArea ul,.restrictionArea ol{list-style:none;display:inline !important;margin:0}.restrictionArea li{display:inline-block !important;margin:0 5px 0 0}.restrictionArea span{list-style:none;display:inline !important;margin:0;padding:0 5px}.restrictionArea .infoicon{color:#0073ea !important;float:left !important;margin:3px 10px 40px 5px}.ticketaspx a.titlehead{background:none}.ticketButtonFilterPanel{margin:0px 5px 15px}.ticketStatusPanel{float:right !important;width:300px;margin-top:50px}.ticketStatusContent div label{display:inline-block;width:80px}.ticketStatusContent div>span{display:inline-block;background:#fff;border-radius:5px;margin:4px 0;padding:0 15px 0 10px;box-shadow:1px 1px #ccc}.ticketContentPanel{overflow:auto;margin-right:310px;padding:0 15px 0 10px}.ticketMsg{padding-bottom:30px;min-height:50px}.ticketMsgBtns{float:right !important}.ticketMsgBtns a{color:#444;text-decoration:none}.topPostApprovalNotification,.topTicketNotification{overflow:auto;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;margin:0px 0px 30px;padding:10px 20px}.topPostApprovalNotification{background:#d9edf7;border:1px solid #bce8f1}.topPostApprovalNotification h1,.topPostApprovalNotification h2,.topPostApprovalNotification h3,.topPostApprovalNotification h4{color:#3a87ad}.topTicketNotification{background:#fcf8e3;border:1px solid #fbeed5}.topTicketNotification h1,.topTicketNotification h2,.topTicketNotification h3,.topTicketNotification h4{color:#c09853}body.mobile img.bigAvatar{box-shadow:none;outline:1px solid #ddd}.newpost{font-weight:bold !important}.closedTicket{color:red !important}.openTicket{color:#3a8000 !important}.online{color:#3a8000 !important}.offline{color:red !important}.errorMessage{color:red !important;margin:0 5px}.grayout{font-weight:bold !important;color:#999 !important}.high{background-color:#ffffe0;font-weight:bold !important;padding:2px}.selected .item,.selected .altItem,.selected.item td,.selected.altItem td{background-color:#ffffe0;font-weight:normal !important}input.ng-invalid.ng-dirty{border-color:#fa787e;box-shadow:0 0 8px #fc9c9f}input.ng-valid.ng-dirty{border-color:#50d35f;box-shadow:0 0 8px #59e069}[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak{display:none}@font-face{font-family:'FontAwesome';



src:url('../../../fontawesome/fontawesome-webfont.eot?v=3.2.1');
src:url('../../../fontawesome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../../../fontawesome/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../../../fontawesome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../../../fontawesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
font-weight:normal;
font-style:normal}
[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}a [class^="icon-"],a [class*=" icon-"]{display:inline}[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em}.icons-ul{margin-left:2.142857142857143em;list-style-type:none}.icons-ul>li{position:relative}.icons-ul .icon-li{position:absolute;left:-2.142857143em;width:2.142857142857143em;text-align:center;line-height:inherit}[class^="icon-"].hide,[class*=" icon-"].hide{display:none}.icon-muted{color:#eee}.icon-light{color:#fff}.icon-dark{color:#333}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.icon-5x{font-size:5em}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit}.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}.icon-stack .icon-stack-base{font-size:2em;*line-height:1em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}
100%{-moz-transform:rotate(359deg)}}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}
100%{-webkit-transform:rotate(359deg)}}
@-o-keyframes spin{0%{-o-transform:rotate(0deg)}
100%{-o-transform:rotate(359deg)}}
@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}
100%{-ms-transform:rotate(359deg)}}
@keyframes spin{0%{transform:rotate(0deg)}
100%{transform:rotate(359deg)}}
.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block}
.icon-glass:before{content:"\f000"}
.icon-music:before{content:"\f001"}
.icon-search:before{content:"\f002"}
.icon-envelope-alt:before{content:"\f003"}
.icon-heart:before{content:"\f004"}
.icon-star:before{content:"\f005"}
.icon-star-empty:before{content:"\f006"}
.icon-user:before{content:"\f007"}
.icon-film:before{content:"\f008"}
.icon-th-large:before{content:"\f009"}
.icon-th:before{content:"\f00a"}
.icon-th-list:before{content:"\f00b"}
.icon-ok:before{content:"\f00c"}
.icon-remove:before{content:"\f00d"}
.icon-zoom-in:before{content:"\f00e"}
.icon-zoom-out:before{content:"\f010"}
.icon-power-off:before,.icon-off:before{content:"\f011"}
.icon-signal:before{content:"\f012"}
.icon-gear:before,.icon-cog:before{content:"\f013"}
.icon-trash:before{content:"\f014"}
.icon-home:before{content:"\f015"}
.icon-file-alt:before{content:"\f016"}
.icon-time:before{content:"\f017"}
.icon-road:before{content:"\f018"}
.icon-download-alt:before{content:"\f019"}
.icon-download:before{content:"\f01a"}
.icon-upload:before{content:"\f01b"}
.icon-inbox:before{content:"\f01c"}
.icon-play-circle:before{content:"\f01d"}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e"}
.icon-refresh:before{content:"\f021"}
.icon-list-alt:before{content:"\f022"}
.icon-lock:before{content:"\f023"}
.icon-flag:before{content:"\f024"}
.icon-headphones:before{content:"\f025"}
.icon-volume-off:before{content:"\f026"}
.icon-volume-down:before{content:"\f027"}
.icon-volume-up:before{content:"\f028"}
.icon-qrcode:before{content:"\f029"}
.icon-barcode:before{content:"\f02a"}
.icon-tag:before{content:"\f02b"}
.icon-tags:before{content:"\f02c"}
.icon-book:before{content:"\f02d"}
.icon-bookmark:before{content:"\f02e"}
.icon-print:before{content:"\f02f"}
.icon-camera:before{content:"\f030"}
.icon-font:before{content:"\f031"}
.icon-bold:before{content:"\f032"}
.icon-italic:before{content:"\f033"}
.icon-text-height:before{content:"\f034"}
.icon-text-width:before{content:"\f035"}
.icon-align-left:before{content:"\f036"}
.icon-align-center:before{content:"\f037"}
.icon-align-right:before{content:"\f038"}
.icon-align-justify:before{content:"\f039"}
.icon-list:before{content:"\f03a"}
.icon-indent-left:before{content:"\f03b"}
.icon-indent-right:before{content:"\f03c"}
.icon-facetime-video:before{content:"\f03d"}
.icon-picture:before{content:"\f03e"}
.icon-pencil:before{content:"\f040"}
.icon-map-marker:before{content:"\f041"}
.icon-adjust:before{content:"\f042"}
.icon-tint:before{content:"\f043"}
.icon-edit:before{content:"\f044"}
.icon-share:before{content:"\f045"}
.icon-check:before{content:"\f046"}
.icon-move:before{content:"\f047"}
.icon-step-backward:before{content:"\f048"}
.icon-fast-backward:before{content:"\f049"}
.icon-backward:before{content:"\f04a"}
.icon-play:before{content:"\f04b"}
.icon-pause:before{content:"\f04c"}
.icon-stop:before{content:"\f04d"}
.icon-forward:before{content:"\f04e"}
.icon-fast-forward:before{content:"\f050"}
.icon-step-forward:before{content:"\f051"}
.icon-eject:before{content:"\f052"}
.icon-chevron-left:before{content:"\f053"}
.icon-chevron-right:before{content:"\f054"}
.icon-plus-sign:before{content:"\f055"}
.icon-minus-sign:before{content:"\f056"}
.icon-remove-sign:before{content:"\f057"}
.icon-ok-sign:before{content:"\f058"}
.icon-question-sign:before{content:"\f059"}
.icon-info-sign:before{content:"\f05a"}
.icon-screenshot:before{content:"\f05b"}
.icon-remove-circle:before{content:"\f05c"}
.icon-ok-circle:before{content:"\f05d"}
.icon-ban-circle:before{content:"\f05e"}
.icon-arrow-left:before{content:"\f060"}
.icon-arrow-right:before{content:"\f061"}
.icon-arrow-up:before{content:"\f062"}
.icon-arrow-down:before{content:"\f063"}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064"}
.icon-resize-full:before{content:"\f065"}
.icon-resize-small:before{content:"\f066"}
.icon-plus:before{content:"\f067"}
.icon-minus:before{content:"\f068"}
.icon-asterisk:before{content:"\f069"}
.icon-exclamation-sign:before{content:"\f06a"}
.icon-gift:before{content:"\f06b"}
.icon-leaf:before{content:"\f06c"}
.icon-fire:before{content:"\f06d"}
.icon-eye-open:before{content:"\f06e"}
.icon-eye-close:before{content:"\f070"}
.icon-warning-sign:before{content:"\f071"}
.icon-plane:before{content:"\f072"}
.icon-calendar:before{content:"\f073"}
.icon-random:before{content:"\f074"}
.icon-comment:before{content:"\f075"}
.icon-magnet:before{content:"\f076"}
.icon-chevron-up:before{content:"\f077"}
.icon-chevron-down:before{content:"\f078"}
.icon-retweet:before{content:"\f079"}
.icon-shopping-cart:before{content:"\f07a"}
.icon-folder-close:before{content:"\f07b"}
.icon-folder-open:before{content:"\f07c"}
.icon-resize-vertical:before{content:"\f07d"}
.icon-resize-horizontal:before{content:"\f07e"}
.icon-bar-chart:before{content:"\f080"}
.icon-twitter-sign:before{content:"\f081"}
.icon-facebook-sign:before{content:"\f082"}
.icon-camera-retro:before{content:"\f083"}
.icon-key:before{content:"\f084"}
.icon-gears:before,.icon-cogs:before{content:"\f085"}
.icon-comments:before{content:"\f086"}
.icon-thumbs-up-alt:before{content:"\f087"}
.icon-thumbs-down-alt:before{content:"\f088"}
.icon-star-half:before{content:"\f089"}
.icon-heart-empty:before{content:"\f08a"}
.icon-signout:before{content:"\f08b"}
.icon-linkedin-sign:before{content:"\f08c"}
.icon-pushpin:before{content:"\f08d"}
.icon-external-link:before{content:"\f08e"}
.icon-signin:before{content:"\f090"}
.icon-trophy:before{content:"\f091"}
.icon-github-sign:before{content:"\f092"}
.icon-upload-alt:before{content:"\f093"}
.icon-lemon:before{content:"\f094"}
.icon-phone:before{content:"\f095"}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096"}
.icon-bookmark-empty:before{content:"\f097"}
.icon-phone-sign:before{content:"\f098"}
.icon-twitter:before{content:"\f099"}
.icon-facebook:before{content:"\f09a"}
.icon-github:before{content:"\f09b"}
.icon-unlock:before{content:"\f09c"}
.icon-credit-card:before{content:"\f09d"}
.icon-rss:before{content:"\f09e"}
.icon-hdd:before{content:"\f0a0"}
.icon-bullhorn:before{content:"\f0a1"}
.icon-bell:before{content:"\f0a2"}
.icon-certificate:before{content:"\f0a3"}
.icon-hand-right:before{content:"\f0a4"}
.icon-hand-left:before{content:"\f0a5"}
.icon-hand-up:before{content:"\f0a6"}
.icon-hand-down:before{content:"\f0a7"}
.icon-circle-arrow-left:before{content:"\f0a8"}
.icon-circle-arrow-right:before{content:"\f0a9"}
.icon-circle-arrow-up:before{content:"\f0aa"}
.icon-circle-arrow-down:before{content:"\f0ab"}
.icon-globe:before{content:"\f0ac"}
.icon-wrench:before{content:"\f0ad"}
.icon-tasks:before{content:"\f0ae"}
.icon-filter:before{content:"\f0b0"}
.icon-briefcase:before{content:"\f0b1"}
.icon-fullscreen:before{content:"\f0b2"}
.icon-group:before{content:"\f0c0"}
.icon-link:before{content:"\f0c1"}
.icon-cloud:before{content:"\f0c2"}
.icon-beaker:before{content:"\f0c3"}
.icon-cut:before{content:"\f0c4"}
.icon-copy:before{content:"\f0c5"}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6"}
.icon-save:before{content:"\f0c7"}
.icon-sign-blank:before{content:"\f0c8"}
.icon-reorder:before{content:"\f0c9"}
.icon-list-ul:before{content:"\f0ca"}
.icon-list-ol:before{content:"\f0cb"}
.icon-strikethrough:before{content:"\f0cc"}
.icon-underline:before{content:"\f0cd"}
.icon-table:before{content:"\f0ce"}
.icon-magic:before{content:"\f0d0"}
.icon-truck:before{content:"\f0d1"}
.icon-pinterest:before{content:"\f0d2"}
.icon-pinterest-sign:before{content:"\f0d3"}
.icon-google-plus-sign:before{content:"\f0d4"}
.icon-google-plus:before{content:"\f0d5"}
.icon-money:before{content:"\f0d6"}
.icon-caret-down:before{content:"\f0d7"}
.icon-caret-up:before{content:"\f0d8"}
.icon-caret-left:before{content:"\f0d9"}
.icon-caret-right:before{content:"\f0da"}
.icon-columns:before{content:"\f0db"}
.icon-sort:before{content:"\f0dc"}
.icon-sort-down:before{content:"\f0dd"}
.icon-sort-up:before{content:"\f0de"}
.icon-envelope:before{content:"\f0e0"}
.icon-linkedin:before{content:"\f0e1"}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2"}
.icon-legal:before{content:"\f0e3"}
.icon-dashboard:before{content:"\f0e4"}
.icon-comment-alt:before{content:"\f0e5"}
.icon-comments-alt:before{content:"\f0e6"}
.icon-bolt:before{content:"\f0e7"}
.icon-sitemap:before{content:"\f0e8"}
.icon-umbrella:before{content:"\f0e9"}
.icon-paste:before{content:"\f0ea"}
.icon-lightbulb:before{content:"\f0eb"}
.icon-exchange:before{content:"\f0ec"}
.icon-cloud-download:before{content:"\f0ed"}
.icon-cloud-upload:before{content:"\f0ee"}
.icon-user-md:before{content:"\f0f0"}
.icon-stethoscope:before{content:"\f0f1"}
.icon-suitcase:before{content:"\f0f2"}
.icon-bell-alt:before{content:"\f0f3"}
.icon-coffee:before{content:"\f0f4"}
.icon-food:before{content:"\f0f5"}
.icon-file-text-alt:before{content:"\f0f6"}
.icon-building:before{content:"\f0f7"}
.icon-hospital:before{content:"\f0f8"}
.icon-ambulance:before{content:"\f0f9"}
.icon-medkit:before{content:"\f0fa"}
.icon-fighter-jet:before{content:"\f0fb"}
.icon-beer:before{content:"\f0fc"}
.icon-h-sign:before{content:"\f0fd"}
.icon-plus-sign-alt:before{content:"\f0fe"}
.icon-double-angle-left:before{content:"\f100"}
.icon-double-angle-right:before{content:"\f101"}
.icon-double-angle-up:before{content:"\f102"}
.icon-double-angle-down:before{content:"\f103"}
.icon-angle-left:before{content:"\f104"}
.icon-angle-right:before{content:"\f105"}
.icon-angle-up:before{content:"\f106"}
.icon-angle-down:before{content:"\f107"}
.icon-desktop:before{content:"\f108"}
.icon-laptop:before{content:"\f109"}
.icon-tablet:before{content:"\f10a"}
.icon-mobile-phone:before{content:"\f10b"}
.icon-circle-blank:before{content:"\f10c"}
.icon-quote-left:before{content:"\f10d"}
.icon-quote-right:before{content:"\f10e"}
.icon-spinner:before{content:"\f110"}
.icon-circle:before{content:"\f111"}
.icon-mail-reply:before,.icon-reply:before{content:"\f112"}
.icon-github-alt:before{content:"\f113"}
.icon-folder-close-alt:before{content:"\f114"}
.icon-folder-open-alt:before{content:"\f115"}
.icon-expand-alt:before{content:"\f116"}
.icon-collapse-alt:before{content:"\f117"}
.icon-smile:before{content:"\f118"}
.icon-frown:before{content:"\f119"}
.icon-meh:before{content:"\f11a"}
.icon-gamepad:before{content:"\f11b"}
.icon-keyboard:before{content:"\f11c"}
.icon-flag-alt:before{content:"\f11d"}
.icon-flag-checkered:before{content:"\f11e"}
.icon-terminal:before{content:"\f120"}
.icon-code:before{content:"\f121"}
.icon-reply-all:before{content:"\f122"}
.icon-mail-reply-all:before{content:"\f122"}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123"}
.icon-location-arrow:before{content:"\f124"}
.icon-crop:before{content:"\f125"}
.icon-code-fork:before{content:"\f126"}
.icon-unlink:before{content:"\f127"}
.icon-question:before{content:"\f128"}
.icon-info:before{content:"\f129"}
.icon-exclamation:before{content:"\f12a"}
.icon-superscript:before{content:"\f12b"}
.icon-subscript:before{content:"\f12c"}
.icon-eraser:before{content:"\f12d"}
.icon-puzzle-piece:before{content:"\f12e"}
.icon-microphone:before{content:"\f130"}
.icon-microphone-off:before{content:"\f131"}
.icon-shield:before{content:"\f132"}
.icon-calendar-empty:before{content:"\f133"}
.icon-fire-extinguisher:before{content:"\f134"}
.icon-rocket:before{content:"\f135"}
.icon-maxcdn:before{content:"\f136"}
.icon-chevron-sign-left:before{content:"\f137"}
.icon-chevron-sign-right:before{content:"\f138"}
.icon-chevron-sign-up:before{content:"\f139"}
.icon-chevron-sign-down:before{content:"\f13a"}
.icon-html5:before{content:"\f13b"}
.icon-css3:before{content:"\f13c"}
.icon-anchor:before{content:"\f13d"}
.icon-unlock-alt:before{content:"\f13e"}
.icon-bullseye:before{content:"\f140"}
.icon-ellipsis-horizontal:before{content:"\f141"}
.icon-ellipsis-vertical:before{content:"\f142"}
.icon-rss-sign:before{content:"\f143"}
.icon-play-sign:before{content:"\f144"}
.icon-ticket:before{content:"\f145"}
.icon-minus-sign-alt:before{content:"\f146"}
.icon-check-minus:before{content:"\f147"}
.icon-level-up:before{content:"\f148"}
.icon-level-down:before{content:"\f149"}
.icon-check-sign:before{content:"\f14a"}
.icon-edit-sign:before{content:"\f14b"}
.icon-external-link-sign:before{content:"\f14c"}
.icon-share-sign:before{content:"\f14d"}
.icon-compass:before{content:"\f14e"}
.icon-collapse:before{content:"\f150"}
.icon-collapse-top:before{content:"\f151"}
.icon-expand:before{content:"\f152"}.icon-euro:before,.icon-eur:before{content:"\f153"}.icon-gbp:before{content:"\f154"}.icon-dollar:before,.icon-usd:before{content:"\f155"}.icon-rupee:before,.icon-inr:before{content:"\f156"}.icon-yen:before,.icon-jpy:before{content:"\f157"}.icon-renminbi:before,.icon-cny:before{content:"\f158"}.icon-won:before,.icon-krw:before{content:"\f159"}.icon-bitcoin:before,.icon-btc:before{content:"\f15a"}.icon-file:before{content:"\f15b"}.icon-file-text:before{content:"\f15c"}.icon-sort-by-alphabet:before{content:"\f15d"}.icon-sort-by-alphabet-alt:before{content:"\f15e"}.icon-sort-by-attributes:before{content:"\f160"}.icon-sort-by-attributes-alt:before{content:"\f161"}.icon-sort-by-order:before{content:"\f162"}.icon-sort-by-order-alt:before{content:"\f163"}.icon-thumbs-up:before{content:"\f164"}.icon-thumbs-down:before{content:"\f165"}.icon-youtube-sign:before{content:"\f166"}.icon-youtube:before{content:"\f167"}.icon-xing:before{content:"\f168"}.icon-xing-sign:before{content:"\f169"}.icon-youtube-play:before{content:"\f16a"}.icon-dropbox:before{content:"\f16b"}.icon-stackexchange:before{content:"\f16c"}.icon-instagram:before{content:"\f16d"}.icon-flickr:before{content:"\f16e"}.icon-adn:before{content:"\f170"}.icon-bitbucket:before{content:"\f171"}.icon-bitbucket-sign:before{content:"\f172"}.icon-tumblr:before{content:"\f173"}.icon-tumblr-sign:before{content:"\f174"}.icon-long-arrow-down:before{content:"\f175"}.icon-long-arrow-up:before{content:"\f176"}.icon-long-arrow-left:before{content:"\f177"}.icon-long-arrow-right:before{content:"\f178"}.icon-apple:before{content:"\f179"}.icon-windows:before{content:"\f17a"}.icon-android:before{content:"\f17b"}.icon-linux:before{content:"\f17c"}.icon-dribbble:before{content:"\f17d"}.icon-skype:before{content:"\f17e"}.icon-foursquare:before{content:"\f180"}.icon-trello:before{content:"\f181"}.icon-female:before{content:"\f182"}.icon-male:before{content:"\f183"}.icon-gittip:before{content:"\f184"}.icon-sun:before{content:"\f185"}.icon-moon:before{content:"\f186"}.icon-archive:before{content:"\f187"}.icon-bug:before{content:"\f188"}.icon-vk:before{content:"\f189"}.icon-weibo:before{content:"\f18a"}.icon-renren:before{content:"\f18b"}a [class^="icon-"],a [class*=" icon-"],[class^="icon-"]:before,[class*=" icon-"]:before{line-height:1}a [class^="icon-large"]:before,a [class*=" icon-large"]:before{vertical-align:0}.newActiveList-item [class^="icon-"],.newActiveList-item [class*=" icon-"]{text-align:inherit;width:inherit}.RadInput_Office2007 .riTextBox,.RadInputMgr_Office2007{width:262px !important;font-size:12px !important;font-family:Verdana,Geneva,sans-serif !important;border:1px solid #c4c4c4 !important;color:#222 !important;height:28px !important}.RadInput .riTextBox{padding:5px !important;margin:2px !important}.RadUpload .ruFileWrap{height:32px !important}.RadUpload .ruFakeInput{height:20px !important}.RadUpload .ruBrowse{margin-top:3px}.RadUpload_Vista .ruFakeInput{border-color:#b7b7b7 !important}.RadTabStripTop_Outlook .rtsLevel{clear:none !important}.RadTabStrip_Outlook .rtsIn{font-size:13px !important}

/*.navbar {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}*/

.navbar a {
/*    float: left;*/
/*    font-size: 16px;*/
    color: white;
    text-align: center;
/*    padding: 0px 16px;*/
/*    padding-top: 8px;*/
    text-decoration: none;
    border-bottom: 3px solid transparent;
}

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        cursor: pointer;
        /* 23 Feb 2023: 16px causes overflow even on big screens */
        font-size: /*16px*/ 14px;
        border: none;
        outline: none;
        color: white;
        /* 23 Feb 2023: 36px causes extreme overflow, and the inline styles were code smell so moved styling here*/
        padding: 0px /*36px*/ 15px;
        padding-top: 8px;
        background-color: inherit;
        font-family: inherit;
        border-bottom: 3px solid transparent;
    }

    .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
/*        border-bottom: 3px solid white;*/
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 2.5px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
    border-bottom: 3px solid transparent;
}

.sidenav a:hover {
    background-color: #ddd;
}

.sidenav a {
    text-decoration:none;
    font-size:16px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    padding: 8px;
}
@media only screen and (max-width: 1200px) {

    .leftsidebar {
        display: none;
    }
}

.show {
    display: block;
}

.fb {
    background-color: #6B97C0;
    width: 55px;
    display: inline-block;
    /*margin-right: 10px;*/
}

.fb img {
    width: 55px;
    height: 55px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    padding: 5px;
}

.fb img {
    -webkit-transition: all .1s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: all .1s ease-in-out;
}

:hover {
    -webkit-transition: all .1s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: all .1s ease-in-out;
}

.fb img:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    -moz-webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.article_body a {
    color: #0000EE;
}

.abstract {
    display: block;
    font-weight: bold;
    font-size: 1.25em;
    font-style: italic;
    background-color: #04388c;
    color: white;
    padding: 10px;
    margin-top: 10px;
}

/*Slider Styling*/

/* ============================== */
/*   Home Page Slider Styling     */
/* ============================== */

.rsVisibleNearbyWrap {
    margin-bottom: 20px;
}

/*.rsMinW .rsBullets {
    left: -881px;
}

.rsMinW .rsBullet {
    width: auto !important;
    height: auto !important;
}

    .rsMinW .rsBullet span {
        height: 15px;
        width: 15px;
    } */

.visibleNearby .rsContent {
    background-color: #565047;
}

    .visibleNearby .rsContent .sliderTitleBox {
        position: absolute;
        background-color: #575046;
        width: 40%;
        height: 392px;
    }

        .visibleNearby .rsContent .sliderTitleBox p.sliderTitle {
            margin: 90px 0 0 50px;
            font-size: 1.5em;
            font-weight: bold;
            font-family: Garamond, Calibri;
        }


        .visibleNearby .rsContent .sliderTitleBox p.sliderAbstract {
            padding: 5px;
            background-color: #dc962e;
            position: absolute;
            margin: 120px 0 0 50px;
        }

    .visibleNearby .rsContent img {
        float: right;
    }

.visibleNearby img {
    -webkit-backface-visibility: hidden;
}

.visibleNearby .rsGCaption {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 0 16px;
    background: #141414;
    width: 100%;
    position: static;
    float: left;
    left: auto;
    bottom: auto;
    text-align: center;
}

    .visibleNearby .rsGCaption span {
        display: block;
        clear: both;
        color: #bbb;
        font-size: 14px;
        line-height: 22px;
    }

#full-width-slider {
/*    height: 408px !important;*/
    padding-top: 0 !important;
}

    /*#full-width-slider .rsSlide {
                width:956px!important;
            }

            #full-width-slider .rsContent {
                width:956px!important;
            }*/

    #full-width-slider .rsImg {
        margin: 0;
        width: 1035px;
        height: 408px;
    }

/* Scaling transforms */
.visibleNearby .rsSlide .rsContent {
    opacity: 0.45;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.visibleNearby .rsSlide {
    height: 408px !important;
}

.visibleNearby .rsActiveSlide .rsContent {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Non-linear resizing on smaller screens */
@media screen and (max-width: 960px) {
    #full-width-slider {
/*        height: 300px !important;*/
        margin-bottom: 20px;
    }

    .infoBlock {
        top: 250px !important;
        height: 40px !important;
        max-height: none !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 900px) {
    #gallery-1 {
        padding: 12px 0 12px;
    }

        #gallery-1 .rsOverflow,
        .royalSlider#gallery-1 {
            height: 400px !important;
        }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    #gallery-1 .rsOverflow,
    .royalSlider#gallery-1 {
        height: 300px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    ul#footerNav li {
        display: inline;
        margin-right: 5px;
    }

    .footerAddressColumn {
        padding-left: 0.9375em !important;
    }
}

/* ============================== */
/*           ROYAL SLIDER         */
/* ============================== */


#full-width-slider {
/*    max-width: 900px;*/
    color: #000;
}

.coloredBlock {
    padding: 12px;
    background: rgba(255,0,0,0.6);
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%;
}

.infoBlock {
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    max-width: 25%;
    padding-bottom: 0;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    padding: 20px;
}

.infoBlockLeftBlack {
    min-width: 300px;
    max-width: 300px;
    color: #FFF;
    background: #000;
    background: rgba(48,48,48,0.60);
    left: auto;
    right: 30x;
    top: 320px;
}

.infoBlock h5, .infoBlock a {
    color: #fff;
    font-size: 85%;
    letter-spacing: .06em;
}

.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0;
}

.infoBlock a {
    color: #FFF;
    padding: 10px;
    text-decoration: none;
}

.photosBy {
    line-height: 24px;
    font-size: 12px;
    background: #FFF;
    color: #000;
    padding: 0px 10px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    top: auto;
    border-radius: 2px;
    z-index: 25;
}

    .photosBy a {
        color: #000;
    }

.fullWidth {
    max-width: 1080px;
    margin: 0 auto 24px;
}

@media screen and (min-width:970px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 400px !important;
    }
}

@media screen and (min-width:960px) and (min-height:660px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 400px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .royalSlider.heroSlider,
    /* This makes slider look awful on mobile */
/*    .royalSlider.heroSlider .rsOverflow { 
        height: 300px !important;
    }*/

    .infoBlock {
        padding: 10px;
        height: auto;
        max-height: 100%;
        min-width: 40%;
        left: 5px;
        top: 5px;
        right: auto;
        font-size: 12px;
    }

        .infoBlock h3 {
            font-size: 14px;
            line-height: 17px;
        }
}

p.mainSliderCredit {
    position: absolute;
    margin-left: 10px;
    top: 5px;
    right: 15px;
    font-size: .9em;
}

    p.mainSliderCredit a {
        color: white;
        text-decoration: none;
    }

/**** SLIDER EXTRA NEEDED CSS ROYAL SLIDER ******/

.rsDefault{
    max-width: 895px;
}

.jw-icon {
    font-family: 'jw-icons' !important;
}

#full-width-slider {
    width: 100%;
    height: 450px;
}

.coloredBlock {
    padding: 12px;
    background: rgba(255,0,0,0.6);
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%;
}

.infoBlock {
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    max-width: 25%;
    padding-bottom: 0;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    padding: 20px;
}

.infoBlockLeftBlack {
    color: #FFF;
    background: #000;
    background: rgba(0,0,0,0.65);
    left: 30px;
    right: auto;
}

.infoBlockLeftBottomBlack {
    color: #FFF;
    background: #000;
    background: rgba(0,0,0,0.65);
    left: 30px;
    top: 350px;
    right: auto;
}

.infoBlockRightBlack {
    color: #FFF;
    background: #000;
    background: rgba(0,0,0,0.65);
}

.infoBlockLeftBottomWhite {
    color: #000;
    background: #fff;
    background: rgba(255,255,255,0.65);
    left: 30px;
    top: 350px;
    right: auto;
}

.infoBlock h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 3px;
}

.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0;
}

.infoBlock a {
    color: #FFF;
    text-decoration: none;
}

.photosBy {
    position: absolute;
    line-height: 24px;
    font-size: 12px;
    background: #FFF;
    color: #000;
    padding: 0px 10px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    top: auto;
    border-radius: 2px;
    z-index: 25;
}

    .photosBy a {
        color: #000;
    }

.fullWidth {
    max-width: 1400px;
    margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 450px !important;
    }
}


@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .royalSlider.heroSlider,
/*    .royalSlider.heroSlider .rsOverflow {
        height: 300px !important;
    }*/

    .infoBlock {
        padding: 10px;
        height: auto;
        max-height: 100%;
        min-width: 40%;
        left: 5px;
        top: 5px;
        right: auto;
        font-size: 12px;
    }

        .infoBlock h3 {
            font-size: 14px;
            line-height: 17px;
        }
}

.royalSlider img {
    width: 100%;
    height: auto;
    margin: 10px auto;
}


/* NEW HEADER NAV (NO IMAGE) (24 FEB 2023) */
.topnav {
    margin-bottom: 0;
}

.ForumHeaderRowBackground {
    width: 100%;
    border-top: 1px solid #c8cad0;
    background-color: #334d88;
    border-bottom: 1px solid #d5cc6a;
    height: 80px;
    padding-bottom: 10px;
}

.ForumHeaderRow {
    display: flex;
    height: 100%;
}

.ForumHeaderRowImg, .ForumHeaderRowTitle {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    align-self: end;
}

@media only screen and (max-width: 500px) {
    .ForumHeaderRowTitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 300px) {
    .ForumHeaderRowTitle {
        font-size: 16px;
    }
}

.ForumHeaderRowImg {
    margin-right: 10px;
    flex-basis: content;
    flex-shrink: 0;
}

.ForumHeaderRowTitle {
    line-height: 0.85;
}

.ForumHeaderRowTitle:any-link {
    text-decoration: none;
    color: white;
}

.ForumHeaderRowFBContainer {
    flex-grow: 1;
    display: flex;
    justify-content: end;
    align-items: end;
    align-self: end;
}

.ForumHeaderRowFB {
    --fb-background-len: 40px;
    --fb-icon-len: 30px;
    display: block;
    background-color: #6B97C0;
    width: var(--fb-background-len);
    height: var(--fb-background-len);
    padding: calc((var(--fb-background-len) - var(--fb-icon-len))/2)
}

.ForumHeaderRowFB > img {
    width: var(--fb-icon-len);
    height: var(--fb-icon-len);
    border-radius: var(--fb-icon-len);
    -webkit-border-radius: var(--fb-icon-len);
}

.ForumNavRowBackground {
    background-color: #2b4074;
/*    height: calc(39px + 14px);*/
    border-bottom: 14px solid #f9e967;
}

.ForumNavRow {
    height: 100%;
    margin-bottom: 6px;
}

.ForumBottomBorderRow {
    width: 100%;
    height: 1px;
    background-color: #50607f;
}

#topbannerbackground {
    z-index: -10 !important;
}

/* FOUNDATION RESTYLING (24 FEB 2023) */
.row.padded-row {
    padding-left: 0.975rem;
    padding-right: 0.975rem;
}

.body-row {
    margin-top: 8px;
}

.display-none { 
    display: none;
}

@media only screen and (min-width: 64.001rem) {
    .large-down {
        display: none;
    }
    .slicknav_menu {
        display: none;
    }
}

@media only screen and (max-width: 64rem) {
    .large-up { 
        display: none;
    }
}

/* SLICKNAV */

.slicknav_menu {
    background-color: #2b4074;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.slicknav_btn {
    background: none;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    color: white;
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    background: none;
    color: white;
}

.nav-link {
    user-select: none;
}

.navbar {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar .dropdown-content {
    list-style: none;
    margin-left: 0;
}

.navbar .nav-entry .nav-link:not(a[href]):after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\00A0\f0d7';
}

.navbar .nav-entry {
    display: inline-block;
}

.navbar .nav-entry .nav-link {
    display: block;
    cursor: pointer;
    font-size: 14px;
    border: none;
    color: white;
    padding: 0 15px;
    padding-top: 8px;
    border-bottom: 3px solid transparent;
    transition: border-bottom-color 0.1s ease-in-out;
}

.navbar .nav-entry .nav-link:hover {
    border-bottom-color: white;
}

.publishedDate {
    margin: 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 0.5rem;
}

.publishedDate__text {
    margin: 0;
}



.royalSlider {
    width: 100%;
    max-width: 600px;
}

/* 
    Clear float for whatever is after royalslider
    to prevent wrapping
*/
.royalSlider + * {
    clear: both;
}

.royalSlider--full-width {
    max-width: none;
}

    .royalSlider::after {
        content: "";
        display: table;
        clear: both;
    }

.rsDefaultInv .rsBullet {
    padding: 0.5rem;
    cursor: pointer;
}

.rsNav.rsBullets {
    background-color: #EEE;
    padding: .5rem;
}

.rsGCaption {
    margin-right: 6px;
}

.royalSlider img {
    object-fit: contain;
}

.rsBullet:only-child {
    display: none;
}


.flex-caption {
    margin: 0;
    padding: 0.5rem 1rem;
    text-align: center;
}

.flex-control-nav {
    position: static;
}

.article-main-media {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.VideoPlayerContainer {
    align-self: stretch;
}

.typography-caption {
    font-size: 1rem;
    color: #555;
}

.text-center {
    text-align: center;
}
