.wdgButtonNormal {
	font: Arial 10px #000000;
	padding:0px;
	text-align: center;
	background-color: #c0c0c0;
	vertical-align: middle;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	position:absolute;
	cursor:default;
}
.wdgButtonSelected {
	font: Arial 10px #000000;
	padding:1px;
	text-align: center;
	background-color: #c0c0c0;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	position:absolute;
	cursor:default;
}

