/***** jtDialogBox - BEGIN REQUIRED *********************************/
DIV.jtDialogBox {
	position: absolute;
	display: none;
}

DIV.jtDialogBox .tbLeft {
	/*background: url(dialogTL.gif) no-repeat left top;*/
	width: 10px;
	background-color: blue;
}

DIV.jtDialogBox .tbRight {
	/*background: url(dialogTR.gif) no-repeat right top;*/
	width: 16px;
	padding: 2px 4px 3px 0px;
	vertical-align: bottom;
	background-color: blue;
}

DIV.jtDialogBox .Title { /*background: url(dialogTM.gif) top;*/
	background-color: blue;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
	color: #FFFFFF;
	padding: 4px 0px 2px 0px;
	cursor: move;
	/*Filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=80, FinishX=0, FinishY=0)*/
}

.jtDialogBoxVeilNone, .jtDialogBoxVeil {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	cursor: not-allowed;	
}

.jtDialogBoxVeil {
	background-color: #cccccc;
	FILTER: alpha(opacity = 50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/***** jtDialogBox - END REQUIRED *********************************/
	/***** jtDialogBox - BEGIN SUGGESTED *********************************/
DIV.jtDialogBox {
	border-top: 1px solid #EDEDED;
	border-right: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
	border-left: 1px solid #EDEDED;
}

DIV.jtDialogBox .MainPanel {
	background-color: #ffffff;
	border-top: 1px solid #898989;
	border-right: 1px solid #4E4E4E;
	border-bottom: 1px solid #4E4E4E;
	border-left: 1px solid #898989;
}

DIV.jtDialogBox .MainPanel .ContentArea {
	margin: 16px;
	font-size: 10pt;
}

.jtButton {
	color: #555555;
	border: 1px solid #9E9E9E;
	background-color: #F8F8F8;
	background-position: 5px 2px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	height: 23px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	cursor: pointer;
	width: 85px;
	padding-bottom: 2px;
}
/***** jtDialogBox - END SUGGESTED *********************************/