﻿div.exportlinks {
    margin: -5px 0px 10px 10px;
    padding: 2px 4px 2px 0px;
    width: 100%;
}

div.exportlinks a {
    text-decoration: none;
}

div.exportlinks span {
    background-repeat: no-repeat;
}

span.csv {
    background-image: url(../images/ico_file_csv.png);
}

span.excel {
    background-image: url(../images/ico_file_excel.png);
}

span.pdf {
    background-image: url(../images/ico_file_pdf.png);
}

span.xml {
    background-image: url(../images/ico_file_xml.png);
}

span.export {
    cursor: pointer;
    display: inline;
    display: inline-block;
    padding: 0 4px 1px 20px;
}

span.pagebanner {
	margin-left:10px;
    margin-bottom: 5px;
    padding: 2px 4px 2px 0px;
    float:left;
}

span.pagelinks {
    display: block;
    font-size: 12px;
    margin-left:10px;
    margin-bottom: 5px;
    padding: 2px 0px 2px 0px;
    clear:right;
    
}

th.sorted a, th.sortable a {
    background-position: right;
    display: block;
}

.table th.order1 a {
    background-image: url(../images/arrow_down.png) !important;
}

.table th.order2 a {
    background-image: url(../images/arrow_up.png) !important;
}

div#main .tableHeaderImage { /* Tapestry */
    position: absolute;
    margin: 2px 0px 0px -5px;
    background: transparent;
    border: 0px;
}

/*.table th.sortable a {
    background-image: url(../images/arrow_off.png);
}*/

.table th.sorted {
    background-color: #ffd;
    color: #000000;
}

.table th.sorted a, .table th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.table tr.even {
    background: #eee;
    border-top: 1px solid #c0c0c0;
    color: #000000;
     word-break:keep-all;
    white-space:nowrap;
}

.table tr.odd {
    background: #fff;
    border-top: 1px solid #c0c0c0;
    color: #000000;
}
.table tr.odd td{
    word-break:keep-all;
    white-space:nowrap;
}
.table tr.even td{
    word-break:keep-all;
    white-space:nowrap;
}
/* highlight .table row onmouseover */
.table tr.over {
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #000000;
    cursor: pointer;
}

.detail th {
    text-align: right;
}
/*
扩展定义的table样式
*/
.table{
margin:auto;
background-color:#b6bfdc;
width:98%;
border:1px solid #b6bfdc;

}
.table tbody tr td{
line-height:100%;
padding-left:4px;
border-right:1px solid #b6bfdc;
border-bottom:1px solid #b6bfdc;
}      
.table thead tr th{
border-right:1px solid #b6bfdc;
border-bottom:1px solid #b6bfdc;
word-break:keep-all;
    white-space:nowrap;
} 
