.hover {
	width:100%;
	border-collapse:collapse;
}
.hover th{
	height:30px;
	background:#ffffff;
	color:#AFBD77;
}
.hover td{
	height:30px;
	padding-top:3px;
	vertical-align:middle;
	border-bottom:1px solid #ffffff;
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	font-size: 14px;
	padding: 6px 10px;
	text-align:Left;
}
.hovertd a {
	width:100%;
	display:block
}
.hover tr {
	background:#949798;
	color:#ffffff
}
.hover tr:hover {
	background-color:#AFBD77;
}
.hover tr a {
	color:#FFFFFF;
	font-style:bold;
}

