/*
MooDataTable CSS
Unless specified most of the properties can be changed to achieve a custom look...
*/
div.moo-table {
	/*border: 1px solid #444;*/
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

div.moo-table table {
	width: 100%; !important
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	text-align: left;
}

div.moo-table table thead th {
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	cursor: pointer;
	line-height: 1.1em;
	border-bottom: 1px solid black;
}

div.moo-table table thead th.moo-active-column {
	/*font-weight: bold;
	text-decoration: underline; */
	padding-left:11px;
}

div.moo-table table thead th.moo-active-asc {
	background: url(../img/asc.gif) 2px center no-repeat;
}

div.moo-table table thead th.moo-active-desc {
	background:  url(../img/desc.gif) 2px center no-repeat;
}

div.moo-table table tbody tr {
	background: #fff;
	
}

div.moo-table table tbody tr.moo-table-even {
	background: #fbf6e5;
}

div.moo-table table tbody tr.moo-table-select {
	background: #FFFFC6;
}

div.moo-table table tbody tr:hover {
	/*background: #FFFFC6;*/
}

div.moo-table table tbody td {
	padding: 1px 3px 1px 5px;
	font-size: 0.9em;
	border-bottom: 1px solid #bbb;
}

div.moo-table table tbody td a{
	/*color: black;
	text-decoration:underline;*/
}

div.moo-table table tbody tr.moo-table-last td {
	border: none;
}

div.moo-table tfoot {
	/*background: #444;
	font-size: 0.8em;
	color: #eee;*/
	padding: 5px;
}

div.moo-table tfoot a {
	color: black;
}

div.moo-table tfoot span.moo-foot-left {
	display:block;
	float: left;
	padding-left: 18px; 
	padding-right: 18px;
}

div.moo-table tfoot span.moo-foot-right {
	float: right;
	padding-left: 18px;
    padding-right: 18px;
}

div.moo-table tfoot span.moo-foot-right a {
	margin-right: 5px;
	text-decoration: none;
}

div.moo-table tfoot span.moo-foot-right a:hover {
	text-decoration: underline;
}

div.moo-table tfoot span.moo-foot-right span {
	margin-right: 5px;
}

div.moo-table tfoot span.moo-foot-right span.moo-active-page {
	font-weight: bold;
	text-decoration: underline;
}