/*@charset "utf-8";
 CSS 3 Document 
Project: Omega Airline Software
Build On: 20th Apr 2011
Created by: Plaveb
HTML/CSS3 Developer: Steve P / Brendon P
*/

/* CSS Standard */



.AutoShrink {
    width: auto !important;
}

div.AutoShrink {
    float: left;
}

body {
    margin: 0 20px 0 20px;
    padding: 0;
    font: normal 12px/18px Verdana, Geneva, sans-serif;
    color: #333;
    /*background: #0D0D0D url(../images/main-bg.png) repeat-x top left fixed;*/
    background: fixed;
    background-image: linear-gradient(0, #0D0D0D, #2c6fbd);
    position: relative;
    min-height: 100%;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

* {
    margin: 0;
    padding: 3;
    outline: 0;
}

    *::-moz-selection {
        background: none repeat scroll 0 0 #3686e4;
        color: #fff;
        text-shadow: none;
    }

    *::-webkit-selection {
        background: none repeat scroll 0 0 #3686e4;
        color: #fff;
        text-shadow: none;
    }

    *::selection {
        background: none repeat scroll 0 0 #3686e4;
        color: #fff;
        text-shadow: none;
    }

a, a:link {
    text-decoration: none;
}

img {
    border: none;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    font: normal 11px/22px Verdana, Geneva, sans-serif;
    color: #333;
}

.imgA {
    vertical-align: middle
}

hr {
    background: #e1e1e1;
    height: 1px;
    border: none;
}

.icon-space {
    padding: 0px 3px;
}

a:link, a:active, a:visited {
    color: #333;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #000
}

.dfltcolor {
    color: #333;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.vm {
    vertical-align: middle;
}

.tec {
    text-align: center;
}

.ter {
    text-align: right;
}

.bgnone {
    background: none !important;
}

.separeter {
    height: 10px;
}

h1 {
    float: left;
    margin: 20px 0 0 20px;
    padding: 0;
}

h2 {
    float: left;
    font: bold 16px/30px Verdana, Geneva, sans-serif;
    color: #fff;
    /*background: url(../images/repeat-bg.png) repeat-x 0 0;*/
    background: linear-gradient( 0deg, #1363c2, #1379f6);
    border-radius: 0 0.4em 0.4em 0;
    height: 30px;
    padding-left: 20px;
    margin: 0;
}

    h2 span {
        float: right;
        margin: 0;
        padding: 0;
        /*background: url(../images/main-sprite.png) no-repeat right -132px;*/
        width: 6px;
        height: 30px;
        padding-left: 20px;
    }

h3 {
    float: left;
    font: bold 13px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #005cd2;
    background: url(../images/repeat-bg.png) repeat-x 0 -32px;
    height: 32px;
    padding: 0;
    margin: 0;
    width: 100%;
}

    h3 span.top-first {
        float: left;
        margin: 0;
        padding: 0;
        background: url(../images/main-sprite.png) no-repeat right -165px;
        width: 30px;
        height: 32px;
        margin: 0;
        padding: 0;
    }

    h3 span.top-last {
        float: right;
        margin: 0;
        padding: 0;
        background: url(../images/main-sprite.png) no-repeat right -199px;
        width: 23px;
        height: 32px;
        margin: 0;
        padding: 0;
    }

    h3 span.top-add {
        float: left;
        margin: 0;
        padding: 0;
        background: url(../images/main-sprite.png) no-repeat right -552px;
        width: 30px;
        height: 32px;
        margin: 0;
        padding: 0;
    }

h4 {
    float: left;
    margin-right: 15px;
    padding: 0;
    font: bold 12px/21px Verdana, Geneva, sans-serif;
    color: #000;
}

h5 {
    float: left;
    font: normal 12px Verdana, Geneva, sans-serif;
    color: #333;
    padding-left: 10px;
    line-height: 20px;
}

    h5 span {
        padding-right: 5px;
    }

    h5 a {
        font: normal 12px Verdana, Geneva, sans-serif;
        color: #333;
        text-decoration: none;
        color: #333;
        line-height: 30px;
    }

        h5 a:hover {
            color: #333;
            text-decoration: none;
            color: #000;
        }

h6 {
    float: left;
    margin-bottom: 5px;
    padding: 0;
    font: bold 14px Verdana, Geneva, sans-serif;
    color: #778500;
    text-shadow: 2px 1px 1px #fff;
}

.mt2 {
    margin-top: 2px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml33 {
    margin-left: 33px;
}

.mt10 {
    margin-top: 10px;
}

.ml220 {
    margin-left: 220px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mll0 {
    margin-left: 10px;
}

.ml85 {
    margin-left: 85px;
}

.mt15 {
    margin-top: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mll5 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml35 {
    margin-left: 35px;
}

.mt5_a {
    margin-top: 5px !important;
}

.ml55_a {
    margin-left: 55px !important;
}

.mt20 {
    margin-top: 20px;
}

.mr7 {
    margin-right: 7px
}

.mrl5 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr35 {
    margin-right: 35px;
}

.mr38 {
    margin-right: 38px;
}

.mr49 {
    margin-right: 49px;
}

.mt40 {
    margin-top: 40px;
}

.pt2 {
    padding-top: 2px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pll0 {
    padding-left: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.wd135 {
    width: 135px;
}

.wd140 {
    width: 140px;
}

.wd147 {
    width: 147px;
}

.wd152 {
    width: 152px;
}

.wd170 {
    width: 170px;
}

.wd180 {
    width: 180px;
}

.wd185 {
    width: 185px;
}

.wd190 {
    width: 190px;
}

.wd214 {
    width: 214px;
}

.wd218 {
    width: 218px;
}

.wd120 {
    width: 120px;
}

.wd100 {
    width: 100px;
}

.wd220 {
    width: 220px;
}

.wd228 {
    width: 228px;
}

.wd360 {
    width: 360px;
}

.wd620 {
    width: 620px;
}

.wd55 {
    width: 55px;
}

.wd60 {
    width: 60px;
}

.wd40 {
    width: 40px;
}

.wd50 {
    width: 50px;
}

.wd70 {
    width: 70px;
}

.wd73 {
    width: 73px;
}

.wd80 {
    width: 80px;
}

.wd20 {
    width: 20px;
}

.wd30 {
    width: 30px
}

.wd250 {
    width: 250px !important;
}

.wd80 {
    width: 80px !important;
}

.wd158 {
    width: 158px;
}

.wd240 {
    width: 240px;
}

.wd245 {
    width: 245px;
}

.wd400 {
    width: 400px;
}

.wd450 {
    width: 450px;
}

.wd500 {
    width: 500px;
}

.wd980 {
    width: 980px;
}

.w100 {
    width: 100%;
}

.w99 {
    width: 99.5%;
}

.wd405 {
    width: 405px;
}

.wd350 {
    width: 350px;
}

.wd300 {
    width: 300px;
}

.wd270 {
    width: 270px;
}

.wd450_a {
    width: 450px !important;
}

.wd240 {
    width: 240px;
}


.h3 {
    height: 3px;
}

.h5 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.h118 {
    height: 118em;
}

.h70 {
    height: 70px;
}

.h260 {
    min-height: 260px;
}

.h560 {
    min-height: 560px;
}

.h210 {
    height: 210px;
}

.h130 {
    height: 130px;
}

.txtarea {
    resize: none;
    border: none;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #999;
}

/* HEADER */
#main-wrapper {
    width: 100%;
    min-width: 900px;
    padding-bottom: 30px;
}

#hpart {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
}

.hpart-left {
    padding: 0.425em;
}

.hpart-left img {
    height: 2em;
    margin-top: 1.5em;
    margin-left: 2em;
}

.hpart-right {
    margin: 0;
    padding: 0;
}

    .hpart-right a {
        color: white
    }

.hpart-center {
    float: right;
    padding: 0;
    margin-right: 8px;
}

    .hpart-center a {
        color: white
    }

.header-nav {
    float: right;
    margin: 0;
    padding: 0;
}

.top-nav {
    float: right;
    margin: 0;
    padding: 0;
}

.top-nav-left {
    float: right;
    margin: 0;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat 0 0;
    width: 9px;
    height: 37px;
}

.top-nav-right {
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
    background: linear-gradient(0, #3b7dc4, #6f9fd4);
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    height: 37px;
}

ul.top-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-link li {
    float: left;
    margin: 0;
    padding: 0;
}

.top-link *:not(:first-child) {
    border-left: 1px solid #6f9fd4;
}

.top-link li a {
    float: left;
    margin: 0px 8px -3px 8px;
    /*padding: 0 12px;*/
    font: normal 12px/31px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    /*color: #e8e8e8;*/
    display: block;
    text-decoration: none;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
}

    .top-link li a:hover {
        -webkit-text-stroke-width: 0.02em;
    }
/*.top-link li a.first { background:none; margin-left:-10px !important; }
*/

.hpart-right-down {
    float: right;
    margin: 0;
    padding: 0;
}

.hpart-right-down-right {
    float: right;
    margin: -3px 10px 0 0;
    padding: 0 20px 0 0;
    font: normal 12px/1.6em Verdana, Geneva, sans-serif;
    color: #bebebe;
}

.hpart-right-down-left {
    float: right;
    padding: 0;
    font: normal 10px/1.8em Verdana, Geneva, sans-serif;
    /*color: white;*/
    color: #bebebe;
}

/* Top Navigation */
.top-sec {
    /*background: url(../images/menu-sec-bg.jpg) repeat-x top left;*/
    background: linear-gradient( 0deg, #bebebe, #fff);
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    width: 100%;
    height: 70px;
    position: relative;
}

    .top-sec .top-sec-lt {
        float: left;
        margin: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        background: url(../images/main-sprite.png) no-repeat right -111px;
    }

    .top-sec .top-sec-rt {
        float: right;
        margin: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        background: url(../images/main-sprite.png) no-repeat right -122px;
    }

.top-nav {
    float: left;
    width: 100%;
    position: relative;
}

ul.topnav {
    white-space: nowrap;
    float: left;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: -5px;
    top: -1px;
}

    ul.topnav li {
        list-style: none;
        display: inline;
        margin-left: 5px;
        padding: 0;
    }

        ul.topnav li a {
            float: left;
            margin: 0;
            padding: 0px 0px 0px 10px;
            display: block;
            text-decoration: none;
        }

            ul.topnav li a span {
                float: left;
                margin: 0;
                padding: 0px 18px 0px 10px;
                color: #333333;
                display: block;
                text-transform: uppercase;
                font: normal 0.95em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
                text-align: center;
            }

            ul.topnav li a:hover {
                background: url(../images/menu-lt-h.png) 0% 0% no-repeat;
                display: block;
            }

                ul.topnav li a:hover span {
                    background: url(../images/menu-rt-h.png) 100% 0% no-repeat;
                    display: block;
                    color: #FFF;
                }

            ul.topnav li a.selected {
                float: left;
                margin: 0;
                background: url(../images/menu-lt-h.png) 0% 0% no-repeat;
                display: block;
            }

                ul.topnav li a.selected span {
                    background: url(../images/menu-rt-h.png) 100% 0% no-repeat;
                    display: block;
                    color: #FFF;
                }

                    ul.topnav li a.selected span .arrow {
                        color: #fff;
                        margin: 0 auto;
                        background: url(../images/main-sprite.png) no-repeat 0 -450px;
                        padding-top: 7px;
                        text-align: center;
                        z-index: 1000;
                    }

            ul.topnav li a span .arrow {
                color: #fff;
                text-align: center;
                width: 13px;
                height: 7px;
                padding-top: 7px;
            }

            ul.topnav li a span .link {
                text-align: center;
                height: 18px;

            }

            ul.topnav li a span .img {
                text-align: center;
                padding-top: 12px;
                border: none;
            }

            ul.topnav li a:hover span .arrow {
                color: #fff;
                margin: 0 auto;
                background: url(../images/main-sprite.png) no-repeat 0 -450px;
                text-align: center;
                z-index: 1000;
                height: 7px;
                width: 13px;
            }

            ul.topnav li a:hover span .link {
                text-align: center;
            }

            ul.topnav li a:hover span .img {
                text-align: center;
            }

.icon-home {
    float: left;
    margin: 10px 0 4px 0;
    padding: 0;
    background: url(../style/home.svg) no-repeat center;
    background-size: contain;
    width: 37px;
    height: 30px;
}

.icon-setup {
    float: left;
    margin: 10px 0 4px 0;
    padding: 0;
    background: url(../style/gear.svg) no-repeat center;
    background-size: contain;
    width: 31px;
    height: 30px;
}

.icon-plan {
    float: left;
    margin: 10px 0 4px 0;
    padding: 0;
    background: url(../style/cubes.svg) no-repeat center;
    background-size: contain;
    width: 31px;
    height: 30px;
}

.icon-schedule {
    float: left;
    margin: 10px 0 3px 9px;
    padding: 0;
    background: url(../style/calendar.svg) no-repeat center;
    background-size: contain;
    width: 31px;
    height: 31px;
}

.icon-execute {
    float: left;
    margin: 10px 0 4px 6px;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat 0 -284px;
    width: 31px;
    height: 30px;
}

.icon-intelligence {
    float: left;
    margin: 10px 0 4px 20px;
    padding: 0;
    background: url(../style/lightbulb.svg) no-repeat center;
    background-size: contain;
    width: 31px;
    height: 30px;
}

.icon-utility {
    float: left;
    margin: 10px 0 4px 5px;
    padding: 0;
    background: url(../style/wrench.svg) no-repeat center;
    background-size: contain;
    width: 31px;
    height: 30px;
}

.icon-budget {
    float: left;
    margin: 10px 0 4px 7px;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat 0 -383px;
    width: 31px;
    height: 30px;
}

.icon-fleet {
    float: left;
    margin: 10px 0 4px 10px;
    padding: 0;
    background: url(../style/checklist.svg) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 30px;
}

.icon-internal {
    float: left;
    margin: 15px 4px 8px 8px;
    padding: 0;
    background: url(../style/omega.svg) no-repeat center;
    background-size: contain;
    width: 35px;
    height: 21px;
}

.icon-history {
    float: left;
    margin: 15px 4px 8px 4px;
    padding: 0;
    background: url(../style/history.svg) no-repeat center;
    background-size: contain;
    width: 35px;
    height: 21px;
}

.left-arrow {
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat right -65px;
    width: 16px;
    height: 24px;
}

#slidingDiv {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1000;
}

#headerDivImg {
    float: right;
    width: 20px;
    margin-right: 4px;
    position: relative;
    z-index: 1000;
}

#imageDivLink {
}

.top-submenu {
    background: linear-gradient(#555, 0.01em, #939393);
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    float: left;
    width: 100%;
    position: relative;
    top: 0px;
    padding-bottom: 0.2em;
}

    .top-submenu .top-sub-menu-lt {
        float: left;
        margin: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        background: url(../images/main-sprite.png) no-repeat right -91px;
    }

    .top-submenu .top-sub-menu-rt {
        float: right;
        margin: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        background: url(../images/main-sprite.png) no-repeat right -101px;
    }

ul.topsubmenu {
    float: left;
    margin: 0px;
    padding-top: 6px;
}

    ul.topsubmenu li {
        float: left;
        list-style: none;
        display: block;
        margin-left: 5px;
        line-height: 21px;
    }

        ul.topsubmenu li a {
            background: url(../images/top-sub-menu-lt.jpg) top left no-repeat;
            padding: 0px 0px 0px 6px;
            display: block;
            text-decoration: none;
        }

            ul.topsubmenu li a span {
                background: url(../images/top-sub-menu-rt.jpg) top right no-repeat;
                padding: 0px 6px 0px 0px;
                display: block;
                font: normal 12px/20px Verdana, Geneva, sans-serif;
                color: #fff;
                height: 21px;
            }

#topshowhide {
    float: left;
    margin: 0;
    padding: 0;
}

/* Left Panel */
.lpanel {
    float: left;
    width: 217px;
    margin: 15px 0 15px 0;
    padding: 0;
}

.left-nav-contain {
    background: #EEEEEE;
    width: 217px;
    float: left;
    padding-bottom: 35px;
}

    .left-nav-contain h4 {
        line-height: 24px;
        font-size: 12px !important;
        float: left;
        font-weight: bold;
        color: #333 !important;
        padding: 30px 0px 0px 10px;
        background: #eeeeee;
        width: 207px;
    }

.left-top-curve {
    background: url(../images/left-top.png) left top no-repeat;
    height: 8px;
    width: 217px;
    float: left;
}

.left-bot-curve {
    background: url(../images/left-bottom.png) left top no-repeat;
    height: 8px;
    width: 217px;
    float: left;
}

.accordian-block {
    width: 217px;
    margin: 0px;
    padding: 0px;
}

    .accordian-block h5 {
        width: 217px;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px !important;
        font-weight: bold;
        color: #000000 !important;
        background: #eeeeee;
        float: left;
    }

    .accordian-block h4 {
        margin: 0 !important;
        line-height: 24px;
        font-size: 12px !important;
        font-weight: bold;
        color: #fff !important;
        padding-left: 10px;
        background: #eeeeee;
        float: left;
    }

    .accordian-block h5 a {
        color: #333 !important;
        padding-left: 30px !important;
        font-weight: normal;
    }

        .accordian-block h5 a:hover {
            color: #666 !important;
        }

    .accordian-block h6 {
        margin: 0 !important;
        line-height: 24px;
        font-size: 12px !important;
        font-weight: normal;
        color: #fff !important;
        padding-left: 44px;
        background: #eeeeee;
        float: left;
    }

ul.left-nav h6 {
    width: 230px;
    margin: 0 !important;
    line-height: 24px;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #fff !important;
    padding-left: 44px;
    background: #eeeeee;
}

ul.left-nav {
    background: url(../images/left-menu-bg.jpg) no-repeat 20px 0;
    list-style-type: none;
    float: left;
}

    ul.left-nav li {
        list-style: none;
        background: url(../images/ico-left.jpg) 25px 8px no-repeat;
        width: 217px;
        line-height: 22px;
    }

        ul.left-nav li a {
            font-size: 12px;
            font-weight: normal;
            color: #333;
            text-decoration: none;
            height: 24px;
            padding-left: 38px;
            display: block;
        }

            ul.left-nav li a:hover {
                color: #fff;
                text-decoration: none;
                background: url(../images/left-menu-active.png) no-repeat 0 0;
            }

            ul.left-nav li a.selected {
                color: #fff;
                text-decoration: none;
                background: url(../images/left-menu-active.png) no-repeat 0 0;
            }

.ui-accordion {
    width: 100%;
    float: left;
}

    .ui-accordion .ui-accordion-header {
        cursor: pointer;
        position: relative;
        margin-top: 1px;
        zoom: 1;
    }

    .ui-accordion .ui-accordion-li-fix {
        display: inline;
    }

    .ui-accordion .ui-accordion-header-active {
        border-bottom: 0 !important;
    }

    .ui-accordion .ui-accordion-header a {
        display: block;
        font-size: 1em;
        padding: .5em .5em .5em .7em;
    }

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
    font: normal 12px Verdana, Geneva, sans-serif;
    color: #333;
    line-height: 22px;
}

.ui-accordion .ui-accordion-header .ui-icon {
    height: 14px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 14px;
}

.ui-accordion .ui-accordion-content {
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
    float: left;
    width: 100%;
}

.ui-icon-triangle-1-s {
    float: left;
    background: url(../images/add-minus.jpg) no-repeat 10px 10px;
    width: 6px;
    height: 6px;
    display: block;
}

.ui-state-default .ui-icon {
    width: 14px;
    height: 14px;
    background: url(../images/plus-minus.png) no-repeat left top;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    width: 14px;
    height: 14px;
    background: url(../images/plus-minus.png) no-repeat left bottom;
}

.ui-state-active .ui-icon {
    width: 14px;
    height: 14px;
    background: url(../images/plus-minus.png) no-repeat left bottom;
}

/* Middle Section */
.main {
    width: 100%;
}

.lpart {
    width: 217px;
    float: left;
    margin-right: 15px;
}

.rpart {
    overflow: auto;
}

.mpanel {
    margin: 15px 0;
}

/* Main Content Area */
.main-content { /*float:left;*/
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: #eeeeee;
}

    .main-content h2 {
        margin-left: -10px;
    }

.main-content-inner {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 10px 1% 10px 10px;
    width: 99%;
    min-height: 20px;
    background-color: #eeeeee;
}

.white-container { /*float:left;*/
    margin: 0; /*padding:10px;*/
    width: 100%;
    background: #fff;
}

/* Sticky Footer */
#footer {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    background: rgb(4,124,220);
    border-radius: 5px 5px 0 0;
    width: 100%;
}

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */


/* FORM Structure */
.buttons input {
    float: left;
    margin: 0;
    padding: 0 0 4px 0;
    background: none;
    border: none;
    font: normal 12px Verdana, Geneva, sans-serif;
    color: #fff;
    cursor: pointer;
    height: 27px;
}

.buttons {
    float: left;
    margin: 0;
    padding: 0 0 0px 13px;
    font: normal 12px Verdana, Geneva, sans-serif;
    color: #fff;
    background: url(../images/button-lt.png) left top no-repeat;
    cursor: pointer;
    display: block;
    height: 27px;
}

    .buttons span {
        background: url(../images/button-rt.png) right top no-repeat;
        padding: 0 15px 0 0;
        margin-right: 10px;
        display: block;
        float: left;
    }

    .buttons:hover {
        background-position: 0 0;
        color: #003399;
        transition: color 0.3s;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
    }

        .buttons:hover span {
            background-position: 100% 0px;
            color: #003399
        }

        .buttons:hover input {
            color: #9cbde4;
        }

/* Text Design */
.white {
    font: bold 14px Verdana, Geneva, sans-serif;
    color: #fff;
}

.green {
    font: bold 14px Verdana, Geneva, sans-serif;
    color: #a5cfff;
}

.whites {
    font: normal 12px/30px Verdana, Geneva, sans-serif;
    color: #fff;
}

.paging {
    font: normal 10px/20px Verdana, Geneva, sans-serif;
    color: #333;
}

.title {
    font: normal 12px/20px Verdana, Geneva, sans-serif;
    color: #333;
}


/*toggle menu*/
#imageDivLink {
    background: url(../images/top-slide.jpg) left top no-repeat;
    height: 20px;
    width: 24px;
    padding: 0px;
    display: block;
}

    #imageDivLink.open {
        background: url(../images/top-slide.jpg) left bottom no-repeat !important;
    }

/*toggle right panel*/
#rpanel-arrow {
    background: url(../images/right-panel-arrow.png) left top no-repeat;
    height: 24px;
    width: 16px;
    padding: 0px;
    display: block;
}

    #rpanel-arrow.open {
        background: url(../images/right-panel-arrow.png) right top no-repeat !important;
    }

/* curve corners */
.wcontainer {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.top-left, .top-right, .bottom-left, .bottom-right {
    background-image: url(../images/round-curve-img.png);
    height: 9px;
    font-size: 2px;
}

.top-left, .bottom-left {
    margin-right: 9px;
}

.top-right, .bottom-right {
    margin-left: 9px;
    margin-top: -9px;
}

.top-right {
    background-position: 100% 0;
}

.bottom-left {
    background-position: 0 -9px;
}

.bottom-right {
    background-position: 100% -9px;
}

.inside { /*margin-left: 9px; margin-right: 9px;*/
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.insideleft, .insideright {
    background-repeat: repeat-y;
    background: #fff;
}

.insideright {
    background-position: 100% 0;
    border-left: 1px solid #CECBCF;
    border-right: 1px solid #CECBCF;
}

/* Dropline Dropdown Menu */
#dropline {
    padding: 0;
    margin-left: 10px;
    list-style: none;
    text-align: left;
    font: normal 12px Verdana, Geneva, sans-serif;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 30px;
}

    #dropline div {
        padding: 0;
        list-style: none;
        position: absolute;
        left: -9999px;
        background: url(../images/sub-menu-bg.jpg) top left repeat-x;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 100%;
        margin: 0px;
        height: 35px;
        line-height: 30px;
    }

    #dropline table {
        border-collapse: collapse;
        font-size: 1em;
        float: left;
        margin: -1px;
    }

    #dropline ul li {
        display: inline;
        margin: 0;
        text-align: left;
    }

        #dropline ul li a {
            display: inline-block;
            height: 20px;
            line-height: 20px;
            margin: 0;
            background: transparent;
            font-weight: bold;
            font-size: 11px;
        }

    #dropline li {
        display: inline;
        text-align: left;
    }

        #dropline li a {
            display: inline-block;
            /*height: 21px;*/
            /*margin: 5px 0 0 0;*/
            margin: 0em 0.4em 0em 0em;
            padding: 0.1em 0.8em 0.1em 0.8em;
            text-decoration: none;
            /*background: url(../images/dropbtn-1.png) right top;*/
            background: #424242;
            border-radius: 0.4em;
            line-height: 20px;
            text-decoration: none;
            color: #FFF;
            text-align: left;
        }

            #dropline li a.sub {
                background: url(../images/dropbtn.png) right top;
            }

    #dropline li {
        display: inline-block;
        /*padding: 0 0.2em;*/
        /*background: url(../images/arrow-icon.jpg) right no-repeat;*/
    }

        #dropline li a {
            /*margin-bottom: -4px;
            margin-right: 3px;*/
        }

            #dropline li a:hover {
                background-position: right bottom;
                color: #fff;
            }

        #dropline li:hover > a {
            background-position: right bottom;
            color: #fff;
            font: normal 12px/20px Verdana, Geneva, sans-serif !important;
        }

        #dropline li a b {
            display: block;
            /*height: 21px;*/
            float: left;
            /*padding: 0 0 0 10px;
            margin-left: -4px;*/
            /*background: url(../images/dropbtn-1.png) left top;*/
            cursor: pointer;
            font: normal 12px/20px Verdana, Geneva, sans-serif;
        }

        #dropline li a:hover b {
            background-position: left bottom;
        }

        #dropline li:hover > a b {
            background-position: left bottom;
            font: normal 12px/20px Verdana, Geneva, sans-serif !important;
        }

    #dropline :hover div {
        left: -10px;
        top: 26px;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    #dropline :hover ul li a:hover {
        text-decoration: none;
        color: #333;
        font: normal 12px/32px Verdana, Geneva, sans-serif;
    }

.nobg {
    background: none !important
}

#dropline :hover div ul li {
    background: none !important;
}

    #dropline :hover div ul li a {
        padding: 0px 5px !important;
        font: normal 12px/32px Verdana, Geneva, sans-serif !important;
    }

/* Common Listings*/
ul.common-list {
    list-style: none;
}

    ul.common-list li {
        padding-left: 20px;
        background: url(../images/listing-ico.jpg) left no-repeat;
        list-style-position: inside;
        list-style-type: none;
        font: normal 11px Verdana, Geneva, sans-serif;
        color: 333;
        line-height: 20px;
    }

    ul.common-list ol {
        list-style: none;
        padding-left: 40px;
    }

        ul.common-list ol li {
            list-style: none;
            background: url(../images/sub-listing-ico.jpg) left no-repeat;
            list-style-position: inside;
            list-style-type: none;
            padding-left: 12px;
        }

.common-container {
    padding: 10px 5px;
    float: left;
    width: 100%;
}

/* Grid required Section*/
.grid-container {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

table tr.heading {
    background: none;
    text-align: left;
    height: 33px;
    font-weight: bold;
}

table tr td.bdr {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    padding: 0px 10px;
}

table tr td.bdr1 {
    border: 1px solid #e1e1e1;
    border-left: none;
    border-bottom: none;
    padding: 0px 10px;
}

table tr td.bdrLeftNone {
    border-left: none;
}

table tr td.bdr2 {
    border-top: 1px solid #e1e1e1;
    padding: 1px 10px;
}

table tr td.bdrlast {
    border: 1px solid #e1e1e1;
    padding: 0px 10px;
}

table tr td.bdrlast1 {
    border: 1px solid #e1e1e1;
    border-left: none;
    padding: 0px 10px;
}

table tr td.bdrbg {
    border: 1px solid #e1e1e1;
    border-left: none;
    border-bottom: none;
    padding: 0px 10px;
    background: #f3f3f3;
}

table tr td.bdrbg1 {
    border: 1px solid #e1e1e1;
    border-left: none;
    border-bottom: none;
    padding: 0px 10px;
    background: #e5e7e6;
}

table tr.greystrip {
    background: #f7f7f7;
}

table tr.whitestrip {
    background: #fff;
}

table tr:hover.greystrip {
    background: #eae9e9;
}

table tr:hover.whitestrip {
    background: #eae9e9;
}


.grid-bdr {
    border: 1px solid #d3d5d4;
}

table tr.grid-title {
    background: url(../images/table-title-bg.jpg) top left repeat-x;
    font: normal 12px/26px Verdana, Geneva, sans-serif;
    height: 26px;
}

table tr.grid-blue-title {
    background: url(../images/table-header-title-bg.jpg) top left repeat-x;
    color: #fff;
    font: normal 12px/23px Verdana, Geneva, sans-serif;
}

table tr.grid-filter-bg {
    background: #d7e2fe;
    color: #fff;
}

table tr td.bdr-blue-ttl {
    border-right: 1px solid #c4cee9;
    padding: 0px 10px;
}

table tr td.bdr-blue-ttl-last {
    padding: 0px 10px;
}

table tr td.grid-filter {
    border-right: 1px solid #c4cee9;
    padding: 0px 10px;
}

table tr td.grid-filter-last {
    padding: 0px 10px;
}

.input-filter {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1px solid #c9ccd3 !important;
    background: #fff;
    width: 45px !important;
    height: 22px !important;
}

div.greystrip-1 {
    background: #f7f7f7;
}

div.whitestrip-1 {
    background: #fff;
}

.input-filter-normal {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1px solid #c9ccd3 !important;
    background: #fff;
    height: 22px !important;
}

/* Paging */
ul.paging {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.paging li {
        float: left;
        list-style: none;
    }

        ul.paging li a {
            float: left;
            font: normal 11px Verdana, Geneva, sans-serif;
            color: #333;
            padding: 4px 4px 2px 4px;
        }

            ul.paging li a.num {
                float: left;
                list-style: none;
                background: url(../images/page-bg.jpg) top left no-repeat;
                color: #FFF;
                padding: 2px 6px 3px 6px;
            }

                ul.paging li a.num:hover {
                    color: #333;
                }

.button-grey input {
    float: left;
    margin: 0;
    padding: 0 0 4px 0;
    background: none;
    border: none;
    font: normal 11px Verdana, Geneva, sans-serif;
    color: #fff;
    cursor: pointer;
    height: 19px;
}

.button-grey {
    float: left;
    margin: 0;
    padding: 0 0 0px 5px;
    font: normal 12px Verdana, Geneva, sans-serif;
    color: #fff;
    background: url(../images/btn-grey-lt.jpg) left top no-repeat;
    cursor: pointer;
    display: block;
    height: 19px;
}

    .button-grey span {
        background: url(../images/btn-grey-rt.jpg) right top no-repeat;
        padding: 0 5px 0 0;
        display: block;
        float: left;
    }

.buttons:hover {
    background-position: 0 0;
    color: #333;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
}

.button-grey input:hover {
    background-position: 100% 0px;
    color: #333;
}

.add-event-ttl h3 {
    float: left;
    font: bold 12px/32px Verdana, Geneva, sans-serif;
    color: #005cd2;
    background: url(../images/repeat-bg.png) repeat-x 0 -32px;
    height: 32px;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .add-event-ttl h3 span.top-first {
        float: left;
        margin: 0;
        padding: 0;
        background: url(../images/main-sprite.png) no-repeat right -165px;
        width: 30px;
        height: 32px;
        margin: 0;
        padding: 0;
    }

    .add-event-ttl h3 span.top-last {
        float: right;
        margin: 0;
        padding: 0;
        background: url(../images/main-sprite.png) no-repeat right -199px;
        width: 23px;
        height: 32px;
        margin: 0;
        padding: 0;
    }

/* Panel Structure */
.whitecurve {
    border: 1px solid #d3d5d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fff;
    padding: 3px;
}

.graycurve {
    border: 1px solid #d3d5d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #f1f1f1;
}

.styled {
    margin-right: 10px
}

/* Dashboard Page Structure */
ul.box-panel {
    float: left;
    margin-right: 15px;
    padding: 0;
    width: 220px;
    list-style-type: none;
}

li.box-panel-white {
    float: left;
    margin: 0;
    padding: 11px 5px 0 5px;
    height: 25px;
    border: 1px solid #d3d5d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: url(../images/round-ncurve.png) no-repeat right top #fff;
    width: 209px;
    clear: both;
    font: normal 12px Verdana, Geneva, sans-serif;
    background-position: right -1px;
}

li.box-panel-gray {
    float: left;
    margin: 0;
    padding: 11px 5px 0 5px;
    height: 25px;
    border: 1px solid #d3d5d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: url(../images/round-ncurve.png) no-repeat right bottom #f1f1f1;
    width: 209px;
    clear: both;
    font: normal 12px Verdana, Geneva, sans-serif;
    background-position: right -39px;
}

li.box-panel-whitep {
    float: left;
    margin: 0;
    padding: 11px 5px 0 5px;
    height: 25px;
    border: 1px solid #d3d5d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fff;
    width: 209px;
    clear: both;
    font: normal 12px Verdana, Geneva, sans-serif;
}

li.box-panel-grayp {
    float: left;
    margin: 0;
    padding: 11px 5px 0 5px;
    height: 25px;
    border: 1px solid #d3d5d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #f1f1f1;
    width: 209px;
    clear: both;
    font: normal 12px Verdana, Geneva, sans-serif;
}

li.box-panel-whited {
    float: left;
    margin: 0;
    padding: 10px 5px 0 5px;
    height: 195px;
    border: 1px solid #d3d5d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fff;
    width: 209px;
    clear: both;
    font: normal 12px Verdana, Geneva, sans-serif;
}

.date-picker {
    position: relative;
    left: 4px;
    top: -40px;
    height: 230px;
    margin: 0;
    padding: 0;
}

/* Icons of Panels */
.opsu-icon {
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat right -333px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
    left: 6px;
}

.losu-icon {
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat right -358px;
    width: 24px;
    height: 22px;
    position: relative;
    top: 6px;
    left: 4px;
}

.ma-icon {
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat right -385px;
    width: 17px;
    height: 17px;
    position: relative;
    top: 7px;
    left: 7px;
}

.mm-icon {
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat right -407px;
    width: 17px;
    height: 17px;
    position: relative;
    top: 7px;
    left: 7px;
}

.rve-icon {
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat right -429px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 6px;
    left: 6px;
}

.reve-icon {
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat right -452px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 6px;
    left: 6px;
}

.revie-icon {
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat right -475px;
    width: 18px;
    height: 20px;
    position: relative;
    top: 6px;
    left: 6px;
}

.rvt-icon {
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat right -500px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
    left: 6px;
}

.fd-icon {
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/main-sprite.png) no-repeat right -525px;
    width: 19px;
    height: 19px;
    position: relative;
    top: 6px;
    left: 6px;
}

.link-btn {
    background: url(../images/btn-grey-rt.jpg) top right no-repeat;
    height: 19px;
    float: left;
    padding-right: 5px;
}

    .link-btn .left-curve {
        background: url(../images/btn-grey-lt.jpg) top left no-repeat;
        height: 19px;
        width: 5px;
        float: left;
    }

ul.grey-btn-link {
    list-style: none;
    float: left;
}

    ul.grey-btn-link li {
        list-style: none;
        float: left;
    }

        ul.grey-btn-link li a {
            float: left;
            padding: 2px 10px;
            background: url(../images/btn-grey-div.jpg) 100% 1px no-repeat;
            font: normal 11px Verdana, Geneva, sans-serif;
            color: #FFF;
            text-decoration: none;
        }

            ul.grey-btn-link li a:hover {
                color: #333;
                transition: color 0.3s;
                -webkit-transition: color 0.3s;
                -moz-transition: color 0.3s;
                -o-transition: color 0.3s;
            }

.noOverlap .jNiceWrapper {
    z-index: 1000 !important;
}

.block-space {
    padding: 10px;
}

/* Added on 13 july 2011*/
.checked-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checked-list li {
    list-style: none;
    text-align: left;
    height: 25px;
    font-size: 11px;
}


.scrollwide-contain {
    width: 100%;
    height: 130px;
    overflow: auto
}

.smallBlock-scrollcontain {
    width: 207px;
    height: 238px;
    overflow: auto;
}

.scrolltable-contain {
    width: 100%;
    height: 322px;
    overflow: scroll
}

/* Normal small block listing Contain */
.listingContain ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listingContain li {
    list-style: none;
    text-align: left;
    height: 22px;
}

.listingContainer {
    height: 260px;
    overflow: scroll
}

.filterContainer {
    height: 175px;
    overflow: scroll;
    width: 100%;
}

.filterContainernone {
    width: 100%;
    float: left;
}

.radioListing ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.radioListing li {
    list-style: none;
    text-align: left;
    height: 22px;
}


/**/
/* ============= Date picker starts here ============= */

#dp-popup h2 {
    font-size: 12px !important;
    text-align: center !important;
    margin: 0px 0 !important;
    color: #003366;
    padding: 0 !important;
    background: none;
    float: none !important
}



table.jCalendar {
    border: 1px solid #4ca3bf;
    background: #EAEAEA;
    border-collapse: separate;
    border-spacing: 2px;
}

    table.jCalendar th {
        background: #539bf6;
        color: #fff;
        font-weight: bold;
        padding: 3px 5px;
    }

    table.jCalendar td {
        background: #ccc;
        color: #000;
        padding: 3px 5px;
        text-align: center;
    }

        table.jCalendar td.other-month {
            background: #ddd;
            color: #aaa;
        }

        table.jCalendar td.today {
            background: #036;
            color: #fff;
        }

        table.jCalendar td.selected {
            background: #036;
            color: #fff;
        }

            table.jCalendar td.selected.dp-hover {
                background: #87bbfc;
                color: #fff;
            }

        table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td {
            background: #87bbfc;
            color: #000;
        }

    table.jCalendar tr.selectedWeek td {
        background: #f66;
        color: #fff;
    }

    table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
        background: #dddddd;
        color: #888;
    }

    table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover {
        background: #bbb;
        color: #888;
    }



/* ====== For the popup date picker ====== */

div.dp-popup {
    position: relative;
    background: #61a6f9;
    font-size: 10px;
    font-family: arial, sans-serif;
    padding: 6px;
    width: 171px;
    line-height: 1.2em;
    -moz-border-radius: -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #069;
    box-shadow: 3px 3px 3px #666;
}

div#dp-popup {
    position: absolute;
    z-index: 10000;
}

div.dp-popup h2 {
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
}

a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}

    a#dp-close:hover {
        text-decoration: underline;
    }

div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px;
}

    div.dp-popup div.dp-nav-prev a {
        float: left;
    }

    div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
        cursor: pointer;
    }

        div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
            cursor: default;
        }

div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px;
}

    div.dp-popup div.dp-nav-next a {
        float: right;
    }

div.dp-popup a.disabled {
    cursor: default;
    color: #fff;
}

div.dp-popup td {
    cursor: pointer;
}

    div.dp-popup td.disabled {
        cursor: default;
    }


a.dp-choose-date.dp-disabled {
    cursor: default;
}

input.dp-applied {
    width: 140px;
    float: left;
}


a.dp-choose-date {
    background: url(../images/calander-ico.jpg) no-repeat 0px 0px;
    width: 22px;
    height: 17px;
    margin: 0px;
    display: block;
    top: -2px;
    text-indent: -2000px;
    position: relative;
    right: -160px;
}


/* Submit feedback page structure */
.feedbackContain {
    float: left;
    width: 630px;
}

    .feedbackContain ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .feedbackContain li {
        list-style: none;
        float: left;
        padding-bottom: 15px;
    }

        .feedbackContain li.feedtitle {
            width: 140px;
            float: left;
        }

        .feedbackContain li.feedContain {
            float: left;
            width: 485px;
        }

.textfield {
    resize: none;
    background: none;
    padding: 2px;
    margin: 2px;
    border: 1px solid #c1c1c1 !important;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}


.feedbackAttach {
    float: left;
    width: 380px;
    padding: 5px;
}

    .feedbackAttach ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .feedbackAttach li {
        list-style: none;
        float: left;
        padding-bottom: 10px;
        width: 375px;
    }


ul.listings {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.listings li {
        list-style: none;
        font: normal 12px Verdana, Geneva, sans-serif;
        color: #333;
        background: url(../images/sub-listing-ico.jpg) left no-repeat;
        list-style-position: inside;
        list-style-type: none;
        padding: 5px 0px 5px 12px;
        line-height: 20px;
    }


.executeBlock {
    overflow: auto;
    width: 207;
    height: 207px;
}


/* Setup container structure */

.setup ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    width: 400px;
}

.setup li {
    list-style: none;
    padding: 8px 0px;
}

    .setup li.lt-title {
        width: 200px;
        float: left;
    }

    .setup li.rt-contain {
        width: 200px;
        float: left;
    }


/*support page structure 18 july 2011*/

.systemStatus_icon {
    width: 65px;
    height: 80px;
    background: url(../images/system-status_icon.jpg) no-repeat;
}

.gettingHelp_icon {
    width: 65px;
    height: 80px;
    background: url(../images/getting-help_icon.jpg) no-repeat;
}

.discussionForum_icon {
    width: 65px;
    height: 80px;
    background: url(../images/discussion-forum_icon.jpg) no-repeat;
}

.KnowledgeBase_icon {
    width: 65px;
    height: 80px;
    background: url(../images/knowledge-base_icon.jpg) no-repeat;
}

.Downloads_icon {
    width: 65px;
    height: 80px;
    background: url(../images/download-folder_icon.jpg) no-repeat;
}

/*support page structure ends here 18 july 2011*/




/* Edit Color Code page Tabbing */


.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 1px;
            margin: 0 .2em 1px 0;
            border-bottom: 0 !important;
            padding: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: 10px 15px;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                margin-bottom: 0;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
            }

    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: none;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }






.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../images/tabbing-bg.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #555555;
        text-decoration: none;
    }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #ffffff url(../images/tabbing-active-bg.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

    .ui-state-hover a, .ui-state-hover a:hover {
        color: #212121;
        text-decoration: none;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(../images/tabbing-active-bg.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #212121;
        text-decoration: none;
    }

.ui-widget :active {
    outline: none;
}


.bluechecked {
    background: url(../images/checked-bg.png) left top no-repeat;
    width: 46px;
    height: 26px;
}

.accordian-block h5 {
    border: none !important;
}

/*admin pages css starts here*/
.adminEditLT {
    background: url(../images/adminEdit-bg_tl.png) no-repeat;
    width: 5px;
    height: 5px;
}

.adminEditTopmid {
    background: #606060;
    width: 99.35%;
    height: 5px;
}

.adminEditRT {
    background: url(../images/adminEdit-bg_tr.png) no-repeat;
    width: 5px;
    height: 5px;
}

.adminEditMid {
    background: #b9b9b9 url(../images/adminEdit-bg_mid.png) repeat-x;
    height: 79px;
    width: 100%;
}

.adminEditBL {
    background: url(../images/adminEdit-bg_bl.png) no-repeat;
    width: 5px;
    height: 5px;
}

.adminEditBottommid {
    background: #b9b9b9;
    width: 99.35%;
    height: 5px;
}

.adminEditBR {
    background: url(../images/adminEdit-bg_br.png) no-repeat;
    width: 5px;
    height: 5px;
}

#adminNavWrap {
    position: relative;
    width: 100%;
    height: 30px;
}

#adminNav {
    font: 12px/30px Verdana,Geneva,sans-serif;
    left: 0;
    list-style: none outside none;
    margin-left: 10px;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
}

    #adminNav ul li {
        display: inline;
        margin: 0;
        text-align: left;
    }

        #adminNav ul li a {
            display: block;
            height: 23px;
            line-height: 20px;
            margin: 0;
            background: transparent;
            font-weight: bold;
            font-size: 11px;
        }

    #adminNav li {
        display: inline;
        text-align: left;
    }

        #adminNav li a {
            display: inline-block;
            height: 23px;
            margin: 5px 0 0 0;
            padding: 0 18px 0 0;
            text-decoration: none;
            line-height: 20px;
            text-decoration: none;
            color: #FFF;
            text-align: left;
        }

            #adminNav li a.sub {
                display: block;
            }

                #adminNav li a.sub:hover {
                    background: url(../images/adminEdit-nav-bg.png) right top;
                }

    #adminNav li {
        display: inline-block;
        padding: 0 5px;
    }

        #adminNav li a {
            margin-bottom: -4px;
            margin-right: 3px;
        }

            #adminNav li a b {
                float: left;
                font: 12px/20px Verdana,Geneva,sans-serif;
                height: 23px;
                margin-left: -4px;
                padding: 0 0 0 15px;
            }

                #adminNav li a b:hover {
                    background: url(../images/adminEdit-nav-bg.png) repeat scroll left top transparent;
                    cursor: pointer;
                    display: block;
                    float: left;
                    height: 23px;
                    margin-left: -4px;
                    padding: 0 0 0 15px;
                }



.infinityIcon {
    background: url(../images/infinity_btn.png) no-repeat;
    width: 28px;
    height: 22px;
    border: none;
}


.editIconWrap {
    width: 100%;
}

    .editIconWrap ul {
        width: 100%;
    }

        .editIconWrap ul li {
            list-style: none;
            padding: 0px 9px !important;
            float: left;
        }

/*admin pages css ends here*/

/* Smooth Box Structure */

.smoothGridbox {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 1px solid #d1d1d1;
}

.smoothGridbox-title {
    background: url(images/smooth-bx-bg.png) top left repeat-x;
    color: #1e579a;
}

.smoothGridbox td {
    padding: 5px;
}


/* Chart Icon Section */

.adminChartMid {
    background: url(../images/adminChart-bg_mid.png) repeat-x;
    height: 122px;
    width: 100%;
}

.chartIconWrap {
    width: 100%;
}

    .chartIconWrap ul {
        width: 100%;
    }

        .chartIconWrap ul li {
            width: auto;
            list-style: none;
            padding: 0px 1px;
            float: left;
        }

            .chartIconWrap ul li a {
                width: auto;
                list-style: none;
            }


.ganttChatleft ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ganttChatleft li {
    list-style: none;
    padding: 2px 0px;
}

    .ganttChatleft li a {
        background: url(../images/grantt-chart-left-link-lt.png) left top no-repeat;
        padding-left: 7px;
        display: block;
    }

        .ganttChatleft li a span {
            background: url(../images/grantt-chart-left-link-rt.png) right top no-repeat;
            padding: 12px 7px;
            font: normal 12px Verdana, Geneva, sans-serif;
            color: #333;
            display: block;
        }

.ganttChartyearbg {
    width: auto;
    float: left;
    padding-left: 10px;
}

.ganttChartyear-lt {
    float: left;
    background: url(../images/gantt-chat-year-lt.jpg) top left no-repeat;
    display: block;
    width: 6px;
    height: 32px;
}

.ganttChartyear-rt {
    float: left;
    background: url(../images/gantt-chat-year-rt.jpg) top right no-repeat;
    padding: 9px 10px 9px 10px;
    display: block;
}

.ganttChartyear ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ganttChartyear li {
    list-style: none;
    padding: 0px 52px;
    float: left;
}

    .ganttChartyear li a {
        display: block;
        float: left;
        font-weight: bold;
        color: #005cd2;
    }



.ganttchartRight {
    float: left;
    width: auto;
}

.drag-handle {
    background: url(../images/drag-handle.jpg) top left no-repeat;
    padding-left: 10px;
}

.canvasChart {
    margin: -35px 0px 0px -60px;
}

/* Grantt Chart Popup */

.longrangeplanPopup {
    float: left;
    width: 621px;
    border: 2px solid #6cabf6;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #e3f0ff;
}

.planPopuptitle {
    width: 611px;
    float: left;
    background: url(../images/popup-top-title-bg.jpg) top left;
    height: 34px;
    padding: 5px 0 0 10px;
}

.planPopuptitle2 {
    width: 611px;
    float: left;
    background: #fff;
    border-bottom: #b4d4f9 1px solid;
    height: 34px;
    padding: 5px 0 0 10px;
}

.planPopupsubtitle {
    float: left;
    width: 185px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.planPopupclose {
    float: right;
    width: 15px;
    height: 15px;
    background: url(../images/grantt-chat-popup-close-btn.jpg) top left no-repeat;
    cursor: pointer;
    margin: 5px 10px 0 0;
}

.planPopupmaintitle {
    float: left;
    width: 185px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #1568c6;
    margin-top: 5px;
}

.planPopuplogo {
    float: right;
    width: 115px;
    height: 28px;
    background: url(../images/grantt-chart-popup-logo.jpg) top left no-repeat;
    margin-top: 5px;
}

    .planPopuplogo a {
        display: block;
    }

.planpopupContain {
    width: auto;
    float: left;
    padding: 10px;
}


.shoringSelect {
    width: 100%;
    border: none;
    background: none;
    height: 250px;
}

.select-option {
    background: none;
    border: none;
    height: 210px;
    width: 208px;
}

select.select-option option {
    height: 22px;
    color: #333;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}




.admin-nav ul {
    list-style: none;
}

.admin-nav li {
    list-style: none;
    float: left;
    padding: 5px 5px;
    display: block
}

    .admin-nav li a {
        float: left;
        display: block;
        padding: 0px 0px 0px 5px;
    }

        .admin-nav li a span {
            float: left;
            display: block;
            padding: 2px 10px 0px 5px;
            height: 20px;
            color: #fff;
        }

        .admin-nav li a:hover {
            background: url(../images/admin-nav-lt.png) top left no-repeat;
        }

            .admin-nav li a:hover span {
                float: left;
                background: url(../images/admin-nav-rt.png) top right no-repeat;
            }

        .admin-nav li a.active {
            background: url(../images/admin-nav-lt.png) top left no-repeat;
        }

            .admin-nav li a.active span {
                float: left;
                background: url(../images/admin-nav-rt.png) top right no-repeat;
            }


/*time-date picker */
#calBorder {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000;
    box-shadow: 3px 3px 3px #666666;
    margin-top: 225px;
    margin-left: 22px;
}





/* Left Accordian Menu */

ul#menu ul {
    background: url(../images/left-menu-bg.jpg) no-repeat 20px 0 fixed;
    list-style-type: none;
}

ul#menu a.mainCategory {
    text-decoration: none;
    background: #EEE url(../images/add-plus.jpg) 17px 4px no-repeat;
    width: 179px;
    color: #333;
}

    ul#menu a.mainCategory:hover {
        text-decoration: none;
        background: #EEE url(../images/add-minus.jpg) 17px 4px no-repeat;
        width: 179px;
        color: #333;
    }

ul#menu li {
    list-style: none;
    background: url(../images/ico-left.jpg) 25px 8px no-repeat;
    width: 217px;
    line-height: 22px;
}

    ul#menu li a {
        color: #333;
        text-decoration: none;
    }

        ul#menu li a:hover {
            color: #333 !important;
        }

    ul#menu li ul li a {
        color: #333;
        text-decoration: none;
    }

        ul#menu li ul li a:hover {
            color: #fff !important;
            text-decoration: none;
            background: url(../images/left-menu-active.png) no-repeat 0 0;
        }

        ul#menu li ul li a.selected {
            color: #fff;
            text-decoration: none;
            background: url(../images/left-menu-active.png) no-repeat 0 0;
        }



#bread {
    clear: both;
    width: 100%;
    margin-left: 10px;
}

    #bread ul {
        margin-left: 0px;
        padding-left: 0px;
        display: inline;
        border: none;
    }

    #bread li {
        display: inline;
    }

.right {
    float: right;
}

.left {
    float: left;
}




.rgSelectedRow {
    background: #3686E4 !important;
    color: White;
}

.rgFilterBox {
    width: 60%;
}


.message-box {
    border: 2px solid;
    margin-left: 10%;
    width: 80%;
}

.message-box-confirmation {
    border-color: #50d894;
    background-color: #baffdc;
}

.message-box-error {
    border-color: #d65151;
    background-color: #ffbaba;
}

.message-box-title {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
}

.message-box-detail {
    padding: 0 20px 10px;
}

.message-box-close {
    font-size: 0.8em;
    padding: 5px;
    text-align: right;
}

.assignment-dropdown .paper-input-0 {
    width: 100%;
}
