.listHeader {
	background-color: #339933;
	color: white;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.listCell {
}

.listCell1 {
	vertical-align:top;
	border-top: solid 1px #bfbfc1;
}

.listCell2 {
	vertical-align:top;
	border-top: solid 1px #bfbfc1;
	background-color: #eeeeee;
}

.listFooter {
	background-color: #339933;
	color: white;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #bfbfc1;
	border-top: solid 1px #bfbfc1;
}

.listFooterContent {
	background-color: #339933;
	color: white;
	font-weight: bold;
}

.listLink {
	color:339933;
	text-decoration:underline;
}

.listLink:hover {
	color:339933;
	text-decoration:underline overline;
}

.detailDescription {
	font-weight: bold;
}

.drpSearch {
	width: 200px;
}

.btnSearch {
	width: 100px;
	background-color: #666666;
	color: white;
	border: solid 1px black;
}
