.ew_main_editor {

	background-color: threedface;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	border-top: 1px solid buttonshadow;

}

.ew_frame_hidden {

	display: none;

}

.ew_status {

	font-family: MS Sans Serif;
	font-size: 11px;
	border: 1px inset;
	padding: 1 6 1 1;

}

.ew_zoom {

	font-family: MS Sans Serif;
	font-size: 11px;
 	padding: 2 3 2 3;
 	cursor: hand;

}

.ew_mode_sel {

	font-family: MS Sans Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	width: 96px;
	text-align: center;
	color: menutext;
	height: 19px;
	background-image: url(../ew_images/mode_select.gif);
	background-color: threedface;
	padding-top: 3px;

}

.ew_mode {

	font-family: MS Sans Serif;
	font-size: 11px;
	color: menutext;
	width: 96px;
	text-decoration: none;
	height: 19px;
	text-align: center;
	background-image: url(../ew_images/mode_unselect.gif);
	background-color: threedshadow;
	padding-top: 3px;

}

/* POPUP CLASSES */

.ew_popup_border {

	border-right: 1px solid buttonshadow;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;

	background-color: threedface;

	font-family: tahoma;
	font-size: 11px;

}

.ew_popup_hr_dark {

	background-color: buttonshadow;

}

.ew_popup_hr_light {

	background-color: buttonhighlight;

}

.ew_popup_over {

	background-color: highlight;
	font-family: Tahoma;
	font-size: 11px;
	color: buttonhighlight;
	cursor: default;

}

/* SOURCE CLASSES */

/* TOOLBAR CLASSES */

.ew_button_disable {

	border: 1px solid threedface;
	filter: Alpha(Opacity=40, FinishOpacity=0, Style=4, StartX=0, StartY=0, FinishX=22, FinishY=23);

}

.ew_button {

	border: 1px solid threedface;

	background-color: threedface;

}

.ew_button_up {

	border-right: 1px solid buttonshadow;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;

	background-color: threedface;

	cursor: hand;

}

.ew_button_down {

	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	border-top: 1px solid buttonshadow;

	background-color: threedface;

	cursor: hand;

}

.ew_button_click {

	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	border-top: 1px solid buttonshadow;

	background-color: threedface;

	cursor: hand;

}

SELECT.ew_select {

	font-size: 9px;
	Height: 23px;

}