/* modal popups */

.raised {

	border: 0px;

}

.modalBody {

	background-color: threedface;
	font-family: MS Sans Serif, Tahoma;
	font-size: 11px;
	padding: 7 7 7 7;

}

.modalTableBorder {

	border: 1px outset;
	float: center;

}

.modalTD {

	background-color: threedface;
	font-family: MS Sans Serif, Tahoma;
	font-size: 11px;
	padding: 2 2 2 2;

}

.input {

	height: 20px;
	font-size: 12px;

}

.smallInput {

	height: 18px;
	font-size: 11px;

}

.button {

	border: 1px solid threedface;

	background-color: threedface;

}

.buttonUp {

	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;

}

.buttonDown {

	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;

}

.buttonDisable {

	border: 1px solid threedface;
	filter: Alpha(Opacity=40, FinishOpacity=0, Style=4, StartX=0, StartY=0, FinishX=22, FinishY=23);

}

/* COLOUR PICKER CLASSES */

.Image_Colour {

	border: 1px inset;
	font-size: 1px;

}

.ColourSwatch {

	font-size: 1px;
	width: 12px;
	height: 12px;

}

.ColourSwatchSelected {

	font-size: 1px;
	width: 12px;
	height: 12px;
	border: 1px dashed blue;

}

/* SYMBOL CLASSES */
.button_SymbolButton {

	width: 75px;
	height: 23px;
	font-family: MS Sans Serif, Tahoma;
	font-size: 11px;

}

.button_SymbolFontListBox {

	width: 360px;

}

.input_symbol {

	width: 150px;
	height: 22px;
	background-color: white;
	border: thin inset;
	text-align: left;
	padding: 1 1 1 1;
	font-size: 12px;
	text-overflow : clip;
	overflow : hidden;

}

/* FILE MANAGER */

.browseList {

	font-family: MS Sans Serif, Tahoma;
	font-size: 11px;
	color: windowtext;

}

.browseListHover {

	font-family: MS Sans Serif, Tahoma;
	font-size: 11px;
	background-color: menu;

}

.browseListClick {

	font-family: MS Sans Serif, Tahoma;
	font-size: 11px;
	background-color: highlight;
	color: highlighttext;
}

a.browseLink {

	color: windowtext;

}

.help {
}

.b_header {

	font-family: MS Sans Serif, Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: threedface;

	border-right: 1px solid buttonshadow;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;

}

.b_table TD{

	font-family: MS Sans Serif, Tahoma;
	font-size: 11px;
	padding: 0 3 0 3;

}