/***** jtDialogBox - BEGIN REQUIRED *********************************/
DIV.jtDialogBox {
	position: absolute;
	display: none;
	}
DIV.jtDialogBox .tbLeft {
	background: url(dialogTL.gif) no-repeat left top;
	width: 0px;
	}
DIV.jtDialogBox .tbRight {
	background: url(dialogTR.gif) no-repeat right top;
	width: 16px;
	padding: 0px 0px 0px 0;
	vertical-align: top;
	background-color: #EFEFEB;
	}
DIV.jtDialogBox .Title {
	background: url(dialogTM.gif) top;
	background-color: #EFEFEB;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
	color: #000000;
	padding: 3px 0px 3px 0px;
	cursor:move;
	}
/***** jtDialogBox - END REQUIRED *********************************/


/***** jtDialogBox - BEGIN SUGGESTED *********************************/
DIV.jtDialogBox {
	border-top : 0px Solid #FF0000 ;
	border-right : 0px Solid #FF0000 ;
	border-bottom: 0px Solid #FF0000 ;
	border-left: 0px Solid #FF0000 ;
	background-image:url('pop_dialog_border.png');
	}
DIV.jtDialogBox .MainPanel {
	border-top	 : 1px solid #EFEFEB;
	border-right : 1px solid #EFEFEB;
	border-bottom: 1px solid #EFEFEB;
	border-left	: 1px solid #EFEFEB;
	background-color: #ffffff;
	}
DIV.jtDialogBox .MainPanel .ContentArea {margin: 16px;font-family: Verdana;font-size: 10pt;}
/***** jtDialogBox - END SUGGESTED *********************************/


td.pop_border{background-image:url('pop_dialog_border.png')}
td.pop_bottomright{background-image:url('pop_dialog_bottom_right.png')}
td.pop_bottomleft{background-image:url('pop_dialog_bottom_left.png')}
td.pop_topright{background-image:url('pop_dialog_top_right.png')}
td.pop_topleft{background-image:url('pop_dialog_top_left.png')}
table.pop_dialog_table{border-collapse:collapse;margin:10px;text-align:left;}