/* CSS Document */

.active {

	background-color: #f9fdff;
	border: 1px solid #000000;
	height: 15px;
	
}

.inactive {

	background-color:#e5e5e5;
	border: 1px solid #000000;
	height: 15px;
		
}
