/***** jtDialogBox - BEGIN REQUIRED *********************************/
DIV.jtDialogBox {
	position: absolute;
	display: none;
}

DIV.jtDialogBox .tbLeft {
	background: url(../../images/left-corners.png) top;
	background-color: #D0D0D0;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	padding: 4px 0px 2px 0px;
}

DIV.jtDialogBox .tbRight {
	background: url(../../images/right-corners.png) top;
	background-color: #D0D0D0;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	padding: 4px 0px 2px 0px;
}

DIV.jtDialogBox .Title {
	background: url(../../images/top-bottom.png) top;
	background-color: #D0D0D0;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	padding: 4px 0px 2px 0px;
	cursor: move;
}

DIV.jtDialogBox .TextTitle {
	color: #84A9D8;
}

DIV.jtDialogBox {
	position: absolute;
	top: 30%;
}

DIV.jtDialogBox .MainPanel {
	border-top: 1px solid #898989;
	border-right: 1px solid #4E4E4E;
	border-left: 1px solid #898989;
	background-color: #ffffff;
	vertical-align: top;
}

DIV.jtDialogBox .MainPanel .ContentArea {
	height: 100%;
}

DIV.jtDialogBox .ResixeTd {
	border-right: 1px solid #4E4E4E;
	border-bottom: 1px solid #4E4E4E;
	border-left: 1px solid #898989;
	background-color: #ffffff;
	height: 13px;
}

DIV.jtDialogBox .ResixeTd .ResizeIcon {
	height: 100%;
}

.dialog_close_btn, .dialog_maximize_btn {
	cursor: pointer;
	float: right;
	height: 15px;
	margin-left: 2px;
	overflow: hidden;
	width: 15px;	
}

.dialog_close_btn {
	background: transparent url(../../images/tool-sprites.gif) no-repeat scroll 0 0;
}

.dialog_maximize_btn {
	background: transparent url(../../images/tool-sprites.gif) no-repeat scroll 0 -45px;
}
/***** jtDialogBox - END SUGGESTED *********************************/