/* search results table */
table.styletbl {
border-collapse: collapse;
width:100%;
}

#firstcol {width:105px;}


.dateCol{width: 84px;}
.nameCol{}
.renameCol{width: 70px}
.deleteCol{width: 55px}
.switchCol{width: 110px}
.viewCol {width: 35px;}


.styletbl thead th {
background-color: #0065b3;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding:4px;
text-align:left;
}

.styletbl thead th:first-child {
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
}

.styletbl thead th:last-child {
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
}

.styletbl tbody td, .styletbl tbody th {
text-align:left;
}

table tbody td a {
text-decoration:none;
}


th { font-weight: bold; }

th, td {
padding:5px 0;
}

/* zebra table stripes */
.even{background: #F8FAFD;}
/*.odd {background: #eaeffa;}*/

tr:hover{background: #eaeffa;}

td a {
text-decoration: none;
color: #334466;
}

