﻿/*弹出式窗口的gridview的相关样式开始*/

.GridView_PopFrame_List
{
    width: 778px;
    table-layout: fixed;
}


/*.GridView_PopFrame_Other
{
    width: 458px;
    table-layout: fixed;
}*/

.GridViewAlternatingRowStyle
{
    background-color: #EeEeEe;
}

.GridViewRowStyle
{
    background-color: White;
}


.GridViewHeaderstyle
{
    color: #333;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    background-image: url(/images/inpage_19.jpg);
    background-repeat: repeat-x;
}

.GridViewFooterstyle
{
    border-width: 1px;
    border-color: #000000;
    color: #0000FF;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #FFFFDD;
    font-weight: bold;
    font-style: italic;
    border-top-style: solid;
}

.GridViewHeaderstyle_Dobule
{
    line-height: 15px;
}

.GridViewHeaderstyle a
{
    color: #000080;
    text-decoration: none;
}

.GridViewSortedAscendingHeaderStyle, .GridViewSortedDescendingHeaderStyle
{
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: scroll;
}

.GridViewSortedAscendingHeaderStyle
{
    background-image: url('/images/SortAscending.png');
}

.GridViewSortedDescendingHeaderStyle
{
    background-image: url('/images/SortDescending.png');
}

/*.GridViewEmptyDataRowStyle
{
    color: #0000FF;
    font-weight: bold;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 1142px;
    height: 80px;
    padding-left: 100px;
    background-image: url('/Images/emptydata.png');
}*/

.GridViewEmptyDataTemplate
{
    margin: 20px;
    height: 100px;
    border-width: 0px;
}

/*ListFrame窗口的相关样式开始*/

.GridView_ListFrame
{
    margin: 0px auto 0px 0px;
    width: 988px;
    table-layout: fixed;
}

.GridViewHeaderstyle_ListFrame
{
    color: #333;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    background-image: url(/images/inpage_19.jpg);
    background-repeat: repeat-x;
}

.GridViewHeaderstyle_ListFrame a
{
    color: #000080;
    text-decoration: none;
}


/*Gridview中项的样式*/
.GridViewRowItem
{
    overflow: auto;
    padding-left: 2px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 5px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}

.GridViewRowItem_ListFrame
{
    overflow: auto;
    padding-left: 3px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 5px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
}

.GridViewRowItem_ListFrame_Image
{
    overflow: auto;
    padding-left: 3px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 5px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
}

.GridViewRowItemLong
{
    text-align: left;
    padding-left: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 5px;
    vertical-align: middle;
}

/*gridview中选中，鼠标移入、移出的样式*/
.hover_row
{
    background-color: #ffffcc;
}

.hover_row_odd
{
    background-color: #ffffff;
}

.hover_row_eve
{
    background-color: #eeeeee;
}

.selected_row
{
    background-color: #ecf2ff;
}

/*在GridView表格中删除和编辑按钮 */
.control_EditDelete
{
    margin-right: 0px;
    margin-left: 10px;
    width: 16px;
}
.control_Edit
{
    margin-right: 1px;
    margin-left: 10px;
    width: 16px;
}
.control_Delete
{
    margin-right: 10px;
    margin-left: 1px;
    width: 16px;
}
.control_EditDeletegroup
{
    margin-right: 10px;
    margin-left: 10px;
    text-overflow: ellipsis;
}

.control_SingleImg
{
    margin-right: 1px;
    margin-left: 1px;
    width: 16px;
}

/*证书录入部分使用的GridView列表样式*/
.GridView_Cert_Record_List
{
    margin: 8px 0px 0px 10px;
    padding: 0px;
    color: #000000;
    width: 900px;
    table-layout: fixed;
}
/*gridview的相关样式开始*/