@charset "utf-8";
table {
	width: auto;
	background-color: #4d5265;
	padding: 10px;
	overflow: hidden;
	border: 3px solid #ececec;
}
tr {
	background-color: #4d5265;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
tbody {
	background-color: #4d5265;
	line-height: 25px;
	font-size: 12px;
}
th {
	background-color:#4d5265;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
th a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
	background-color: #4d5265;
	color: #FFFFFF;
}
th a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
	background-color: #4d5265;
	background-repeat: no-repeat;
	color: #00FF00;
}
