﻿/*系统菜单效果*/
.StaticMenuStyle {
    background-color: #FFCC00;
}

.StaticMenuItemStyle a:link, .StaticMenuItemStyle a:visited, .StaticMenuItemStyle a:hover {
    /*菜单链接样式*/
    color: Black;
}

.StaticMenuItemStyle {
    border-style: solid;
    border-width: 1px;
    border-color: #FFCC00;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFCC00;
}

.StaticHoverStyle {
    background-color: #FFF4C8;
    border-style: solid;
    border-width: 1px;
    border-color: #CCA401;
}

.StaticSelectedStyle {
}

.DynamicMenuStyle {
    width: 90px;
    text-align: center;
}

.DynamicMenuItemStyle {
    background-color: #FFCC00;
    height: 25px;
    width: 90px;
}

.DynamicHoverStyle {
    background-color: #FFF4C8;
}

.DynamicSelectedStyle {
}




/* 默认GridView样式 */
.HeaderStyle {
    background-color: #D7D7D7;
    height: 25px;
    border: 0px;
    line-height: 180%;
    border: 0px none #FFFFFF;
}

.RowStyle {
    border: 0px none #FFFFFF;
    background-color: #FCFCFC;
    height: 26px;
}

    .RowStyle a, .RowStyle a:link, .RowStyle a:visited, .AlternatingRowStyle a, .AlternatingRowStyle a:link, .AlternatingRowStyle a:visited {
        color: #060c7e;
    }

        .RowStyle a:hover {
            color: red;
        }

.AlternatingRowStyle {
    background-color: #E2EBF5;
    height: 26px;
    border: 0px none #FFFFFF;
}

.PagerStyle a:link, .PagerStyle a:visited, .PagerStyle a:hover /*分页链接样式*/ {
}

.PagerStyle td {
    color: Red;
    background-color: white;
    text-align: left;
}

.FooterStyle {
}

.SelectedRowStyle {
    background-color: #8EC2EA;
    height: 26px;
}

.EditRowStyle {
    height: 26px;
    background-color: #8EC2EA;
}

.EmptyDataRowStyle {
    background-color: #D7D7D7;
}



a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}



a.red:link {
    color: #FF0000;
    text-decoration: underline;
}

a.red:visited {
    color: #FF0000;
    text-decoration: underline;
}

a.red:hover {
    color: #FF0000;
    text-decoration: none;
}

.listbox {
    border: 1px solid #D7D7D7;
}
