
.overlay_sf-shadow-red {
	width:500px;
	height:500px;
	background-color: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity: 	0.5;
	opacity: 0.5;
}

.sf-shadow-red_caption {
  background-color: transparent;
	width:100%;
	color:white;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.sf-shadow-red_topBar {
  background-color: #3a525b;
  width: 100%;
}


.sf-shadow-red_nw {
  background: transparent url(sf-shadow-red/border-nw.png) repeat-x 0px 0px;			
  width:15px;
  height:19px;
}

.sf-shadow-red_n {
  background: transparent url(sf-shadow-red/border-n.png) repeat-x 0px 0px;			
  height:19px;
  color:white;
  text-align: left;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.sf-shadow-red_ne {
  background: transparent url(sf-shadow-red/border-ne.png) repeat-x 0px 0px;			
  width:15px;
  height:19px;
}

.sf-shadow-red_w {
  background: transparent url(sf-shadow-red/border-w.png) repeat-y 0px 0px;			
  width:15px;
}

.sf-shadow-red_e {
  background: transparent url(sf-shadow-red/border-e.png) repeat-y 0px 0px;			
  width:15px;	  
}

.sf-shadow-red_sw {
  background: transparent url(sf-shadow-red/border-sw.png) repeat-x 0px 0px;			
  width:15px;
  height:15px;
}

.sf-shadow-red_s {
  background: transparent url(sf-shadow-red/border-s.png) repeat-x 0px 0px;			
  height:15px;
}

.sf-shadow-red_se, .sf-shadow-red_sizer  {
  background: transparent url(sf-shadow-red/border-se.png) repeat-x 0px 0px;			
  width:15px;
  height:15px;
}

.sf-shadow-red_sizer {
	cursor:se-resize;	
}

.sf-shadow-red_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:white;
}

.sf-shadow-red_content {
	background-color: white;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sf-shadow-red_message {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #252525;
}

.sf-shadow-red_content .gwt-Button {
	margin-left: 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #9d080e;
	color: white;
	border: 1px solid #9d080e;
	font-weight: bold;
	height: 24px;
	cursor: pointer;
}

/* For alert/confirm dialog */
.sf-shadow-red_window {

}

.sf-shadow-red_message {
}

.sf-shadow-red_buttons {
}

.sf-shadow-red_buttons input {
}




