/* CSS Document */

<!--
#toolbar {
	left:0px;
	top:0px;
	width:695px;
	height:34px;
	z-index:22;
	visibility: visible;
	background-color: #fff;
	padding-top:5px;
	border:1px solid #ddd;
	margin-bottom:5px;
	display:block;
	/*background-image:url(../images/oxp_off.gif);*/
}
button{
	width: 23px;
	height: 23px;
	text-align:center;
	font-family: Tahoma;
	font-size:  11px;
	background-color:#fff;
	border:1px solid #ddd;
}
option, select{
	font-size:11px;
	vertical-align:baseline;
}


.on{
	background-color: Highlight !important;
	border: 1px solid #000080 !important;
	background-image:url(../../../umaservices/uma_editor/images/b_on.png);
}

.down{
	background-color: ButtonFace;
	border: #000080 solid 1px !important;
	background-image:url(../../../umaservices/uma_editor/images/b_down.png);
}


-->