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