/* -- ASPxSpellChecker -- */
.dxwscLoadingDiv_Core
{
	background-color:Gray;	
	opacity: 0.01;
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=1);
}
.dxwscCheckedTextContainer_Core
{
	background-color: white;
	font-size: 9pt;
	font-family: Verdana, Arial;
	border: solid 1px #cccccc;
	vertical-align:top;
	overflow:auto;
	width: 340px;	
	height: 110px;
	padding: 5px;	
}
.dxwscErrorWord_Core
{
	background: url('scErrorUnderline.gif') bottom;
	background-repeat:repeat-x;
	padding-bottom: 3px;
	font-weight: bold;
}

.dxwscLoadingPanel_Core
{
	font: 9pt Verdana;
	color: #303030;
}
.dxwscLoadingPanel_Core td.dx
{
	white-space: nowrap;
	text-align: center;
	padding: 0;
}

/*-- Dialog Forms --*/

.leftBottomButton {
	padding: 10px;
	padding-right: 0;
	border-top: Solid 1px #acb7c6;
}

.rightBottomButton 
{
	padding:10px;
	width: 100px;
	border-top: Solid 1px #acb7c6;	
}

.footerBackground {
	background-color: #DBEBFF;
}

#dxMainSpellCheckFormTable 
{
	width: 480px;
}
#dxMainSpellCheckFormTable .contentSCFormContainer{
	padding:10px;
}

#dxSpellCheckForm .buttonsTable 
{
	width: 100px;
}

#dxSpellCheckForm .buttonTableContainer
{
	padding-left: 10px;
	padding-top: 5px;
}

#dxSpellCheckForm .checkedDivContainer 
{
	overflow: hidden;
	padding-top:5px;
}

#dxSpellCheckForm .changeToText
{
	padding-top: 15px;
}

#dxSpellCheckForm .verticalSeparator 
{
	padding-top: 5px;
}

#dxSpellCheckForm .listBoxContainer 
{
	padding-top:5px;
	padding-bottom:20px;
}

#mainSpellCheckOptionsFormTable 
{
	width: 400px;
}

#dxMainSpellCheckOptionsFormTable
{
	width: 300px;
}
#dxMainSpellCheckOptionsFormTable .contentSCOptionsFormContainer
{
	padding:10px;
}


#dxMainSpellCheckOptionsFormTable .languagePanel 
{
	padding-top:10px;
	/*padding-bottom: 20px;*/
}