﻿.widget_nw {background:transparent url(/images/portal/volvo/top_left.gif) no-repeat;height:46px;}     
.widget_w {margin-left:0px;}
.widget_sw {background:transparent url(/images/portal/volvo/bottom_left.gif) no-repeat left top; height:25px;}

.widget_title {
	background:  transparent url(/images/portal/volvo/top_right.gif) repeat-x right top;
	color:#123456;
	font-size:2em;
	height:36px;
	margin:0 0 0 15px;
	
	padding:10px 0 0 15px ;
	text-align:left;   
	margin-left:15px;
}

.widget_content 
{
	background:white;
	color:#71777A;
	overflow:hidden;  
	padding:0 10px 0 8px;
	margin:0;
}

#columnleft .widget_content {width:473px;}
#columnright .widget_content {width:334px;}


.widget_collapse
{
	width:10px;
	height:10px;
}


.widget_statusbar {
	background:transparent url(/images/portal/volvo/bottom_right.gif) repeat-x right top;
	font-size:8px;
	height:25px;
	margin-left:11px;
}   
     
.widget_draggable {
  cursor:move;
}   

.widget_ghost {
  background:#FFF; 
  opacity: 0.5;  
  filter:alpha(opacity=50);	
  position:relative;  
  border: 2px dashed silver;
  padding:0;
  margin-bottom:8px;  
}


/* control buttons */

#control_buttons {
  position:absolute;  
  /* right:0px; */
  left:10px;
  top:18px; 
  width: 50px;    
}                

#edit_button {
  position:relative;   
  float:left;
  width:16px;
  height:16px;
  background: url(/images/portal/volvo/edit.png);    
  behavior: url(png.htc);   
  margin-right:5px;
}

#minimize_button 
{
  position:relative;   
  float:left;
  width:20px;
  height:20px;
  background: url(/images/portal/volvo/minimize.gif);    
  margin-right:5px;
}

#maximize_button 
{
  position:relative;   
  float:left;
  width:20px;
  height:20px;
  background: url(/images/portal/volvo/maximize.gif);    
  margin-right:5px;
}

#delete_button {
  position:relative;   
  float:left;
  width:16px;
  height:16px;
  background: url(/images/portal/volvo/delete.png);
  behavior: url(png.htc);
  margin-right:5px;
}