.table-strip {
    margin: 0 auto;
    padding: 0px;
    width: 98%;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    border-bottom-left-radius:6px;

    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius:6px;

    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;

    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
}.table-strip table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.table-strip tr:last-child td:last-child {
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius:6px;
}
.table-strip table tr:first-child td:first-child {
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
}
.table-strip table tr:first-child td:last-child {
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
}.table-strip tr:last-child td:first-child{
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    border-bottom-left-radius:6px;
}.table-strip tr:hover td{

}
.table-strip tr:nth-child(odd){ background-color:#394264 }
.table-strip tr:nth-child(even)    { background-color:#212B52; }.table-strip td{
    vertical-align:middle;


    
    text-align:left;
    padding:10px;
    font-size:12px;
    font-family:Trebuchet MS;
    font-weight:bold;
    color:#ffffff;
}.table-strip tr:last-child td{
    border-width:0px 1px 0px 0px;
}.table-strip tr td:last-child{
    border-width:0px 0px 1px 0px;
}.table-strip tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.table-strip tr:first-child td{
    background:-o-linear-gradient(bottom, #007f7f 5%, #007f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #007f7f), color-stop(1, #007f7f) );
    background:-moz-linear-gradient( center top, #007f7f 5%, #007f7f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#007f7f", endColorstr="#007f7f");	background: -o-linear-gradient(top,#007f7f,007f7f);

    background-color:#007f7f;
    border:0px solid #ffffff;
    text-align:left;
    border-width:0px 0px 1px 1px;
    font-size:14px;
    font-family:Trebuchet MS;
    font-weight:bold;
    color:#ffffff;
}
.table-strip tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #007f7f 5%, #007f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #007f7f), color-stop(1, #007f7f) );
    background:-moz-linear-gradient( center top, #007f7f 5%, #007f7f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#007f7f", endColorstr="#007f7f");	background: -o-linear-gradient(top,#007f7f,007f7f);

    background-color:#007f7f;
}
/*.table-strip tr:first-child td:first-child{
        border-width:0px 0px 1px 0px;
}
.table-strip tr:first-child td:last-child{
        border-width:0px 0px 1px 1px;
}*/