/*	$Id: xjs.css 1113 2016-09-28 07:50:41Z thierry $	*/

#odry-progress {
	display:block;
	z-index:9999;
	filter:alpha(opacity=50);
	opacity:.5;
	position:relative;
	float:left;
	top:0px;left:0px;
	width:100%;height:100%;
	min-height:100px;
	background:#d0d0d0 url(/xjs/progress.gif) no-repeat center center;
}

.odry-background {
	display:none;
	opacity:.5;
	filter:alpha(opacity=50);
	background-color: #ccc;
	position:fixed;
	_position:absolute;
	top:0;left:0;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%; height:100%;
}

.odry-overlay {
	display:none;
	margin:0;
	padding:0;
	overflow:auto;
	overflow-y:auto;
	position:fixed;
	_position:absolute;
	top:0;left:0;bottom:0;right:0;
}

.odry-dialogbox, .odry-msgbox {
	background-color:white;
	border:solid 1px #999999;
	display:none;
	margin:20px auto;
	outline:none;
	padding:0;
	position:relative;
	width:500px;
	word-wrap: break-word;

	-webkit-box-shadow:2px 4px 6px black;
	-moz-box-shadow:2px 4px 6px black;
	box-shadow:2px 4px 6px black;

	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;

}

.odry-msgbox {
	width:450px;
}

.DLG_TITLE, #MB_TITLE {
	padding:5px 10px;
	font-size:20px;
	line-height:1.5;
	color:#999;
	border-bottom:1px solid #cccccc;
	box-sizing:border-box;
	width:100%;
	margin:0;
}
a.DLG_CLOSE_A, #MB_CLOSE_A {
	color:#2bbbad;
	float:right;
	/* Lucida Sans Unicode and Arial Unicode MS */
	font-family:Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.DLG_CLOSE_A:before, #MB_CLOSE_A:before {
	content:"\2716";	/* &#10006; */
	XXcontent:"\00D7";	/* &times; */
}

.DLG_BUTTONS, #MB_BUTTONS {
	margin:15px;
	text-align:center;
}

.DLG_BUTTONS button, #MB_BUTTONS button,
.DLG_BUTTONS input, #MB_BUTTONS input {
/*
	margin:auto 4px;
	padding:auto 7px;
	overflow:visible;*/	/*	removes white space before and after text */
}

.DLG_LOADING {
	display:none;
	background:#eeeeee url(/xjs/progress2.gif) no-repeat center center;
	height:144px;
}

.DLG_TEXT p {
	font-size:15px;
	padding:10px 12px;
}
.DLG_TEXT p.c {
	text-align:center;
}

.DLG_TEXT div.mla {
	color:maroon;
	font-size:13px;
	margin:-4px 0 4px 0;
	text-align:center;
}


#MB_TEXT {
	font-family:Raleway, Arial, sans-serif;
	font-size:18px;
	padding:8px 14px 0;
}


#odry-notify {
	display:none;
	position:fixed;
	_position:absolute;
	z-index:9999;

	background-color:#666;
	border:solid 1px darkgreen;
	color:white;
	cursor:pointer;
/*	font-family:Raleway, Arial, sans-serif;	*/
	font-size:20px;
	margin:0;
	padding:10px 18px 14px;

	-webkit-border-bottom-left-radius:12px;
	-moz-border-bottom-left-radius:12px;
	-ms-border-bottom-left-radius:12px;
	border-bottom-left-radius:12px;
	
	-webkit-border-bottom-right-radius:12px;
	-moz-border-bottom-right-radius:12px;
	-ms-border-bottom-right-radius:12px;
	border-bottom-right-radius:12px;

	-webkit-box-shadow:3px 6px 9px #777;
	-moz-box-shadow:3px 6px 9px #777;
	-ms-box-shadow:3px 6px 9px #777;
	box-shadow:3px 6px 9px #777;
}


