

/* ----------------------------- r.a.d.window wrapper related styles ------------------------*/
.RadETableWrapperResizeSpan
{
	cursor : default;
	border : 3px solid #cccccc;
}



/* ACTIVE */
.RadETableWrapper
{
border:4px solid #816A31;
	font-size:0px;
	vertical-align:top;
	top:250px!important;
	left:20px!important;
	height:300px!important;
	position:absolute!important;
	background-color:#62542D;
	
}

.RadETableWrapper TD
{
	vertical-align: top;
}

.RadETableWrapperHeaderLeft
{
	/*background: url(CssImg/DialogueHeaderLeft.gif);
	width:9px;*/
	height:24px;
	vertical-align: top;
	background-repeat: no-repeat;
}
.RadETableWrapperHeaderCenter
{
	text-align:center;
	height:16px;
	line-height:16px!important;
	font-family:sans-serif;
	font-weight:normal;
	vertical-align: top;
	padding:4px 0;
}
.RadETableWrapperHeaderRight
{
	width:1px;
	height:24px;
	vertical-align: top;
}

.RadETableWrapperBodyLeft
{
	width:0px;
}

.RadETableWrapperBodyCenter
{
	width:100%;
	height:100%;
}

.RadETableWrapperBodyRight
{
	width:0px;
}

.RadETableWrapperFooterLeft
{
	background-repeat: no-repeat;
	height: 13px;
	font-size: 0px;
	width: 0px;
	border-bottom: 0px solid #B4B4B4;
}

.RadETableWrapperFooterCenter
{
	width:100%;
	height: 13px;
	font-size: 0px;
	line-height:0px;
	border-bottom: 0px solid #B4B4B4;
}

.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: 0px solid #B4B4B4;
}

.RadETableWrapperFooterRightOver
{
	width:0px;
	height:0px;
	font-size: 0px;
	line-height:0px;
	cursor:nw-resize;
}

.RadERadWindowHeader
{
	font-family:Tahoma;
	font-size: 12px;
	line-height:17px;
	font-style:normal;
	font-weight:bold;
	color:white;
	cursor:default;
	width:100%;
	/*background-color:#1D1D1D;*/
	border:0px solid red!important;
}

.RadERadWindowButtonClose
{
	cursor: hand;
	cursor:pointer;
	background-image: url(/includes/images/btn_close.gif);
	background-repeat: no-repeat;
	width:15px;
	height:12px;
	display:block;
	border:0px solid red!important;
}

.RadERadWindowButtonPinOff
{
	cursor: hand;
	cursor:pointer;
	background-image: url(CssImg/dialogueHeaderPinOff.gif);
	background-repeat: no-repeat;
	width:16px;
	height:24px;
	display:block;
}

.RadERadWindowButtonPinOn
{
	cursor: hand;
	cursor:pointer;
	background-image: url(CssImg/dialogueHeaderPinOn.gif);
	background-repeat: no-repeat;
	width:16px;
	height:24px;
	display:block;
}


