
                /*--------------------------------------------------------o
----------------\                    MOOTable Styling                     |
    mootable     \-------------------------------------------------------*/

.mooTable {
	width: 100%;
}

.mooTable tr {
	cursor: pointer;
}

.mooTable th {
	text-align: left;
	border-bottom: 1px solid #74a5c2;
}

th.sortable {
	cursor: pointer;
}

div.pagination_frame {
	height: 20px;
	margin-top: 10px;
	color: #aaaaaa;
}

.nav_first {
	margin-left: 40px;
	width: 40px;
}

.nav_prev {
	width: 40px;
}

div.nav_pages {
	display: block;
	float: left;
	width: 460px;
	text-align: center;
}

span.nav_link_current {
	padding: 0px 5px 0px 5px;
	color: #000000;
	font-weight: bold;
}

a.nav_link {
	cursor: pointer;
	padding: 0px 5px 0px 5px;
}

.nav_next {
	width: 40px;
}

.nav_last {
	width: 40px;
}

.nav_first, .nav_prev, .nav_next, .nav_last {
	display: block;
	float: left;
}

a.nav_first, a.nav_prev, a.nav_next, a.nav_last {
	cursor: pointer;
}

td.no-records {
	font-style: italic;
	text-align: center;
	padding: 8px 0px 8px 0px;
}






/* Transitions */
.mooTable tr.rowInactive {
	background-color: #ffffff;
}

.mooTable tr.rowActive {
	background-color: #abe3fa;
}





/* Specific Implementations */
/* Resource Directory */

.mooTable th img,
.mooTable td img {
	float: left;
}

.mooTable td img.faded {
	opacity: 0.3;
	filter: alpha(opacity=30);
}