#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
    margin: 0;
    padding: 0;
    position: relative;
}

#cssmenu {
    line-height: 0.5;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: #0072C6;
    background: -moz-linear-gradient(top, #0072C6 0%, #0072C6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0072C6), color-stop(100%, #0072C6));
    background: -webkit-linear-gradient(top, #0072C6 0%, #0072C6 100%);
    background: -o-linear-gradient(top, #0072C6 0%, #0072C6 100%);
    background: -ms-linear-gradient(top, #0072C6 0%, #0072C6 100%);
    background: linear-gradient(to bottom, #0072C6 0%, #0072C6 100%);
    border-bottom: 1px solid #f78f31;
    width: auto;
}

    #cssmenu:after,
    #cssmenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

    #cssmenu a {
        background: #0072C6;
        background: -moz-linear-gradient(top, #0072C6 0%, #0072C6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0072C6), color-stop(100%, #0072C6));
        background: -webkit-linear-gradient(top, #0072C6 0%, #0072C6 100%);
        background: -o-linear-gradient(top, #0072C6 0%, #0072C6 100%);
        background: -ms-linear-gradient(top, #0072C6 0%, #0072C6 100%);
        background: linear-gradient(to bottom, #0072C6 0%, #0072C6 100%);
        color: #ffffff;
        display: block;
        font-family: 'Droid Serif';
        font-size: 15px;
        padding: 19px 20px;
        text-decoration: none;
    }

    #cssmenu ul {
        list-style: none;
    }

    #cssmenu > ul > li {
        display: inline-block;
        float: left;
        margin: 0;
    }

    #cssmenu.align-center {
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            float: none;
        }

        #cssmenu.align-center ul ul {
            text-align: left;
        }

    #cssmenu.align-right > ul {
        float: right;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu > ul > li > a {
        color: #ffffff;
        font-size: 12px;
    }

    #cssmenu > ul > li:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #F78F31;
        margin-left: -10px;
    }

    #cssmenu > ul > li:first-child > a {
        border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
    }

    #cssmenu.align-right > ul > li:first-child > a,
    #cssmenu.align-center > ul > li:first-child > a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    #cssmenu.align-right > ul > li:last-child > a {
        border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
    }

    #cssmenu .active a {
        color: #ffffff;
        box-shadow: inset 0 0 3px #656565;
        -moz-box-shadow: inset 0 0 3px #656565;
        background: #656565;
        background: -moz-linear-gradient(top, #656565 0%, #656565 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656565), color-stop(100%, #656565));
        background: -webkit-linear-gradient(top, #656565 0%, #656565 100%);
        background: -o-linear-gradient(top, #656565 0%, #656565 100%);
        background: -ms-linear-gradient(top, #656565 0%, #656565 100%);
        background: linear-gradient(to bottom, #656565 0%, #656565 100%);
        border-left: 1px #5B7A9C solid;
        border-right: 1px #5B7A9C solid;
    }

    #cssmenu > ul > li:hover > a {
        color: #ffffff;
        box-shadow: inset 0 0 3px #656565;
        -moz-box-shadow: inset 0 0 3px #656565;
        background: #656565;
        background: -moz-linear-gradient(top, #656565 0%, #656565 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656565), color-stop(100%, #656565));
        background: -webkit-linear-gradient(top, #656565 0%, #656565 100%);
        background: -o-linear-gradient(top, #656565 0%, #656565 100%);
        background: -ms-linear-gradient(top, #656565 0%, #656565 100%);
        background: linear-gradient(to bottom, #656565 0%, #656565 100%);
        border-left: 1px #5B7A9C solid;
        border-right: 1px #5B7A9C solid;
    }

    #cssmenu .has-sub {
        z-index: 1;
    }

        #cssmenu .has-sub:hover > ul {
            display: block;
        }

        #cssmenu .has-sub ul {
            display: none;
            position: absolute;
            width: 200px;
            top: 100%;
            left: 0;
        }

    #cssmenu.align-right .has-sub ul {
        left: auto;
        right: 0;
    }

    #cssmenu .has-sub ul li {
        *margin-bottom: -1px;
    }

        #cssmenu .has-sub ul li a {
            background: #0072C6;
            border-bottom: 1px dotted #235C77;
            border-bottom: 2px solid #f78f31;
            font-size: 11px;
            filter: none;
            display: block;
            line-height: 120%;
            padding: 10px;
            color: #ffffff;
        }

        #cssmenu .has-sub ul li:hover a {
            background: #F78F31;
        }

    #cssmenu ul ul li:hover > a {
        color: #ffffff;
    }

    #cssmenu .has-sub .has-sub:hover > ul {
        display: block;
    }

    #cssmenu .has-sub .has-sub ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
    }

    #cssmenu.align-right .has-sub .has-sub ul,
    #cssmenu.align-right ul ul ul {
        left: auto;
        right: 100%;
    }

    #cssmenu .has-sub .has-sub ul li a {
        background: #0c7fb0;
        /* border-bottom: 1px dotted #235C77;*/
        border-bottom: 3px solid #f78f31;
    }

        #cssmenu .has-sub .has-sub ul li a:hover {
            background: #0a6d98;
        }

    #cssmenu ul ul li.last > a,
    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul ul li.last > a,
    #cssmenu ul ul ul li:last-child > a,
    #cssmenu .has-sub ul li:last-child > a,
    #cssmenu .has-sub ul li.last > a {
        border-bottom: 0;
    }

/*Added CSS for tab control */
/* Base Styles */
#tabmenu,
#tabmenu ul,
#tabmenu li,
#tabmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    line-height: 1;
    font-family: 'Droid Serif';
    font-size: 12px;
    position: relative;
}

    #tabmenu a {
        line-height: 2.3;
    }

#tabmenu {
    position: relative;
    top: 30px;
    width: 100%;
    float: right;
    right: -5px;
    margin-left: 50px;
    z-index: 3;
}

    #tabmenu > ul > li {
        margin: 0 0 2px 0;
    }

        #tabmenu > ul > li:last-child {
            margin: 0;
        }

        #tabmenu > ul > li > a {
            font-size: 14px;
            display: block;
            color: #F1FAFE;
            background-image: linear-gradient(to bottom, #3e6f9d, #457BAF);
            -webkit-border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
            line-height: 1;
        }

        #tabmenu > ul > li > a {
            display: block;
            padding: 14px 10px;
            -webkit-border-radius: 5px 0px 0px 5px;
            -moz-border-radius: 4px 0px 0px 4px;
        }

            #tabmenu > ul > li > a:hover {
                text-decoration: none;
                cursor: pointer;
            }

        #tabmenu > ul > li.active > a {
            background: #F3F2FA;
            background: -moz-linear-gradient(#F3F2FA 0%, #F3F2FA 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F2FA), color-stop(100%, #F3F2FA));
            background: -webkit-linear-gradient(#F3F2FA 0%, #F3F2FA 100%);
            background: linear-gradient(#F3F2FA 0%, #F3F2FA 100%);
            color: black;
            border: 1px solid #0084C7;
        }

        #tabmenu > ul > li.has-sub > a {
            background: url(images/icon_plus.png) 98% center no-repeat;
        }

        #tabmenu > ul > li.has-sub.active > a {
            background: url(images/icon_minus.png) 98% center no-repeat;
        }
    /* Sub menu */
    #tabmenu ul ul {
        padding: 5px 12px;
        display: none;
    }

        #tabmenu ul ul li {
            padding: 3px 0;
        }

        #tabmenu ul ul a {
            display: block;
            color: #595959;
        }

            #tabmenu ul ul a:hover {
                color: #79980d;
            }

    #tabmenu ul a:hover {
        background: #F7F7F7;
        color: black;
        border: 1px solid #0084C7;
    }

    #tabmenu ul li a:active {
        background: #F3F2FA;
        color: black;
        border: 1px solid #0084C7;
    }

    #tabmenu ul li a.enabled {
        background: #FFF;
        color: #3F71B8;
        border: 1px solid #000;
        border-right: 1px solid #F7F7F7;
        font-weight: bold;
    }

    #tabmenu ul li a.disabled {
        background: #5B7A9C;
        color: #F1FAFE;
        pointer-events: none;
        opacity: 0.4;
    }
/*End Left Menu CSS*/
.summaryTable {
    width: 100%;
    border: 1px solid #000;
    padding: 5px 5px 5px 5px;
    position: relative;
    border-radius: 10px;
    min-height: 480px;
    background-color: white;
    font-family: 'Droid Serif';
    font-size: 14px;
}

.winfactsRTitle {
    background-color: #CCCCFF;
    font-family: 'Droid Serif Bold';
    font-size: 14px;
}

.winfactsRValues {
    background-color: #FFF0E0;
}
/*Grid View Css*/
.inmatestreet {
    white-space: nowrap;
}

.Summary {
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: 'Droid Serif';
}

    .Summary th {
        color: #FFF;
        background-image: linear-gradient(to bottom, #507997, #2982F0);
        background-color: #0072C6;
        border-style: solid;
        border-width: 1px;
        border-color: #155b76;
        padding: 5px;
        text-align: center;
        vertical-align: top;
        font-family: 'Droid Serif';
        font-size: 10pt;
        text-decoration: underline;
        text-decoration: none;
    }

        .Summary th a {
            color: #FFF;
            text-decoration: none;
        }

    .Summary tr {
        color: #121112;
        font-family: 'Droid Serif';
        font-size: 10pt;
    }

    /*.Summary tr:hover td {
            color: #5B7A9C;
        }*/



    .Summary td {
        padding: 3px 5px;
        vertical-align: middle;
    }

    .Summary th:first-child {
        border-top-left-radius: 5px;
    }

    .Summary th:last-child {
        border-top-right-radius: 5px;
    }

    .Summary tr:last-child td:first-child {
        border-bottom-left-radius: 5px;
    }

    .Summary tr:last-child td:last-child {
        border-bottom-right-radius: 5px;
    }

    .Summary tr:nth-child(odd) {
        background-color: #D9D9DB;
    }

    .Summary tr:nth-child(even) {
        background-color: #F4F4F4;
    }

.wordNowrap {
    white-space: nowrap;
}

/*End Grid View CSS*/
@font-face {
    font-family: 'Droid Serif';
    src: url('../fonts/DroidSerif-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Droid Serif Bold';
    src: url('../fonts/DroidSerif-Bold.ttf') format('truetype');
}
