﻿/* added on 02/14/2014*/
.k-webkit {
    background-color: beige;
    height: 100%;
    overflow: hidden;
}

.logo {
    float: left;
    margin-left: 1%;
}

.main-content {
    height: 550px;
}

h2, h3, h4 {
    text-align: center;
    color: rgb(0,113,175);
    font-weight: bold;
    margin-top: 0.5%;
    /* added by madhavi on 03202015*/
    background: #A0F7F0;
    color: #0029CA;
}

.mainbody {
    width: 100%;
    height: 590px;
    background-color: white;
    margin-top: -0.5%;
}

.MainPanel {
    /*width: 70%;*/
    height: 555px;
    overflow: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: -1%;
    border: none;
}

.footer {
    text-align: center;
    color: #777;
    position: relative;
    bottom: -2%;
}

    .footer > p {
        line-height: 0.1em;
    }

body {
    background-color: white;
    border: 1px solid #0081C2;
    border-radius: 5px;
    fit-position: fill;
}
/* added on 02/14/2014*/

a {
    color: #fff;
}

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu {
    width: auto;
    /*margin: auto auto;*/
    border: 1px solid #0081C2;
    /*-moz-border-radius: 6px;*/
    /*-webkit-border-radius: 6px;*/
    /*border-radius: 6px;*/
    /*-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    -webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;*/
    margin-top: 8%;
    background-color: #0081C2;
}



    #menu:before,
    #menu:after {
        content: "";
        display: table;
    }

    #menu:after {
        clear: both;
    }

    /*#menu {
    zoom: 1;
}*/

    #menu li {
        float: left;
        /*border-right: 0px solid #222;
        -moz-box-shadow: 1px 0 0 #444;
        -webkit-box-shadow: 1px 0 0 #444;
        box-shadow: 1px 0 0 #444;*/
        position: relative;
    }

    #menu a {
        float: left;
        padding: 5px 5px 5px 5px;
        color: white;
        text-transform: uppercase;
        font: bold 14px Arial, Helvetica;
        text-decoration: none;
    }

    #menu li:hover > a {
        color: #0081C2;
        border-radius: 5px;
        background-color: white;
        /*background-image: -moz-linear-gradient(#04acec, #999);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#999));
        background-image: -webkit-linear-gradient(#04acec, #999);
        background-image: -o-linear-gradient(#04acec, #999);
        background-image: -ms-linear-gradient(#04acec, #999);
        background-image: linear-gradient(#04acec, #999);*/
    }

    #menu ul {
        margin: 0 0 0 0;
        _margin: 0; /*IE6 only*/
        opacity: 1;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        border: 1px solid white;
        background-color: #0081C2;
        /*background-image: -moz-linear-gradient(#fff, #fff);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
        background-image: -webkit-linear-gradient(#fff, #fff);
        background-image: -o-linear-gradient(#fff, #fff);
        background-image: -ms-linear-gradient(#fff, #fff);
        background-image: linear-gradient(#fff, #fff);
        -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
        -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
        box-shadow: 0 -1px 0 rgba(255,255,255,.3);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;*/
    }

    #menu li:hover > ul {
        opacity: 1;
        visibility: visible;
        margin: 28px 0 0 0;
    }

    #menu ul ul {
        top: -20px;
        left: 116px;
        margin: 0 0 0 20px;
        _margin: 0; /*IE6 only*/
        -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
        -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
        box-shadow: -1px 0 0 rgba(255,255,255,.3);
    }

        #menu ul ul ul {
            top: -20px;
            left: 213px;
            margin: 0 0 0 20px;
            _margin: 0; /*IE6 only*/
            -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
            -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
            box-shadow: -1px 0 0 rgba(255,255,255,.3);
        }

    #menu ul li {
        float: none;
        display: block;
        /*border: 0;*/
        _line-height: 0; /*IE6 only*/
        /*-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
        -webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
        box-shadow: 0 1px 0 #111, 0 2px 0 #666;*/
    }

        #menu ul li:last-child {
            /*-moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;*/
        }

    #menu ul a {
        padding: 10px;
        width: auto;
        _height: 10px; /*IE6 only*/
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: none;
        background-color: #0081C2;
    }

        #menu ul a:hover {
            background-color: whitesmoke;
            /*background-image: -moz-linear-gradient(#04acec, #999);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#999));
            background-image: -webkit-linear-gradient(#04acec, #999);
            background-image: -o-linear-gradient(#04acec, #999);
            background-image: -ms-linear-gradient(#04acec, #999);
            background-image: linear-gradient(#04acec, #999);*/
        }

    #menu ul li:first-child > a {
        /*-moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;*/
    }

        #menu ul li:first-child > a:after {
            content: '';
            position: absolute;
            left: 40px;
            top: -6px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #444;
        }

    #menu ul ul li:first-child a:after {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-left: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-right: 6px solid #3b3b3b;
    }

    #menu ul li:first-child a:hover:after {
        /*border-bottom-color: #04acec;*/
    }

    #menu ul ul li:first-child a:hover:after {
        /*border-right-color: #0299d3;
        border-bottom-color: transparent;*/
    }

    #menu ul li:last-child > a {
        /*-moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;*/
    }

.menuOpen, .menuOpen ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuOpen {
    width: auto;
    border: 1px solid #0081C2;
    margin-top: 8%;
    background-color: #0081C2;
}

    .menuOpen:before,
    .menuOpen:after {
        content: "";
        display: table;
    }

    .menuOpen:after {
        clear: both;
    }

    .menuOpen li {
        float: left;
        position: relative;
    }

    .menuOpen a {
        float: left;
        padding: 12px 30px;
        color: white;
        text-transform: uppercase;
        font: bold 14px Arial, Helvetica;
        text-decoration: none;
    }

    .menuOpen li:hover > a {
        color: #0081C2;
        border-radius: 15px;
        background-color: white;
    }

    .menuOpen ul {
        margin: 20px 0 0 0;
        _margin: 0; /*IE6 only*/
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: 42px;
        left: 0;
        z-index: 1;
        border: 1px solid white;
        background-color: #0081C2;
    }

    .menuOpen li:hover > ul {
        opacity: 1;
        visibility: visible;
        margin: 0;
    }

    .menuOpen ul ul {
        top: 0;
        left: 116px;
        margin: 0 0 0 20px;
        _margin: 0; /*IE6 only*/
    }

    .menuOpen ul li {
        float: none;
        display: block;
        _line-height: 0; /*IE6 only*/
    }

    .menuOpen ul a {
        padding: 10px;
        width: auto;
        _height: 10px; /*IE6 only*/
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: none;
        background-color: #0081C2;
    }

        .menuOpen ul a:hover {
            background-color: whitesmoke;
        }

    .menuOpen ul ul li:first-child a:after {
        left: -6px;
        top: 50%;
        margin-top: -6px;
    }













#menu1, #menu1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu1 {
    width: auto;
    margin: auto auto;
    border: 1px solid #222;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    -webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    margin-top: 7%;
    background-color: skyblue;
}



    #menu1:before,
    #menu1:after {
        content: "";
        display: table;
    }

    #menu1:after {
        clear: both;
    }

#menu1 {
    zoom: 1;
}

    #menu1 li {
        float: left;
        border-right: 0px solid #222;
        -moz-box-shadow: 1px 0 0 #444;
        -webkit-box-shadow: 1px 0 0 #444;
        box-shadow: 1px 0 0 #444;
        position: relative;
    }

    #menu1 a {
        float: left;
        padding: 12px 30px;
        color: black;
        text-transform: uppercase;
        font: bold 14px Arial, Helvetica;
        text-decoration: none;
    }

    #menu1 li:hover > a {
        color: #fafafa;
        background-color: #0186ba;
        background-image: -moz-linear-gradient(#04acec, #999);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#999));
        background-image: -webkit-linear-gradient(#04acec, #999);
        background-image: -o-linear-gradient(#04acec, #999);
        background-image: -ms-linear-gradient(#04acec, #999);
        background-image: linear-gradient(#04acec, #999);
    }

    #menu1 ul {
        margin: 20px 0 0 0;
        _margin: 0; /*IE6 only*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 42px;
        left: 0;
        z-index: 1;
        border: 1px solid #222;
        background-color: #fff;
        background-image: -moz-linear-gradient(#fff, #fff);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
        background-image: -webkit-linear-gradient(#fff, #fff);
        background-image: -o-linear-gradient(#fff, #fff);
        background-image: -ms-linear-gradient(#fff, #fff);
        background-image: linear-gradient(#fff, #fff);
        -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
        -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
        box-shadow: 0 -1px 0 rgba(255,255,255,.3);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    #menu1 li:hover > ul {
        opacity: 1;
        visibility: visible;
        margin: 0;
    }

    #menu1 ul ul {
        top: 0;
        left: 190px;
        margin: 0 0 0 20px;
        _margin: 0; /*IE6 only*/
        -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
        -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
        box-shadow: -1px 0 0 rgba(255,255,255,.3);
    }

    #menu1 ul li {
        float: none;
        display: block;
        border: 0;
        _line-height: 0; /*IE6 only*/
        -moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
        -webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
        box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    }

        #menu1 ul li:last-child {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    #menu1 ul a {
        padding: 10px;
        width: auto;
        _height: 10px; /*IE6 only*/
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: none;
        background-color: skyblue;
    }

        #menu1 ul a:hover {
            background-color: #0186ba;
            background-image: -moz-linear-gradient(#04acec, #999);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#999));
            background-image: -webkit-linear-gradient(#04acec, #999);
            background-image: -o-linear-gradient(#04acec, #999);
            background-image: -ms-linear-gradient(#04acec, #999);
            background-image: linear-gradient(#04acec, #999);
        }

    #menu1 ul li:first-child > a {
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

        #menu1 ul li:first-child > a:after {
            content: '';
            position: absolute;
            left: 40px;
            top: -6px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #444;
        }

    #menu1 ul ul li:first-child a:after {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-left: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-right: 6px solid #3b3b3b;
    }

    #menu1 ul li:first-child a:hover:after {
        border-bottom-color: #04acec;
    }

    #menu1 ul ul li:first-child a:hover:after {
        border-right-color: #0299d3;
        border-bottom-color: transparent;
    }

    #menu1 ul li:last-child > a {
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }
