/* Sliding doors technique */
.widget_nw { background:url(../images/up_box_hd.jpg) no-repeat; width:230px; height:32px; }    

.widget_w {
  border-left:solid 1px #cccccc;  
  margin-left:0px;
}

.widget_sw {
	background:transparent url(default/bottom_left.gif) no-repeat;
	height:15px;
}

.widget_title 
{
color:#165485; 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
font-weight:bold; 
float:left; 
padding-top:10px; 
margin:4;

}
.widget_content {
  background-color:#FDFDFD;
  color:#71777A;
  font:normal 12px/1em Tahoma, Arial, sans-serif;
  overflow:hidden;  
  padding:5px;
  border-right:1px solid #B9B9B9;    
  margin-right:0px;
  border-bottom:solid 1px #cccccc;
  height:178px;
}

.widget_statusbar {
	background:transparent url(default/bottom_right.gif) repeat-x right top;
	font-size:8px;
	height:15px;
	margin-left:11px;
}   
     
.widget_draggable {
  cursor:move;
}   

/* Ghost */
.widget_ghost {
  background:#FFF; 
  opacity: 0.5;  
  filter:alpha(opacity=50);	
  position:relative;  
  border: 3px dashed #F00;      
  margin:0px;
  padding:0;  
}


