﻿/*Begin - Master Page*/
.master_l {
    width: 18px;
    border-right: 2px solid white;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%,#f3f3f3 100%); /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%,#f3f3f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
}

.master_c {
    width: 960px;
    max-width: 960px;
    text-align: left;
    vertical-align: top;
}

.master_r {
    width: 18px;
    border-left: 2px solid white;
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(left, #f3f3f3 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f3f3f3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f3f3f3 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f3f3f3 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #f3f3f3 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.master_lr {
    padding: 0px 5px;
}

.master_addr {
    display: inline-block;
    float: left;
    width: 290px;
    padding: 10px 0 0 10px;
    font-size: 8pt;
}

.master_copyright {
    padding: 15px 0 0 10px;
    font-size: 8pt;
}

.master_logout {
    color: black;
    cursor: pointer;
}

    .master_logout:hover {
        text-decoration: underline;
    }

.master_header_bar {
    width: 100%;
    color: White;
    min-height: 30px;
    line-height: 30px;
    background-color: #0088ba;
}

.master_header_bar_left {
    float: left;
    width: 400px;
}

.master_header_bar_right {
    float: right;
    width: 500px;
    text-align: right;
}

.master_head_logo {
    height: 60px;
    vertical-align: middle;
}

    .master_head_logo #divLogo {
        width: auto;
        float: left;
        margin-top: 13px;
    }

    .master_head_logo #divMenu {
        width: auto;
        float: right;
        padding-top: 2px;
        font-weight: bold;
        color: Black;
    }

        .master_head_logo #divMenu li {
            display: inline;
        }

.master_line_color1 {
    display: inline-block;
    width: 20%;
    background-color: #167db7;
    min-height: 4px;
    margin: 5px 0;
}

.master_line_color2 {
    display: inline-block;
    width: 20%;
    background-color: #0fafc5;
    min-height: 4px;
    margin: 5px 0;
}

.master_line_color3 {
    display: inline-block;
    width: 20%;
    background-color: #7ac242;
    min-height: 4px;
    margin: 5px 0;
}

.master_line_color4 {
    display: inline-block;
    width: 20%;
    background-color: #7f2362;
    min-height: 4px;
    margin: 5px 0;
}

.master_line_color5 {
    display: inline-block;
    width: 20%;
    background-color: #484848;
    min-height: 4px;
    margin: 5px 0;
}

.ui-line-style li {
    float: left;
}

.master_page_name {
    width: 100%;
    font-weight: bold;
    font-size: 14pt;
    color: #0088ba;
    margin-bottom: 8px;
}
/*End*/

#divPage li {
    display: inline-block;
    *display: inline;
    line-height: 19px;
    height: 24px;
    vertical-align: top;
}

.undermenu_bar {
    min-width: 940px;
    min-height: 70px;
    text-align: left;
    padding: 10px 0 10px 10px;
    background: #27ABE0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#27ABE0), to(#0f77bf));
    background: -webkit-linear-gradient(#27ABE0, #0f77bf);
    background: -moz-linear-gradient(#27ABE0, #0f77bf);
    background: -ms-linear-gradient(#27ABE0, #0f77bf);
    background: -o-linear-gradient(#27ABE0, #0f77bf);
    background: linear-gradient(#27ABE0, #0f77bf);
    -pie-background: linear-gradient(#27ABE0, #0f77bf);
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

.block_radius {
    border: 1px solid #0fafc5;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

.block_title {
    font-weight: bold;
    margin-bottom: 8px;
}

.block_title_blue {
    font-weight: bold;
    margin-bottom: 8px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: #cee3f6;
}

.block_blue {
    border: 1px solid #cee3f6;
}

    .block_blue > div {
        padding-left: 5px;
        padding-bottom: 8px;
    }

.block_button {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.block_radius_login {
    color: White;
    background-color: #0088ba;
    padding: 10px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

.block_radius_signup {
    color: White;
    background-color: #7ac242;
    padding: 6px 10px 5px 10px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

.tab_block_radius {
    float: left;
    width: 110px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

.tab_block_radius_on {
    background-color: #0fafc5;
    color: White;
}

.tab_block_radius_off {
    background-color: #f0f0f0;
}

    .tab_block_radius_off:hover {
        background-color: #d8d8d8;
    }

.tab_block_panel_radius {
    border: 1px solid #0fafc5;
    padding: 10px;
    -webkit-border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    position: relative;
    behavior: url(/Content/StyleSheet/Global/PIE.htc);
}

.block_rqf {
    color: Red;
}

.block_hint {
    color: Blue;
}

input.error {
    border: 1px solid red;
}

label.error {
    color: red;
}
