/* RadSpell wrapper window styles */

.RadETableWrapperResizeSpan
{
	cursor : default;
	border : 3px solid #cccccc;
}

.RadETableWrapper
{
	font-size: 1px;
	background-color: #f0f0f0;
}

.RadETableWrapperHeaderLeft
{
	background: url(CssImg/DialogueHeaderLeft.gif);
	width: 18px !important;
	height: 29px;
}
.RadETableWrapperHeaderCenter
{
	text-align: left;
	height: 29px;
	font-family:Tahoma;
	color: #4c4c4c;
	background: url(CssImg/dialogueHeaderCenter.gif);
	background-repeat: repeat-x;
	background-color: #e1e1e1;
}
.RadETableWrapperHeaderRight
{
	background: url(CssImg/DialogueHeaderRight.gif);
	width: 18px !important;
	height: 29px;
}

.RadETableWrapperBodyLeft
{
	width: 1px;
	border-left: solid 1px #e1e1e1;
}
.RadETableWrapperBodyCenter
{
	width: 100%;
	height: 100%;
}
.RadETableWrapperBodyRight
{
	width: 1px;
	border-right: solid 1px #e1e1e1;
}

.RadETableWrapperFooterLeft
{
	width: 1px;
	background-color: #e1e1e1;
	height: 14px;
	font-size: 0px;
	border-bottom: 1px solid #e1e1e1;
}

.RadETableWrapperFooterCenter
{
	width:100%;
	height: 14px;
	font-size: 0px;
	line-height:0px;
	border-bottom: 1px solid #e1e1e1;
}
.RadETableWrapperFooterRight
{
	font-size: 0px;
	width: 14px;
	height: 13px;
	line-height:13px;
	cursor:nw-resize;
	background-image: url(CssImg/footerResize.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.RadETableWrapperFooterRightOver
{
	width:0px;
	height:0px;
	font-size: 0px;
	line-height:0px;
	cursor: nw-resize;
}

.RadERadWindowHeader
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	height: 29px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 10px;
	cursor:default;
	width: 100%;
	display: inline;
}

.RadERadWindowButtonClose
{
	cursor: hand;
	cursor: pointer;
	background-image: url(CssImg/dialogueHeaderClose.gif);
	width: 33px;
	height: 29px;
	display: block;
}

.RadERadWindowButtonPinOff
{
	cursor: hand;
	cursor:pointer;
	background-image: url(CssImg/dialogueHeaderPinOff.gif);
	width:16px;
	height:27px;
	display:block;
}
.RadERadWindowButtonPinOn
{
	cursor: hand;
	cursor:pointer;
	background-image: url(CssImg/dialogueHeaderPinOn.gif);
	width:16px;
	height:27px;
	display:block;
}