/***** jtDialogBox - BEGIN REQUIRED *********************************/
DIV.jtDialogBox {
	position: absolute;
	display: none;
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 11px;
}

.jtDialogBoxLeft {
	background-image:url(/js/DialogBox/img/box/TopLeft.png);
	background-repeat:no-repeat;
	behavior:  url(/css/iepngfix.htc);
	width: 12px;
	height:12px;
}

.jtDialogBoxRight {
	background-image: url(/js/DialogBox/img/box/TopRight.png);
	background-repeat:no-repeat;
	behavior:  url(/css/iepngfix.htc);
	width: 12px;
	height:12px;
}

.jtDialogBoxLeftB {
	background-image:url(/js/DialogBox/img/box/BottomLeft.png);
	background-repeat:no-repeat;
	behavior:  url(/css/iepngfix.htc);
	width: 12px;
	height:12px;
}

.jtDialogBoxRightB {
	background-image: url(/js/DialogBox/img/box/BottomRight.png);
	background-repeat:no-repeat;
	behavior:  url(/css/iepngfix.htc);
	width: 12px;
	height:12px;
}

.jtDialogBoxTitle {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	cursor:move;
	background-color: #ffffff;
	text-align:left;
	float:left;
}

.jtDialogBoxClose{
background-color: #ffffff;
width:90px;
float:right;
}

.jtDialogBoxIni{
width:10px;
}

.jtDialogBoxCenter{
	background-color: #ffffff;
	width:50px;
	height:12px;
}

.jtDialogBoxLeft, .jtDialogBoxTitle, .jtDialogBoxClose, .jtDialogBoxCenter, .jtDialogBoxRight, .jtDialogBoxIni, .jtDialogBoxRightB, .jtDialogBoxLeftB{
float:left;
}

/***** jtDialogBox - BEGIN SUGGESTED *********************************/
DIV.jtDialogBox {
}

.titleDiv{
clear:left;
background-color: #ffffff;
padding-left:15px;
padding-right:15px;
}

.TopDiv{
clear:both;
height: 12px;
overflow: hidden;
}

.ContentDiv {
background-color: #ffffff;
text-align:justify;
clear:both;
}

.ContentArea {
padding:10px;
font-family: Arial,  Helvetica, sans-serif;
font-size: 11px;

}
.ContentArea  ul{
	list-style-image: url(/web/img/misc/bullet_oran_square.gif); 
	list-style-position: outside; 
	margin-left: 15px;	
}

.buttonOk{
	background:none;
	background-image:url(/js/DialogBox/img/empty_ok.jpg);
	background-repeat:no-repeat;
	height:28px;
	width:95px;
	padding:0px 5px 0px 15px;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

.buttonError{
	background-image:url(/js/DialogBox/img/empty_error.jpg);
	background-repeat:no-repeat;
	height:26px;
	width:93px;
	padding:0px 5px 0px 15px;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}
/***** jtDialogBox - END SUGGESTED *********************************/

a{
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	color:#000000;
}

.imgHref{
    cursor:pointer;
}