@CHARSET "UTF-8";



.dialog{
	position: absolute;
	margin-left: -200px;
	left:50%;
	top: 5px;
	z-index: 13;
	width: 400px;
	height: 232px;
	/* background-color: #000040; */
	background-color: #fff;	
	font-size: 12px;
	display: none;	
	
}

.dialog_container{
	position: absolute;
	margin-left: -200px;
	left:50%;
	top: 5px;
	z-index: 13;
	width: 400px;
	height: 232px;
	background-color: #fff;	
	font-size: 12px;
	display: none;	
}



.dialogProgress{
	position: absolute;
	margin-left: -200px;
	left:50%;
	top: 5px;
	z-index: 13;
	width: 400px;
	height: 232px;
	background-color: #000040;
	font-size: 12px;
	display: none;	
}

.dialogBorder{
	position: absolute;
	margin-left: -205px;
	left:50%;
	top: 144px;
	z-index: 12;
	width: 410px;
	height: 242px;
	background-color: #ffffff;
	display: none;
	box-shadow: 10px 10px 5px #444444;
}

.dialogBkg{
	position: absolute;
	margin-left: 0px;
	left:0px;
	top: 0px;
	z-index: 12;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 6.0;
	opacity: .60;
	display: none;
}
	
.button{
	position: absolute;
	left:50%;
	top: 180px;	
	width: 100px;
	margin-left: 50px;
	height: 30px;
	background-color: #aaaaaa;
	z-index: 14;
	
	vertical-align: middle;
}

.button_cancel{
	margin-left: -110px;
	cursor: pointer;
	box-shadow: 1px 1px 1px #ccc;
}

.button_solo{
	margin-left: -50px;
	cursor: pointer;	
}

.button_submit{
	margin-left: 10px;
	cursor: pointer;	
	box-shadow: 1px 1px 1px #ccc;
}

.button_text{	
	position: absolute;
	width: 100px;
	top: 7px;
	height: 30px;
	/* color: #eee; */
	/* color: #546e7a; */
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-family: sans-serif;
	cursor: pointer;
	
}



.login{
   margin-left: -30px;
   position: absolute;
   width:200px;
   resize: none;
}

.login_u{
   top: 37%;
   /* margin-left: 170px; */
   vertical-align: middle;
}

.login_p{
   top: 127px;
   vertical-align: middle;
}

.entry_label{
	position: absolute;
	left:20px;
	top: 70px;
	width: 100px;
	height: 30px;
	color: white;
}

.user_label{
   top: 70px;
   left:20px;
}

.pass_label{
   top: 120px;
   left:20px;
}

#secureIcon{
	position: absolute;
	left:10px;
	top: 10px;
	/* width: 50px;
	height: 50px;
	background-image: url('images/key.png'); */
}


.loginSecure{
	position: absolute;
	left:75px;
	top: 20px;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-family: sans-serif;
	color: #ffcc33;
}

.loginInsecure{
	position: absolute;
	left:75px;
	top: 20px;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-family: sans-serif;
	color: #f00;
}

#imgProgress{
	position:absolute; 
	left:32px; 
	top:35px; 
	width:48px; 
	height:48px;	
	z-index: 5;
	
	/* content: url('images/processing.gif'); */
	
}

#progressMessage{
	 position:absolute; 
	 left:20px; 
	 top:20px; 
	 width: 360px;
	 height: 100px;
	 color:Black; 
	 font-weight:bold;
	 background-color: white;
	 z-index: 4;
	 padding-top: 50px;
}

.input_label_text{	
	position: absolute;
	width: 100px;
	top: 7px;
	height: 30px;
	color: #ffffff;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-family: sans-serif;
	cursor: pointer;
	
}


.dialog_adhoc_button{
	width: 17%;
	height: 80%;
	margin-left: auto;	
	cursor: pointer;
	
	/* position: absolute;
    width: 14%;
    left: 43%;
    top: 91%; */
    /* padding-top: 5px;  	
  	padding-bottom: 5px; */
}



.dialogAdHocBkgd{
	position: absolute;
	margin-left: 0px;
	left:0px;
	top: 0px;
	z-index: 35;
	width: 100%;
	height: 100%;
	background-color: #000000;
	
	filter: alpha(opacity=60);
	-moz-opacity: 6.0;
	opacity: .60;
	
	
}


.dialogWaitBkgd{
	position: absolute;
	margin-left: 0px;
	left:0px;
	top: 0px;
	z-index: 26;
	width: 100%;
	height: 100%;
	background-color: #fff;
	
	/* filter: alpha(opacity=60);
	-moz-opacity: 6.0;
	opacity: .60; */
	
	
}


.dialogAdHocTitle{
	position: absolute;
	width: 100%;
	display: block;
	top: 2%;
	/* line-height: 100px; */
	color: #111;
	font-size: x-large;
	text-align: center;	
	text-shadow: 2px 2px 5px #888888;
}



.dialogAdHocSubtitle{
	position: absolute;
	margin-top: -1%;
	left: 0;
	top: 9%;
	width: 100%;
	display: block;
	/* line-height: 50px; */
	font-size:large;
	text-align: center;
	color : #777;
	text-shadow: 2px 2px 5px #888888;
	
}


.dialogSubtitle{
	position: absolute;
	width: 100%;
	display: block;
	top: 8%;
	color: #555 !important;
	font-size: medium;
	text-align: center;
	/*text-shadow: 2px 2px 5px #888888;*/
	
}


.dialogContent{
	position: absolute;
	left: 25%;
	top: 15%;
	width: 50%;
	height: 70%;
	display: none;
	background-color: white;
	/* background-color: #74cfea; */
	
	/* border: 3px solid #000; */
	overflow: hidden;
	z-index: 36;
	
	
	/* border-width: 3px;
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;    
    -o-border-image:
      -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 1 100%; */
	
}




.dialogDetails {
	position: absolute;
	left: 15%;
	top: 15%;
	width: 70%;
	height: 70%;
	text-align: left;
	overflow: hidden;

	/*background-color: #ff0;*/
}



