/*
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: 2px solid #DEDEDE;
}

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(../imatges/asc.gif) 2px center no-repeat;
}

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

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

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

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

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

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

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

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

div.moo-table table tbody td.style1 {
	padding: 5px 3px 5px 5px;
	font-size: 0.9em;
	border-bottom: none;
}

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: 5px 5px 5px 0px;
}

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

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;
}

/**********************/

div.moo-table-active table thead th {
	background: #F7F6F6;
}
div.moo-table-active table thead th.moo-active-asc {
	background:  #F7F6F6 url(../imatges/asc.gif) 2px center no-repeat;
}
div.moo-table-active table thead th.moo-active-desc {
	background:  #F7F6F6 url(../imatges/desc.gif) 2px center no-repeat;
}
div.moo-table-active table tbody tr {
	background: #FAFBFA;
}

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

/**********************/

div.moo-table-pending_user table thead th {
	background: #F7F6F6;
}
div.moo-table-pending_user table thead th.moo-active-asc {
	background:  #F7F6F6 url(../imatges/asc.gif) 2px center no-repeat;
}
div.moo-table-pending_user table thead th.moo-active-desc {
	background:  #F7F6F6 url(../imatges/desc.gif) 2px center no-repeat;
}
div.moo-table-pending_user table tbody tr {
	background: #FBFBF0;
}

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

/**********************/

div.moo-table-pending_adm table thead th {
	background: #F7F6F6;
}
div.moo-table-pending_adm table thead th.moo-active-asc {
	background:  #F7F6F6 url(../imatges/asc.gif) 2px center no-repeat;
}
div.moo-table-pending_adm table thead th.moo-active-desc {
	background:  #F7F6F6 url(../imatges/desc.gif) 2px center no-repeat;
}
div.moo-table-pending_adm table tbody tr {
	background: #FDF5E9;
}

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

/**********************/

div.moo-table-expired table thead th {
	background: #F7F6F6;
}
div.moo-table-expired table thead th.moo-active-asc {
	background:  #F7F6F6 url(../imatges/asc.gif) 2px center no-repeat;
}
div.moo-table-expired table thead th.moo-active-desc {
	background:  #F7F6F6 url(../imatges/desc.gif) 2px center no-repeat;
}
div.moo-table-expired table tbody tr {
	background: #FAF5F5;
}

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

