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

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

.widget_ds {
	display: none;
}

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

.widget_title {
	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;
	background-image: url(../images/top_right.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

.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 {
	font-size:8px;
	height:15px;
	margin-left:11px;
	background-color: transparent;
	background-image: url(../images/bottom_right.gif);
	background-repeat: repeat-x;
	background-position: right top;
}   
     
.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;  
}

.feed_data {
	color:#000;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: -20px;
}
.feed_data ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
.feed_data ul li a {
	text-decoration: none;
	color: #00F;
}

.feed_data ul li a:visited {
	text-decoration: none;
	color: #00F;
}

.feed_data ul li {
	line-height: 1.5em;
	margin-left: -35px;
	margin-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.feed_data ul li a:hover {
	background-color: #FC9;
}
#delete_button {
	float: right;
}

