/* RadSpell wrapper window styles */

.RadETableWrapperResizeSpan
{
	cursor : default;	
	border : 3px solid #cccccc;
}

.RadETableWrapper
{
	border-top: 0px;
	background-image: url(CssImg/RadETableWrapper.gif);
	background-color:#e6e0c9;
	border-bottom:0;
	font-size:0px;
}

.RadETableWrapperHeaderLeft 
{
	background: url(CssImg/DialogueHeaderLeft.gif); 
	background-repeat: no-repeat;
	width:9px;
	height: 20px;
	
} 
.RadETableWrapperHeaderCenter 
{		
	text-align: left;
	height: 20px;
	font-family:Tahoma;	
	font-weight: bold;
	background: url(CssImg/dialogueHeaderCenter.gif); 
	background-repeat: repeat-x;
	
} 
.RadETableWrapperHeaderCenter span
{
	color: #333;
}
.RadETableWrapperHeaderRight 
{
	background: url(CssImg/DialogueHeaderRight.gif); 
	background-repeat: no-repeat;
	width:9px;
	height: 20px;
	
} 

.RadETableWrapperHeaderLeft:before,
.RadETableWrapperHeaderRight:before
{
	content:" ";
	display:block;
	width:9px;
}

.RadETableWrapperBodyLeft 
{
	width:1px;
	background-color: #dbdbdb;	
} 
.RadETableWrapperBodyCenter 
{	
	width:100%;
	height:100%;
} 
.RadETableWrapperBodyRight 
{
	width:1px;
	background-color: #dbdbdb;
} 

.RadETableWrapperBodyRight:before,
.RadETableWrapperFooterLeft:before,
.RadETableWrapperFooterRight:before
{
	content:" ";
	display:block;
	width:1px;
}

.RadETableWrapperFooterLeft 
{
	width:1px;
	background-color: #dbdbdb;
} 

.RadETableWrapperFooterCenter 
{
	width:100%;
	height: 13px;
	font-size: 0px;
	line-height:0px;
	border-bottom: solid 1px #dbdbdb;
} 
.RadETableWrapperFooterRight 
{
	font-size: 0px;
	width: 14px;
	height: 13px;
	line-height:0px;
	cursor:nw-resize;
	background-image: url(CssImg/footerResize.gif);
	background-repeat: no-repeat;
	border-bottom: solid 1px #dbdbdb;
	border-right: solid 1px #dbdbdb;
} 

.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: white;
	height: 27px;
	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);
	background-repeat: no-repeat;
	width:17px;	
	height:17px;
	display:block;
	margin-left: 2px;
}

.RadERadWindowButtonPinOff
{
	background-image: url(CssImg/dialogueHeaderPinOff.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor:pointer;
	width:17px;	
	height:17px;
	display:block;
}
.RadERadWindowButtonPinOn
{
	cursor: hand;
	cursor:pointer;
	background-image: url(CssImg/dialogueHeaderPinOn.gif);
	background-repeat: no-repeat;
	width:17px;	
	height:17px;
	display:block;
}