.status { 
	color: #000000;
	padding-left: 150px;
	white-space: nowrap;
}

.suggestion_box {
	background-color: #EDF0F7;
	border: 1px solid #0066CC;
	position: absolute;
	padding: 2px 2px 2px 2px;
}
.suggestion {
	cursor: pointer;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.edit_box {
background-color: #EDF0F7;
border-color: #0066CC;
border-style: solid;
border-width: thin;
color: #000000;
font-family: vandana;
font-size: 8pt;
}
.text_box {
background-color: #EDF0F7;
border-color: #0066CC;
border-style: solid;
border-width: thin;
color: #000000;
font-family: vandana;
font-size: 8pt;
}
.highlight {
	color: #0000ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
}
.no_misspellings {
	color: #000000;
}
.check_spelling {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
.resume_editing {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}