#details table {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
}
#details caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
#details td, #details th {
	padding: 0.5em;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
}
#details thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #c6d7cf;
}
#details tfoot th, #details tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
#details tfoot th {
	font-weight: bold;
}
#details tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#details tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#details tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
#details tbody th a:visited {
	color: #b98b00;
}
#details tbody th, #details tbody td {
	vertical-align: top;
	text-align: left;
}
#details tfoot td {
	border: 1px solid #996;
}
#details tbody tr:hover {
	background: #ffffd9;
}
#details .headerhd {
	background:gray;
	color:white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
}
