﻿* {
    padding: 0px;
    margin: 0px;
}

html, body {
    margin: 0px;
}

body {
    margin: 0px;
    font: 12px Arial, 'Microsoft Yahei', 'Simsun';
    color: #333333;
    background-color: #f7f7f7;
}


/*A*/
.ButtonNormalContainer {
    border: 1px solid #00b9f2;
    display: inline-block;
    border-radius: 20px;
    height: 30px;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 5px rgba(0, 185, 242, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 185, 242, 0.3);
    box-shadow: 0 0 5px rgba(0, 185, 242, 0.3);
}

/*ButtonNormal ================================================================================================================================================*/

A.ButtonNormal:link {
    padding: 0px 18px 0px 18px;
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
    transition: all 0.2s ease;
}

A.ButtonNormal:visited {
    padding: 0px 18px 0px 18px;
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

A.ButtonNormal:hover {
    padding: 0px 18px 0px 18px;
    font-size: 12px;
    color: #00b9f2;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

/*ButtonNormalActived ================================================================================================================================================*/

A.ButtonNormalActived:link {
    padding: 0px 18px 0px 18px;
    font-size: 12px;
    color: #00b9f2;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

A.ButtonNormalActived:visited {
    padding: 0px 18px 0px 18px;
    font-size: 12px;
    color: #00b9f2;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

A.ButtonNormalActived:hover {
    padding: 0px 18px 0px 18px;
    font-size: 12px;
    color: #00b9f2;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

A.ButtonSingle:link {
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 0px 18px 0px 18px;
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
    transition: all 0.2s ease;
}

A.ButtonSingle:visited {
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 0px 18px 0px 18px;
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
}

A.ButtonSingle:hover {
    border: 1px solid #00b9f2;
    border-radius: 20px;
    padding: 0px 18px 0px 18px;
    font-size: 12px;
    color: #00b9f2;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    -moz-box-shadow: 0 0 5px rgba(0, 185, 242, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 185, 242, 0.3);
    box-shadow: 0 0 5px rgba(0, 185, 242, 0.3);
}

/*ButtonSingleGray_Small_NoBorder ======================================================================================================================*/

A.ButtonSingleGray_Small_NoBorder:link {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 4px 9px 4px 9px;
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease;
}

A.ButtonSingleGray_Small_NoBorder:visited {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

A.ButtonSingleGray_Small_NoBorder:hover {
    border: 1px solid #00b9f2;
    border-radius: 20px;
    padding: 4px 9px 4px 9px;
    font-size: 12px;
    color: #00b9f2;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

/*ButtonSingleRed_Small ======================================================================================================================*/

A.ButtonSingleRed_Small:link {
    border: 1px solid #ff6600;
    border-radius: 20px;
    padding: 4px 9px 4px 9px;
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease;
}

A.ButtonSingleRed_Small:visited {
    border: 1px solid #ff6600;
    border-radius: 20px;
    padding: 4px 9px 4px 9px;
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

A.ButtonSingleRed_Small:hover {
    border: 1px solid #00b9f2;
    border-radius: 20px;
    padding: 4px 9px 4px 9px;
    font-size: 12px;
    color: #00b9f2;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}


A.TabActived:link {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #00b9f2;
    line-height: 40px;
    font-size: 14px;
    color: #00b9f2;
    height: 40px;
    padding: 0px 25px 0px 25px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

A.TabActived:visited {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #00b9f2;
    line-height: 40px;
    font-size: 14px;
    color: #00b9f2;
    height: 40px;
    padding: 0px 25px 0px 25px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

A.TabActived:hover {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #00b9f2;
    line-height: 40px;
    font-size: 14px;
    color: #00b9f2;
    height: 40px;
    padding: 0px 25px 0px 25px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

A.TabUnActived:link {
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    height: 40px;
    padding: 0px 25px 0px 25px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

A.TabUnActived:visited {
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    height: 40px;
    padding: 0px 25px 0px 25px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

A.TabUnActived:hover {
    line-height: 40px;
    font-size: 14px;
    color: #00b9f2;
    height: 40px;
    padding: 0px 25px 0px 25px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

A.SubMenuItem:link {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    line-height: 36px;
    height: 36px;
    text-indent: 50px;
    display: block;
}

A.SubMenuItem:visited {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    line-height: 36px;
    height: 36px;
    text-indent: 50px;
    display: block;
}

A.SubMenuItem:hover {
    font-size: 14px;
    color: #00b9f2;
    text-decoration: none;
    line-height: 36px;
    height: 36px;
    text-indent: 50px;
    display: block;
}

/*授权====================================================================*/

A.ButtonAuthorizing_Actived:link {
    padding: 5px;
    display: inline-block;
    background-color: #ff9900;
    color: #ffffff;
    text-decoration: none;
}

A.ButtonAuthorizing_Actived:visited {
    padding: 5px;
    display: inline-block;
    background-color: #ff7700;
    color: #ffffff;
    text-decoration: none;
}

A.ButtonAuthorizing_Actived:hover {
    padding: 5px;
    display: inline-block;
    background-color: #ff0000;
    color: #ffffff;
    text-decoration: none;
}

A.ButtonAuthorizing_UnActived:link {
    padding: 5px;
    display: inline-block;
    background-color: #ffffff;
    color: #666666;
    text-decoration: none;
}

A.ButtonAuthorizing_UnActived:visited {
    padding: 5px;
    display: inline-block;
    background-color: #ffffff;
    color: #666666;
    text-decoration: none;
}

A.ButtonAuthorizing_UnActived:hover {
    padding: 5px;
    display: inline-block;
    background-color: #eeeeee;
    color: #333333;
    text-decoration: none;
}

/* Buttons
---------------------------------------------------------------------*/

.btn, .btn-green, .btn-blue, .btn-red {
    border-style: solid;
    border-width: 1px;
    border-color: #999999 #999999 #666666 #999999;
    display: inline-block;
    padding: 8px 15px;
    color: #000 !important;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    background: #fff url('Imgs/btn-overlay.png') repeat-x !important;
}

    .btn:hover, .btn:focus, .btn:active {
        outline: medium none;
        border: 1px solid #329ECC !important;
        opacity: 0.9;
        -khtml-opacity: .9;
        -moz-opacity: 0.9;
        -moz-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
        -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
        box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
    }

.btn-green {
    color: #fff !important; /*text-shadow: 0 1px 1px rgba(0,0,0,0.25);*/
    border: 1px solid #749217 !important;
    background-color: #4fc381 !important;
}

    .btn-green:hover, .btn-green:focus, .btn-green:active {
        -moz-box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
        -webkit-box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
        box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
        border: 1px solid #749217 !important;
    }

.btn-blue {
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    border: 1px solid #2D69AC !important;
    background-color: #3C6ED1 !important;
}

    .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
        -moz-box-shadow: 0 0 5px rgba(71, 131, 243, 0.9);
        -webkit-box-shadow: 0 0 5px rgba(71, 131, 243, 0.9);
        box-shadow: 0 0 5px rgba(71, 131, 243, 0.9);
        border: 1px solid #2D69AC !important;
    }

.btn-red {
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    border: 1px solid #AE2B2B !important;
    background-color: #D22A2A !important;
}

    .btn-red:hover, .btn-red:focus, .btn-red:active {
        -moz-box-shadow: 0 0 5px rgba(174, 43, 43, 0.9);
        -webkit-box-shadow: 0 0 5px rgba(174, 43, 43, 0.9);
        box-shadow: 0 0 5px rgba(174, 43, 43, 0.9);
        border: 1px solid #AE2B2B !important;
    }

/*DIV*/
.LeftMenu_Actived {
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    border-color: #509bd2;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #111111;
    font-weight: bold;
    cursor: pointer;
    width: 196px;
    background-color: #f3f3f3;
    text-indent: 60px;
    text-align: left;
}

.LeftMenu_UnActived {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    text-indent: 64px;
    text-align: left;
}



.LeftMenu_Foot {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #37414b;
}

.TopMenu_Actived {
    width: 120px;
    height: 40px;
    float: left;
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: #2e363f;
    border-right-color: #000000;
}

div.note {
    margin: 20px 0px 0px 0px;
    border-right: #dbddd3 0px dotted;
    border-top: #dbddd3 0px dotted;
    border-left: #dbddd3 0px dotted;
    border-bottom: #dbddd3 0px dotted;
    background-color: #f0f0f0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #555555;
    line-height: 24px;
}

.HiddenItem {
    display: none;
}

.DormListItem_Title {
    font-size: 14px;
    background-color: #f0f0f0;
    color: #555555;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-indent: 25px;
    cursor: pointer;
}

.FormItemTitle {
    font-size: 14px;
    color: #777777;
    margin: 20px 0px 0px 0px;
}

.FormItemControl {
    font-size: 14px;
    margin: 10px 0px 0px 0px;
}

input[type="text"], input[type="file"], input[type="password"], input[type="number"], input[type="date"], input[type="time"], input[type="datetime"] /*, select*/ {
    padding: 5px;
    border: 1px solid #eeeeee;
    background-color: #f9f9f9;
    border-radius: 5px;
}

    input[type="text"].Error {
        padding: 5px;
        border: 1px solid #eeeeee;
        background-color: #FFFF00;
    }

input[type="submit"], input[type="button"] {
    padding: 5px;
    border: 1px solid #eeeeee;
    background-color: #cccccc;
}

textarea {
    border: 1px solid #eeeeee;
    padding: 5px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.radioButtonList_Flow input[type="radio"] {
    margin: 0px 0px 0px 10px;
}

.radioButtonList_Flow td {
    white-space: nowrap;
}

.checkBoxList_Flow input[type="checkbox"] {
    margin: 0px 0px 0px 10px;
}

.select {
    display: inline-block; /*width: 300px;*/
    position: relative;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    background-color: #f9f9f9;
    color: #555;
    border: 1px solid #eeeeee;
    text-shadow: none;
    border-radius: 20px;
    transition: all 0.2s ease;
    z-index: 2;
}

    .select:hover {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
        border: 1px solid #00b9f2;
    }

    .select:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-top-color: #aaaaaa;
        top: 15px;
        right: 10px;
        cursor: pointer;
        z-index: -2;
    }

    .select select {
        cursor: pointer;
        padding: 8px 30px 8px 15px;
        width: 100%;
        border: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 12px;
        color: #333333;
    }

        .select select:focus {
            outline: none;
        }

label.error {
    border-style: dashed;
    border-width: 1px;
    border-color: inherit;
    display: block;
    color: red;
    background-color: #FFFF00;
}

/* Table ==================================================================================================================================== */
table.GV {
    /*width: 100%;*/
    border: 1px solid #efefef;
    background-color: #FFFFFF;
    border-collapse: separate;
    border-spacing: 0px;
    border-radius: 5px;
}

    table.GV tr {
        transition: all 0.2s ease;
        cursor: pointer;
    }

        table.GV tr:hover {
            box-shadow: 0 0px 4px rgba(0, 185, 242, 0.30);
            background-color: #F0F8FF;
        }

            table.GV tr:hover td {
                border-color: #00b9f2;
            }

    table.GV th {
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        border-color: #efefef;
        padding: 10px 10px 10px 10px;
        font-size: 12px;
        color: #555555;
        font-weight: bold;
        text-align: center;
        background-color: #fbfbfb;
        position: relative;
    }

        table.GV th:before {
            content: "";
            border-style: solid;
            border-width: 0px 1px 0px 0px;
            border-color: #cccccc;
            position: absolute;
            left: -1px;
            top: 50%;
            margin: -8px 0px 0px 0px;
            height: 16px;
            display: block;
        }

        table.GV th.first:before {
            border-width: 0px 0px 0px 0px;
        }

    table.GV td {
        padding: 10px 0px 10px 0px;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        border-color: #fafafa;
        font-size: 12px;
        color: #777777;
        text-align: center;
    }

table.GV_GrayHeader {
    /*width: 100%;*/
    background-color: #FFFFFF;
    border-collapse: collapse;
}

    table.GV_GrayHeader th {
        border-style: solid none solid none;
        border-width: 3px 1px 1px 1px;
        border-color: #edf1f6;
        padding: 5px;
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        height: 35px;
        text-align: center;
    }

    table.GV_GrayHeader td {
        padding: 5px;
        border-style: solid none solid none;
        border-width: 1px;
        border-color: #edf1f6;
        font-size: 12px;
        color: #666666;
        height: 30px;
        text-align: center;
    }

table.OrangeHead {
    /*width: 100%;*/
    background-color: #FFFFFF;
    border-collapse: collapse;
    border: 1px solid #edf1f6;
}

    table.OrangeHead th {
        border-style: solid none solid none;
        border-width: 3px 1px 1px 1px;
        border-color: #ff7700 #edf1f6 #edf1f6 #edf1f6;
        padding: 5px;
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        height: 35px;
        text-align: center;
    }

    table.OrangeHead td {
        padding: 5px 5px 5px 5px;
        border-style: solid none solid none;
        border-width: 1px;
        border-color: #edf1f6;
        font-size: 12px;
        color: #666666;
        height: 30px;
        text-align: center;
    }

.CenterItem {
    text-align: center;
}

.RightItem {
    text-align: right;
}
