/* r.a.d.spell Mac skin - Main.css */

.RadETableWrapperResizeSpan
{
	cursor: default;	
	border: solid 3px #ccc;
}

.RadETableWrapper
{
	font-size:0px;
	line-height: 0px;
	background: white url('CssImg/RadETableWrapper.gif');
}


.RadETableWrapperHeaderLeft 
{
	background: url('CssImg/DialogueHeaderLeft.gif') no-repeat; 
	width: 9px;
	height: 20px;
	font-size:11px;
	line-height: 0px;
} 

/* Mozilla empty cells fix */

.RadETableWrapperHeaderLeft:before,
.RadETableWrapperHeaderRight:before
{
	display: block;
	content: " ";
	width: 9px;
	height: 20px;
}

.RadETableWrapperHeaderCenter 
{		
	text-align: left;
	height: 20px;
	color: red;
	background: url('CssImg/dialogueHeaderCenter.gif') repeat-x; 
	line-height: 0px;
} 

.RadETableWrapperHeaderRight 
{
	background: url('CssImg/DialogueHeaderRight.gif') no-repeat; 
	width: 9px;
	height: 20px;
	font-size:11px;
	line-height: 0px;
} 

.RadETableWrapperBodyLeft 
{
	 background: #dadada;
} 

/* Mozilla empty cells fix */
.RadETableWrapperBodyLeft:before,
.RadETableWrapperBodyRight:before
{
	display: block;
	content: " ";
	width: 1px;
}

.RadETableWrapperBodyCenter 
{	
	width: 100%;
	height: 100%;
} 

.RadETableWrapperBodyRight 
{
	 background: #dadada;
} 

.RadETableWrapperFooterLeft 
{
	background: no-repeat; 
	height: 33px;
	font-size: 0px;
	width: 0px;
	border-bottom: solid 1px #dadada;
	border-left: solid 1px #dadada;
} 

.RadETableWrapperFooterCenter 
{
	width: 100%;
	height: 33px;
	font-size: 0px;
	line-height:0px;
	border-bottom: solid 1px #dadada;
} 

.RadETableWrapperFooterRight 
{
	font-size: 0px;
	width: 14px;
	height: 33px;
	line-height: 0px;
	cursor: nw-resize;
	background: url('CssImg/footerResize.gif') no-repeat bottom;
	border-bottom: solid 1px #dadada;
	border-right: solid 1px #dadada;
} 

.RadETableWrapperFooterRightOver 
{
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	cursor: nw-resize;
}

.RadERadWindowHeader
{
	font: bold 11px "Microsoft Sans Serif", Tahoma;
	color: #404040;
	height: 17px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 10px;	
	cursor: default;	
	width: 100%;
	display: inline;
}

.RadERadWindowButtonClose
{
	cursor: hand;
	cursor: pointer;
	background: url('CssImg/dialogueHeaderClose.gif') no-repeat;
	width: 17px;	
	height: 17px;
	display:block;
}

.RadERadWindowButtonPinOff,
.RadERadWindowButtonPinOn
{
	cursor: hand;
	cursor: pointer;
	width: 17px;	
	height: 17px;
	display: block;
}

.RadERadWindowButtonPinOff
{
	background: url('CssImg/dialogueHeaderPinOff.gif');
}

.RadERadWindowButtonPinOn
{
	background: url('CssImg/dialogueHeaderPinOn.gif');
}
