#ImportStatus table
{
    border-color: #600;
    border-width: 0 0 1px 1px;
    border-style: solid;
	width: 100%;
}

#ImportStatus td
{
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

#ImportStatus tr.tableheader {
	background-color : #dc9307;
}

#ImportStatus tr.importRow {
	background-color : #e9bb62;
}

#ImportStatus a.limiter {
    display: block;
    width: 24px;
    height: 16px;
    float: left;
    text-align: center;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    margin: 2px;
}

#ImportStatus a.activePage {
    display: block;
    width: 24px;
    height: 16px;
    float: left;
    text-align: center;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #DC9308;
    background-color: #000000;
    text-decoration: none;
    margin: 2px;
}

#ImportStatus a.limiter:hover {
    color: #000000;
    background-color: #DC9308;
}