.ToolbarBtnUp {	
 cursor:pointer; 
 border-style: outset; 
 border-width: 2px;
}

.ToolbarBtnDown {	
 cursor:pointer; 
 border-style: inset; 
 border-width: 2px;
} 


.ToolbarBtnDisabled {	
 cursor:none;
 border-style: solid; 
 border-width: 2px;
 border-color: #D6D3CE;
 background-color: #D6D3CE;
 display: none;
} 


.ColorFont {
 font-size: 9px;	
 cursor:pointer;
}

.XMLField {
	border-left: red thin solid; 
	border-right: red thin solid; 
	border-top: red thin solid; 
	border-bottom: red thin solid; 
	background-color: gray; 
	color: white; 
	font-weight: bold;
}

.NoEdit {
	background-color: gray; 
	border-left: gray thin solid; 
	border-right: gray thin solid; 
	border-top: gray thin solid; 
	border-bottom: gray thin solid; 
	background-color: gray;
}

.XMLFieldSelected {
	border-left: blue thin solid; 
	border-right: blue thin solid; 
	border-top: blue thin solid; 
	border-bottom: blue thin solid; 
	background-color: gray; 
	color: blue; 
	font-weight: bold;
}

.EditableText {
	border-left: red medium inset; 
	border-right: red medium inset; 
	border-top: red medium inset; 
	border-bottom: red medium inset;
}

.EditableTextSelected {
	border-left: blue medium inset; 
	border-right: blue medium inset; 
	border-top: blue medium inset; 
	border-bottom: blue medium inset;
}

.LabelText {
	font-size:12px; 
}	

.RegularButton {
	font-size:10px; 
	font-weight:bold; 
	background-color:#ececec; 
	cursor:pointer;
}	