
#tableList {
    width: 100%;
    margin-bottom: 10px;
    font-size:12px;
}

#tableList tr.thumbs td {
    padding: 0px 0px 10px 0px
}

#tableList tr.thumbsOn td {
    padding: 0px 0px 10px 0px;
    background: #E7EBF4;
}

#tableList th {
    padding: 10px 5px 5px;
    font-weight: bold;
    color: #666;
    border-bottom: 2px solid #FFF
}

#tableList th.sortable a,
#tableList th.sortable-text a,
#tableList th.sortable-date a,
#tableList th.sortable-keep a,
#tableList th.sortable-date-dmy a,
#tableList th.sortable-numeric a,
#tableList th.sortable-currency a,
#tableList th.sortable-sortByTwelveHourTimestamp a,
#tableList th.sortable-sortIPAddress a,
#tableList th.sortable-sortEnglishLonghandDateFormat a,
#tableList th.sortable-sortScientificNotation a,
#tableList th.sortable-sortImage a,
#tableList th.sortable-sortFileSize a,
#tableList th.sortable-sortAlphaNumeric a,
#tableList th.sortable-sortEnglishDateTime a{
    background: url( ../img/arrow_off.png )
    no-repeat;
    background-position: right;
    padding-right: 8px;
}

#tableList th.forwardSort a{
    background: url( ../img/arrow_up.png )
    no-repeat;
    background-position: right;
    padding-right: 8px;
}

#tableList th.reverseSort a{
    background: url( ../img/arrow_down.png )
    no-repeat;
    background-position: right;
    padding-right: 8px;
}

#tableList tr td {
    padding: 2px 5px 2px 5px;
    color: #333;
    border-bottom: 1px solid #E7EBF4;
    vertical-align: top;
}

#tableList tr td p{
	margin:0;
	padding:0;
}

#tableList tr.alt td {
    background:#ffffff;
}

#tableList tr img {
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;
    border:0;
}

#tableList a {
    color: #333;
    text-decoration: none
}

#tableList a:hover {
    color: #FF9900;
    text-decoration: none
}

#tableList a.alt {
    color: #FF9900;
    text-decoration: none
}

#tableList a.alt:hover {
    color: #FF9900;
    text-decoration: none
}

#tableList img.link {
    margin-right: 0px;
}

.inact
{
	background-color: gray;
}

table.tablesorter thead tr .header{
	cursor: pointer;
}