table.searchTable {
border: none;
font-size: 85%;
margin: 1em 0em 1em 0em;
}

table.mainTable {
width: 100%;
border-collapse: collapse;
border-left: 1px solid #8cacbb;
border-bottom: 1px solid #8cacbb;
font-size: 90%;
margin: 1em 0em 1em 0em;
}

table.mainTable th {
background: #dee7ec;
border-top: 1px solid #8cacbb;
border-bottom: 1px solid #8cacbb;
border-right: 1px solid #8cacbb;
font-weight: normal;
padding: 0em 1em 0em 1em;
}

table.mainTable .odd {
/*every second line should be shaded */
background-color: transparent;
}

table.mainTable .even {
background-color: #f7f9fa
}

table.mainTable td {
border-right: 1px solid #8cacbb;
padding: 0em 1em;
text-align: left;
}

table.mainTable a:hover {
text-decoration: underline;
}

table.mainTable img {
vertical-align: middle;
}

input.resetButton {
background: White url(undo_icon.gif) 2px 1px no-repeat;
}

