table.selectorr{
	border: 1px solid #cccccc;
	border-collapse:collapse;
}
table.selectorr td{
	width:15px;
	text-align:center;
	font-size:11px;
	cursor:pointer;
	border-right:0px dotted #cccccc;
}
.selectorr_on{
	background:#eeeeee;
	color:black;
}
.selectorr_off{
	background:#ffffff;
	color:#aaaaaa;
}

}