/***** jtDialogBox - BEGIN REQUIRED *********************************/
DIV.jtDialogBox {
	position: absolute;
	display: none;
	}
DIV.jtDialogBox .tbLeft {
	width: 0px;
	}
DIV.jtDialogBox .tbRight {
	width: 26px;
	padding: 8px 4px 3px 0;
	vertical-align: top;
	border-top: 1px solid #6666FF;
	background-color: #ffffff;
	}
DIV.jtDialogBox .Title {
	background-color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
	color: #000000;
	padding: 4px 0px 2px 0px;
	cursor:move;
	border-top: 1px solid #6666FF;
	}
/***** jtDialogBox - END REQUIRED *********************************/


/***** jtDialogBox - BEGIN SUGGESTED *********************************/
DIV.jtDialogBox {
	}
DIV.jtDialogBox .MainPanel {
	border-bottom: 2px solid #6666FF;
	background-color: #ffffff;
	}
DIV.jtDialogBox .MainPanel .ContentArea {margin: 16px;}
/***** jtDialogBox - END SUGGESTED *********************************/


#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: lightblue;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
