/* overlay styles for modal dialog window */

/*  */

/* background shadow */
#overlay-shadow
{
  background-color:#fff;
  opacity: 0.7;
  filter:alpha(opacity=70);
  left:0pt;
  position:absolute;
  display: block;
  top:0pt;
  z-index:9999999;
}

#overlay-shadow.bg-shadow {
  background-color:#000;
  opacity:0.50;
  filter:alpha(opacity=50);
}

/* style for background iframe */
#overlay-frame
{
  position:absolute;
  border:none; 
  top:0; 
  left:0;
  z-index:9999998;
}

/* style for dialog window */
#overlay-window
{
  z-index:10000000;
  position:absolute;
  display : none;
  text-align: left;
}

#jsdropshadow {
  display: none;
  position: absolute;
  background: #666;
  z-index:9999997;
}

.overlay-content
{
  float:left;
  background-color : #fff;
  width:100%;
}

#v4-overlay {
    font-family: Arial;
    text-align: left;
}

#overlay-shadow {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#v4-overlay .overlay-content {
  background-color: #f9f9f9;
}

#v4-overlay, #v4-overlay p, #v4-overlay div, #v4-overlay td, 
#v4-overlay b, #v4-overlay h4, #v4-overlay input {
  font-size: 12px;
}

#v4-overlay .note {font-size: 11px; color: #666;}

#overlay-window h1
{
  border-bottom:4px solid #425E75;
  font-size:16px;
  margin-top:0;
  font-weight: bold;
}

#v4-overlay #overlay-window h1, #v4-overlay #overlay-window #overlay-subtitle {
  font-size:16px;
  line-height: 16px;
	border: 0;
	float: left;
	color: #fff;
  font-weight: bold;
  margin:0;
  padding: 0;
}

#v4-overlay #overlay-window #overlay-subtitle {
	font-weight: normal;
	margin-left: 10px;
  z-index: 10000001;
  display: none;
}

#v4-overlay #overlay-title {
  position: absolute;
  top: 31px;
  left: 32px;
  z-index: 10000001;
  display: none;
}

#v4-overlay h2.hdr-overlay-content {
	font-size: 18px !important;
	font-weight: normal !important;
	color: #369;
}

/* close button style */
#overlay-close
{
  background:transparent url(/images/overlay/close_btn.gif) no-repeat scroll 50% 0;
  display:block;
  height:20px;
  padding:0;
  position:relative;
  top:-5px;
  width:20px;
  z-index: 10000001;
}

#v4-overlay #overlay-close {
  background:transparent url(/images/facelift/overlay/close_btn.gif) no-repeat;	
  position: absolute;
  display: none;
  width: 19px;
  height: 17px;
  top: 31px;
  right: 37px;
  z-index: 10000001;
}

#v4-overlay #overlay-logo {
  background:transparent url(/images/facelift/overlay/asw-logo.png) no-repeat;  
  width: 160px;
  height: 26px;
  position: absolute;
  display: none;
  top: 27px;
  left: 32px;
  z-index: 10000001;
}

.overlay-right{
  float : right;
}

#overlayLoader {
  padding:50px;
}

#v4-overlay h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

#overlay-window #overlay-success-message, #overlay-window #overlay-error-message {
	text-align: center;
	padding: 110px 0;
}
