/* $Id: */

/************ Dialog Box Styles ***********/
.DialogBox {
	width: 100%;
	height: 100%;
}

.DialogBox .boxHeader, .DialogBox .boxCtrlButtonPane {
color: #ffffff;
	height: 25px;

}

.DialogBox .boxHeader {
	width: 100%;
	background-color:#000000;
	font: bold 12px  Arial, Verdana, Helvetica, Sans-serif;	
}

.drag {
	background-color:#000000;
	padding-left: 20px;
	cursor: move;
}

.DialogBox .boxCtrlButtonPane {
	text-align: right;
	background-color:#000000;
}

.DialogBox .minButton, .DialogBox .maxButton {
	display: block;
}

/*.DialogBox .closeButton {
	background-image:url(../jambav/images/c.gif) no-repeat right;
	background-position: -236px -127px;
	border:1px solid black;
	cursor: pointer;
	cursor: hand;
}*/
.DialogBox .closeButton {
	background: url(../jambav/images/c.gif) no-repeat center;
	background-position:-236px -127px;
	width:25px;
	height:25px;
	background-color: #000000;
	border:3px solid black;
	cursor: pointer;
}
.DialogBox .boxTL {
	width: 7px;
	height: 25px;
	background-color:#000000;
}
.DialogBox .boxTR {
	width: 7px;
	height: 25px;
	background-color:#000000;
}

.dialogBox .boxML {
	border-left: 1px solid #000000;
	background: #FFFFFF;
}

.DialogBox .boxContent {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom:1px solid #000000;
	background: #FFFFFF;
	vertical-align: bottom;
	text-align: left;
}

.dialogBox .boxMR {
	border-right: 1px solid #000000;
	background: #FFFFFF;
}

.DialogBox .boxBL {
	width: 7px;
	height: 7px;
}

.DialogBox .boxBC {
	height: 8px;
}

.DialogBox .boxBR {
	width: 7px;
	height: 7px;
}

.freezeLayer {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #2a2a2a; 
	/*filter: Alpha(opacity = 65);
	-moz-opacity: 0.5;*/
	opacity: 0.4; 
	z-index: 20;
}

.hide {
	display: none;
}