﻿body {
    padding: 0;
    margin: 0 auto;
    font: 12px Arial, Helvetica, sans-serif, Bitstream Vera Sans;
    background-color: #F8F8F8;
}

* {
    _font-size: inherit;
    _font-family: inherit;
    _font-color: inherit;
    _font-weight: inherit;
}

strong {
    font-weight: bold;
}

img {
    border-style: none;
}

form {
    padding: 0;
    margin: 0;
}
/*textarea, input[type="text"], select
	{ color: #333333; font-family: Arial, Helvetica, sans-serif, Bitstream Vera Sans }*/
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    color: #02a3d4;
}

    a:hover {
        text-decoration: none;
    }

h1, h2, h3, strong {
    margin: 0;
    font-family: 'Verdana', 'Geneva', sans-serif;
}

h4, h5, h6 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif, Bitstream Vera Sans;
}

h2, h3 {
    font-size: 12px;
    line-height: 18px;
}

.reset-text-decoration a {
    text-decoration: none;
}

    .reset-text-decoration a:hover {
        text-decoration: underline;
    }

/*input[type="submit"], input[type="button"], button {
    -moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    box-shadow: inset 0px 1px 0px 0px #cae3fc;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #02a3d4), color-stop(1, #02a3d4) );
    background: -moz-linear-gradient( center top, #02a3d4 5%, #02a3d4 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02a3d4', endColorstr='#02a3d4');
    background-color: #02a3d4;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #469df5;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 1px 1px 0px #287ace;
}

    input[type="submit"]:hover, input[type="button"]:hover, button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #02a3d4), color-stop(1, #02a3d4) );
        background: -moz-linear-gradient( center top, #02a3d4 5%, #02a3d4 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02a3d4', endColorstr='#02a3d4');
        background-color: #02a3d4;
    }*/

img.checkbox-unchecked {
    width: 21px;
    height: 16px;
    background: url(checkbox_unchecked.gif) no-repeat;
}

img.checkbox-checked {
    width: 21px;
    height: 16px;
    background: url(checkbox_checked.gif) no-repeat;
}

#qs-header {
    background: url(bgTop.gif) repeat-x;
    height: 95px;
}

#qs-header-top {
    display: block;
    height: 54px;
}

    #qs-header-top li {
        display: block;
    }

#qs-header-logo {
    float: left;
}

    #qs-header-logo a {
        margin-left: 10px;
        display: block;
        height: 46px;
        width: 214px;
    }

#qs-header-right {
    float: right;
    height: 46px;
}

#qs-header-settings {
    padding-top: 4px;
    display: block;
    float: left;
    position: relative;
    color: #808080;
    font-size: 11px;
}

    #qs-header-settings a {
        margin: 0 2px;
        color: #000;
        font-weight: bold;
    }

#qs-header-apps {
    display: block;
    float: left;
    width: 400px;
    height: 46px;
    background: url(apps.gif) no-repeat;
}

    #qs-header-apps .logo-apps {
        margin-left: 50px;
        width: 92px;
        height: 32px;
        display: block;
        float: left;
    }

    #qs-header-apps .list {
        margin-top: 4px;
        width: 240px;
    }

#qs-header-nav {
    margin-left: 10px;
    display: block;
    clear: both;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
}

    #qs-header-nav li {
        padding: 0 0 0 6px;
        display: block;
        float: left;
        position: relative;
        background-image: url(tab.gif);
        background-position: left -156px;
        background-repeat: no-repeat;
    }

        #qs-header-nav li a {
            padding: 6px 9px 5px 6px;
            display: block;
            background-image: url(tab.gif);
            background-position: right -4776px;
            background-repeat: no-repeat;
            color: #444444;
            white-space: nowrap;
        }

            #qs-header-nav li a.last {
                background-position: right -2px;
                width: 10px;
            }

                #qs-header-nav li a.last span {
                    display: block;
                    background: url(arrow.gif) no-repeat 2px 4px;
                    text-indent: -9999px;
                }

        #qs-header-nav li.active a {
            color: #ffffff;
            font-weight: bold;
        }

            #qs-header-nav li.active a.last span {
                background: url(arrow_white.gif) no-repeat 2px 4px;
            }

#qs-devtools {
    margin: 4px 10px 0 0;
    float: right;
}

    #qs-devtools label {
        font-weight: bold;
        color: #007F0E;
    }

    #qs-devtools a {
        padding-left: 4px;
        padding-right: 4px;
        color: #005DE1;
    }

#qs-header-nav-bottom {
    clear: both;
    height: 11px;
    background-color: #444444;
    background-image: url(bgline.gif);
    background-repeat: repeat-x;
}

.pop-item-list {
    border: solid 1px #6699cc;
    border-top: solid 1px #a0bdef;
    z-index: 999;
}

    .pop-item-list a {
        display: block;
        background-color: #f3f3ec;
        border-top: solid 1px #f3f3ec;
        border-bottom: solid 1px #f3f3ec;
        line-height: 18px;
        padding-left: 24px;
    }

        .pop-item-list a:hover {
            border-top: solid 1px #e3deb8;
            border-bottom: solid 1px #e3deb8;
            background-color: #ffffff;
        }

#qs-content-table-left .pop-item-list {
    width: 180px;
}

    #qs-content-table-left .pop-item-list a {
        background-image: url(icon_sprite_16.png);
        background-repeat: no-repeat;
    }

#qs-devtools .pop-item-list {
    width: 180px;
    border: solid 1px #6699cc;
    border-top: solid 1px #a0bdef;
    background-color: #f3f3ec;
}

    #qs-devtools .pop-item-list a {
        display: block;
        background-color: #f3f3ec;
        border-top: solid 1px #f3f3ec;
        border-bottom: solid 1px #f3f3ec;
        line-height: 18px;
        padding-left: 24px;
    }

        #qs-devtools .pop-item-list a:hover {
            border-top: solid 1px #e3deb8;
            border-bottom: solid 1px #e3deb8;
            background-color: #ffffff;
        }

    #qs-devtools .pop-item-list .hr {
        margin: 0 2px;
        line-height: 2px;
        height: 2px;
        border-bottom: groove 2px;
    }

#qs-content {
}

#qs-content-table {
    width: 100%;
}

    #qs-content-table td {
        vertical-align: top;
    }

#qs-content-table-left {
    width: 202px;
    background-color: #e8e8e8;
    font-size: 11px;
}

#qs-content-table-right {
    padding: 0 10px 10px;
}

.qs-page-header {
    height: 50px;
    color: #ffffff;
}

    .qs-page-header a {
        color: #ffffff;
    }

.qs-page-title {
    margin-top: 4px;
    padding-left: 44px;
    display: block;
    float: left;
    position: relative;
    height: 40px;
    background-image: url(icon_sprite_32.png);
    background-repeat: no-repeat;
    font-weight: bold;
}

    .qs-page-title .style1 {
        margin-top: 4px;
    }

        .qs-page-title .style1 span {
            font-size: 14px;
            font-family: 'Verdana', 'Geneva', sans-serif;
        }

    .qs-page-title .style2 {
        margin-top: 14px;
    }

.qs-page-help {
    margin-top: 14px;
    margin-right: 10px;
    display: block;
    float: right;
}

    .qs-page-help a {
        margin-left: 4px;
        margin-right: 4px;
    }

    .qs-page-help .icon_help {
        padding-right: 18px;
        background: url(help.png) no-repeat right;
    }

#qs-footer {
    padding: 10px 0 20px 0;
    text-align: center;
    _text-align: center;
    color: #444444;
    line-height: 20px;
    border-top: solid 1px #e8e8e8;
}

#qs-footer-nav {
    display: block;
}

    #qs-footer-nav li {
        display: inline;
        padding-left: 6px;
        padding-right: 5px;
        background: url(separator.gif) no-repeat 0 2px;
    }

        #qs-footer-nav li:first-child {
            background: none;
        }

.palette1 #qs-header-nav li.active {
    background-position: left -310px;
}

    .palette1 #qs-header-nav li.active a {
        background-position: right -4930px;
    }

.palette1 #qs-header-nav-bottom {
    background-color: #000000;
}

.palette1 .qs-page-header {
    background-color: #000000;
}

.palette1 .qs-page-title {
    background-position: 6px 5px;
}

.palette2 #qs-header-nav li.active {
    background-position: left -464px;
}

    .palette2 #qs-header-nav li.active a {
        background-position: right -5084px;
    }

.palette2 #qs-header-nav-bottom {
    background-color: #00655a;
}

.palette2 .qs-page-header {
    background-color: #00655a;
}

.palette2 .qs-page-title {
    background-position: 6px 5px;
}

.palette3 #qs-header-nav li.active {
    background-position: left -618px;
}

    .palette3 #qs-header-nav li.active a {
        background-position: right -5238px;
    }

.palette3 #qs-header-nav-bottom {
    background-color: #178aff;
}

.palette3 .qs-page-header {
    background-color: #178aff;
}

.palette3 .qs-page-title {
    background-position: 6px -475px;
}

.palette4 #qs-header-nav li.active {
    background-position: left -772px;
}

    .palette4 #qs-header-nav li.active a {
        background-position: right -5392px;
    }

.palette4 #qs-header-nav-bottom {
    background-color: #236fbd;
}

.palette4 .qs-page-header {
    background-color: #236fbd;
}

.palette4 .qs-page-title {
    background-position: 6px 5px;
}

.palette5 #qs-header-nav li.active {
    background-position: left -926px;
}

    .palette5 #qs-header-nav li.active a {
        background-position: right -5546px;
    }

.palette5 #qs-header-nav-bottom {
    background-color: #26547c;
}

.palette5 .qs-page-header {
    background-color: #26547c;
}

.palette5 .qs-page-title {
    background-position: 6px -75px;
}

.palette6 #qs-header-nav li.active {
    background-position: left -1080px;
}

    .palette6 #qs-header-nav li.active a {
        background-position: right -5700px;
    }

.palette6 #qs-header-nav-bottom {
    background-color: #317992;
}

.palette6 .qs-page-header {
    background-color: #317992;
}

.palette6 .qs-page-title {
    background-position: 6px -435px;
}

.palette7 #qs-header-nav li.active {
    background-position: left -1234px;
}

    .palette7 #qs-header-nav li.active a {
        background-position: right -5854px;
    }

.palette7 #qs-header-nav-bottom {
    background-color: #419ba6;
}

.palette7 .qs-page-header {
    background-color: #419ba6;
}

.palette7 .qs-page-title {
    background-position: 6px -395px;
}

.palette8 #qs-header-nav li.active {
    background-position: left -1388px;
}

    .palette8 #qs-header-nav li.active a {
        background-position: right -6008px;
    }

.palette8 #qs-header-nav-bottom {
    background-color: #44a12c;
}

.palette8 .qs-page-header {
    background-color: #44a12c;
}

.palette8 .qs-page-title {
    background-position: 6px -195px;
}

.palette9 #qs-header-nav li.active {
    background-position: left -1542px;
}

    .palette9 #qs-header-nav li.active a {
        background-position: right -6162px;
    }

.palette9 #qs-header-nav-bottom {
    background-color: #4f9241;
}

.palette9 .qs-page-header {
    background-color: #4f9241;
}

.palette9 .qs-page-title {
    background-position: 6px 5px;
}

.palette10 #qs-header-nav li.active {
    background-position: left -1696px;
}

    .palette10 #qs-header-nav li.active a {
        background-position: right -6316px;
    }

.palette10 #qs-header-nav-bottom {
    background-color: #555554;
}

.palette10 .qs-page-header {
    background-color: #555554;
}

.palette10 .qs-page-title {
    background-position: 6px 5px;
}

.palette11 #qs-header-nav li.active {
    background-position: left -1850px;
}

    .palette11 #qs-header-nav li.active a {
        background-position: right -6470px;
    }

.palette11 #qs-header-nav-bottom {
    background-color: #56458c;
}

.palette11 .qs-page-header {
    background-color: #56458c;
}

.palette11 .qs-page-title {
    background-position: 6px 5px;
}

.palette12 #qs-header-nav li.active {
    background-position: left -2004px;
}

    .palette12 #qs-header-nav li.active a {
        background-position: right -6624px;
    }

.palette12 #qs-header-nav-bottom {
    background-color: #5889d6;
}

.palette12 .qs-page-header {
    background-color: #5889d6;
}

.palette12 .qs-page-title {
    background-position: 6px 5px;
}

.palette13 #qs-header-nav li.active {
    background-position: left -2158px;
}

    .palette13 #qs-header-nav li.active a {
        background-position: right -6778px;
    }

.palette13 #qs-header-nav-bottom {
    background-color: #608b06;
}

.palette13 .qs-page-header {
    background-color: #608b06;
}

.palette13 .qs-page-title {
    background-position: 6px 5px;
}

.palette14 #qs-header-nav li.active {
    background-position: left -2312px;
}

    .palette14 #qs-header-nav li.active a {
        background-position: right -6932px;
    }

.palette14 #qs-header-nav-bottom {
    background-color: #64b49d;
}

.palette14 .qs-page-header {
    background-color: #64b49d;
}

.palette14 .qs-page-title {
    background-position: 6px 5px;
}

.palette15 #qs-header-nav li.active {
    background-position: left -2466px;
}

    .palette15 #qs-header-nav li.active a {
        background-position: right -7086px;
    }

.palette15 #qs-header-nav-bottom {
    background-color: #66895f;
}

.palette15 .qs-page-header {
    background-color: #66895f;
}

.palette15 .qs-page-title {
    background-position: 6px 5px;
}

.palette16 #qs-header-nav li.active {
    background-position: left -2620px;
}

    .palette16 #qs-header-nav li.active a {
        background-position: right -7240px;
    }

.palette16 .qs-page-header {
    background-color: #66aa99;
}

.palette16 #qs-header-nav-bottom {
    background-color: #66aa99;
}

.palette16 .qs-page-title {
    background-position: 6px 5px;
}

.palette17 #qs-header-nav li.active {
    background-position: left -2774px;
}

    .palette17 #qs-header-nav li.active a {
        background-position: right -7394px;
    }

.palette17 #qs-header-nav-bottom {
    background-color: #67a7e3;
}

.palette17 .qs-page-header {
    background-color: #67a7e3;
}

.palette17 .qs-page-title {
    background-position: 6px 5px;
}

.palette18 #qs-header-nav li.active {
    background-position: left -2928px;
}

    .palette18 #qs-header-nav li.active a {
        background-position: right -7548px;
    }

.palette18 #qs-header-nav-bottom {
    background-color: #72afba;
}

.palette18 .qs-page-header {
    background-color: #72afba;
}

.palette18.qs-page-title {
    background-position: 6px 5px;
}

.palette19 #qs-header-nav li.active {
    background-position: left -3082px;
}

    .palette19 #qs-header-nav li.active a {
        background-position: right -7702px;
    }

.palette19 #qs-header-nav-bottom {
    background-color: #747e96;
}

.palette19 .qs-page-header {
    background-color: #747e96;
}

.palette19 .qs-page-title {
    background-position: 6px 5px;
}

.palette20 #qs-header-nav li.active {
    background-position: left -3236px;
}

    .palette20 #qs-header-nav li.active a {
        background-position: right -7856px;
    }

.palette20 #qs-header-nav-bottom {
    background-color: #861614;
}

.palette20 .qs-page-header {
    background-color: #861614;
}

.palette20 .qs-page-title {
    background-position: 6px -155px;
}

.palette21 #qs-header-nav li.active {
    background-position: left -3390px;
}

    .palette21 #qs-header-nav li.active a {
        background-position: right -8010px;
    }

.palette21 #qs-header-nav-bottom {
    background-color: #993333;
}

.palette21 .qs-page-header {
    background-color: #993333;
}

.palette21 .qs-page-title {
    background-position: 6px 5px;
}

.palette22 #qs-header-nav li.active {
    background-position: left -3544px;
}

    .palette22 #qs-header-nav li.active a {
        background-position: right -8164px;
    }

.palette22 #qs-header-nav-bottom {
    background-color: #999933;
}

.palette22 .qs-page-header {
    background-color: #999933;
}

.palette22 .qs-page-title {
    background-position: 6px 5px;
}

.palette23 #qs-header-nav li.active {
    background-position: left -3698px;
}

    .palette23 #qs-header-nav li.active a {
        background-position: right -8318px;
    }

.palette23 #qs-header-nav-bottom {
    background-color: #a55647;
}

.palette23 .qs-page-header {
    background-color: #a55647;
}

.palette23 .qs-page-title {
    background-position: 6px -355px;
}

.palette24 #qs-header-nav li.active {
    background-position: left -3852px;
}

    .palette24 #qs-header-nav li.active a {
        background-position: right -8472px;
    }

.palette24 #qs-header-nav-bottom {
    background-color: #b7a752;
}

.palette24 .qs-page-header {
    background-color: #b7a752;
}

.palette24 .qs-page-title {
    background-position: 6px 5px;
}

.palette25 #qs-header-nav li.active {
    background-position: left -4006px;
}

    .palette25 #qs-header-nav li.active a {
        background-position: right -8626px;
    }

.palette25 #qs-header-nav-bottom {
    background-color: #cc9933;
}

.palette25 .qs-page-header {
    background-color: #cc9933;
}

.palette25 .qs-page-title {
    background-position: 6px 5px;
}

.palette26 #qs-header-nav li.active {
    background-position: left -4160px;
}

    .palette26 #qs-header-nav li.active a {
        background-position: right -8780px;
    }

.palette26 #qs-header-nav-bottom {
    background-color: #e39321;
}

.palette26 .qs-page-header {
    background-color: #e39321;
}

.palette26 .qs-page-title {
    background-position: 6px 5px;
}

.palette27 #qs-header-nav li.active {
    background-position: left -4314px;
}

    .palette27 #qs-header-nav li.active a {
        background-position: right -8934px;
    }

.palette27 #qs-header-nav-bottom {
    background-color: #e5c130;
}

.palette27 .qs-page-header {
    background-color: #e5c130;
}

.palette27 .qs-page-title {
    background-position: 6px -315px;
}

.palette28 #qs-header-nav li.active {
    background-position: left -4468px;
}

    .palette28 #qs-header-nav li.active a {
        background-position: right -9088px;
    }

.palette28 #qs-header-nav-bottom {
    background-color: #e67110;
}

.palette28 .qs-page-header {
    background-color: #e67110;
}

.palette28 .qs-page-title {
    background-position: 6px -235px;
}

.palette29 #qs-header-nav li.active {
    background-position: left -4622px;
}

    .palette29 #qs-header-nav li.active a {
        background-position: right -9242px;
    }

.palette29 #qs-header-nav-bottom {
    background-color: #cc6600;
}

.palette29 .qs-page-header {
    background-color: #cc6600;
}

.palette29 .qs-page-title {
    background-position: 6px 5px;
}
/* popup dialog */
.glassWindow {
    background-color: #cccccc;
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 10000;
}

.modalPanel {
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 300px;
}

    .modalPanel ul.top-right {
        margin: 0;
        background: url(pop_right.png) no-repeat top right;
        list-style-type: none;
    }

    .modalPanel li.top-left {
        padding: 6px 14px 0 6px;
        margin-right: 10px;
        background: url(pop_left.png) no-repeat top left;
    }

    .modalPanel ul.bottom-right {
        margin: 0;
        height: 32px;
        background: url(pop_right.png) no-repeat bottom right;
        list-style-type: none;
    }

    .modalPanel li.bottom-left {
        margin-right: 10px;
        background: url(pop_left.png) no-repeat bottom left;
        height: 32px;
        text-align: right;
    }

    .modalPanel div.block {
        padding: 0;
        position: relative;
        right: -6px;
        min-height: 40px;
        _height: 40px;
        min-width: 212px;
        _width: 212px;
    }

        .modalPanel div.block, .modalPanel div.block select, .modalPanel div.block input {
        }

            .modalPanel div.block strong.title {
                padding: 0 0 4px 18px;
                margin: 0 0 6px 0;
                display: block;
                color: #ffffff;
                font-size: 12px;
                line-height: 16px;
                cursor: pointer;
                white-space: nowrap;
                background: url(settings.png) no-repeat left top;
            }

    .modalPanel li.bottom-left input[type="submit"] {
        margin-top: 4px;
        line-height: 14px;
        background: url(button4.gif) repeat-x left top;
        border-bottom: solid 1px #70856F;
        border-right: solid 1px #70856F;
    }

.dialog-forms {
    padding: 10px 20px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif, Bitstream Vera Sans;
    color: #333333;
}

    .dialog-forms select, .dialog-forms input {
        font-size: 11px;
    }

    .dialog-forms .row {
    }

    .dialog-forms label {
        width: 200px;
        text-align: right;
        padding-right: 8px;
        font-weight: bold;
    }

    .dialog-forms .hint {
        color: #ff6a2b;
    }
/*
 * Misc css
*/
span.redstar {
    color: Red;
}

.error-msg {
    color: #cc0000;
    font-size: 11px;
    line-height: 16px;
}

.error {
    color: #cc0000;
}

.lookup-button {
    margin-top: 2px;
    background-image: url(lookup20.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
}

    .lookup-button:hover {
        background-position: right top;
    }

.combobox-button {
    margin-left: 3px;
    background-image: url(combobox20.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
}

    .combobox-button:hover {
        background-position: right top;
    }
/*
 * 24 icon
*/
img.icon-msg {
    background-image: url(icon_sprite_16.png);
    background-repeat: no-repeat;
    background-position: 4px -160px;
    width: 20px;
    height: 20px;
}

img.img24 {
    background-image: url(icon_sprite_24.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.img24_0 {
    background-position: 0 0;
}

.img24_1 {
    background-position: 0 -30px;
}

.img24_2 {
    background-position: 0 -60px;
}

.img24_3 {
    background-position: 0 -90px;
}

.img24_4 {
    background-position: 0 -120px;
}

.img24_5 {
    background-position: 0 -150px;
}

.img24_6 {
    background-position: 0 -180px;
}

.img24_7 {
    background-position: 0 -210px;
}

.img24_8 {
    background-position: 0 -240px;
}

.img24_9 {
    background-position: 0 -270px;
}

.img24_10 {
    background-position: 0 -300px;
}

.img24_11 {
    background-position: 0 -330px;
}

.img24_12 {
    background-position: 0 -360px;
}

.img24_13 {
    background-position: 0 -390px;
}

.img24_14 {
    background-position: 0 -420px;
}

.img24_15 {
    background-position: 0 -450px;
}

.img24_16 {
    background-position: 0 -480px;
}

.img24_17 {
    background-position: 0 -510px;
}

.img24_18 {
    background-position: 0 -540px;
}

.img24_19 {
    background-position: 0 -570px;
}

.img24_20 {
    background-position: 0 -600px;
}

.img24_21 {
    background-position: 0 -630px;
}
/*
 * content left css
*/
#qs-content-table-left div.left-box {
    padding: 10px 10px 5px 10px;
    border-bottom: solid 2px #ffffff;
}

.searchBox {
    background-color: #d9d9d9;
}

.create-new {
    padding-left: 4px;
    height: 20px;
    background: url(bgCreateNew.gif) no-repeat right bottom;
    border-top: solid 1px #6699cc;
    border-left: solid 1px #6699cc;
    line-height: 20px;
    cursor: pointer;
    font-weight: bold;
}
/*.left-box input[type="text"], .left-box select
	{ color: #333333; font-size: 11px !important; font-family: Verdana, Arial, Helvetica }*/

#qs-content-table-left div.bookmark {
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: url(bgm.gif) no-repeat;
    border: solid 1px transparent;
}

div.bookmark .inner {
    margin-left: 13px;
    margin-top: 8px;
    padding: 4px 8px 10px 8px;
    background-color: #ffffff;
}

div.bookmark h2 {
    padding-left: 6px;
    border-bottom: #cccccc 1px solid;
    line-height: 24px;
    color: #444444;
}

div.bookmark ul {
    margin-left: 16px;
    list-style-type: disc;
    font-size: 12px;
}

    div.bookmark ul li {
        line-height: 20px;
    }

.quick-create label {
    display: block;
}

.quick-create div.row {
    margin-bottom: 4px;
}

.quick-create div.rowlast {
    margin-bottom: 4px;
    margin-top: 10px;
}
/*.quick-create input[type=text], .quick-create select
	{ width: 146px }*/

#qs-content-table-left hr {
    border: dotted 1px #b3b3b3;
    height: 1px;
}

#qs-content-table-left .searchBox hr {
    border: dotted 1px #808080;
}

#qs-content-table-left .emphasize {
    font-weight: bold;
    color: #007F0E;
    font-size: 12px;
}

#qs-content-table-left ul.list a {
    background-image: url(icon_sprite_16.png);
    background-repeat: no-repeat;
    padding-left: 24px;
    line-height: 20px;
}

#qs-content-table-left .icon_folder {
    background-position: 4px 0px;
}

#qs-content-table-left .icon_calendar {
    background-position: 4px -20px;
}

#qs-content-table-left .icon_darts {
    background-position: 4px -40px;
}

#qs-content-table-left .icon_package {
    background-position: 4px -60px;
}

#qs-content-table-left .icon_photo {
    background-position: 4px -80px;
}

#qs-content-table-left .icon_note {
    background-position: 4px -100px;
}

#qs-content-table-left .icon_document {
    background-position: 4px -120px;
}

#qs-content-table-left .icon_help {
    background-position: 4px -140px;
}

#qs-content-table-left .icon_important {
    background-position: 4px -160px;
}

#qs-content-table-left .icon_compute {
    background-position: 4px -180px;
}

#qs-content-table-left .icon_lead {
    background-position: 4px -200px;
}

#qs-content-table-left .icon_important2 {
    background-position: 4px -220px;
}

#qs-content-table-left .icon_badge {
    background-position: 4px -240px;
}

#qs-content-table-left .icon_user {
    background-position: 4px -260px;
}

#qs-content-table-left .icon_home {
    background-position: 4px -280px;
}

#qs-content-table-left .icon_light {
    background-position: 4px -300px;
}

#qs-content-table-left .icon_memo {
    background-position: 4px -320px;
}

#qs-content-table-left .icon_task {
    background-position: 4px -340px;
}

#qs-content-table-left .icon_recycle {
    background-position: 4px -360px;
    display: block;
}
/*
 * page - toolbar
*/
.page-toolbar {
    margin: 20px 0;
}

    .page-toolbar .padding-left {
        padding: 0 16px;
    }

    .page-toolbar h2 {
        display: inline;
    }

    .page-toolbar ul {
        margin-left: 4px;
        display: inline;
    }

        .page-toolbar ul li {
            padding: 0 4px 0 8px;
            display: inline;
            background: url(separator_black.gif) no-repeat left 2px;
        }

            .page-toolbar ul li:first-child {
                background: none;
            }

    .page-toolbar span.tips {
        line-height: 24px;
    }

div.simple-list .page-toolbar {
    margin: 0;
    padding: 16px 20px;
    background-color: #f3f3ec;
}
/*
 * page - form
*/
.page-form {
    margin-bottom: 12px;
    margin-top: 14px;
    padding-top: 4px;
    clear: both;
}

.fat-partition {
    padding-top: 7px;
}

.page-form .inner {
    margin-right: 2px;
    background-color: #f3f3ec;
}

.page-form ul.corner {
    display: block;
    height: 9px;
    background: url(corner_right.gif) no-repeat right bottom;
    line-height: 1px;
}

    .page-form ul.corner li {
        margin: 0 9px 0 0;
        padding: 0;
        display: block;
        height: 9px;
        background: url(corner_left.gif) no-repeat left bottom;
    }

.page-form ul.form-header, .page-form ul.form-tailer {
    display: block;
    line-height: 20px;
}

.page-form ul.form-header {
    background-color: #eeecd1;
    border-bottom: solid 1px #ffffff;
    height: 24px;
    font-size: 11px;
}

.page-form ul.form-tailer {
    margin-right: 2px;
    background-color: #f3f3ec;
    height: 20px;
}

ul.form-header li, ul.form-tailer li {
    display: inline;
}

    ul.form-header li.left, ul.form-tailer li.left {
        padding-left: 4px;
        float: left;
        width: 300px;
    }

    ul.form-header li.center, ul.form-tailer li.center {
        float: left;
        line-height: 22px;
    }

    ul.form-header li.right, ul.form-tailer li.right {
        margin-right: 10px;
        float: right;
        line-height: 24px;
    }

.page-form ul.form-header li.right a {
    margin-left: 4px;
    margin-right: 4px;
    display: block;
}

.page-form ul.form-header li.right .icon_help {
    padding-right: 18px;
    background: url(help.png) no-repeat right;
}

.page-form .inner div.addition-action {
    padding: 10px 0 6px 24px;
}

.page-form ul.form-toolbar {
    display: block;
    height: 24px;
}

ul.form-toolbar li {
    margin: 2px;
    padding: 4px 2px 0 2px;
    display: block;
    float: left;
    background-image: url(minitab.gif);
    background-repeat: repeat-x;
    border: #000000 1px solid;
}

    ul.form-toolbar li.active {
        padding-bottom: 2px;
        background-position: left -50px;
        font-weight: bold;
    }

    ul.form-toolbar li:first-child {
        margin-left: 10px;
    }
/*
 * page - simple list
*/
div.simple-list {
    margin-bottom: 14px;
    padding-bottom: 2px;
}

.simple-list h3 {
    padding-left: 10px;
    color: #ffffff;
    line-height: 20px;
}

.simple-list .inner {
    padding: 10px 20px;
    background-color: #f3f3ec;
}

    .simple-list .inner ul {
    }

        .simple-list .inner ul li {
            padding: 4px 0;
        }

    .simple-list .inner .more {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-weight: bold;
    }

.simple-list table.simple-form td, .simple-list table.simple-form th {
    padding: 2px 4px;
    vertical-align: top;
    text-align: left;
}

.palette1 .page-form, .palette1 .simple-list {
    background-color: #000000;
}

.palette2 .page-form, .palette2 .simple-list {
    background-color: #00655a;
}

.palette3 .page-form, .palette3 .simple-list {
    background-color: #178aff;
}

.palette4 .page-form, .palette4 .simple-list {
    background-color: #236fbd;
}

.palette5 .page-form, .palette5 .simple-list {
    background-color: #26547c;
}

.palette6 .page-form, .palette6 .simple-list {
    background-color: #317992;
}

.palette7 .page-form, .palette7 .simple-list {
    background-color: #419ba6;
}

.palette8 .page-form, .palette8 .simple-list {
    background-color: #44a12c;
}

.palette9 .page-form, .palette9 .simple-list {
    background-color: #4f9241;
}

.palette10 .page-form, .palette10 .simple-list {
    background-color: #555554;
}

.palette11 .page-form, .palette11 .simple-list {
    background-color: #56458c;
}

.palette12 .page-form, .palette12 .simple-list {
    background-color: #5889d6;
}

.palette13 .page-form, .palette13 .simple-list {
    background-color: #608b06;
}

.palette14 .page-form, .palette14 .simple-list {
    background-color: #64b49d;
}

.palette15 .page-form, .palette15 .simple-list {
    background-color: #66895f;
}

.palette16 .page-form, .palette16 .simple-list {
    background-color: #66aa99;
}

.palette17 .page-form, .palette17 .simple-list {
    background-color: #67a7e3;
}

.palette18 .page-form, .palette18 .simple-list {
    background-color: #72afba;
}

.palette19 .page-form, .palette19 .simple-list {
    background-color: #747e96;
}

.palette20 .page-form, .palette20 .simple-list {
    background-color: #861614;
}

.palette21 .page-form, .palette21 .simple-list {
    background-color: #993333;
}

.palette22 .page-form, .palette22 .simple-list {
    background-color: #999933;
}

.palette23 .page-form, .palette23 .simple-list {
    background-color: #a55647;
}

.palette24 .page-form, .palette24 .simple-list {
    background-color: #b7a752;
}

.palette25 .page-form, .palette25 .simple-list {
    background-color: #cc9933;
}

.palette26 .page-form, .palette26 .simple-list {
    background-color: #e39321;
}

.palette27 .page-form, .palette27 .simple-list {
    background-color: #e5c130;
}

.palette28 .page-form, .palette28 .simple-list {
    background-color: #e67110;
}

.palette29 .page-form, .palette29 .simple-list {
    background-color: #cc6600;
}
/*
 * page - grid
*/
.grid-border {
}

.padding-grid {
    margin: 0 20px;
}

.grid-border span.none-msg {
    font-size: 11px;
    line-height: 24px;
}

table.grid {
    width: 100%;
    color: #333333;
}

    table.grid th[scope=col] {
        text-align: left;
        border-bottom: solid 2px #cccccc;
    }

    table.grid th[scope=row] {
        text-align: left;
        font-weight: normal;
    }

    table.grid td, table.grid th {
        padding: 4px 2px 4px 5px;
        border-top: #e3deb8 1px solid;
    }

    table.grid tr:hover {
        background-color: #ffffff;
    }

    table.grid tr:first-child:hover {
        background-color: Transparent;
    }

    table.grid tr:first-child th {
        border-top: none;
    }

    table.grid td.action-field {
        width: 40px;
    }

        table.grid td.action-field span {
            white-space: nowrap;
            font-weight: bold;
        }

.padding-grid .no-records {
    line-height: 30px;
    font-size: 11px;
}

div.dashboard-content {
    margin-bottom: 8px;
}

    div.dashboard-content h2 {
        margin-bottom: 4px;
        color: #9F4646;
        border-bottom: #c99c99 2px solid;
    }

    div.dashboard-content .list-border {
        border-bottom: #d5d5d5 2px solid;
        border-right: #d5d5d5 2px solid;
        padding: 2px;
        background-color: #ffffff;
    }

    div.dashboard-content table.list {
        width: 100%;
    }

        div.dashboard-content table.list th {
            padding-top: 2px;
            padding-bottom: 2px;
            text-align: left;
            border-bottom: #d5d5d5 2px solid;
        }

        div.dashboard-content table.list td {
            padding-top: 2px;
            padding-bottom: 2px;
            text-align: left;
            background-color: #eeeeee;
        }
/*
 * page - inner block
*/
.page-block {
    margin 8px 20px 1px 20px;
    padding-bottom: 4px;
    padding-left: 10px;
}

    .page-block .page-block-error {
        text-align: center;
        _text-align: center;
        color: #cc0000;
        font-weight: bold;
    }

    .page-block .page-block-message {
        border: #3399ff 1px solid;
        background-color: #ffffcc;
        line-height: 30px;
        width: 100%;
    }

        .page-block .page-block-message td:first-child {
            padding: 7px 4px;
            width: 20px;
        }

        .page-block .page-block-message a {
            padding: 0 6px;
            font-size: 11px;
        }

    .page-block .page-block-header {
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 11px;
        line-height: 16px;
    }

        .page-block .page-block-header h3 {
            margin-left: 4px;
            color: #fffffb;
            font-size: 11px;
            line-height: 20px;
        }

        .page-block .page-block-header span.required-legend {
            margin: 2px 20px;
            padding: 2px 6px;
            display: block;
            float: right;
        }

        .page-block .page-block-header span.header-extra {
            margin: 2px 20px;
            padding: 2px 0;
            display: block;
            float: right;
        }

            .page-block .page-block-header span.header-extra a {
                color: #ffffff;
                font-weight: bold;
            }

span.required-legend {
    background-color: #ffffff;
}

    span.required-legend span.required-outer {
        margin: 0;
        padding: 0;
        display: block;
        line-height: 11px;
    }

    span.required-legend span.required-simple {
        background-color: #cc0000;
        font-size: 9px;
        line-height: 12px;
    }
/*
 * page - inner block - detail form
*/


body.palette1 .page-block-header {
    background-color: #000000;
}

body.palette2 .page-block-header {
    background-color: #00655a;
}

body.palette3 .page-block-header {
    background-color: #178aff;
}

body.palette4 .page-block-header {
    background-color: #8a9ebe;
}

body.palette5 .page-block-header {
    background-color: #26547c;
}

body.palette6 .page-block-header {
    background-color: #4d91b3;
}

body.palette7 .page-block-header {
    background-color: #86b2b6;
}

body.palette8 .page-block-header {
    background-color: #8dae84;
}

body.palette9 .page-block-header {
    background-color: #4f9241;
}

body.palette10 .page-block-header {
    background-color: #555554;
}

body.palette11 .page-block-header {
    background-color: #8370c2;
}

body.palette12 .page-block-header {
    background-color: #5889d6;
}

body.palette13 .page-block-header {
    background-color: #608b06;
}

body.palette14 .page-block-header {
    background-color: #64b49d;
}

body.palette15 .page-block-header {
    background-color: #66895f;
}

body.palette16 .page-block-header {
    background-color: #66aa99;
}

body.palette17 .page-block-header {
    background-color: #67a7e3;
}

body.palette18 .page-block-header {
    background-color: #72afba;
}

body.palette19 .page-block-header {
    background-color: #8e9dbe;
}

body.palette20 .page-block-header {
    background-color: #861614;
}

body.palette21 .page-block-header {
    background-color: #993333;
}

body.palette22 .page-block-header {
    background-color: #999933;
}

body.palette23 .page-block-header {
    background-color: #a55647;
}

body.palette24 .page-block-header {
    background-color: #b7a752;
}

body.palette25 .page-block-header {
    background-color: #e3b14f;
}

body.palette26 .page-block-header {
    background-color: #e39321;
}

body.palette27 .page-block-header {
    background-color: #e5c130;
}

body.palette28 .page-block-header {
    background-color: #ebaf59;
}

body.palette29 .page-block-header {
    background-color: #cc6600;
}
/*
 * page - more block
*/
div.fewer-more {
    text-align: center;
    _text-align: center;
    font-size: 12px;
}

div.back-to-top {
    float: left;
}

    div.back-to-top a {
        background: url(upToTop_caret.gif) no-repeat 2px 3px;
        display: block;
        padding-left: 14px;
    }

img.fewer {
    background: url(show_fewer_arrow.gif);
    width: 17px;
    height: 15px;
}

img.more {
    background: url(show_more_arrow.gif);
    width: 17px;
    height: 15px;
}
/*
 * setup tree area
*/
div.setupTreeArea {
    margin: 10px 8px;
    color: #333333;
}

.setupTreeArea h2 {
    padding: 10px 0 0 6px;
    border-bottom: #cccccc 2px solid;
}

.setupTreeArea .navTree {
    font-size: 13px;
    color: #444444;
}
/*
 * pop form
*/
.popform {
    background-color: #ffffff;
    padding: 2px;
    border: solid 1px #6699cc;
    border-top: solid 1px #a0bdef;
}

.popform-header {
    height: 50px;
    color: #ffffff;
    background-color: #747e96;
}

    .popform-header .title {
        padding-left: 44px;
        height: 40px;
        background: url(icon_sprite_32.png) no-repeat 6px -276px;
        font-size: 12px;
        font-family: 'Verdana', 'Geneva', sans-serif;
        font-weight: bold;
        line-height: 30px;
    }

.popform-grid {
    padding-top: 4px;
    padding-bottom: 2px;
    border-bottom: #747e96 2px solid;
    border-top: #747e96 4px solid;
    overflow-x: hidden;
    overflow-y: auto;
}
/*
 * page breaker
*/
.pagebreaker {
    float: right;
    margin-right: 20px;
}

    .pagebreaker ul {
        display: block;
        clear: both;
    }

    .pagebreaker li {
        display: block;
        float: left;
        position: relative;
        padding: 0 2px;
    }

        .pagebreaker li a {
            margin-top: 7px;
            display: block;
            width: 10px;
            height: 10px;
            background-image: url(paginationArrows.gif);
            background-repeat: no-repeat;
        }

    .pagebreaker .pbFirst {
        background-position: 0 0;
    }

        .pagebreaker .pbFirst[disabled] {
            background-position: 0 -11px;
        }

    .pagebreaker .pbPrevious {
        background-position: -10px 0;
    }

        .pagebreaker .pbPrevious[disabled] {
            background-position: -10px -11px;
        }

    .pagebreaker .pbNext {
        background-position: -16px 0;
    }

        .pagebreaker .pbNext[disabled] {
            background-position: -16px -11px;
        }

    .pagebreaker .pbLast {
        background-position: -26px 0;
    }

        .pagebreaker .pbLast[disabled] {
            background-position: -26px -11px;
        }

    .pagebreaker .pbInput {
        font-size: 9pt;
        width: 24px;
        height: 12px;
    }
/*
 * duelingListBox
*/
.page-block .sub-block {
    margin-left: 40px;
}

.duelingListBox table.layout td {
    text-align: center;
}

    .duelingListBox table.layout td.button-cell {
        padding: 0 5px;
        vertical-align: middle!important;
    }

.duelingListBox .select-title {
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.duelingListBox .text {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
}

.duelingListBox .errorMsg {
    text-align: center;
}

.downArrowIcon {
    background-position: 0px 0px;
    background-image: url(arrow_dwn.gif);
    width: 24px;
    height: 20px;
}

.leftArrowIcon {
    background-position: 0px 0px;
    background-image: url(arrow_lt.gif);
    width: 24px;
    height: 20px;
}

.rightArrowIcon {
    background-position: 0px 0px;
    background-image: url(arrow_rt.gif);
    width: 24px;
    height: 20px;
}

.upArrowIcon {
    background-position: 0px 0px;
    background-image: url(arrow_up.gif);
    width: 24px;
    height: 20px;
}

.doubleUpArrowIcon {
    background-position: 0px 0px;
    background-image: url(double_arrow_up.gif);
    width: 24px;
    height: 20px;
}

.doubleDownArrowIcon {
    background-position: 0px 0px;
    background-image: url(double_arrow_dwn.gif);
    width: 24px;
    height: 20px;
}
/*
 * View
*/
.viewport {
}

    .viewport .grid {
        border: 1px #BBBBBB solid;
    }

    .viewport .toolbar {
        border: 1px #BBBBBB solid;
        background-color: #EEEEEE;
    }

        .viewport .toolbar .tb-left {
            margin: 2px 4px;
        }

            .viewport .toolbar .tb-left select {
                font-size: 12px;
            }

        .viewport .toolbar ul {
            margin-left: 4px;
            display: inline;
        }

            .viewport .toolbar ul li {
                padding: 0 4px 0 8px;
                display: inline;
                background: url(separator_black.gif) no-repeat left 2px;
            }

                .viewport .toolbar ul li:first-child {
                    background: none;
                }

        .viewport .toolbar span.tips {
            line-height: 24px;
        }
/*
 * filter-table
*/
.filter-table {
}

    .filter-table td {
        padding: 2px;
    }

    .filter-table th {
        text-align: left;
        padding-left: 5px;
    }

    .filter-table span.and {
        padding-left: 24px;
    }

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    border-left: solid 1px #525252;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #000000;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #A7A7A7 url(hrow.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 1em;
        color: #000;
        border-left: solid 1px #c1c1c1;
        background: #EEE url(hrow.png) repeat-x 0 0;
        cursor: default;
        zoom: 1;
    }

    .mGrid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #f9f9f9 url(hrow.png) repeat-x 0 0;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #000000;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.mGrid1 {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    border-left: solid 1px #525252;
}

    .mGrid1 td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
    }

    .mGrid1 th { /* padding: 4px 2px; 
    color: #fff; 
    background: #A7A7A7 url(hrow.png) repeat-x top; 
    border-left: solid 1px #525252; 
    font-size: 0.9em; 
*/
        color: #000;
        border-left: solid 1px #c1c1c1;
        background: #f9f9f9 url(hrow.png) repeat-x 0 0;
        cursor: default;
        zoom: 1;
        padding: 1px 0 0 0;
    }

    .mGrid1 .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid1 .pgr {
        background: #f9f9f9 url(hrow.png) repeat-x 0 0;
    }

        .mGrid1 .pgr table {
            margin: 5px 0;
        }

        .mGrid1 .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid1 .pgr a {
            color: #000000;
            text-decoration: none;
        }

            .mGrid1 .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.chromestyle {
    width: 99%;
    font-weight: normal;
    float: left;
}

    .chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
        content: ".";
        display: block;
        height: 0;
        clear: both;
        float: left;
        visibility: hidden;
    }

    .chromestyle ul {
        width: 100%;
        background: transparent; /*THEME CHANGE HERE*/
        padding: 14px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        float: left;
        text-align: center; /*set value to "left", "center", or "right"*/
    }

        .chromestyle ul li {
            display: inline;
            float: left;
            font-family: Verdana, Tahoma, "Trebuchet MS", sans-serif;
            font-size: 12px;
        }

            .chromestyle ul li a {
                color: #ffffff;
                padding: 4px 15px;
                margin: 0;
                text-decoration: none;
                border-right: 1px dotted #DADADA;
            }

                .chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
                    background: url(chromebg-over.gif) center center repeat-x;
                    color: #FFFF00; /*THEME CHANGE HERE*/
                }
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
    position: fixed;
    margin-left: 10px;
    margin-top: 9px;
    top: 0;
    border: 1px dotted #ffffff; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font-family: Verdana, Tahoma, "Trebuchet MS", sans-serif;
    font-size: 11px;
    line-height: 18px;
    z-index: 100;
    background-color: #c30404;
    width: 200px;
    visibility: hidden;
}

    .dropmenudiv a {
        width: auto;
        display: block;
        text-indent: 3px;
        border-bottom: 1px dotted #ffffff; /*THEME CHANGE HERE*/
        padding: 5px 5px;
        text-decoration: none;
        font-weight: normal;
        color: #ffffff;
    }

    * html .dropmenudiv a { /*IE only hack*/
        width: 100%;
    }

        .dropmenudiv a:hover { /*THEME CHANGE HERE*/
            background-color: #ffffff;
            color: #c30404;
        }

#footer {
    padding: 0;
    width: 100%;
    color: #000000;
    padding: 12px 0 0px 0;
    margin-top: 15px;
    border-top: 1px solid #00a2d3;
}

#footer1 {
    width: 96%;
    margin: 0 auto;
    padding: 0px;
}

div.module {
    background: url(../images/module-body-left-bg.gif) no-repeat scroll bottom left;
    float: right;
    width: 100%;
}

    div.module div.module-body {
        background: url(../images/module-body-right-bg.gif) no-repeat scroll bottom right;
        padding: 20px 3% 20px 3%;
        float: left;
        width: 94%;
    }

#linkpath {
    width: 96%;
    margin: 0 auto;
    padding: 0px;
}

.crumb_navigation {
    width: 100%;
    height: 15px;
    padding: 7px 0px 0 0px;
    color: #000000; /*background:url(../images/navbullet.png) no-repeat left;*/
    background-position: 0px 11px;
}

    .crumb_navigation a {
        color: #00A2D3;
        text-decoration: none;
    }

#centerpage {
    width: 98%;
    margin: 0 auto;
    padding: 0px;
}

.centerpage {
    width: 100%;
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

.centerpage_left {
    width: 58%;
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

.centerpage_right {
    width: 42%;
    float: right;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

a.dashboard-module, a.dashboard-module:visited {
    width: 142px;
    height: 142px;
    display: block;
    float: left;
    background: url(../images/dashboard-module.gif) top left no-repeat;
    margin: 0 45px 15px 0;
    text-align: center;
    color: #000000;
}

    a.dashboard-module:hover, a.dashboard-module:active {
        background-position: bottom left;
        text-decoration: none;
        color: #00a2d3;
    }

    a.dashboard-module img {
        margin-top: 20px;
    }

    a.dashboard-module span {
        margin-top: 10px;
        display: block;
    }

.clear {
    clear: both;
}

div.module a.button { /* Sliding right image */
    background: transparent url(../images/button-right-bg.gif) no-repeat scroll top right;
    display: block;
    float: left;
    height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    padding-right: 11px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */ /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
}

    div.module a.button span {
        background: transparent url(../images/button-left-bg.gif) no-repeat top left;
        display: block;
        line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
        padding: 4px 0 7px 10px;
    }

div.module div.module-table-body {
    background: url(../images/module-body-right-bg.gif) no-repeat scroll bottom right;
    padding: 0;
    float: right;
    width: 100%;
}

div.module h2 { /* Sliding right image */
    background: url(../images/module-header-left-bg.gif) no-repeat scroll top left;
    display: block;
    float: left;
    height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 0px;
    padding-right: 0px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */ /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    width: 100%;
    margin-bottom: 0;
    letter-spacing: normal;
}

    div.module h2 span { /* Background left image */
        background: url(../images/module-header-right-bg.gif) no-repeat top right;
        display: block;
        line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
        padding: 7px 0 5px 18px;
    }

div.module table {
    width: 100%;
    margin: 0 0 10px 0;
}

    div.module table.tr {
        border-collapse: separate;
    }

    div.module table th {
        background-color: #eeeeee;
        color: #000000;
        padding: 5px;
    }

    div.module table td {
        background-color: #ffffff;
        padding: 5px;
    }

    div.module table tr.odd td {
        background-color: #f1f5fa;
    }

.table-apply {
    width: 40%;
    float: right;
    text-align: right;
    margin-right: 10px;
}

.bordernone {
    border: none;
}

div.module1 {
    background: url(../images/module-body-left-bg.gif) no-repeat scroll bottom left;
    float: right;
    width: 100%;
}

    div.module1 div.module-body {
        background: url(../images/module-body-right-bg.gif) no-repeat scroll bottom right;
        padding: 20px 3% 20px 3%;
        float: left;
        width: 94%;
    }

    div.module1 a.button { /* Sliding right image */
        background: transparent url(../images/button-right-bg.gif) no-repeat scroll top right;
        display: block;
        float: left;
        height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
        padding-right: 11px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */ /* FONT PROPERTIES */
        text-decoration: none;
        color: #000000;
    }

        div.module1 a.button span {
            background: transparent url(../images/button-left-bg.gif) no-repeat top left;
            display: block;
            line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
            padding: 4px 0 7px 10px;
        }

    div.module1 div.module-table-body {
        background-color: #fff;
        padding: 0;
        float: right;
        width: 100%;
    }

    div.module1 h2 { /* Sliding right image */
        background: url(../images/module-header-left-bg.gif) no-repeat scroll top left;
        display: block;
        float: left;
        height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
        margin-right: 0px;
        padding-right: 0px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */ /* FONT PROPERTIES */
        text-decoration: none;
        color: #000000;
        width: 100%;
        margin-bottom: 0;
        letter-spacing: normal;
    }

        div.module1 h2 span { /* Background left image */
            background: url(../images/module-header-right-bg.gif) no-repeat top right;
            display: block;
            line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
            padding: 7px 0 5px 18px;
        }

    div.module1 table {
        margin: 0 0 10px 0;
    }

        div.module1 table .tr {
            border-collapse: separate;
        }

        div.module1 table th {
            background-color: #eeeeee;
            color: #000000;
            padding: 5px;
        }

        div.module1 table td {
            background-color: #ffffff;
            padding: 5px;
        }

        div.module1 table tr.odd td {
            background-color: #f1f5fa;
        }

#content {
    width: 99%;
    margin: 0px;
    padding: 15px 0px 25px 12px;
    float: left;
    height: auto;
    background: #e1e1e1;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.76);
    -moz-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.76);
    box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.76);
}

.table {
    background: #cccccc;
    font-family: Tahoma;
    font-size: 12px;
}

    .table a {
        text-decoration: underline;
        color: #000000;
    }

        .table a:hover {
            text-decoration: none;
            color: #666666;
        }

    .table td.label-col {
        background: #eeeeee;
        line-height: 20px;
        min-height: 20px;
        padding-left: 8px;
        text-align: left;
        font-weight: normal;
        text-align: right;
    }

    .table td.data-col {
        background: #ffffff;
        line-height: 20px;
        min-height: 20px;
        padding-left: 8px;
        text-align: left;
        font-weight: normal;
    }

    .table th {
        background: #eeeeee;
        line-height: 20px;
        min-height: 20px;
        padding-left: 8px;
        text-align: left;
        font-weight: normal;
        text-align: left;
    }

.table2 {
    background: #ffdc9e;
}

    .table2 a {
        text-decoration: underline;
        color: #000000;
    }

        .table2 a:hover {
            text-decoration: none;
            color: #666666;
        }

    .table2 th {
        background: #ffebc8;
        line-height: 30px;
        min-height: 30px;
        padding-left: 8px;
        text-align: left;
        font-weight: normal;
    }

    .table2 td {
        background: #fff2db;
        line-height: 30px;
        min-height: 30px;
        padding-left: 8px;
        text-align: left;
        font-weight: normal;
    }

.tablestable {
}

    .tablestable td.availitem_S {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #00ff33;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.availitem_Sa {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #00ff33;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.availitem_S1 {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #FF0000;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.availitem_S1a {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #FF0000;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.availitem_Y {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #FF9933;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.availitem_Ya {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #FF9933;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.availitem_CY {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #bbff22;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.availitem_CYa {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #bbff22;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.availitem_T {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #61c5fb;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.availitem_Ta {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #61c5fb;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.availitem_DY {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #ff0000;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.selecteditem_S {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #0033FF;
        color: #FFFFFF;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.selecteditem_PO {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #0033FF;
        color: #FFFFFF;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.selecteditem_PA {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #0033FF;
        color: #FFFFFF;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.selecteditem_UN {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #0033FF;
        color: #FFFFFF;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.selecteditem_CAMP {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #0033FF;
        color: #FFFFFF;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.selecteditem_S1 {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #0033FF;
        color: #FFFFFF;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.selecteditem_Y {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #6600CC;
        color: #FFFFFF;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.selecteditem_CY {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #b28f17;
        color: #FFFFFF;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.selecteditem_T {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #bb04fc;
        color: #FFFFFF;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: pointer;
    }

    .tablestable td.reserveditem {
        padding: 0px;
        border: solid 1px #000000;
        background-color: #c0c0c0;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: default;
    }

    .tablestable td.blankitem {
        padding: 0px;
        border: none;
        width: 18px;
        text-align: center;
        font-size: 9px;
        cursor: default;
    }

.modal-inner-wrapper rounded-corners {
    background-color: #FFEEDD;
    border: 1px solid #FF8855;
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .modal-inner-wrapper rounded-corners .body {
        background-color: #FFEEDD;
        border: 1px solid #FF8855;
        padding: 5px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

#dhtmltooltip {
    position: absolute;
    width: 150px;
    border: 2px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
}

#dhtmltooltip1 {
    position: absolute;
    width: 150px;
    border: 2px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
}

.availitem_S {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #00ff33;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.availitem_Sa {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #00ff33;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.availitem_S1 {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #FF0000;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.availitem_S1a {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #FF0000;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.availitem_Y {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #FF9933;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.availitem_Ya {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #FF9933;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.availitem_CY {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #bbff22;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.availitem_CYa {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #bbff22;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.availitem_T {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #61c5fb;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.availitem_Ta {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #61c5fb;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.availitem_DY {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #ff0000;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.selecteditem_S {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #0033FF;
    color: #FFFFFF;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.selecteditem_CAMP {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #0033FF;
    color: #FFFFFF;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.selecteditem_S1 {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #0033FF;
    color: #FFFFFF;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.selecteditem_Y {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #6600CC;
    color: #FFFFFF;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.selecteditem_CY {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #b28f17;
    color: #FFFFFF;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.selecteditem_T {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #bb04fc;
    color: #FFFFFF;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.reserveditem {
    padding: 0px;
    border: solid 1px #000000;
    background-color: #c0c0c0;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: default;
}

.blankitem {
    padding: 0px;
    border: none;
    width: 18px;
    text-align: center;
    font-size: 9px;
    cursor: default;
}

.td {
    padding: 4px;
    float: left;
    padding-left: 10px;
}

.ts1 {
    border-collapse: collapse;
    border: none;
}

.td3 {
    padding: 4px;
    padding-left: 10px;
    text-align: left;
}

.td4 {
    padding: 4px;
    text-align: center;
    padding-left: 10px;
}

.tdh {
    text-align: center;
    color: #000000;
    height: 19;
}
/* .MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
} */

.MyCalendar .ajax__calendar_container {
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
    width: 22em;
}

.MyCalendar .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
    width: 22em;
}

.MyCalendar .ajax__calendar_title, .MyCalendar .ajax__calendar_next, .MyCalendar .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.MyCalendar .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
    width: 22em;
    height: 15em;
}

.MyCalendar .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}

.MyCalendar .ajax__calendar_day {
    color: #004080;
    text-align: center;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year, .MyCalendar .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}

.MyCalendar .ajax__calendar_today {
    font-weight: bold;
}

.MyCalendar .ajax__calendar_other, .MyCalendar .ajax__calendar_hover .ajax__calendar_today, .MyCalendar .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

.MyCalendar .ajax__calendar table tr td {
    padding: 0;
    margin: 0;
}

.mpBg {
    background-color: #3753fc;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.mp {
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

.mpHd {
    background-color: #616cae;
    border-color: White;
    border-width: 1px;
    color: White;
    font-weight: bold;
    width: 100%;
    height: 16px;
}

.mpClose {
    text-align: center;
    width: 100%;
}

.mpCloseButton {
    position: absolute;
    right: 4px;
    width: 17px;
    height: 18px;
}

.controlCell {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    background-color: #C1FFFE;
}

.responseMsg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #FF6600;
}

#wizHeader li .prevStep {
    background-color: #669966;
}

    #wizHeader li .prevStep:after {
        border-left-color: #669966 !important;
    }

#wizHeader li .currentStep {
    background-color: #C36615;
}

    #wizHeader li .currentStep:after {
        border-left-color: #C36615 !important;
    }

#wizHeader li .nextStep {
    background-color: #C2C2C2;
}

    #wizHeader li .nextStep:after {
        border-left-color: #C2C2C2 !important;
    }

#wizHeader {
    position: relative;
    list-style: none;
    overflow: hidden;
    font: 12px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            color: white;
            text-decoration: none;
            padding: 10px 20px 10px 35px;
            background: brown; /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
            border-bottom: 1px dotted #ffffff;
        }

            #wizHeader li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 19px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 17px solid transparent;
                border-left: 17px solid white;
                position: absolute;
                top: 50%;
                margin-top: -18px;
                left: 100%;
                z-index: 2;
            }

            #wizHeader li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 19px solid transparent;
                border-bottom: 18px solid transparent;
                border-left: 17px solid white;
                position: absolute;
                top: 50%;
                margin-top: -19px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #wizHeader li:first-child a {
            padding-left: 10px;
        }

        #wizHeader li:last-child {
            padding-right: 50px;
        }

        #wizHeader li a:hover {
            background: #FE9400;
        }

            #wizHeader li a:hover:after {
                border-left-color: #FE9400 !important;
            }

.content2 {
    padding-top: 5px;
    text-align: left;
    background-color: #FFF;
    font-size: 12px;
}

.edittable {
    width: 99%;
}

    .edittable th {
        font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #6D929B;
        border-right: 1px solid #C1DAD7;
        border-left: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 6px 6px 6px 12px;
        background: #CAE8EA url(images/bg_header.jpg) no-repeat;
    }

    .edittable td {
        border-right: 1px solid #C1DAD7;
        border-left: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        background: #fff;
        padding: 6px 6px 6px 12px;
        color: #6D929B;
    }

        .edittable td.alt {
            background: #F5FAFA;
            color: #B4AA9D;
        }

.Overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.PopUpPanel {
    position: absolute;
    background-color: #fff;
    top: 100px;
    left: 15%;
    z-index: 2001;
    padding: 10px;
    min-width: 400px;
    max-width: 700px;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
}
/* Modules */

.module {
    border: 1px solid #9BA0AF;
    width: 100%;
    margin: 5px 3% 0 2%;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
}

#main .module header h3 {
    display: block;
    width: 90%;
    float: left;
}

.module header {
    height: 38px;
    width: 100%;
    background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.module footer {
    height: 32px;
    width: 100%;
    border-top: 1px solid #9CA1B0;
    background: #F1F1F4 url(../images/module_footer_bg.png) repeat-x;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.module_content {
    margin: 5px 20px;
    color: #666;
}

    .module_content table {
        width: 100%;
        margin: 0 0 10px 0;
    }

        .module_content table.tr {
            border-collapse: separate;
        }

        .module_content table th {
            background-color: #eeeeee;
            color: #000000;
            padding: 5px;
        }

        .module_content table td {
            background-color: #ffffff;
            padding: 5px;
        }

        .module_content table tr.odd td {
            background-color: #f1f5fa;
        }

.table-apply {
    width: 40%;
    float: right;
    text-align: right;
    margin-right: 10px;
}

.bordernone {
    border: none;
}

table.showDetails {
    background-color: #808080;
    border-spacing: 1px;
    border-collapse: separate;
}

    table.showDetails th {
        color: #fff;
        background-color: #808080;
        font-weight: normal;
        text-align: left;
        padding: 5px;
    }

        table.showDetails th a {
            color: white;
            text-decoration: none;
        }

    table.showDetails td {
        background-color: #E7E8EA;
        padding: 5px;
    }

        table.showDetails td.td1 {
            color: #3A3A3B;
            background-color: #f1f1f1;
        }

        table.showDetails td.td2 {
            color: #3A3A3B;
            background-color: #E7E8EA;
        }

        table.showDetails td.editCell {
            color: #3A3A3B;
            background-color: #ff0;
        }
/* Module Widths */

.width_full {
    width: 95%;
}

.width_half {
    width: 46%;
    margin-right: 0;
    float: left;
}

.width_quarter {
    width: 26%;
    margin-right: 0;
    float: left;
}

.width_3_quarter {
    width: 66%;
    margin-right: 0;
    float: left;
}

.module header h3 {
    color: #1F1F20;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 8px 20px;
}

.searchPanel {
    display: block;
    width: 95%;
    margin: 5px 3% 0 3%;
    margin-top: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #B5E5EF;
    background-position: 10px 10px;
    border: 1px solid #77BACE;
    color: #082B33;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 12px;
}

.header {
    color: #fff;
    background-color: #808080;
    font-weight: normal;
    text-align: left;
    padding: 5px;
}

.tabLink {
    height: 31px;
    color: #3A3A3B;
    font-family: Calibri, Calibri1;
    vertical-align: middle;
}

a.tabLink {
    text-align: center;
    text-decoration: none;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

    a.tabLink:hover {
        color: #fff;
        background-color: #1570A6;
    }

a.tabLink_selected {
    color: #fff;
    background-color: #1570A6;
}

.tabLink12 {
    background-color: #464C54;
    border: 1px solid #464C54;
    color: #FFEBB5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    padding: 8px 14px;
    text-decoration: none;
    text-transform: uppercase;
}

a.tabLink1 {
    background-color: #464C54;
    border: 1px solid #464C54;
    color: #FFEBB5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    padding: 8px 14px;
    text-decoration: none;
    text-transform: uppercase;
}

a.tabLink1_selected {
    color: #464C54;
    background-color: #fff;
    border: 1px solid #fff;
}

.tabClass {
    background-color: #636D76;
    border: 1px solid #494E52;
    border-top: solid 0 #fff;
    padding: 0 0px 8px 0px;
    vertical-align: text-top;
    min-height: 500px !important;
}
/*globalnav*/

#globalnav {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0 .5em;
    margin: 0;
    list-style: none;
    line-height: 1em;
}

    #globalnav LI {
        float: left;
        margin: 0;
        padding: 0;
        height: 31px;
    }

    #globalnav A {
        display: block;
        color: #444;
        text-decoration: none;
        font-weight: bold;
        background: #ddd;
        margin: 0;
        padding: 0.25em 1em;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        border-right: 1px solid #aaa;
        height: 21px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 8px;
        padding-bottom: 0px;
        text-transform: uppercase;
    }

        #globalnav A:hover, #globalnav A:active, #globalnav A.here:link, #globalnav A.here:visited {
            background: #bbb;
        }

        #globalnav A.here:link, #globalnav A.here:visited {
            position: relative;
            z-index: 102;
        }
    /*subnav*/

    #globalnav UL {
        position: absolute;
        left: 0;
        top: 1.5em;
        float: left;
        background: #bbb;
        width: 100%;
        margin: 0;
        padding: 0.25em 0.25em 0.25em 1em;
        list-style: none;
        border-top: 1px solid #fff;
    }

        #globalnav UL LI {
            float: left;
            display: block;
            margin-top: 1px;
        }

        #globalnav UL A {
            background: #bbb;
            color: #fff;
            display: inline;
            margin: 0;
            padding: 0 1em;
            border: 0;
        }

            #globalnav UL A:hover, #globalnav UL A:active, #globalnav UL A.here:link, #globalnav UL A.here:visited {
                color: #444;
                height: 21px;
                padding-right: 15px;
                padding-left: 15px;
                padding-top: 8px;
                padding-bottom: 0px;
                text-transform: uppercase;
            }

.buttons a, .buttons button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

    .buttons button[type] {
        padding: 5px 10px 5px 7px; /* Firefox */
    }

.title {
    color: #3A3A3B;
    font-family: Calibri, Calibri1;
    font-size: 20px;
    padding-top: 128px;
    text-align: center;
    text-decoration: none;
}

    .title:hover {
        color: #4285F4;
        font-family: Calibri, Calibri1;
        font-size: 21px;
        padding-top: 128px;
        text-align: center;
        text-decoration: underline;
    }

.topLink {
    height: 31px;
    color: #3A3A3B;
    font-family: Calibri, Calibri1;
}

a.topLink {
    text-align: center;
    text-decoration: none;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

    a.topLink:hover {
        color: #fff;
        background-color: #7B7B7B;
    }

a.topLink_selected {
    color: #fff;
    background-color: #7B7B7B;
}

.tabLink {
    height: 31px;
    color: #3A3A3B;
    font-family: Calibri, Calibri1;
}

a.tabLink {
    text-align: center;
    text-decoration: none;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

    a.tabLink:hover {
        color: #fff;
        background-color: #1570A6;
    }

a.tabLink_selected {
    color: #fff;
    background-color: #1570A6;
}

.seprater {
    width: 50px;
    height: 25px;
}

.menuIconWH {
    width: 128px;
    height: 171px;
    text-align: center;
}

.icon {
    height: 128px;
    width: 128px;
}

#menu-01 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/module-01.png);
}

    #menu-01:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#menu-02 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/module-02.png);
}

    #menu-02:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#menu-03 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/module-03.png);
}

    #menu-03:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#menu-04 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/module-04.png);
}

    #menu-04:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#menu-05 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/module-05.png);
}

    #menu-05:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-changememberid {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-changememberid.png);
}

#setting-changehorseid {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/changehorseid.png);
}

#changehorseid {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/changehorseid.png);
}

#setting-mergemembers {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-mergemembers.png);
}

#EmailMembers {
    background-position: 0px 0px;
    background-image: url(../images/invoice.png);
}

#ResendInvoices {
    background-position: 0px 0px;
    background-image: url(../images/invoice.png);
}

#ResendCoachInvoices {
    background-position: 0px 0px;
    background-image: url(../images/invoice.png);
}

#setting-upload {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-01.png);
}

#setting-01 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-01.png);
}

    #setting-01:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-02 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-02.png);
}

    #setting-02:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-03 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-03.png);
}

    #setting-03:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-04 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-04.png);
}

    #setting-04:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-05 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-05.png);
}

    #setting-05:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-06 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-06.png);
}

    #setting-06:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-07 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-07.png);
}

    #setting-07:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-08 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-08.png);
}

    #setting-08:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-09 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-09.png);
}

    #setting-09:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-10 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-10.png);
}

    #setting-10:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-11 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-11.png);
}

    #setting-11:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-12 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-12.png);
}

    #setting-12:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-13 {
    background-position: 0px 0px;
    background-image: url(../images/Horese.png);
}

    #setting-13:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-14 {
    background-position: 0px 0px;
    background-image: url(../images/member.png);
}

    #setting-14:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-15 {
    background-position: 0px 0px;
    background-image: url(../images/full-shopping-cart-icon.png);
}

    #setting-15:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-16 {
    background-position: 0px 0px;
    background-image: url(../images/juniors.png);
}

    #setting-16:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-17 {
    background-position: 0px 0px;
    background-image: url(../images/renewal_email.png);
}

    #setting-17:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-171 {
    background-position: 0px 0px;
    background-image: url(../images/renewal_email.png);
}

    #setting-171:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-172 {
    background-position: 0px 0px;
    background-image: url(../images/renewal_email.png);
}

    #setting-172:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-18 {
    background-position: 0px 0px;
    background-image: url(../images/renewal_letters.png);
}

    #setting-18:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-19 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-1/email-edit-icon.png);
}

    #setting-19:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-20 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-1/email-edit-icon.png);
}

    #setting-20:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#printrenewals_icon {
    background-position: 0px 0px;
    background-image: url(../images/printrenewals_icon.png);
}

    #printrenewals_icon:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-96 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-1/change-password-icon.png);
}

    #setting-96:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-97 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-97.png);
}

    #setting-97:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-98 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-98.png);
}

    #setting-98:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

#setting-99 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/setting-99.png);
}

    #setting-99:hover {
        cursor: hand;
        background-position: -128px 0px;
    }

.tab1-01 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/tab1-01.png);
}

    .tab1-01:hover, .tab1-01.selected {
        cursor: hand;
        background-position: -128px 0px;
    }

.tab1-02 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/tab1-02.png);
}

    .tab1-02:hover, .tab1-02.selected {
        cursor: hand;
        background-position: -128px 0px;
    }

.tab1-03 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/tab1-03.png);
}

    .tab1-03:hover, .tab1-03.selected {
        cursor: hand;
        background-position: -128px 0px;
    }

.tab1-04 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/tab1-04.png);
}

    .tab1-04:hover, .tab1-04.selected {
        cursor: hand;
        background-position: -128px 0px;
    }

.tab1-05 {
    background-position: 0px 0px;
    background-image: url(../images/menu-icons-2/tab1-05.png);
}

    .tab1-05:hover, .tab1-05.selected {
        cursor: hand;
        background-position: -128px 0px;
    }

.breadcrumb {
    font-size: small;
}

    .breadcrumb a {
        color: blue;
    }

        .breadcrumb a:hover {
            color: blue;
            text-decoration: underline;
        }

.AutoExtender {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 10px;
    background-color: White;
    margin-left: 10px;
}

.AutoExtenderList {
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color: Maroon;
}

.AutoExtenderHighlight {
    color: White;
    background-color: #006699;
    cursor: pointer;
}

#divwidth {
    width: 150px !important;
}

    #divwidth div {
        width: 150px !important;
    }

.modalBackground {
    background-color: #CCCCFF;
    filter: alpha(opacity=40);
    opacity: 0.5;
}

.roundcorner {
    border: 2px solid #a1a1a1;
    padding: 5px 50px;
    background: #dddddd;
    width: 70px;
    border-radius: 25px;
    -moz-border-radius: 35px; /* Firefox 3.6 and earlier */
}

.igoogle-busstop {
    border: solid 1px #abb079;
    font-family: Arial;
    font-size: 10pt;
}
    /* header cell style */
    .igoogle-busstop th {
        color: #696e2f;
        border-right-color: #abb079;
        border-bottom-color: #abb079;
        background: #e1e5b2 url(../images/mt_back.gif) repeat-x;
    }
    /* cell styles */
    .igoogle-busstop td {
        border-bottom-color: #f0f2da;
        border-right-color: #f0f2da;
    }
    /* mouseover row style */
    .igoogle-busstop .row-over {
        background-color: #f0f2da;
    }
    /* mouse select row style */
    .igoogle-busstop .row-select {
        color: #fff;
        background-color: #abb079;
    }

.MyTabStyle .ajax__tab_header {
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

    .MyTabStyle .ajax__tab_header .ajax__tab_outer {
        border-color: #222;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
        border: solid 1px #d7d7d7;
        cursor: hand;
    }

    .MyTabStyle .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        color: #666;
        padding: 3px 10px 2px 0px;
        cursor: hand;
    }

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: #9c3;
    cursor: hand;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
    color: #fff;
    cursor: default;
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #d7d7d7;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: #000;
    border-color: #333;
}

.MyTabStyle .ajax__tab_body {
    font-family: verdana, tahoma, helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #d7d7d7;
    border-top-color: #ffffff;
}

.eventtitle{
    font-size: 26px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px auto;
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 20px;
}

.eventidtext {
    font-size: 12px;
    line-height: 26px;
    padding-left: 20px;
    font-style: italic;
}
