<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cl {
    vertical-align: top !important;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    padding-bottom: 100px;
    min-height: 300px;
}

.cl1 {
    width: 228px;
}

.cl2 {
    width: 368px;
}

.cl3 {
    width: 368px;
}

.cbox {
    padding-bottom: 4px;
}

.cboxplacer {
    padding-bottom: 4px;
    border: 1px dashed silver;
}

.cboxh, .cboxhx {
    overflow: hidden;
}

.cl1 &gt; .cbox &gt; .cboxh, .cl1 &gt; .cbox &gt; .cboxhx {
    width: 211px;
    background-image: url(/images/dbc1back.png);
    height: 29px;
    background-position: 2px -31px;
    background-repeat: no-repeat;
    line-height: 30px;
    padding: 2px 3px 0px 16px;
}

.cl1 &gt; .cbox &gt; .cboxc {
    width: 224px;
    background-image: url(/images/dbc1back.png);
    background-position: 2px bottom;
    background-repeat: no-repeat;
    padding: 6px 3px 14px 3px;
}

    .cl1 &gt; .cbox &gt; .cboxc &gt; iframe {
        width: 207px !important;
    }

.diboxl .gtsi {
    width:595px;
    overflow:hidden !important;
}

.cboxc &gt; div {
    padding: 8px 14px 14px 14px;
}

.cl2 &gt; .cbox &gt; .cboxh, .cl3 &gt; .cbox &gt; .cboxh, .cl2 &gt; .cbox &gt; .cboxhx, .cl3 &gt; .cbox &gt; .cboxhx {
    width: 351px;
    background-image: url(/images/dbc2back.png);
    height: 29px;
    background-position: 2px -31px;
    background-repeat: no-repeat;
    line-height: 30px;
    padding: 2px 3px 0px 16px;
}

.cl2 &gt; .cbox &gt; .cboxc, .cl3 &gt; .cbox &gt; .cboxc {
    width: 364px;
    background-image: url(/images/dbc2back.png);
    background-position: 2px bottom;
    background-repeat: no-repeat;
    padding: 0 3px 0 3px;
}

.ui-sortable &gt; .cbox &gt; .cboxh {
    cursor: move;
}

.ui-sortable &gt; .cbox &gt; .cboxhx {
    cursor: default;
}

.ui-sortable &gt; .cbox:hover &gt; .cboxh, .ui-sortable &gt; .cbox:hover &gt; .cboxhx {
    background-position: 2px 0px;
}

.cboxc {
    overflow: hidden;
}

.gci .galImgs {
    display:block;
    min-height:100px;
}

.gtsi .galImgs {
    display:block;
    height:60px;
}

.announcement-img img {
    max-width: 964px;
}

.rssitem {
    border-top: 1px solid #e3e3e3;
}

    .rssitem.firstr {
        border-top: 0px !important;
    }

    .rssitem &gt; div &gt; div {
        text-align: right;
        font-size: 11px;
        color: #777;
    }

    .rssitem &gt; div &gt; b {
        color: #555;
    }

.gci {
    position: relative;
}

    .gci &gt; a &gt; img {
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.pollb .gci {
    position: relative;
    margin-top: -13px !important;
}

    .pollb .gci &gt; a &gt; img {
        max-width:100%;
        height:auto;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

.cl1 &gt; .cbox &gt; .cboxc &gt; div &gt; .gci &gt; a &gt; img {
    width: 222px;
}

.cl2 &gt; .cbox &gt; .cboxc &gt; div &gt; .gci &gt; a &gt; img, .cl3 &gt; .cbox &gt; .cboxc &gt; div &gt; .gci &gt; a &gt; img {
    width: 362px;
}

.cl1 &gt; .cbox &gt; .cboxc &gt; div &gt; .gtsi {
    width: 214px;
}

.cl2 &gt; .cbox &gt; .cboxc &gt; div &gt; .gtsi, .cl3 &gt; .cbox &gt; .cboxc &gt; div &gt; .gtsi {
    width: 356px;
}

.gtsi {
    position:absolute;
    bottom:4px;
    z-index:10;
    height: 63px;
    overflow: hidden;
    margin-left: -14px;
    padding-left:5px;
}

    .gtsi &gt; div {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 4px;
        vertical-align: top;
    }

        .gtsi &gt; div &gt; a &gt; img {
            height: 60px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

.gci &gt; div.zoom {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 8px;
    right: -5px;
    background-image: url(/images/trans_b_50.png);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
    cursor: pointer;
    z-index:9999;
}

.pollb .gci &gt; div.zoom {
    right: 8px;
}

.gci:hover &gt; div.zoom {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.gci &gt; div.zoom &gt; div {
    width: 20px;
    height: 20px;
    margin: 8px;
    background-image: url(/images/zoomw.png);
}

div.zoom:hover {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}

.fancybox-inner {
    overflow: hidden !important;
}

.fancybox-image {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#fancybox-thumbs {
    background-image: url(/images/fbtb.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.diboxl {
    padding-top: 12px;
    padding-bottom:16px;
    padding-right: 10px;
    width: 600px;
}

.diboxsc {
    width: 363px;
}

.diboxl .gci &gt; a &gt; img {
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.diboxsc .gci &gt; a &gt; img {
    width: 363px;
}


.twocol &gt; div {
    vertical-align: top;
}

.lwsd {
    display: none !important;
}

.lmcpw {
    width: 600px;
    height: 64px;
    margin-top:0px;
    background-image: url(/images/loading.gif);
    z-index:2147483647;
    background-position: center;
    background-repeat: no-repeat;
    position:absolute;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    overflow:hidden;
    box-shadow:inset 0px 0px 40px -10px rgba(40,149,222,0.7), inset 0px 3px 5px -2px rgba(0,0,0,0.5);
    -moz-opacity:0.7;
    -webkit-opacity:0.7;
    opacity:0.7;
}

.dibox,
.diboxsc {
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f0f0f0)";*/
    color: gray;
    font-size: 11px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0px -72px 64px -72px rgba(0,0,0,0.1), 0px 1px 2px #326983;
    -webkit-box-shadow: inset 0px -72px 64px -72px rgba(0,0,0,0.1), 0px 1px 2px #326983;
    box-shadow: inset 0px -72px 64px -72px rgba(0,0,0,0.1), 0px 1px 2px #326983;
    overflow: hidden;
    /*background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.06, rgb(240,240,240)), color-stop(0.16, rgb(250,250,250)), color-stop(0.4, rgb(255,255,255)) );*/
    background-color:#fff;
}

    .dibox &gt; .cboxh,
    .diboxsc &gt; .cboxh {
        font-size: 11px !important;
        color: #fff;
        display: block !important;
        height: 28px !important;
        -webkit-box-shadow: #3e3e3e 0px 1px 2px;
        box-shadow: #3e3e3e 0px 1px 2px;
        -moz-box-shadow: #3e3e3e 0px 1px 2px;
        line-height: 28px !important;
        cursor: default !important;
        padding-left: 12px;
    }

    .dibox .cinline, .diboxsc .cinline {
        display: inline-block;
    }

        .dibox .cinline.frdc, .diboxsc .cinline.frdc {
            width: 30%;
            vertical-align: middle;
        }

.cinline.frdc span.frdcc {
    font-size: 14px;
}

.dibox .cinline.frdc span, .diboxsc .cinline.frdc span {
    font-size: 14px;
}

    .dibox .cinline.frdc span.frdcc, .diboxsc .cinline.frdc span.frdcc {
        font-size: 16px;
        margin-top: 9px;
        display: block;
    }

.diboxsc .frdc {
    width:335px !important;
}

.diboxsc .sndc {
    width:363px !important;
    padding: 0px 0px 30px 0px !important;
}

.diboxsc .firstr {
    margin-top:8px !important;
}

.dibox .cinline.sndc, .diboxsc .cinline.sndc {
    width: 100%;
    float: right;
    vertical-align: middle;
}

    .dibox .cinline.sndc &gt; table, .diboxsc .cinline.sndc &gt; table {
        margin-top: 0px !important;
    }

.dibox .gci, .diboxsc .gci {
    margin-left: -14px !important;
    margin-top: -8px !important;
    margin-bottom: -18px !important
}

.imagebox {
    position:relative;
    padding:0 0 0 1px !important;
    margin-top: -6px;
}

.cboxc .imagebox {
    margin:0 0 -4px -1px!important;
}

.pollb .imagebox {
    margin:-6px -14px 0!important;
}

.imagebox .gci {
    margin: 0!important;
} 

.imagebox .gci .zoom {
    right:8px;
}

.imagebox .gtsi, .pollb .imagebox .gtsi {
    margin-left:0!important;
}


.dibox .gtsi, .diboxsc .gtsi {
    margin-top: -50px !important;
}

.dibox .tp8, .diboxsc.tp8 {
    margin-top: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pqa &gt; div &gt; input[type="radio"] {
        margin-top:6px;
        margin-bottom:6px;
        margin-left:6px;
    }
    .pqa &gt; div &gt; label {
        line-height:25px;
        padding-left:4px;
    }
}

.pqa &gt; div &gt; textarea {
    width:315px;
    border:0px;
}

.fwidtho img {
    width:auto !important;
    margin-right:10px;
}
.pollb &gt; div &gt; .gci {
    margin-top: -13px !important;
    margin-right:-13px;
}
.pollb &gt; div &gt; .gtsi {
    margin-top: -78px !important;
    margin-left: -9px !important;
    bottom: 10px;
}

.aacnt
{
    margin:2px 16px 16px 16px;
    border:1px solid #ddd;
    background-color:#f6f6f6;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    overflow:hidden;
    padding:0px !important;
}

.annatts {
    display:table;
    padding:0px 0px !important;
    width: 100%;
}

.annatts &gt; a {
    display:table-row;
    vertical-align:top;
    height:20px;
}

.annatts &gt; a &gt; div{
    display:table-cell;
    border-bottom:1px dashed #bbb;
    border-top:1px dashed #fff;
    vertical-align:top;
    padding:3px 6px;  
    line-height:23px;  
}

    .annatts &gt; a:hover &gt; div {
        background-color:#fdfdfd;
        color:#333;
        cursor:pointer;
    }

    
    .alink{color:#666 !important; text-decoration:none;}
    .alink:hover{color:#333 !important;}

    .annatts &gt; a:first-child &gt; div { border-top:0px !important; padding-top:4px !important; }
    .annatts &gt; a:last-child &gt; div { border-bottom:0px !important; padding-bottom:4px !important; }

.aicc {
    width:24px;
}

    .aicc &gt; div {
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
    }

.anndiv {
    margin-top:0px !important;
}

.anndiv .fcaps {
    overflow:visible;
}

.anndiv &gt; .twocol &gt; div &gt; img {
    margin-top:6px;
}

.fa-arrow-circle-o-up,
.fa-arrow-circle-o-down
{
    display:inline-block;
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size: cover;
}

.fa-arrow-circle-o-up{
    background-image: url(/Images/wicon/arrow-circle-o-up.png);
}

.fa-arrow-circle-o-down{
    background-image: url(/Images/wicon/arrow-circle-o-down.png);
}

.cl1 .cinline &gt; .twocol &gt; div {
    display:block !important;
    padding-left:12px;
}

.wfhigh {
    display: inline-block;
    margin-top: 8px;
    padding: 2px 4px;
    color: #333 !important;
    background-color: #f0f0f0;
    font-size: 20px !important;
    margin-bottom: 0px;
    padding-bottom: 4px;
    margin-top: 4px;
}

    .wfhigh span {
        vertical-align: 5px;
        font-size: 13px;
        margin-left: 2px;
    }


.wflow {
    display: inline-block;
    padding: 2px 4px;
    color: #fff !important;
    background-color: #666;
    font-size: 20px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .wflow span {
        vertical-align: 5px;
        font-size: 13px;
        margin-left: 2px;
    }
    
.cl1 .cinline .wfhigh,.cl1 .cinline .wflow{
    font-size: 16px !important;
}
.cl1 .cinline .wfhigh span,.cl1 .cinline .wflow span{
    font-size: 11px !important;
}

.cl1 .cinline .fa-arrow-circle-o-up,.cl1 .cinline .fa-arrow-circle-o-down{
    display:none !important;
}

.cl1 .cinline .wfhumidity{
    float:right;
}
.cl1 .cinline .wfrealfeel{
    float:left;
}

.dibox .frdc.cinline   {
    width:100% !important;
} 

.dibox .frdc.cinline .wfp2  {
    width:100% !important;
} 

.dibox .frdc.cinline .wfp2 &gt; .fcaps { 
    margin-top:60px !important;
} 

.dibox .cinline .frdc .twocol {
    display:inline-block;
} 

.dibox .cinline .frdc .twocol &gt; div {
    display:inline-block;
} 

.dibox .cinline .wftempbx {
    float: right;
    margin-top: -100px;
    margin-right: 60px;
    text-align: right;
}

.dibox .cinline .wftempbx .fcaps {
    font-size:60px !important;
}

.dibox .cinline.sndc {
    padding: 0px 0px 14px 0px !important;
}

#rotate_button {
    position:absolute;
    margin-top:-42px;
    width:40px;
    height:40px;
    opacity:0.25;
    z-index:9999999999;
}

#rotate_button:hover {
    opacity:0.9 !important;
    cursor:pointer;
}
.announcementMessage{
    height:140px;
    text-align :center;
    margin-top:60px;
}
.announcementMessage a{
    display:inline-block;
    line-height:40px;
}
.announcementMessage span{
    font-size:14px;
    display:block;
}

.new-sharebtn {
    float:right;
    margin-top:3px;
    margin-right:5px;
    display: inline-block;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #00c9f7, #00b4df);
    color: #ffffff;
    text-decoration:none;
    padding:5px 8px 6px;
    line-height:1;
    font-weight:bold;
    font-size:10px;
}

.new-sharebtn i {
    position:relative;
    display:inline-block;
    top:1px;
    margin-right:5px;
    width:12px;
    height:10px;
    background:url(/Images/newpage.png) 0 0 no-repeat;
    background-size:100%;
}

.cinline sndc svg {
    margin-left: -14px;
}</pre></body></html>