table.maintable {
position: absolute;
width: 100%;
height: auto;
border-bottom: 2px solid #f15a25;
border-collapse: collapse;
z-index: 10;
}

table.maintable th {
color: #f15a25;
text-align: left;
border-top: 2px solid #f15a25;
border-bottom: 1px solid #f15a25;
font-weight: normal;
}

table.maintable th, table.maintable td {
padding: 0.2em 0.5em;
}

table.maintable td {
border-bottom: 1px solid #CCCCCC;
}

table.maintable tbody tr.pagination td {
border-top: 2px solid #f15a25;
border-bottom: 0;
height: 2.5em;
text-align: center;
vertical-align: middle;
}

table.smalltable {
width: auto;
height: auto;
border-bottom: 2px solid #f15a25;
border-collapse: collapse;
overflow: auto;
margin: 0 0 2em 0;
}

table.smalltable th {
color: #f15a25;
text-align: left;
border-top: 2px solid #f15a25;
border-bottom: 1px solid #f15a25;
font-weight: normal;
}

table.smalltable th, table.smalltable td {
padding: 0.2em 1em;
}

table.smalltable td {
border-bottom: 1px solid #CCCCCC;
}

table.smalltable td.wrap {
white-space: normal;
}

table.smalltable td.top {
vertical-align: top;
}

.inactive {
color: #f15a25;
}