/* ----------------------------- r.a.d.window wrapper related styles ------------------------*/
.TSETableWrapperResizeSpan
{
	cursor : default;
	border : 3px solid #cccccc;
}

.TSETableWrapper
{
	border:1px solid #c8c8c8;
	border-top: 1px solid #e5e5e5;
	border-bottom: 0;
	background-color:#f7f7f7;
	font-size:0px;
	vertical-align: top;
}

.TSETableWrapper TD
{
	vertical-align: top;
}

.TSETableWrapperHeaderLeft
{
	background: url(CssImg/DialogueHeaderLeft.gif);
	width:9px;
	height:24px;
	vertical-align: top;
	background-repeat: no-repeat;
}
.TSETableWrapperHeaderCenter
{
	text-align: left;
	height:24px;
	font-family:Tahoma;
	font-weight: bold;
	color: #212121;
	background: url(CssImg/ToolbarRowBackground.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
.TSETableWrapperHeaderRight
{
	width:1px;
	height:24px;
	vertical-align: top;
}

.TSETableWrapperBodyLeft
{
	width:0px;
}

.TSETableWrapperBodyCenter
{
	width:100%;
	height:100%;
}

.TSETableWrapperBodyRight
{
	width:0px;
}

.TSETableWrapperFooterLeft
{
	background-repeat: no-repeat;
	height: 13px;
	font-size: 0px;
	width: 0px;
	border-bottom: 1px solid #B4B4B4;
}

.TSETableWrapperFooterCenter
{
	width:100%;
	height: 13px;
	font-size: 0px;
	line-height:0px;
	border-bottom: 1px solid #B4B4B4;
}

.TSETableWrapperFooterRight
{
	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: 1px solid #B4B4B4;
}

.TSETableWrapperFooterRightOver
{
	width:0px;
	height:0px;
	font-size: 0px;
	line-height:0px;
	cursor:nw-resize;
}

.TSETSWindowHeader
{
	font-family: Microsoft Sans Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #212121;
	padding-top: 6px;
	padding-left: 4px;
	cursor:default;
	width:100%;
	display:block;
}

.TSETSWindowButtonClose
{
	cursor: hand;
	cursor:pointer;
	background-image: url(CssImg/dialogueHeaderClose.gif);
	background-repeat: no-repeat;
	width:19px;
	height:24px;
	display:block;
}

.TSETSWindowButtonPinOff
{
	cursor: hand;
	cursor:pointer;
	background-image: url(CssImg/dialogueHeaderPinOff.gif);
	background-repeat: no-repeat;
	width:16px;
	height:24px;
	display:block;
}

.TSETSWindowButtonPinOn
{
	cursor: hand;
	cursor:pointer;
	background-image: url(CssImg/dialogueHeaderPinOn.gif);
	background-repeat: no-repeat;
	width:16px;
	height:24px;
	display:block;
}