			
.SharpSpell_MenuTableOuter {
	z-index: 99;
	background-color: ThreeDFace;
	border-top: solid 1px ThreeDLightShadow;
	border-right: solid 1px ThreeDDarkShadow ;
	border-bottom: solid 1px ThreeDDarkShadow;
	border-left: solid 1px ThreeDLightShadow;
}
.SharpSpell_MenuTableInner {
	border-top: solid 1px ThreeDHighlight;
	border-right: solid 1px ThreeDShadow;
	border-bottom: solid 1px ThreeDShadow;
	border-left: solid 1px ThreeDHighlight;
	padding: 2px;
}

.SharpSpell_MenuSeparator
{
	width: 100%;
	border-top: 1px solid;
	border-color: ThreeDShadow;
	font-size: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.SharpSpell_SpellCheckInProgress
{
	width: 21px; 
	height: 21px;
	background-image: url(images/progress.gif);
	border: solid 1px darkgrey;
	background-color: ThreeDFace;
	background-repeat: no-repeat;
}

.SharpSpell_MenuItemBar 
{
	color: MenuText;
	width: inherit;
	cursor: pointer;
	padding: 2px 18px 2px 24px;
}

.SharpSpell_MenuItemBar_Over 
{
	padding: 2px 18px 2px 24px;
	background-color: Highlight;
	width: inherit;
	cursor: pointer;
	color: White;
}

.SharpSpell_MenuItem 
{
	width: inherit;
	font-family: Verdana; 
	font-size: smaller;
	text-decoration: none;
	cursor: pointer;
}

.SharpSpell_Misspelling 
{
	background-image: url(images/red_underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.SharpSpell_Misspelling_Selected
{
	background-image: url(images/red_underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	font-weight: bold;	
	color: inherit;
}

.SharpSpell_Misspelling_Corrected
{
	background-image: url(images/green_underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.SharpSpell_Misspelling_Corrected_Selected
{
	background-image: url(images/green_underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	font-weight: bold;	
	color: inherit;
}


.SharpSpell_Misspelling:visited
{
	color: inherit;
}

.SharpSpell_Misspelling:hover
{
	background-color: #e3f1a4;
}

.SharpSpell_Button
{
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 11px;
	font-family: Sans-Serif;
	text-align: center;
	cursor: pointer;
}

.SharpSpell_Dialog
{
	background-image: url(images/dialogbg.jpg);
	background-repeat: no-repeat;
	font-family: Sans-Serif;
	font-size: 12px;
	margin: 0px;
	cursor: default;

}

.SharpSpell_TextBox
{
	margin: 2px;
	overflow: scroll;
}