table 样式

/* tables */
table.tableblue {
font-family:arial;
background-color: #CDCDCD;
margin:10px 0pt 15px;
font-size: 8pt;
width: 100%;
text-align: left;
}
table.tableblue thead tr th, table.tableblue tfoot tr th {
background-color: #e6EEEE;
border: 1px solid #FFF;
font-size: 8pt;
padding: 4px;
}
table.tableblue thead tr .header {
/*background-image: url(bg.gif);*/
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.tableblue tbody td {
color: #3D3D3D;
padding: 4px;
background-color: #FFF;
vertical-align: top;
}
table.tableblue tbody tr.odd td {
background-color:#F0F0F6;
}
table.tableblue thead tr .headerSortUp {
/*background-image: url(asc.gif);*/
}
table.tableblue thead tr .headerSortDown {
/*background-image: url(desc.gif);*/
}
table.tableblue thead tr .headerSortDown, table.tableblue thead tr .headerSortUp {
background-color: #8dbdd8;
}
posted @ 2011-02-11 14:25  jgjg2323  阅读(414)  评论(0编辑  收藏  举报