/*
MooDataTable CSS
Unless specified most of the properties can be changed to achieve a custom look...
*/

form.srcFormAjax {
	background:url(/i/table_header-hover.gif) center left repeat-x;
	border: 1px solid #8db2e3;
	padding:10px;
	margin-bottom:3px;
	}

form.srcFormAjax input {
	padding:3px;
	font-size:1.2em;
	border:1px solid #3D7BAD;
	border-bottom:1px solid #A4C9E3;
	border-right:1px solid #A4C9E3;
	color:#999;
	background:#fff url(/i/cautare.png) center right no-repeat;
	padding-right:16px;
	margin-right:10px;
	}

form.srcFormAjax input:focus {
	background-color:#ffffc6;
	color:#000;
	}

form.srcFormAjax select {
	padding:3px;
	font-size:1.2em;
	border:1px solid #3D7BAD;
	border-bottom:1px solid #A4C9E3;
	border-right:1px solid #A4C9E3;
	color:#999;
	background:#fff;
	padding-right:16px;
	margin-right:10px;
	}

form.srcFormAjax select:focus {
	background-color:#ffffc6;
	color:#000;
	}

div.moo-table {
	border: 1px solid #8db2e3;
	 border-right:0; 
	}

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

div.moo-table table thead th {
	background:url(/i/table_header-hover.gif) center left repeat-x;
	font-weight: normal;
	padding:5px;
	padding-left:10px;
	color: #036;
	cursor: pointer;
	border-bottom: 1px solid #8db2e3;
	text-align:center;
	border-right: 1px solid #8db2e3;
	}

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(/i/table_header-hover_alt.gif) center left repeat-x;
	}

div.moo-table table thead th.moo-active-desc {
	background:url(/i/table_header-hover_alt.gif) center left repeat-x;
	}

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

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

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

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

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

div.moo-table tfoot {
	background:url(/i/table_header-hover.gif) center left repeat-x;
	font-size: 1em;
	padding: 5px;
	line-height:2em;
	color:#6A9ADB;
	}

div.moo-table tfoot td {
	border-right: 1px solid #8db2e3;
	}



div.moo-table tfoot a {
	margin:5px;
	padding:5px;
	}

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

div.moo-table tfoot span.moo-foot-right {
	float: right;
	padding-right: 8px;

}

div.moo-table tfoot span.moo-foot-right a {
	margin-right: 3px;
	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: 3px;
}
div.moo-table tfoot span.gotopage{
float:right;
padding-right:10px;
	font-weight: bold;
}
div.moo-table tfoot span #gotopage{
width:3em;
border-color:#3D7BAD #A4C9E3 #A4C9E3 #3D7BAD;
border-style:solid;
border-width:1px;
color:#999999;
padding:2px;
margin-right:5px;
}
div.moo-table tfoot span.moo-foot-right span.moo-active-page {
	font-weight: bold;
	text-decoration: underline;
}


div.moo-table .attn {padding: 3px 3px 3px 25px;}
div.moo-table table tr td.actiuni {width:9em;text-align:center;}
div.moo-table table tr td.numarMic {	width:3em;text-align:right;}
div.moo-table table tr td.numarMicc {width:3em;text-align:center;}
div.moo-table table tr td.numarMed {	width:6em;text-align:center;}
div.moo-table table tr td.numar {width:10em;	text-align:right;}


