/***** DIALOGS *****/
.dialog
{
	POSITION: absolute;
	DISPLAY: none;
	BACKGROUND: #EEE;
	BORDER: solid 1px #333;
	FONT: 12px arial;
	PADDING: 10px;
	CURSOR: default;
	TOP: 55px;
	LEFT: 25px;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(Color='#999999', Direction=135, Strength=3)
}
.dialog td		{font: 12px arial}


/***** LINKS BUILDER *****/
#linkBuilderWindow	{position: absolute; z-index: 1000; font: 12px arial; padding: 0; border: 0; background: white; top: 70px}
#linkBuilder		{border: solid 1px #444; background: white}
.modifierLink		{color: #009; cursor: pointer; font: bold 11px arial}
#linkBuilderPreview	{padding: 15px; width: 300px; height: 440px; overflow: auto; text-align: center}
#linkMoverWindow	{z-index: 1003; left: 50px; top: 90px; background: #EEE; width: 380px}
#linkMoverItems		{margin: 8px 0; border: solid 1px #444; background: #CCC}
.linkMoverItem		{background: #FAFAFA; padding: 3px 4px; height: 15px; font: 12px arial}


/***** SELECTOR WINDOW *****/
.selectorWindow
{
	POSITION: absolute;
	DISPLAY: none;
	BACKGROUND: #FAFAFA;
	BORDER: solid 1px black;
	CURSOR: default;
	Z-INDEX: 2000;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(Color='#CCCCCC', Direction=135, Strength=2)
}
.selectorItem		{padding: 2px 8px 2px 3px; white-space: nowrap; font: 12px arial}
.selectorItemOn		{padding: 2px 8px 2px 3px; white-space: nowrap; font: 12px arial; background: highlight; color: highlighttext}


/***** TOOLBAR *****/
.toolbar
{
	CURSOR: default;
	MARGIN-TOP: 3px;
	BACKGROUND: #E5E5E5;
	BORDER: outset 1px #DDD;
	FILTER: filter: progid:DXImageTransform.Microsoft.Shadow(Color='#CCCCCC', Direction=135, Strength=1)
}
.toolbar td			{font: 11px arial}
.toolbar img		{margin: 0 3px}
.toolBtnCaption		{font: 11px arial; padding-right: 5px; white-space: nowrap}
.toolObj			{width: 20px; height: 22px; text-align: center; border: solid 1px #E5E5E5}
.toolBtn			{width: 20px; height: 22px; text-align: center; border: solid 1px #E5E5E5}
.toolBtnHover		{width: 20px; height: 22px; text-align: center; border: solid 1px #E5E5E5; background: #F0F0F0}
.toolBtnDown		{width: 20px; height: 22px; text-align: center; border: inset 1px silver; background: #F5F5F5}
.toolBtnDownHover	{width: 20px; height: 22px; text-align: center; border: inset 1px silver; background: #FAFAFA}
.toolBtnStatic		{width: 20px; height: 22px; text-align: center; border: solid 1px #E5E5E5}
.toolBtnStaticHover	{width: 20px; height: 22px; text-align: center; border: solid 1px #E5E5E5; background: #F0F0F0}
.toolSep			{width: 5px; text-align: center; padding: 0; padding-left: 2px}
.toolSep img		{width: 2px; height: 21px}
.toolSelect			{background: white; border: solid 1px gray; font-size: 11px; text-align: left; padding: 1px; padding-left: 3px; overflow: hidden}
.toolSelectOn		{background: highlight; color: highlighttext; border: solid 1px gray; font-size: 11px; text-align: left; padding: 1px; padding-left: 3px; overflow: hidden}
.toolSelectCenter	{background: white; border: solid 1px gray; font-size: 11px; text-align: center; padding: 1px; overflow: hidden}
.toolSelectCenterOn	{background: highlight; color: highlighttext; border: solid 1px gray; font-size: 11px; text-align: center; padding: 1px; overflow: hidden}
.toolInput			{border: solid 1px gray; font-size: 11px; width: 30px; padding-left: 2px}
.toolInputCenter	{border: solid 1px gray; font-size: 11px; width: 30px; padding: 1px 2px; text-align: center}
.toolSelColor		{width: 19px; height: 17px; background: white; border: solid 1px gray}