.nice_table {
	width: 100%;
	color: #000;
	margin: 0 0 1em 0;	
	font-size: 8pt;
}
.nice_table tr th, .nice_table tr td {
	margin: 0;
	padding: 0.1em 0.4em;
	font-weight: bold;
	border-spacing: 0;
	border-collapse: collapse;
	background: #dee0db;
}
.nice_table caption {
	width: 100%;
	height: 39px;
	font-size: 0;
	line-height: 0;
	text-indent: -5000em;
}
.nice_table caption:hover {
	background-position: 98% 100%;
}

/* HEADER */

.nice_table thead {
	background: #9c9c9c;
}
.nice_table thead tr th {
	padding: 0.1em 0.4em;
	text-align: center;
	color: #000000;
	background: #9c9c9c;
}

/* FOOTER */

.nice_table tfoot {
	background: #9c9c9c;
}
.nice_table tfoot tr th, .nice_table tfoot tr td {
	padding: 0.1em 0.4em;
	background: #9c9c9c;
}
.nice_table tfoot tr th {
}
.nice_table tfoot tr td {
	text-align: left;
	font-weight:normal;
}

/* BODY */

.nice_table tbody tr td {background: #dee0db no-repeat top left;}
.nice_table tbody tr.odd td {
	background-color: #dee0db;
}
.nice_table tbody tr td:hover, .nice_table tbody tr.odd td:hover {
	background: #dee0db;
}
.nice_table tbody tr th, .nice_table tbody tr td {
	padding: 0.1em 0.4em;
	border: 1px solid #dee0db;
}
.nice_table tbody tr th {
	padding-right: 1em;
	text-align: center;
	font-weight: normal;
	background-color: #dee0db;
	text-transform: uppercase;
}
.nice_table tbody tr th:hover {
	background: #dee0db;
}
.nice_table a[title^="Download"] {
	float: none;
	width: auto;
	height: auto;
	font-size: 100%;
	background: none;
}

/* LINKS */

.nice_table a {
	color: #000;
	text-decoration: none;
}
.nice_table a:hover {
	text-decoration: underline;
}

