
/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

#tblad table {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
}
#tblad caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
#tblad td,#tblad th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
#tblad thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #c6d7cf;
}
#tblad tfoot th,#tblad tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
#tblad tfoot th {
	font-weight: bold;
}
#tblad tbody td a,#tblad tbody td a:visited {
	background: transparent;
	color: #93120a;
	text-decoration: underline;
}
#tblad tbody td a:hover {
	background: transparent;
	color: #93120a;
	text-decoration: underline;
}
#tblad tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
#tblad tbody th a:visited {
	color: #b98b00;
}
#tblad tbody th,#tblad tbody td {
	vertical-align: top;
	text-align: left;
}
#tblad tfoot td {
	border: 1px solid #996;
}
#tblad tbody tr:hover {
	background: #ffffd9;
}
#tblad tbody tr.new {
	font-weight: bold;
}

