/*
 *
 * spellchecker.css
 * (c) Richard Willis
 *
 */
 
/* Common */
.hidden {display:none;}
.strike {text-decoration:line-through;}
.loading {background:url(../img/ajax-loader.gif) no-repeat center center;padding:0.5em 8px}

/* Spell checker styling */
span.badspelling {
	color:#d70303;
	text-decoration:none;
	background:url(../img/spellchecker/bg.gif) repeat-x 100% 100%;
	cursor:pointer
}
.suggestDrop {
	position:absolute;
	display:none;
	z-index:9999;
	overflow:none;
	padding:0px 9px 9px 0px;
	margin-top:1px;
	background:transparent url(../img/spellchecker/shadow.png) no-repeat scroll right bottom;
	font:normal 13px arial;
}
#suggestwords {
	background:#fff;
}
.suggestDrop em {
	text-align:center;
	padding:3px 6px 3px 6px;
	display:block;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.suggestDrop a, suggestDrop a:visited {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	padding:3px 6px 3px 6px;
	display:block;margin:0px;
	text-decoration:none;
	color:#333;
	outline:none
}
.suggestDrop a.first, suggestDrop a.first:visited {
	border-top:1px solid #ccc
}
.suggestDrop a:hover {
	color:#000;
	background:#ddd
}
.suggestDrop .foot {
	border-top:1px solid #ddd;
	background:#fff
}
.suggestDrop .foot a, suggestDrop .foot a:visited {
	outline:none
} 
#post-body, .spellcheck {
	border:1px solid #888;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:0em 1em;
	font-size:86%;
	margin-bottom:10px;
}

#post-body, .spellcheck { border:1px solid #999; overflow:auto; height:300px; width: 710px; padding: 2px 2px 0; margin:5px 3px 10px 5px; font-family: Arial, Helvetica, sans-serif; font-size:13px; }
.spellcheck { background:#29485F; padding: 2px 3px 0; width:708px;}
