﻿

.stripe th {


}

.stripe tr.alt td {
        background:#ffffff;  /*这行将给所有的tr加上背景色*/
}
 
.stripe tr.over td {
        background:#bcd4ec;  /*这个将是鼠标高亮行的背景色*/
}

.stripe_nude th {

        line-height:20px;
}
 
.stripe_nude td {
        padding:6px 11px;
        border-bottom:1px solid #95bce2;
        vertical-align:top;
        text-align:center;
}
 
.stripe_nude td * {
        padding:6px 11px;
}
 
.stripe_nude tr.alt td {
        background:#ecf6fc;  /*这行将给所有的tr加上背景色*/
}
 
.stripe_nude tr.over td {
        background:#bcd4ec;  /*这个将是鼠标高亮行的背景色*/
}
 


.stripe_lyb th {
}
 
.stripe_lyb td {

        text-align:left;
}
 
.stripe_lyb td * {
       
}
 
.stripe_lyb tr.alt td {
        background:#ecf6fc;  /*这行将给所有的tr加上背景色*/
}
 
.stripe_lyb tr.over td {
        background:#bcd4ec;  /*这个将是鼠标高亮行的背景色*/
}



.stripe_search th {

        line-height:20px;
}
 
.stripe_search td {
        padding:6px 11px;
        border-bottom:1px solid #95bce2;
        vertical-align:middle;
        text-align:center;
}
 
.stripe_search td * {
        padding:6px 11px;
}
 
.stripe_search tr.alt td {
        background:#ecf6fc;  /*这行将给所有的tr加上背景色*/
}
 
.stripe_search tr.over td {
        background:#bcd4ec;  /*这个将是鼠标高亮行的背景色*/
}