﻿.GridViewStyle
{
    padding: 4px;
    border: 0px solid black;
    text-align: center;
    table-layout: fixed;
    empty-cells: show;
    border: 0px;
    behavior: url(/App_Themes/Default/HTC/tableBasic.htc);
}
/*表头样式*/
.tableheader {
     background-image:url(images/tableheader.jpg);
     background-repeat:repeat-x;
     height:24px;
}

.tableheader th{
     border:0px;
     border-left:solid 1px #D7D7D7;
     border-bottom:solid 1px #D7D7D7;
     font-weight:bold;
     text-align:center;
     color:#333333;
     white-space:nowrap;
}
.tableheader th a{
     color:#333333;
     text-decoration:none;
     white-space:nowrap;
}
/*表行样式*/
.tableliner {
     height:25px;
}
.tableliner td {
    border:0px;
    border-bottom:solid 1px #D7D7D7;
    color:#333333;
}
.tableliner td a{
    color:#333333;
    text-decoration:none;
}

.tableliner_over {
    height:23px;
    background-color:#FFFFE1;
}
.tableliner_over td{
    border:0px;
    border-bottom:solid 1px #D7D7D7;
    color:#333333;
}
.tableliner_over td a{
    color:#333333;
}

/*alternating表行样式*/
.alternatingtableliner {
     background-color:#fdfdfd;
     height:25px;
}
.alternatingtableliner td {
    border:0px;
    border-bottom:solid 1px #D7D7D7;
    color:#333333;
}
.alternatingtableliner td a{
    color:#333333;
    text-decoration:none;
}
td
{
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
}
th
{
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
}
span
{
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
	font-size:12px;
}

	/*表头样式*/
.tableheadermove {
     background-image:url(images/tableheader.jpg);
     background-repeat:repeat-x;
     height:24px;
     border:0px;
     border-left:solid 1px #D7D7D7;
     border-bottom:solid 1px #D7D7D7;
     font-weight:bold;
     text-align:center;
     color:#333333;
     white-space:nowrap;
}
.tablelinermove {
     height:25px;
      border:0px;
    border-bottom:solid 1px #D7D7D7;
    color:#333333;
}

/*分页样式*/
.pager {
     padding-top:3px;     
     height:30px;
     border-bottom:solid 1px #d7d7d7;     
}
.pager td {
    padding-left:10px;
    color:#333333;
}
.pager td a
{
	color:#333333;
	text-decoration:none;
}

.GridViewStyle a
{
    color: #336699;
    text-decoration: underline;
    text-align: center;
}

.GridViewHeaderStyle th
{
    border: 0px;
    color: #666666;
    height: 25px;
    font-size: 12px;
    border-bottom: dotted 1px #e8e8e8;
    text-align: center;
}

.GridViewHeaderStyle
{
    text-align: center;
}

.GridViewRowStyle
{
}

.GridViewAlternatingRowStyle
{
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    height: 30px;
    font-size: 12px;
    text-align: center;
    border-bottom: dotted 1px #e8e8e8;
    border-left: none;
    border-right: none;
    border-top: none;
}

.GridViewSelectedRowStyle
{
}
/*gridView鼠标移动*/
.tableliner_over td
{
    height: 25px;
    font-size: 12px;
    border: 0px;
    border-bottom: dotted 1px #e8e8e8;
}
.tableliner_over a
{
    font-size: 12px;
}

