.RadEWrongWord
{
	background-color: yellow;
}
.RadEDomMouseOver
{
	background-color:#ffffcc;	
}
body
{
	padding:3px;
	background-image: none;
	margin: 0px;
	text-align: left;
	word-wrap: break-word;
    background-color:#435159;
    color:white;
}
form
{
	background-color:#35434b;
	/*border:1px dashed #555555;*/
}
table
{
    border:none;
	/*BORDER-RIGHT: #999999 1px  none;
	BORDER-BOTTOM: #999999 1px none;*/
}
table td
{
	PADDING: 1px;
	BORDER-TOP: #999999 1px none;
	BORDER-LEFT: #999999 1px none;
   border-bottom: #999999 1px none;
	border-right: #999999 1px none;
}
table th
{
	PADDING: 1px;
	/*BORDER-TOP: #000000 1px none;
	BORDER-LEFT: #000000 1px none;*/
}

label{
    color:white;
}

/* editor comments */
font.reComment_u0, span.reComment_u0
{
    border: none 2px #FF9933 !important;
}
font.reComment_u1, span.reComment_u1
{
    border: none 2px #ff0101 !important;
}
font.reComment_u2, span.reComment_u2
{
    border: none 2px #0101ff !important;
}

/* ResizableWidgets Handles */
.rrHandle
{
    background-color: #fff;
    border: 1px solid #000;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.rrHandle:hover
{
    background-color: #000;
}