@CHARSET "UTF-8";

#page {
  margin: 0px auto;
}


#widget_col_0 { 
  float:left;

  width: 350px;  

}

#widget_col_1 {

  width: 350px;

  float:left;
}   

#widget_repos #control_buttons {
  display:none;    
}         

#control_buttons {
  position:absolute;  
  float:right;
  /*right:0px;*/
  left: 250px;
  top:-28px; 
  width: 100px;    
}                

#edit_button {
  position:relative;   
  float:left;
  width:37px;
  height:26px;
  background: url(../img/widgets/edit.png);     
  margin-right:5px;
}

#delete_button {
  position:relative;   
  float:left;
  width:37px;
  height:26px;
  background: url(../img/widgets/delete.png);
  margin-right:5px;
}

/*
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


/* Sliding doors technique 
.widget_nw {
	background:transparent url(../img/widgets/top_left.gif) no-repeat;
	height:30px;
}     

.widget_w {
  border-left:1px solid #B9B9B9;  
  margin-left:5px;
}

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

.widget_title {
	background:  url(../img/widgets/top_right.gif) repeat-x right top;
	color:#123456;
	font:bold 14px/25px Tahoma, Arial, sans-serif;
	height:26px;
	margin:0 0 0 15px;
	padding:5px 0 0 0 ;
	text-align:center;   
	margin-left:15px;
}

.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:5px;
}

.widget_statusbar {
	background:transparent url(../img/widgets/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;
  width: 80%;
  float: left;
}


