@charset "utf-8";
/* CSS Document */

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3 );
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	background: #F90 url(../images/background_hashoor.png) top repeat;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}


			BODY {
	font-family: Tahoma;

			}
			
			H1 {
				font-size: 20px;
				font-weight: normal;
			}
			
			H2 {
				font-size: 16px;
				font-weight: normal;
			}
			
			FIELDSET {
				border: solid 1px #CCC;
				-moz-border-radius: 16px;
				-webkit-border-radius: 16px;
				border-radius: 16px;
				padding: 1em 2em;
				margin: 1em 0em;
			}
			
			LEGEND {
				color: #666;
				font-size: 16px;
				padding: 0em .5em;
			}
			
			PRE {
				font-family: "Courier New", monospace;
				font-size: 11px;
				color: #666;
				background: #F8F8F8;
				padding: 1em;
				-moz-border-radius: 8px;
				-webkit-border-radius: 8px;
				border-radius: 8px;
			}
			
			/* Custom dialog styles */
			#popup_container.style_1 {
				font-family: Georgia, serif;
				color: #A4C6E2;
				background: #005294;
				border-color: #113F66;
			}
			
			#popup_container.style_1 #popup_title {
				color: #FFF;
				font-weight: normal;
				text-align: left;
				background: #76A5CC;
				border: solid 1px #005294;
				padding-left: 1em;
			}
			
			#popup_container.style_1 #popup_content {
				background: none;
			}
			
			#popup_container.style_1 #popup_message {
				padding-left: 0em;
			}
			
			#popup_container.style_1 INPUT[type='button'] {
				border: outset 2px #76A5CC;
				color: #A4C6E2;
				background: #3778AE;
			}
			
.OkBox {height:100px; vertical-align:middlel; font-family:Tahoma; font-size:large; font-weight:bold; color:#FFFF00;}
#popup_message {
font-family:Tahoma ;
margin:5px;
margin-bottom:30px;
}
#alertBox, #alertBox1 {
	position:relative;
	width:400px;
	min-height:100px;
	margin-top:150px;
	border:2px solid #000;
	background-color: #FF6600;
	background-image:url(images/Exclamation-Mark.png);
	background-repeat:no-repeat;
	background-position:5px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}
#modalContainer1 > #alertBox1 {
	position:fixed;
}

#alertBox h1,#alertBox1 h1 {
	margin:0;
	font:bold small Tahoma,arial;
	background-color: #FFFF00;
	color:#000;
	border-bottom:1px solid #000;
	padding:5px;
}

#alertBox p, #alertBox1 p {
	font:bold small Tahoma,arial;
	height:50px;
	padding:5px;
	margin-left:55px;
	color:#fff;
}

#alertBox #closeBtn,#alertBox1 #closeBtn1,#alertBox1 #closeBtn2 {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font:small Tahoma,arial;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#78919B;
	text-decoration:none;
}
#alertBox1 #closeBtn1,#alertBox1 #closeBtn2 {
	float:right;
	margin:10px;
	cursor:pointer;
}
#alertBox1 #closeBtn2 {
margin-right:110px;
}
#popup_ok{font-family:Tahoma, Geneva, sans-serif;}
#popup_title{font-family:'BTitr';}