input.button, input.sbutton, a.abutton, a.asbutton {
	font-family: Arial;
	text-align: center;
	font-weight: normal;
	border-style: solid;
	height: 22px;
	background: #97B6ED;
	filter:
		progid:DXImageTransform.Microsoft.Fade(duration=0.25, overlap=1)
		progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ccFFFFFF,EndColorStr=#00FFFFFF,GradientType=0)
	;
	behavior: url(/htc/buttons.htc);
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	cursor:pointer;
	//cursor:hand; 
}

input.sbutton, a.asbutton { border-width: 0px 4px 0px 0; }
input.button,  a.abutton {  border-width: 0px 4px 0px 4px; }

a.abutton {    height: 35px; }
input.button { height: 40px; }


a.abutton {padding: 10px 16px;}
a.asbutton {padding: 2px 16px;}
input.button {padding: 10px 0;}
input.sbutton {padding: 2px 0;}

a.abutton, a.asbutton, input.button, input.sbutton {
	border-color:  #618BD7;
}

a.abutton:visited, a.asbutton:visited, a.abutton:hover, a.asbutton:hover, a.abutton:active, a.asbutton:active {
	color: #000000;
	text-decoration: none;
}

a.new, input.new  {		border-color:  #22B022;}
a.action, input.action {	border-color:  #FF8800;}
a.search, input.search {	border-color:  #FF8800;}
a.print, input.print {		border-color:  #aaaaaa;}
a.cancel, input.cancel {	border-color:  #aaaaaa;}
a.delete, input.delete {	border-color:  #FF0000;}
a.editor, input.editor {	background: #aaaaaa; border-color:  #cccccc; border-width: 0 4px;margin: 0px 2px;}

a.cancel, a.delete, input.cancel, input.delete {
	background: #cccccc;
	color: #333333;
	filter:
		progid:DXImageTransform.Microsoft.Fade(duration=0.25, overlap=1)
		progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ccFFFFFF,EndColorStr=#00FFFFFF,GradientType=0)
	;
}

a.back input, a.delete input {
	color: #666666;
}
a.cancel input {
	color: #999999;
}
a.cancel:hover input {
	color: #666666;
}


/* Визуальный редактор */
.rtframe {
	border: #d0d0d0 1px solid;
}
.RTPanel {
	background: #cccccc;
	height: 30px;
	filter:	progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ccFFFFFF,EndColorStr=#00FFFFFF,GradientType=0);
	padding: 2px 10px 0px 10px;
}
.rtb img {
	/* height: 20px; width: 21px; */
	behavior: url(/htc/buttons.htc);
	filter:
		progid:DXImageTransform.Microsoft.Fade(duration=0.25, overlap=1)
		progid:DXImageTransform.Microsoft.Gradient(enabled=true, StartColorStr=#ccFFFFFF,EndColorStr=#00FFFFFF,GradientType=0)
	;
	background: #cccccc;
}
.rtb img {
	margin: 2px 0px 0px 2px;
}
.rtb img.selected {
	margin: 0px 2px 2px 0px;
}

