/*******************************
* DIVS
********************************/

.igspell_Wrapper {
	position:relative;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	padding: 5px;
	background-image: url(WebSpellCheckerDialog/page_bg.jpg);
	background-repeat: no-repeat;
}

.igspell_documentTextPanel 
{
	border: 1px solid #CCCCCC;
	position: absolute;
	height: 85px;
	width: 230px;
	left: 10px;
	top: 76px;
	overflow:auto;
	background-color:White;
}

/**********************************
 * Button Styles
 **********************************/
.igspell_button { 	
 	width: 95px;
	height: 21px;
	position: absolute;
	left: 250px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	background-color: transparent;
	background-image: url(WebSpellCheckerDialog/button_bg.jpg);
	background-repeat: no-repeat;
	border: 0px;
}

.igspell_button:hover {
	background-image: url(WebSpellCheckerDialog/button_hover.jpg);
}
 
.igspell_ignoreButton {
	top: 76px;
}

.igspell_ignoreAllButton {
	top: 102px;
}

.igspell_changeButton {
	top: 197px;
}

.igspell_changeAllButton {
	top: 223px;
}

.igspell_finishButton 
{
	top: 374px;
}

.igspell_addButton {
	top: 128px;
}


/**************************
 Text Boxes
 **************************/

.igspell_changeToBox {
	position: absolute;
	left: 10px;
	top: 197px;
	width: 230px;
	height: 25px;
	border: 1px solid #CCCCCC;
}

/**************************
 Select Boxes
 **************************/

.igspell_suggestions {
	position: absolute;
	left: 10px;
	top: 262px;
	width: 340px;
	height: 109px;
	border: 1px solid #CCCCCC;
}

/**************************
 Labels
 **************************/
.igspell_label {
	font-weight: bold;
	font-size: xx-small;
	margin-bottom: 2px;
	position: absolute;
	left: 10px;
	color: #151C55;
}

.igspell_changeToLabel {
	top: 180px;
}

.igspell_suggestionsLabel {
	top: 246px;
}

.igspell_notFoundLabel {
	top: 10px;
}

/*************************
Other
**************************/
.igspell_BadWord
{
	BORDER-BOTTOM: red 1px solid;	
}
