html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a, a:link {
    color: #FFF;
    text-decoration: none;
}
a.logout-link {
    color:blue;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* disable Mobile Safari landscape text resizing */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1;
    font-size: 50%; /* 1em = 8px */
}

img {
    max-width: 100%; /* Prevents images from escaping their container */
}

h1 {
    color: #075385;
    font-weight: bold;
}

#page {
    width: 100%; /* 640 / 640 */
}

/* disable Mobile Safari from adding highlighted link color */
a:link {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*disable mobile safari link actions */
.standalone * {
    -webkit-touch-callout: none;
}

/* Begin site specific CSS */

/*Header CSS*/
.header {
    font-weight: bold;
    padding-top: 1em;
    color: #075385;
    background-color: #FFFFFF;
}

    /* Clearfix to stop floats from escaping */
    .header:after {
        content: "\0020";
        display: block;
        overflow: hidden;
        clear: both;
    }

    .header .logo {
        float: left;
        margin: 0 0 1em 1.5em;
    }

    .header h2 {
        font-size: 1.875em; /* 30/ 16 */
        float: left;
        margin: 0.5em 0 0 1.5em;
    }

    .header .logout-link {
        float: right;
        font-size: 1.375em; /* 22 / 16 */
        width: 11.71875%; /* 75 / 640 */
        margin-right: 03.125%;
    }

.active {
    background: url(../images/nav-active.png) no-repeat top right;
}

.header .logout-link a {
    color: #075385;
    vertical-align: baseline;
}

/* Navigation */

.top-wrapper {
    display: block;
    font-size: 1.5em; /* 24 / 16 */
    font-weight: bold;
}

    .top-wrapper:before {
        content: "\0020";
        display: block;
        overflow: hidden;
        clear: both;
    }

.main-navigation {
    min-width: 85.9375%; /* 550 / 640 */
    height: 38px;
}

    .main-navigation #tab-bar li {
        padding: 0;
        display: inline;
    }

    .main-navigation #tab-bar:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
        clear: both;
    }

    .main-navigation li.ID_liGasDaily a strong, li.ID_liMgDaily a strong {
        display: block;
        position: relative;
        top: 12px;
    }

    .main-navigation li.ID_liGasDaily a {
        max-width: 45.45454545454545%; /* 250 / 550 */
        float: left;
        height: 39px;
        background-color: #97145d;
        padding: 0 2% 0 4%;
    }

.gas-active span {
    background-image: url(../images/tabgas-active.png);
    background-repeat: no-repeat;
    position: relative;
    float: left;
    display: block;
    height: 39px;
    top: 0;
    margin-left: -1px;
    width: 50px;
    z-index: 100;
}

li.ID_liMgDaily span {
    position: relative;
    float: left;
    display: block;
    height: 38px;
    top: 0;
    margin-left: -1px;
    z-index: 100;
}

.megawatt-passive span {
    background: url(../images/passive.png) no-repeat;
    width: 54px;
}

.megawatt-active span {
    text-align: center;
    background: url(../images/megawatt-active.png) no-repeat;
    width: 80px;
}

    .megawatt-active span.seperator {
        text-align: center;
        background: url(../images/megawatt-active.png) no-repeat;
        width: 30px;
    }

.megawatt-passive {
    background-color: #262626;
}

.megawatt-active {
    background-color: #0069a5;
}

.gas-passive {
    background-color: #262626;
}

    .gas-passive span {
        background: url(../images/passive.png) no-repeat;
        background-repeat: no-repeat;
        display: block;
        float: left;
        height: 39px;
        position: relative;
        top: 0;
        width: 35px;
    }

.main-navigation li.ID_liMgDaily a {
    max-width: 54.5454545454545454%; /* 300 / 550 */
    padding: 0 2px 0 4px; /* 18 / 16 */ /* 40 / 640 */
    float: left;
    height: 39px;
    -webkit-border-top-left-radius: 0.8em;
    -moz-border-radius-topleft: 0.8em;
    border-top-left-radius: 0.8em;
}

.main-navigation li.ID_liMgDaily.megawatt-active a {
    background-color: #0069a5;
    position: relative;
    z-index: 99;
}

.main-navigation li.ID_liMgDaily.megawatt-passive a {
    background-color: #262626;
    position: relative;
    z-index: 99;
    margin-left: -1.2em;
}

.main-navigation li.ID_liGasDaily.gas-passive a {
    background-color: #262626;
}

.top-wrapper .gasDaily-dropdown-selection {
    background-color: #97145d;
}

    .top-wrapper .mgDaily-dropdown-selection select, .top-wrapper .gasDaily-dropdown-selection select {
        width: 75.3125%; /* 482 / 640 */
        font-size: 1.4em;
        margin: 1.1em 12.34375%;
        border: 2px solid #000;
    }

.dropdown-selection {
    width: 75.3125%; /* 482 / 640 */
    font-size: 1.4em;
    margin: 0.5em 12.34375%;
    border: 2px solid #000;
}


/* Navigation One Newsletter specific */
.top-wrapper .mgDaily-dropdown-selection {
    background-color: #0069a5;
}

/* Login Page Specific CSS */
.login-page {
    font-size: 2.25em; /* 36 / 16 */
    line-height: 1.2em;
    width: 79.6875%; /* 510 / 640 */
    margin: 1em 10.15625%; /* 32 / 16 */ /* 65 / 640 */
}

    .login-page .loginform {
        margin-top: 1.05em; /* 65 / 36 */
    }

        .login-page .loginform span {
            font-size: .66em; /* 24 / 36 */
        }

    .login-page #txtEmail, .login-page #txtPassword, .login-page #txtCaptcha {
        font-size: 1em;
        border: 1px solid #000;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        padding-left: 0.5em;
        width: 100%;
    }

    .login-page input.keep-loggedin {
        display: inline;
        border: none;
    }

    .login-page h2 {
        font-size: .66em; /* 24 / 36 */
        color: #333333;
    }

        .login-page h2 a {
            color: #333333;
            text-decoration: underline;
        }

.loginform a {
    color: #075385;
}

.login-page .submit {
    font-size: 1em;
    color: #fff;
    background-color: #075385;
    margin: .55em 0 0 0;
    width: 49.019607843%; /* 250 / 510 */
    padding: .4em 0; /*clear iPhone default style*/
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
}

.login-page .btnSubmit {
    width: 150px;
    height: 50px;
    font-size: 1em;
    color: #fff;
    background-color: #075385;
}

/* News Page Specific CSS */
.table-view {
    background: #fff;
}

    .table-view:before, .table-view:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
        clear: both;
    }

    .table-view li {
        border-bottom: 2px #e9e9e9 solid;
        padding: 0 0 1.125em 1.875%; /* 18 / 16 */ /* 12 / 640 */
    }

.table-action a {
    font-size: 1.875em; /* 30 / 16 */
    font-weight: bold;
    color: #000;
    display: block;
    position: relative;
    text-decoration: none;
}

.table-action .news-content {
    width: 84.375%; /* 540 / 640 */
}

.table-action h2 {
    color: #075385;
    padding: 0.4em 0;
}

.table-action .teaser {
    color: #000;
}

.table-action .arrow {
    color: #7f7f7f;
    font-weight: bold;
    font-size: 1.285em;
    position: absolute;
    right: 1.25em; /* 20 / 16 */
    top: 50%;
    margin-top: -0.2em;
    background-image: url(../images/arrowR18.png);
    width: 18px;
    height: 18px;
}

/*Pricing & Fundamentals Specific CSS */
.section-header {
    padding-left: 1.875%;
    font-size: 1.875em; /* 30 / 16 */
    line-height: 1.875em;
    font-weight: bold;
    color: #fff;
    background-color: #a7afb6;
}

.price-content:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    clear: both;
}

.table-action .price-content {
    width: 84.375%; /* 540 / 640 */
}

    .table-action .price-content h2 {
        width: 70%;
        display: block;
        margin-left: 4em;
    }

    .table-action .price-content span {
        display: block;
        float: left;
        position: absolute;
        margin-top: -1em;
        top: 50%;
    }

#pricing-overview .table-action li a {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

/* Price Details CSS */
#pricing-details {
    font-size: 1.875em; /* 30 / 16 */
    line-height: 1.4em;
    color: #333;
}

    #pricing-details h1 {
        color: #fff;
        background-color: #a7afb6;
        padding: 0 1.875%;
        line-height: 1.7em;
    }

    #pricing-details .data-dates {
        font-size: 0.93em; /* 28 / 30 */
        margin: .73em 0; /* 22 / 30 */
        padding: 0 1.875%;
    }

        #pricing-details .data-dates b {
            color: #000;
            font-weight: bold;
        }

    #pricing-details table {
        width: 100%;
    }

        #pricing-details table tr {
            /*line-height: 2em;*/
        }

        #pricing-details table thead {
            text-align: left;
            font-weight: bold;
            color: #fff;
            background-color: #5c5e5f;
        }

    #pricing-details .th-name span {
        padding-left: 4.375%; /* 28 / 640 */
    }

    #pricing-details .chart-name {
        padding-left: 2.175%; /* 28 / 640 */
    }

    #pricing-details .chart-midpoint {
        padding-left: 1.5em; /* 28 / 640 */
    }

    #pricing-details .chart-price {
        padding-left: 2.175%; /* 28 / 640 */
    }

.th-plus-minus {
    padding-left: 2em;
}

#pricing-details table #plus span, #pricing-details table #minus span {
    padding: .2em;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

#pricing-details table #plus span {
    border: 1px solid #326a00;
}

#pricing-details table #minus span {
    border: 1px solid #6a0000;
    padding-left: 0.425em;
}

#pricing-details table #plus span {
    background-color: #69a832;
    border: 1px solid #3d710e;
}

#pricing-details table #minus span {
    background-color: #a83131;
}

#pricing-details .even {
    background-color: #e9e9e9;
}

div.priceTitle {
    font-weight: bold;
    color: white;
    background-color: #A7AFB6;
    padding: 0 1.875%;
    line-height: 1.7em;
}

.priceTitle {
    line-height: 1.4em;
    color: #333;
}

/* Article Page Specific CSS */
.article {
    margin: 2em 4.375% 0 4.375%; /* 32 / 16 */ /* 28 / 640 */
    font-size: 1.875em; /* 32 / 16 */
}

    .article h1 {
        font-size: 1.875em;
        color: #075385;
    }

    .article .post-date, .article .updated-date {
        font-size: 1.4em;
    }

.post-date {
    padding-top: 5px;
}


.article .article-content {
    font-size: 1.35em;
    margin-top: 2em;
    text-align: justify;
}

    .article .article-content p {
        margin-bottom: 1em;
        text-align: justify;
    }

.article a, .article-content a {
    color: #075385;
    text-decoration: none;
}

.article .submit {
    font-size: 1em;
    color: #fff;
    background-color: #075385;
    margin: .55em 0 0 0;
    width: 49.019607843%; /* 250 / 510 */
    padding: .4em 0; /*clear iPhone default style*/
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
}

.article .txtBox {
    width: 200px;
}

.article .txtBox250 {
    width: 250px;
}

.article .smallfont {
    font-size: .66em; /* 24 / 36 */
    color: #333333;
}

/* Price Details CSS */
#pricing-details {
    font-size: 1.875em; /* 30 / 16 */
    line-height: 1.4em;
    color: #333;
}

    #pricing-details h1 {
        color: #fff;
        background-color: #a7afb6;
        padding: 0 1.875%;
        line-height: 1.7em;
    }

    #pricing-details .data-dates {
        font-size: 0.93em; /* 28 / 30 */
        margin: .73em 0; /* 22 / 30 */
        padding: 0 1.875%;
    }

        #pricing-details .data-dates b {
            color: #000;
            font-weight: bold;
        }

    #pricing-details table {
        width: 100%;
    }

        #pricing-details table tr {
            /*line-height: 2em;*/
        }

        #pricing-details table thead {
            text-align: left;
            font-weight: bold;
            color: #fff;
            background-color: #5c5e5f;
        }

    #pricing-details .th-name span {
        padding-left: 4.375%; /* 28 / 640 */
    }

    #pricing-details .chart-name {
        padding-left: 2.175%; /* 28 / 640 */
    }

    #pricing-details .chart-midpoint {
        padding-left: 1.5em; /* 28 / 640 */
    }

    #pricing-details .chart-price {
        padding-left: 2.175%; /* 28 / 640 */
    }

.th-plus-minus {
    padding-left: 2em;
}

#pricing-details table #plus span, #pricing-details table #minus span {
    padding: .2em;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

#pricing-details table #plus span {
    border: 1px solid #326a00;
}

#pricing-details table #minus span {
    border: 1px solid #6a0000;
    padding-left: 0.425em;
}

#pricing-details table #plus span {
    background-color: #69a832;
    border: 1px solid #3d710e;
}



#pricing-details table #minus span {
    background-color: #a83131;
}

#pricing-details .even {
    background-color: #e9e9e9;
}

.pricingPlus {
    padding: .2em;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    border: 1px solid #6a0000;
    padding-left: 0.425em;
    background-color: #69a832; /*border:1px solid #3d710e; */
    display: inline-block;
    width: 45px;
    text-align: center;
}

.pricingMinus {
    /*padding:.2em; 	color: white; 	-webkit-border-radius: 0.4em; 	-moz-border-radius: 0.4em; 	border-radius: 0.4em;  	background-color: #a83131; */
    padding: .2em;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    border: 1px solid #6a0000;
    padding-left: 0.425em;
    background-color: #a83131;
    display: inline-block;
    width: 45px;
    text-align: center;
}
/* Scroll Tabs Specific CSS */ /* Small reduction in size of navigation on scroll-tab page to fit in scroll-tabs */
/* Recommend using a "+" or "More" button that opens to an overlay for users to select additional tabs */
#page-scroll-tabs .scroll-tabs {
    display: block;
    position: absolute;
    float: left;
    right: 0;
    bottom: 0;
    background-color: #252525;
    height: 39px;
    padding: 0 5px;
    -webkit-border-top-left-radius: 0.8em;
    -moz-border-radius-topleft: 0.8em;
    border-top-left-radius: 0.8em;
}

    #page-scroll-tabs .scroll-tabs li {
        float: left;
        margin: 6px 2px 0 2px;
    }

#page-scroll-tabs .main-navigation {
    width: 100%;
    min-width: 100%;
    position: relative;
    font-size: 0.8em;
}

    #page-scroll-tabs .main-navigation #liMgDaily a {
        padding: 0 0 0 2.5%;
    }

    #page-scroll-tabs .main-navigation li#liGasDaily a {
        padding: 0 0 0 2.5%;
    }

/*Footer CSS */

.footer {
    display: block;
    font-size: 1.5em; /* 24 / 16 */
    color: #fff; /* Default color for browsers that don't support gradients */
    background-color: #0c0c0c; /* Original gradiant syntax for WebKit browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#0c0c0c)); /* new syntax for Webkit browsers: Chrome 10+, Safari 5.1+ */
    background-image: -webkit-linear-gradient(#505050, #0c0c0c); /* Syntax for Mozilla/Gecko browsers: Firefox 3.6+, */
    background-image: -moz-linear-gradient(top, #505050, #0c0c0c); /* Syntax for Opera 11.10+ */
    background-image: -o-linear-gradient(top, #505050, #0c0c0c); /* Future proofing without vendor prefixes using W3C syntax */
    background-image: linear-gradient(top, #505050, #0c0c0c);
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .footer:before, .footer:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
        position: relative;
    }

    .footer:after {
        clear: both;
    }

    .footer .copywrite {
        clear: both;
        width: 100%;
        text-align: left;
        padding-left: 0.4em;
    }

    .footer .footer-links {
        float: left;
        min-width: 32.8125%; /* 210 / 640 */
        display: block;
        text-align: left;
    }

    .footer .spacer {
        height: .1px;
        border-top-width: 0;
        border-right-width: 0;
        border-left-width: 0;
        border-bottom-width: .2em;
        border-bottom-color: #999;
        width: 100%;
        clear: both;
        padding-top: .5em;
    }

    .footer .footer-links li {
        display: inline;
        font-size: .83em; /* 20 / 24 */
        font-weight: bold;
        border-left: 1px solid #fff;
        padding-left: 0.4em; /* 8 / 210 */
        padding-right: 0.3em;
    }

        .footer .footer-links li#first {
            border: none;
        }

    .footer .site-switch {
        font-weight: bold;
        float: right;
        margin-right: 1.5625%; /* 10 / 640 */
        min-width: 16.875%; /* 108 / 640 */
        padding-bottom: 7px;
    }

/*==========================================*/
.FPwdBg {
    background-image: url(../Img/Login_bg.jpg);
    border: solid 1px #FFFFFF;
    height: 182px;
}

.FPwd {
    padding: 30px 0px 0px 40px;
}

.FPIndent {
    font-weight: bold;
    vertical-align: middle;
}

.FPText {
    font-size: .7em;
}

.FPError {
    padding: 5px 0px 0px 70px;
    font-size: .7em;
    text-align: left;
    -webkit-appearance: none;
}

.FPMessage {
    padding: 5px 0px 0px 15px;
    font-size: .7em;
}

.Error {
    color: #FF0000;
}

.lineHigh {
    line-height: 120%;
}

.MsgHeader {
    font-size: 1em;
    font-weight: bold;
}

.MsgText {
    font-size: .65em;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    padding-bottom: 50px;
}

.RPText100 {
    font-size: .7em;
    float: left;
    clear: right;
}

.RPTxt120 {
    width: 50%;
    height: 1.5em;
    vertical-align: middle;
    font-size: small;
    float: right;
}

.tErrorMsg {
    font-size: .7em;
    float: left;
    color: #FF0000;
    -webkit-appearance: none;
    text-align: left;
}

.tlogo {
    float: left;
    margin: 0 0 1em 1.5em;
}

ul.circle {
    list-style-type: circle;
    padding-left: 2%;
}

p.tErrorMsg {
    width: 100%;
    float: left;
    padding-top: .2em;
    color: #FF0000;
    text-align: left;
    -webkit-appearance: none;
}

.txtSearch {
    font: 14px;
    border: none;
    outline: none;
    padding-right: 2px;
    width: 100%;
    -webkit-appearance: none;
}

.txtSearchAndDev {
    font: 13.2px arial,sans-serif;
}

.imgMagnify {
    background-color: #FFF;
    border: none;
    margin-bottom: -5px;
}

.imgCancel {
    background-color: #FFF;
    border: none;
    margin-right: -4px;
    margin-bottom: -6px;
    cursor: pointer;
}

.searchBoxBg {
    background: #C0DFFA;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.searchCancelBtn {
    border: solid 1px #999;
    font-size: 1.53em;
    height: 2.1em;
    padding-top: 2px;
    margin: 2px;
    vertical-align: top;
    margin-top: 8px;
    background-color: #075385;
    color: #FFF;
    font-weight: bold;
}

.searchCancelBtnIdev {
    font-size: 1.56em;
    vertical-align: middle;
    margin-top: 6px;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
/* CSS cannot minify */
.searchBoxBorder {
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: solid1px#000;
    background: #FFF;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    width: 53%;
    margin: 2px;
    margin-top: 8px;
    vertical-align: top;
}

.searchBoxBorderIdev {
    margin-top: 6.5px;
}

.searchBoxBorderAndDev {
    width: 58%;
}


.tblNotFound {
    font-size: large;
    font-weight: bold;
    padding-top: 1em;
    color: #075385;
    background-color: #FFFFFF;
}

.txtSearchErrMsg {
    font-size: 1.6em;
    color: #F00;
    text-align: center;
    display: none;
    padding-top: 12%;
    padding-bottom: 12%;
}

.divSpacer {
    padding-top: 20%;
}

.divSpacerAndroid {
    padding-top: 45%;
}

.divSpacerBlackBerry {
    padding-top: 10px;
}

.divErrMsgServer {
    font-size: 1.6em;
    color: #F00;
    padding-left: 1.6em;
    text-align: left;
    padding-top: 3px;
}

.footerLock {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
/* Title Case by DE612 case */
table {
    text-transform: capitalize;
}

#prices-list h2, #fundamentals-list h2 {
    text-transform: none;
}

.p2dm_article {
    margin: 2em 4.375% 0 4.375%; /* 32 / 16 */ /* 28 / 640 */
    font-size: 1.82em; /* 32 / 16 */
}

    .p2dm_article p {
        margin-bottom: 1em;
        text-align: justify;
    }

.MsgLogoutText {
    font-size: .65em;
    font-family: Helvetica, Arial, sans-serif;
    padding-bottom: 50px;
}

.PubInfo {
    font-size: .9em;
}

.AuthorInfo {
    font-size: .9em;
}

    .AuthorInfo a {
        color: #075385;
    }

        .AuthorInfo a:hover {
            color: #075385;
            text-decoration: underline;
        }
/* Header BG and Text Img */

.ErrMsg_Hide {
    display: none;
}

.ErrMsg_Show {
    display: block;
    color: #F00;
    font-size: .8em;
}

.tErrorWrap {
    width: 50%;
    font-size: .8em;
    float: right;
    color: #f00;
    clear: right;
}

.break-word {
    word-wrap: break-word;
}

/* Public Article Page for non-subscriber */
.p2dm_publicarticle {
    margin: 0.5em 2.375% 0 2.375%; /* 32 / 16 */ /* 28 / 640 */
    font-size: 1.82em; /* 32 / 16 */
}

div.leftcol {
    width: 60%;
    padding: 2px 0 0 0;
    float: left;
    overflow: hidden;
}

div.rightcol {
    /*background-color :#E6EAED;*/
    width: 38%;
    height: 100%;
    padding: 2px 0 0 5px;
    float: right;
    overflow: hidden;
}

ul.bulletList {
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
    list-style-type: disc;
    list-style-image: url(bullet.gif);
    list-style-position: inside;
}

a.publicArticle {
    color: #075385;
    text-decoration: none;
}

.gasDaily-banner {
    width: 100%; /* 482 / 640 */
    height: 40px;
    background-color: #97145d;
}

.mgDaily-banner {
    width: 100%; /* 482 / 640 */
    height: 40px;
    background-color: #0069a5;
}

.mNews {
    width: 2px;
    background-color: #1061f7;
}

.mAnalysis {
    width: 2px;
    background-color: #e71c39;
}

.mCommentary {
    width: 2px;
    background-color: #ef9610;
}

.tdNews {
    width: 4%;
    background-color: #1061f7;    
}

.tdAnalysis {
    width: 4%;
    background-color: #e71c39;
}

.tdCommentary {
    width: 4%;
    background-color: #ef9610;
}

.mLegends {
    background: #C0DFFA;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    height: 18px;
}

.legendsFont {
    font-size: 11px;
}
