/* Sliding doors technique */
.widget_nw {
	height:40px;
}     

.widget_w {
  margin-left:0px;
}

.widget_sw {
	height:15px;
}

.widget_title {
	color:#123456;
	font:bold 14px/25px Tahoma, Arial, sans-serif;
	height:40px;
	margin:0;
	padding:0 ;
}

.widget_content {
/*  background-color:#FDFDFD;  */
  	color:#333;
  	font-size:9px;
	line-height:160%;
  	overflow:hidden;  
	margin:0;
	padding:0 ;
	text-align:left;
}
.widget_content a {
	display:block;
  	color:#333;
	padding-top:10px;
	float:left;
	background:url("../../img/top_line.gif") left bottom no-repeat;

}
 .widget_content a:visited {
  	color:#666;
}
.widget_content a:hover {
	background-color:#1a1a1a;
  	color:#fff;
}

.widget_content ul{
	list-style:none;
	margin-left:0px;
	float:left;
}
.widget_content ul li{
	list-style:none;
	float:left;

}
.widget_content ul li img{
	margin:0px 10px 10px 10px;
	float:left;
}
.widget_content p{
	margin-bottom:0;
	float:left;
}
.widget_content br{
	clear:both;
}
#page .widget_content p.date{
	padding-left:10px;
	background:url("../../img/top_indent.gif") left 4px no-repeat;
	width:220px;
}
#page .widget_content a:hover p.date{
	background:url("../../img/top_indent_on.gif") left 4px no-repeat;
}
#page .widget_content p.list_body{
	width:230px;
}
#blog li a{
	padding:5px 10px 10px 10px;
}
#page .widget_content #blog li p.list_title{
	font-size:140%;
	line-height:180%;
	width:280px;
}
#page .widget_content #blog li p.list_body{
	font-size:10px;
	width:280px;
}
#links li a{
	padding:10px 10px 10px 10px;
}
#page .widget_content #links li p.date{
	width:280px;
}

.widget_statusbar {
	font-size:8px;
	height:15px;
	margin-left:11px;
}   
     
.widget_draggable {
  cursor:move;
}   
.widget_draggable:hover {
  opacity: 0.5;  
  filter:alpha(opacity=50);	
}   

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



