#page { margin: 0px auto; padding-bottom:0px; width:678px;}

#widget_col_0 { 
    float:left;
    width:392px;    
}

#widget_col_1 {
  float:left;
  width:285px;
}   

#widget_col_2 {
	float:left;
	background:#B3B3B3;
}   

#widget_col_3 { 
  float:left;
  background:#B3B3B3;
}   

#widget_col_4 { 
  float:left;
  background:#E6E6E6;
}   

#control_buttons {
  position:absolute;  
  right:0px;
  top:10px; 
  width: 45px;
}                

#edit_button {
  position:relative;   
  float:left;
  width:16px;
  height:16px;
  background:url(../images/default/edit.png);    
  behavior: url(stylesheets/png.htc);
}

#delete_button {
  position:relative;   
  float:left;
  width:18px;
  margin-left:3px;
  height:16px;
  background:url(../images/default/delete.png);
  behavior: url(stylesheets/png.htc);
  margin-right:5px;
}


html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* Sliding doors technique */
.widget_nw {
    margin-left:-5px;
}     

.widget_w {
   /*border-left:1px solid #B9B9B9;  */
    clear:both;

}

/*
.widget_sw {
    display:none;
    background:transparent url(../images/default/bottom_left.gif) no-repeat;
}
*/

.widget_title {
	
	color:#123456;
	padding: 0 ;
	margin-left:5px;

        
}
.widget_statusbar{ display:none;}

.widget_content {
  /*background-color:#FDFDFD;*/
  color:#71777A;
  font:normal 12px/1em Arial, Helvetica, sans-serif;
  overflow:hidden;  
  padding:0px;
  /*border-right:1px solid #B9B9B9;
  /*margin:0 5px;*/
  margin-right:5px;
  width:100%;
} 
     
.widget_draggable {
  cursor:move;
  padding:0;
  /*width:50%;*/
} 


/* Ghost */
.widget_ghost {
  background:#FFF; 
  opacity: 0.5;  
  filter:alpha(opacity=50);	
  position:relative;  
  border: 1px dashed #000;      
  margin:0px;
  padding:0;
  height:100px;
  background-color:#ccc;
}