﻿.quoteHidden
{
	cursor: pointer;
	background-image: url(../images/editor/buttons/arrow.gif);
	background-repeat:no-repeat;
	font-style:normal;
	font-weight:bold;
	padding-left: 15px;
}
.quoteShow
{
	cursor: pointer;
	background-image: url(../images/editor/buttons/arrowslope.gif);
	background-repeat:no-repeat;
	font-style:normal;
	font-weight:bold;
	padding-left: 15px;
}

.editPopup
{
	position:absolute; 
	visibility:hidden;
	filter:progid:DXImageTransform.Microsoft.Shadow(Color='black', direction=135, strength=4);
}

.editPopupColors
{
	border:solid 1px black;
	z-index: 10000;
	position:absolute; 
	filter:progid:DXImageTransform.Microsoft.Shadow(Color='black', direction=135, strength=4);
}

.editPopupSmileys
{
	margin: 2px 2px 2px 2px;
	background-color: #fff;
}
.editPopupSmileysOut
{
	z-index: 1000;
	width: 200px;
	position:absolute; 
	filter:progid:DXImageTransform.Microsoft.Shadow(Color='black', direction=135, strength=4);
}

.editorToolBox
{
    unselectable: on;
}

.editorToolBoxInner
{
	text-decoration: none;
	color: black;
	border: none;
	unselectable: on;
	vertical-align: middle;
}

.editorColorBox
{
    height: 10px;
    width: 10px;
    unselectable: on;
}

.editorExpandLabel
{
	text-align: center;
	background-image: url(../images/editor/buttons/toolbar.background.gif);
	unselectable: on;
}

.editorDragLabel
{
	text-align: center;
	color: #fff;
	background-color: #000;
	unselectable: on;
}

.editorExpandLabel A
{
	text-decoration: none;
	color: black;
	font-family: 'Verdana';
}

.editorToolPanel
{
	background-color: #ffffff;
	unselectable: on;
}

.editorTools
{
	unselectable: on;
	width: 250px;
	padding: 4px;
	background-color: #f8f8f8;
	border: solid 1px #444;
	filter:progid:DXImageTransform.Microsoft.Shadow(Color='black', direction=135, strength=4);
}

.editorToolTrigger
{
	background-image: url(../images/editor/buttons/mode.design.gif);
	min-width: 20px;
	min-height: 20px;
	width: 20px;
	height: 20px;
	text-decoration: none;
	display: block;
	z-index: 3;
}

.editorPreviewTrigger
{
	background-image: url(../images/editor/buttons/mode.html.gif);
	min-width: 20px;
	min-height: 20px;
	width: 20px;
	height: 20px;
	text-decoration: none;
	display: block;
	z-index: 3;
}

.previewStandard
{
	min-height: 200px;
	min-width: 200px;
	height: 200px;
	width: 470px;
	border: solid 1px #444;
	background-color:#f8f8f8;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.Shadow(Color='black', direction=135, strength=4);
	z-index: 100;
}

.previewPersonalPage 
{
	width: 720px;
	height: 240px;
}

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
    text-align : left; 
    list-style-type : none;
}
.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
}
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
}

.stylePopup
{
	border: solid 1px black;
	filter:progid:DXImageTransform.Microsoft.Shadow(Color='black', direction=135, strength=4);
	z-index: 100;
}

.stylePopupBack
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;	
}

.stylePopup div
{
	margin: 4px;
}

.stylePopupError
{
	border: solid 2px red;
	background-color: Yellow;
}

.stylePopupError div
{
	margin: 4px;
}

.ContentContainer 
{
	background-color: #f2ecec;
	padding: 3px 3px 3px 3px;
	color: #6d6260;
}

.TitleContainer 
{
	height: 17px;
	color: #fff;
	font: normal normal bold 12px verdana,arial,helvetica;
	line-height: 17px;
	text-indent: 2px;
	xbackground: url(../images/icn_sml_members.gif)   no-repeat;
	xbackground-position: 3px 3px;
	xmargin-bottom: 3px;
}