/* Sliding doors technique */
.widget {
    margin-top:5px;
}

.widget_nw {
    margin-top:5px;
    background-image: url(/images/2box-top.gif);
    height:30px;
}     

.widget_white_nw {
    margin-top:5px;
    background-image: url(/images/2box-top-white.gif);
    height:27px;
} 

.widget_white_small_nw {
    margin-top:5px;
    background-image: url(/images/2box-top-white.gif);
    height:27px;
} 

.widget_w {
  background-image: url(/images/2box-center.gif);
}

.widget_sw {
    background-image: url(/images/2box-bottom.gif);
    height:12px;
    padding-right:17px;    
}

.widget_white_sw {
    background-image: url(/images/2box-bottom-white.gif);
    height:27px;
    padding-right:17px;    
}

.widget_white_small_sw {
    background-image: url(/images/2box-bottom-small-white.gif);
    height:17px;
    padding-right:17px;    
}
.widget_title {
    margin:0 0 0 15px;
    padding:5px 0 0 0 ;
    text-align:left;
    font-size:13px;
    font-weight:bold;
    color:#9A0022;
    line-height:22px; 
    height:26px;
}

/*CSS for Web Modules*/
.widget_wm {
	overflow:hidden; 
	width:300px;
	padding:0px;
	height: 280px; /*Double size. For normal size, put this to 112*/
}

.widget_wm h2{
	font-size: 12px;
	color: #666666;
}

.widget_content {
  overflow:hidden; 
  width:300px;
  padding:5px;
  /* margin-left:5px;
  margin-right:5px;*/
}

.widget_statusbar {
padding-top:3px;
text-align:right;         
         
}   
     
.widget_draggable {
  cursor:move;
}   

.widget_hover {
  background:#F7F7F7; 
  position:relative;  
  border: 3px dashed #9A0022;      
  margin:0px;
  padding:0; 
} 

.widget_item {
  height:17px;
  width:98px;
  float:left;
  text-align: center;  
}

/* Ghost */
.widget_ghost {
  background:#FFFFFF; 
  position:relative;  
  border: 3px dashed #9A0022;      
  margin:0px;
  padding:0;  
}

.widget_bt {
  position: absolute;
  right: 0px;
  top: 9px;
  width: 68px;
  height: 20px; 
  text-align: right;
  margin-right: 10px;
}      

.delete_button {
  margin:0 3px;
}

.feed{
  padding-left:5px;
  padding-right:0px;
  font-size:11px;
  color:#4A0115;
  line-height:18px;
  height: 112px;
}

.miva{
  padding-left:5px;
  padding-right:0px;
  font-size:11px;
  color:#4A0115;
  line-height:14px;
  height: 112px;
}

.miva_text{
    padding-top:5px;
    padding-bottom:5px;
    vertical-align:top;
}

.miva_title{
    font-size:12px;
}

.miva a{color:#666666; text-decoration:none;}
.miva a:hover{ color:#9A0022; padding-bottom: 0; margin-bottom:0;}
