﻿/*页眉*/
div.pageheader {
    
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    /*border-bottom: solid 1px #a0a0a0;*/
    background: #E3E3E3;
    font-size: 8px;
}
/*页标题*/
div.pagetitle
{
    /*display:none;*/
    /*background-image: url(/images/pagetitleheader.gif);*/
    background-repeat: no-repeat;
    text-indent: 5px;
    float: left;
}
/*列表工具条*/
div.listtoolbar
{
    float: right;
    /*padding-left: 10px;
    padding-right: 10px;
    border-left: solid 1px #a0a0a0;*/
}
/*工具条按钮距离*/
/*.listtoolbar a
{
    line-height: 28px;
}*/
/*查询条件框*/
div.searchbox
{
    border-bottom: solid 1px #a0a0a0;
}
/*查询条件框表格*/
.searchbox table
{
}
/*查询条件框行*/
.searchbox tr
{
}
/*查询条件框标题单元格*/
.searchbox th
{
    text-align: right;
}
/*查询条件框单元格*/
.searchbox td
{
    text-align: left;
}
/*表格行*/
tr.gridrow
{
  /*  background-color: white;*/
    cursor: pointer;
}
/*表格行鼠标滑过*/
tr.gridrow:hover
{
    background-color: #F9F9F9;
    cursor: pointer;
}
/*表格单元格*/
.gridrow td
{
    font-family: Verdana;
    border: solid 1px #d5dfe5;
    padding: 5px;
}
/*表单控件*/
.gridrow input
{
    border: none 1px white;
    background-color: white;
}
/*表单鼠标滑过*/
.gridrow:hover input
{
    border: none 1px #F9F9F9;
    background-color: #F9F9F9;
}
/*选中表格行*/
tr.gridrowselected
{
    background-color: #EAEAEA;
}
/*选中表格单元格*/
.gridrowselected td
{
    font-family: Verdana;
    border: solid 1px #d5dfe5;
    padding: 5px;
}
/*选中表单控件*/
.gridrowselected input
{
    border: none 1px #ffd687;
    background-color: #ffd687;
}
/*选中表单鼠标滑过*/
.gridrowselected:hover input
{
    border: none 1px #ffd687;
    background-color: #ffd687;
}
/*表格标题行*/
tr.gridheader
{
    height: 23px;
    line-height: 23px;
    background: #e9e9eb url(/images/listheader.gif);
    padding-left: 6px;
    color: #666666;
    text-align: center; /*position: relative;     table-layout: fixed;     z-index: 10;*/
}

/*禁止表格数据换行(同时表格宽度不能设置为100%)*/
 .gridheader th
{
    white-space:nowrap;
}
 .gridview td
{
    white-space:nowrap;
}

/*表格页脚*/
tr.gridfooter
{
    height: 23px;
    line-height: 23px;
    background: #e9e9eb url(../images/listheader.gif);
    padding-left: 6px;
    color: #666666;
    text-align: left;
}

/*表格分页行*/
tr.gridpager
{
    height: 30px;
    line-height: 30px;
    padding-right: 6px;
    text-align: right;
    background-color:white !important;
}

table.pager
{
}

.pager a
{
    font-family: Courier New;
    margin: 3px;
}

.pager span
{
    margin: 3px;
}

/*表格标题单元格*/
.gridheader th
{
    border: solid 1px #d5dfe5;
}

/*表格*/
table.gridview
{
    width: 100%;
    border-style: none;
    border-collapse: collapse;
    border-width: 0px;
}

/*没有数据提示行*/
.gridrowempty td
{
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: Red;
    border: solid 1px #d5dfe5;
}
/*金额*/
.money
{
    text-align: right;
}
/*路径*/
div.path
{
    text-indent: 20px;
    height: 30px;
    line-height: 30px;
}
/*下划线的文本框*/
input.underline
{
    width: 45px;
    text-align: right;
    border-bottom: solid 1px #d5dfe5;
    ime-mode: disabled;
}
.underline:hover input
{
    width: 45px;
    text-align: right;
    border-bottom: solid 1px #d5dfe5;
    ime-mode: disabled;
}

input.textUnderline
{   
    text-align:left;
     border-bottom: solid 1px #d5dfe5;
}


.linkbutton {
   margin-right: 15px;
   padding: 0;
}
.hide {
    display: none
}