.active {
	font-size: 12px;
	line-height: 18px;
	color:#fff;
	background-color: #999;
	}

.active td {
	padding: 0 10px 0 10px;
	}

.active a {
	color: #fff;
	text-decoration: none;
	}

.active a:visited {
	color: #fff;
	}

.active a:active {
	} 

.active a:hover {
	color: #f63;
	text-decoration: underline;
}

.inactive {
	color:#fff;
	background-color:#ECECEC;
	}
	
.inactive td {
	padding: 0 10px 0 10px;
	}

.inactive a {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	text-decoration: none;
	}

.inactive a:visited {
	color: #999;
	}

.inactive a:active {
	} 

.inactive a:hover {
	color: #f63;
	text-decoration: underline;
	}
