
.clsDevButton {
	font: 11px tahoma,arial,helvetica;
	padding: 1 2 1 2;

	cursor: hand;
	border: 1 solid #E8E8E8;
}

.clsDevButtonHover {
	font: 11px tahoma,arial,helvetica;
	padding: 1 2 1 2;

	cursor: hand;
	border: 1 solid #3F7297;
	background: #D2D8DD;
}

.clsDevButtonDisabled {
	font: 11px tahoma,arial,helvetica;
	padding: 1 2 1 2;

	cursor: default;
	border: 1 solid #E8E8E8;
	background: #E8E8E8;
}

.clsDevButtonSelected {
	font: 11px tahoma,arial,helvetica;
	padding: 1 2 1 2;

	cursor: hand;
	border: 1 solid #3F7297;
	background: #DEE3E8;
}

.clsDevButtonImg {
}

.clsDevButtonImgHover {
}

.clsDevButtonImgDisabled {
	filter: alpha (opacity = 40);
}
