/* Start of CMSMS style sheet 'Lumileds Sortable' */
/* Sortable tables */
table.sortable a.sortheader {
    color:#FFFFFF;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    text-decoration: none;
	float: right;
	margin: 4px 2px 0 2px;
}

table.sortable td.nosort span.sortarrow {
	display: none;
}

.evenRow {
	background-color: #e8f0f8;	
}

.oddRow {
	background-color: #FFFFFF;	
}

table.sortable thead,
table.nonsortable thead {
    background-color:#76a9c4;
    color:#FFFFFF;
    cursor: pointer;
}

table.sortable td a.abc,
table.sortable td a.def {
	display:block;
}

table.sortable td a.asc {
	background:url(uploads/images/icons/sort_up.gif) right 2px no-repeat;
	padding-right:10px;
}

table.sortable td a.desc {
	background: url(uploads/images/icons/sort_down.gif) right 2px no-repeat;
	padding-right:10px;	
}
/* End of 'Lumileds Sortable' */

