/* 
forms.css - CSS for form components
*/

.form p {
    margin-bottom: 15px;
}

.form fieldset, .fieldset {
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 20px 20px 15px;
    clear: both;
    /*position: relative;*/
    min-height: 20px;
    /*border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*-webkit-border-radius: 3px;*/
}

    .form fieldset.tight, .fieldset.tight {
        padding: 10px 5px 10px 5px;
    }

.form fieldset fieldset {
    margin: 0 0 10px;
    padding: 10px 10px 8px;
}

body.ie7 fieldset, body.ie8 fieldset, body.ie7 .fieldset, body.ie8 .fieldset {
    padding: 25px 20px 5px;
    margin-top: 10px;
}

.form fieldset.collapsed > *, .fieldset.collapsed > * {
    display: none;
}

.form fieldset.no-padding {
    margin-top: 10px;
}

    .form fieldset.no-padding legend {
        margin-top: -10px;
        margin-left: 20px;
        position: absolute;
        z-index: 1000;
    }

.form fieldset.collapsed legend, .fieldset.collapsed .legend {
    display: block;
    margin-left: 0;
}

.form fieldset.collapsed, .fieldset.collapsed {
    background: none !important;
    border: none;
    padding: 0;
}

.form fieldset.grey {
    background: #f7f7f7;
    box-shadow: 0px 1px 0px #fff inset;
}

.form legend, .legend {
    background: url("../AdminBase_img/boxheader-alt-50pc.png") repeat-x scroll center top #dddddd;
    font-size: 93%;
    font-weight: bold;
    padding: 7px 8px;
    box-shadow: 1px 1px 0px #555;
}

.form fieldset fieldset legend {
    font-size: 80%;
    font-weight: bold;
    padding: 3px 4px;
    box-shadow: 1px 1px 0px #555;
}

body.ie7 legend, body.ie8 legend, body.ie7 .legend, body.ie8 .legend {
    position: absolute;
    top: -10px;
}

body.ie7 legend, body.ie7 .legend {
    left: 10px;
}

.form legend a {
    background: url("../Images/icons/16/bullet_toggle_plus.png") no-repeat right center;
    text-decoration: none;
    display: block;
    color: #181818;
    padding-right: 20px;
    cursor: pointer;
}

    .form legend a.collapse {
        background: url("../Images/icons/16/bullet_toggle_minus.png") no-repeat right center;
    }

.form label {
    display: block;
    text-align: left;
    cursor: hand;
    margin-bottom: 10px;
}

.inline.fixed label {
    width: 110px;
}

.inline.fixed.larger label {
    width: 200px;
}

.inline.fixed.largest label {
    width: 100%;
}

.inline.fixed.huge label {
    width: 300px;
}

.inline.fixed.large label {
    width: 150px;
}

.inline.fixed.small label {
    width: 75px;
}

.inline.fixed.smaller label {
    width: 50px;
}

.inline label {
    display: inline-block;
    margin-right: 15px;
}

.inline select {
    margin-right: 15px;
}

.inline input[type="button"], .inline input[type="submit"], .inline button {
    margin-bottom: 0;
}

.inline input[type="text"], .inline input[type="password"], .inline textarea {
    margin-right: 15px;
}

.inline label {
    /*white-space: nowrap;*/
}

.inline div {
    white-space: nowrap;
}

input[readonly="readonly"] {
    color: #999999;
}
/* added by CC */

.inline div input[type="text"],
.inline div input[type="password"],
.inline div textarea,
.inline div select {
    margin-left: 0px;
    margin-right: 0px;
}

.form input[type="text"], .form input[type="password"], .form textarea {
    /*background: #fefefe url(../AdminBase_img/input-bg.gif) repeat-x top;*/
    border: 1px solid #ccc;
    padding: 5px;
    color: #4d4d4d;
    width: 150px;
    /*border-radius: 3px;*/
}

body.ie7 .form input[type="text"], body.ie7 .form input[type="password"], body.ie7 .form textarea {
    background: #ffffff;
    padding: 1px;
    margin: 0px;
}

.form textarea.largest {
    resize: none;
}

.form select.smaller, .form input[type="text"].smaller, .form input[type="password"].smaller {
    width: 50px;
}

.form select.small, .form input[type="text"].small, .form input[type="password"].small {
    width: 70px;
}

.form select.small100, .form input[type="text"].small100, .form input[type="password"].small100 {
    width: 100px;
}

.form select.small100 {
    width: 110px;
    margin-right: 0;
}

.form select.large, .form input[type="text"].large, .form input[type="password"].large {
    width: 200px;
}

.form select.large {
    width: 212px;
}

.form select.larger, .form input[type="text"].larger, .form input[type="password"].larger {
    width: 260px;
}

.form select.huge, .form input[type="text"].huge, .form input[type="password"].huge, textarea.huge {
    width: 80%;
}

.form select.medium, .form input[type="text"].medium, .form input[type="password"].medium, textarea.medium {
    width: 60%;
}

.form select.largest, .form input[type="text"].largest, .form input[type="password"].largest, textarea.largest {
    width: 98%;
}

.form select {
    border: 1px solid #ccc;
    padding: 4px;
    color: #4d4d4d;
    /*border-radius: 3px;*/
    width: 150px;
}

.wideDropDown {
    width: 350px!important;
}

.form input[type=checkbox], .form input[type=radio] {
    width: auto;
    border: 0;
    background: none;
    margin: 0 10px 0 0;
}
/* Input Validation */
.form span.required {
    color: #F45D43;
    font-weight: 700;
    font-size: 131%;
}

.form input.success {
    background: #F1FFBF url("../Images/icons/16/success.png") no-repeat 140px center;
    border-color: #A6D50F;
}

.form input.error {
    background: #FECDC6 url("../Images/icons/16/error.png") no-repeat 140px center;
    border-color: #F45D43;
}

.form input.warning {
    background: #FFECB0 url("../Images/icons/16/warning.png") no-repeat 140px center;
    border-color: #FFBC2A;
}

.form input.info {
    background: #D4E7F5 url("../Images/icons/16/information.png") no-repeat 140px center;
    border-color: #589AD7;
}

.form input.tip {
    background: #FFECCD url("../Images/icons/16/tip.png") no-repeat 140px center;
    border-color: #DD9854;
}

.form input.search {
    background: #FFFFFF url("../Images/Icons/16/page_white_magnify.png") no-repeat 140px center;
    border-color: #DD9854;
}

.form input.date {
    background: #FFFFFF url("../Images/Icons/16/calendar-select.png") no-repeat 140px center;
    border-color: #DD9854;
}

.form input.success, .form input.error, .form input.warning, .form input.info, .form input.tip, .form input.search {
    padding: 5px 25px 5px 5px;
    width: 130px;
}

.form input.large.success, .form input.large.error, .form input.large.warning, .form input.large.info, .form input.large.tip, .form input.large.search {
    background-position: 210px center;
}

.form input.larger.success, .form input.larger.error, .form input.larger.warning, .form input.larger.info, .form input.larger.tip, .form input.larger.search {
    background-position: 270px center;
}

.form input.largest.success, .form input.largest.error, .form input.largest.warning, .form input.largest.info, .form input.largest.tip, .form input.largest.search {
    background-position: 99% center;
}

.form input.huge.success, .form input.huge.error, .form input.huge.warning, .form input.huge.info, .form input.huge.tip, .form input.hugesearch {
    background-position: 99% center;
}

.form p img, .form div img {
    vertical-align: middle;
    margin-left: 5px;
}

.form label.strong {
    font-weight: 700;
}

.form.col label {
    float: left;
    width: 140px;
    margin-top: 5px;
    clear: left;
}

.form.tight input, .form.tight label {
    margin: 2px;
    padding: 1px;
}

.ui-datepicker-trigger {
    padding: 8px;
    cursor: pointer;
    float: left;
}
/* Stylish Switches */
.switch-enable, .switch-disable {
    display: block;
    float: left;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 0 10px;
    background: url("../AdminBase_img/input-bg.gif") repeat-x top #FEFEFE;
    font-weight: 700;
    color: #333333;
}

.switch-enable {
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.switch-disable {
    border-radius: 0 5px 5px 0;
}

    .switch-disable.selected, .switch-enable.selected {
        color: #fff;
        padding: 0 10px;
    }

    .switch-disable.selected {
        background: #b04d44 url(../AdminBase_img/grad.png) repeat-x bottom;
        border: 1px solid #96413b;
        border-radius: 0 5px 5px 0;
    }

.switch-enable.selected {
    background: #88bc1f url(../AdminBase_img/grad.png) repeat-x bottom;
    border: 1px solid #4f810f;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.switch-wrapper span {
    cursor: pointer;
}

.switch-wrapper input {
    display: none;
}

.switch-wrapper {
    clear: both;
    padding-bottom: 25px;
}

    .switch-wrapper.wide {
        width: 100%;
    }

        .switch-wrapper.wide span {
            width: 35%;
        }
    /* Stylish Switches (Small) */
    .switch-wrapper.small .switch-disable, .switch-wrapper.small .switch-enable {
        padding: 0 5px;
    }

        .switch-wrapper.small .switch-disable.selected {
            background: #b04d44 url(../AdminBase_img/grad.png) repeat-x bottom;
            border: 1px solid #96413b;
            border-radius: 0 5px 5px 0;
        }

        .switch-wrapper.small .switch-enable.selected {
            background: #88bc1f url(../AdminBase_img/grad.png) repeat-x bottom;
            border: 1px solid #4f810f;
            border-right: 0;
            border-radius: 5px 0 0 5px;
        }

    .switch-wrapper.small .switch-enable, .switch-wrapper.small .switch-disable {
        font-size: 85%;
        line-height: 25px;
    }
/* Progress Bars */
.progress-bar {
    background: url("../AdminBase_img/grad.png") repeat-x center bottom #ccc;
    border: 1px solid #808080;
    display: inline-block;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100px;
    vertical-align: middle;
    box-shadow: 0 2px 4px #808080 inset;
    /*border-radius: 3px;*/
}

body.ie7 .progress-bar, body.ie8 .progress-bar {
    zoom: 1;
    display: inline;
}

.progress-bar span {
    background-image: url("../AdminBase_img/grad.png");
    background-repeat: repeat-x;
    background-position: bottom center;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 93%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.4) inset;
    /*border-radius: 3px;*/
}

.progress-bar.blue > span {
    background-color: #00A1CD;
}

.progress-bar.red > span {
    background-color: #F00;
}

.progress-bar.black > span {
    background-color: #555;
}

.progress-bar.green > span {
    background-color: #0F0;
}
/* Buttons */

button, .button, input[type="submit"], input[type="button"] {
    cursor: pointer;
    display: inline-block;
    font-size: 108%;
    font-weight: 700;
    margin: 0 5px 15px 0;
    outline: none;
    padding: 10px 15px;
    width: auto;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    background: #404040 url('../AdminBase_img/grad.png') repeat-x bottom;
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*
    border-width: 2px;
    border-style: groove;
        
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(225, 225, 225, 0.5) inset;
        */
    /*border-radius: 3px;*/
}

    .button.minimal {
        cursor: pointer;
        display: inline-block;
        font-size: 108%;
        font-weight: 700;
        margin: 0 5px 15px 0;
        outline: none;
        padding: 10px 15px;
        width: auto;
        text-align: center;
        text-decoration: none !important;
        vertical-align: middle;
        background: none;
        color: #999 !important;
        border-style: none;
        border: 0 none;
        box-shadow: none;
        /*border-radius: 3px;*/
    }

body.ie7 input[type="submit"], body.ie7 input[type="button"], body.ie8 input[type="submit"], body.ie8 input[type="button"], body.ie7 button, body.ie8 button, body.ie7 .button, body.ie8 .button {
    zoom: 1;
    display: inline;
    border-width: 1px;
    border-style: solid;
}

body.ie7 input[type="submit"], body.ie7 input[type="button"] {
    padding: 8px 0px;
}

    body.ie7 input[type="submit"].small, body.ie7 input[type="button"].small {
        padding: 3px 0px;
    }

button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #595959;
    background-image: url('../AdminBase_img/grad.png');
    text-decoration: none;
    outline: none;
}

.button.minimal:hover {
    background-color: #eeeeee;
    background-image: url('../AdminBase_img/grad.png');
    text-decoration: none;
    outline: none;
}


input[type="submit"]:active, input[type="button"]:active, button:active, .button:active {
    position: relative;
    top: 1px;
    outline: none;
    background-image: url('../AdminBase_img/grad-rev.png');
    background-position: top;
}

input[type="submit"].blue, input[type="button"].blue, button.blue, .button.blue {
    background-color: #00A1CD;
}

    input[type="submit"].blue:hover, input[type="button"].blue:hover, button.blue:hover, .button.blue:hover {
        background-color: #00b4e5;
    }

input[type="submit"].yellow, input[type="button"].yellow, button.yellow, .button.yellow {
    background-color: #999900;
}

    input[type="submit"].yellow:hover, input[type="button"].yellow:hover, button.yellow:hover, .button.yellow:hover {
        background-color: #AAAA00;
    }

input[type="submit"].orange, input[type="button"].orange, button.orange, .button.orange {
    background-color: #FF9900;
}

    input[type="submit"].orange:hover, input[type="button"].orange:hover, button.orange:hover, .button.orange:hover {
        background-color: #FFAA00;
    }


input[type="submit"].green, input[type="button"].green, button.green, .button.green {
    background-color: #20c00f;
}

    input[type="submit"].green:hover, input[type="button"].green:hover, button.green:hover, .button.green:hover {
        background-color: #25d911;
    }

input[type="submit"].red, input[type="button"].red, button.red, .button.red {
    background-color: #c00f0f;
}

    input[type="submit"].red:hover, input[type="button"].red:hover, button.red:hover, .button.red:hover {
        background-color: #d91111;
    }

input[type="submit"].grey, input[type="button"].grey, button.grey, .button.grey {
    background: url("../AdminBase_img/boxheader.gif") repeat-x center center #E2E2E2;
    color: #4d4d4d !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    input[type="submit"].gray:hover, input[type="button"].gray:hover, button.grey:hover, .button.grey:hover {
        background-color: #fff;
    }

input[type="submit"].large, input[type="button"].large, button.large, .button.large {
    font-size: 138.5%;
    padding: 10px 30px;
}

input[type="submit"].fullWidth, input[type="button"].fullWidth, button.fullWidth, .button.fullWidth {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

input[type="submit"].smallest, input[type="button"].smallest, button.smallest, .button.smallest {
    font-size: 85%;
    padding: 2px 4px 2px;
}

input[type="submit"].smaller, input[type="button"].smaller, button.smaller, .button.smaller {
    font-size: 93%;
    padding: 2px 5px 2px;
}

input[type="submit"].small, input[type="button"].small, button.small, .button.small {
    font-size: 93%;
    padding: 4px 10px 5px;
}

.orangebtn {
        cursor: pointer;
    display: inline-block;
    font-size: 90%;
    font-weight: normal;
    margin: 0px 2px 2px 0;
    outline: none;
    padding: 2px 4px;
    width: auto;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    background: #fff;
    color: #555 !important;
    border: 0 none;
}

.orangebtn.active {
    background: #ffeeaa;
    border: 1px solid #ccc;
    font-weight: bold;
}

.orangebtn:hover {
    background: #ddd;
}


.orangebtn img {
    width: 13px;
    height: 13px;
}

textarea[readonly="readonly"], select[readonly="readonly"], select[disabled="disabled"], input[disabled="disabled"], input[readonly="readonly"], textarea.disabled, input[type="submit"].disabled, input[type="button"].disabled, input[type="submit"].disabled:hover, input[type="button"].disabled:hover, button.disabled, button.disabled:hover, .button.disabled, .button.disabled:hover {
    background-color: #ddd !important;
    background-image: none !important;
    color: #444 !important;
    text-shadow: 0 1px 0 #CCCCCC;
    border: 1px solid #aaa;
}

    select[disabled="disabled"], input[disabled="disabled"], textarea.disabled, input[type="submit"].disabled, input[type="button"].disabled, input[type="submit"].disabled:hover, input[type="button"].disabled:hover, button.disabled, button.disabled:hover, .button.disabled, .button.disabled:hover {
        cursor: default;
    }

        input[type="submit"].disabled:active, input[type="button"].disabled:active, button.disabled:active, .button.disabled:active {
            position: relative;
            top: 0;
            background-image: url('../AdminBase_img/grad.png');
        }

body.ie7 button.blue, body.ie8 button.blue {
    border-color: #0080a4;
}

body.ie7 button.green, body.ie8 button.green {
    border-color: #19990c;
}

body.ie7 button.red, body.ie8 button.red {
    border-color: #990c0c;
}

body.ie7 button.grey, body.ie8 button.grey {
    border-color: #d3d3d3;
}

body.ie7 button.disabled, body.ie8 button.disabled {
    border-color: #a3a3a3;
}

fieldset button, .button {
    margin: 0 5px 10px 0;
}

    button img, .button img {
        display: inline;
        height: 16px;
        margin-right: 10px;
        vertical-align: -3px;
        width: 16px;
    }

    .button.minimal img {
        margin-right: 5px;
    }
/* notifications */
.notification.success {
    background: #f1ffbf url('../Images/icons/16/success.png') no-repeat 10px 10px;
    /*border-color: #a6d50f;*/
}

    .notification.success span.strong {
        color: #283304;
    }

.notification.error {
    background: #fecdc6 url('../Images/icons/16/error.png') no-repeat 10px 10px;
    /*border-color: #f45d43;*/
}

    .notification.error span.strong {
        color: #33130e;
    }

.notification.warning {
    background: #ffecb0 url('../Images/icons/16/warning.png') no-repeat 10px 10px;
    /*border-color: #ffbc2a;*/
}

    .notification.warning span.strong {
        color: #332508;
    }

.notification.info {
    background: #d4e7f5 url('../Images/icons/16/information.png') no-repeat 10px 10px;
    /*border-color: #589ad7;*/
}

    .notification.info span.strong {
        color: #152433;
    }

.notification.tip {
    background: #ffeccd url('../Images/icons/16/tip.png') no-repeat 10px 10px;
    /*border-color: #dd9854;*/
}

    .notification.tip span.strong {
        color: #332313;
    }

.notification {
    padding: 10px 10px 10px 35px;
    /*border: 1px solid #fff;*/
    margin-bottom: 20px;
    position: relative;
    /*border-radius: 3px;*/
}

    .notification.no-margin {
        border-radius: 0;
        /*border-left: 1px solid #CCCCCC;*/
        /*border-right: 1px solid #CCCCCC;*/
        margin: 0;
    }

    .notification .close {
        background: url("../Images/icons/16/close.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        height: 16px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 16px;
    }

    .notification .close {
        display: none;
    }

    .notification.withclose .close {
        display: block;
    }

    .notification .close:hover {
        opacity: 1;
    }

    .notification.nopic {
        background-image: none;
        padding: 10px;
    }

    .notification span.strong {
        margin-right: 10px;
    }


/* buttons in table fix - by CC */
.table .button, .table input[type="button"], .table input[type="text"], .table input[type="password"], .table input[type="submit"], .table button {
    margin-bottom: 1px;
    margin-top: 1px;
}

.form table {
    width: 100%;
}

    .form table th {
        width: 100px;
    }

    .form table td, .form table th {
        vertical-align: middle;
    }

        .form table td label, .form table th label {
            padding-bottom: 0;
            margin-bottom: 0;
        }

fieldset.red, .fieldset.red {
    background: #eedddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eedddd), color-stop(50%,#ffffff));
}

fieldset.green, .fieldset.green {
    background: #ddffdd -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddffdd), color-stop(50%,#ffffff));
}

fieldset.blue, .fieldset.blue {
    background: #eeeeff -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeff), color-stop(50%,#ffffff));
}

fieldset.yellow, .fieldset.yellow {
    background: #ffffcc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffcc), color-stop(50%,#ffffff));
}

fieldset.orange, .fieldset.orange {
    background: #ffdd99 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdd99), color-stop(50%,#ffffff));
}


.tableform label {
    color: #555555;
    text-align: right;
    margin-right: 10px;
}

    .tableform label.compulsory {
        color: #000000;
    }

.tableform td, .tableform th {
    text-align: left;
    width: 6%;
    padding: 2px;
}

.tableform tr td:first-child {
    width: 4%;
}

.tableform input[type="text"], .tableform input[type="password"], .tableform textarea, .tableform select {
    margin-right: 0;
    /*background: #eee;*/
    width: 80% !important;
    /*border-color: #999;*/
}

.tableform.fixed input[type="text"], .tableform.fixed input[type="password"], .tableform.fixed textarea, .tableform.fixed select {
    width: auto !important;
}

.tableform.compact {
    font-size: 93%;
}

.tableform.tight th, .tableform.tight td {
    margin: 0;
    padding: 0;
}

.tight select,
.tight input[type="text"],
.tight input[type="password"],
.tight textarea {
    padding: 2px;
    margin: 2px;
}

.form legend.yellow, .legend.yellow {
    background: url("../AdminBase_img/boxheader-alt-50pc.png") repeat-x scroll center top #ffff00;
}

.form legend.blue, .legend.blue {
    background: url("../AdminBase_img/boxheader-alt-50pc.png") repeat-x scroll center top #ccccff;
}

.form legend.bluebutton, .legend.bluebutton {
    background: #00A1CD url('../AdminBase_img/grad.png') repeat-x bottom;
    border-width: 2px;
    border-style: groove;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(225, 225, 225, 0.5) inset;
    /*border-radius: 3px;*/
}

    .form legend.bluebutton a, .legend.bluebutton a {
        color: #ffffff !important;
    }

.form legend.green, .legend.green {
    background: url("../AdminBase_img/boxheader-alt-50pc.png") repeat-x scroll center top #ccffcc;
}

.form legend.red, .legend.red {
    background: url("../AdminBase_img/boxheader-alt-50pc.png") repeat-x scroll center top #ffcccc;
}

.form legend.purple, .legend.purple {
    background: url("../AdminBase_img/boxheader-alt-50pc.png") repeat-x scroll center top #ffccff;
}

.formblock {
    /*border-radius: 5px;*/
    padding: 5px 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #cccccc;
}

    .formblock.highlight {
        border: solid 1px #555555;
    }

.inline.dynamic label {
    width: 40%;
    max-width: 150px;
    padding: 6px 2px;
    margin: 0;
}

.inline.dynamic input[type="text"],
.inline.dynamic input[type="password"],
.inline.dynamic textarea,
.inline.dynamic select {
    width: 40%;
    max-width: 200px;
}


.inline.dynamic input[type="text"],
.inline.dynamic input[type="password"] {
    margin-right: 0;
}



/* input radio/checkbox list */
ul.radioList, ul.checkboxList {
    list-style: none;
    margin: 0;
    margin-left: 5px;
}

    ul.radioList li, ul.checkboxList li {
        margin: 0;
        padding: 0;
    }


/* button drop-down list */
.buttonOptionsWrapper {
    display: inline-block;
}

    .buttonOptionsWrapper ul {
        display: none;
    }

    .buttonOptionsWrapper ul {
        position: absolute;
        z-index: 1000;
        list-style: none;
        width: 150px;
        background: #eeeeee;
        margin: 0;
        padding: 0;
        margin-top: -5px;
        border: solid 1px #555555;
        /*border-radius: 5px;*/
    }

        .buttonOptionsWrapper ul li a {
            display: block;
            border-bottom: solid 1px #cccccc;
            font-size: 90%;
            padding: 5px;
            background: #eeeeee;
        }

            .buttonOptionsWrapper ul li a:hover {
                background: #ffffff;
            }


            .buttonOptionsWrapper ul li a img {
                vertical-align: -2px;
                margin-right: 5px;
            }

    .buttonOptionsWrapper:hover ul {
        display: block;
    }


table.progress {
    width: 100%;
}

    table.progress tr.progressHdr td {
        vertical-align: bottom;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
    }

    table.progress tr.progressBar td {
        background-image: url(../Images/Progress/bg.png);
        background-position: center center;
        height: 32px;
        width: 10%;
        text-align: center;
        vertical-align: middle;
    }

        table.progress tr.progressBar td img {
            width: 36px;
            height: 36px;
        }

        table.progress tr.progressBar td.first {
            background-image: url(../Images/Progress/bg-left.png);
            background-repeat: no-repeat;
        }

        table.progress tr.progressBar td.last {
            background-image: url(../Images/Progress/bg-right.png);
            background-repeat: no-repeat;
        }

    table.progress tr.progressDetail td {
        vertical-align: top;
        text-align: center;
        font-size: 11px;
    }
