/* Sliding doors technique */
.widget_sw {
    background:transparent url(images/bottom.png) top left no-repeat;
    height: 10px;
    margin: 0px; 
}

.widget{
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    font: 11px arial, verdana, sans-serif;
    z-index: 10;
}

.widget_title {
    background: url(images/top.png) no-repeat left top;
    color:#123456;
    height: 24px;
    padding: 0px;
    text-align: center;   
}

.widget_content {
  color:#71777A;
  background: #fff;
  overflow: hidden;   
}

.widget_content img.upcoming{
    position: absolute;
    top: -5px;
    right: 12px;
}


.widget_ghost a:link, .widget_ghost a:visited {
  text-decoration: none; color: #A0BE2D ; 
}

.widget_content .text{
    padding: 0px 20px 0px 39px;    
    width: 249px;
    height: auto;   
}

.widget_content .text.image{
    padding: 0px 5px;
    width: 298px; 
    text-align: center;
    min-height: 110px;
}

.widget_content .text.image ul#companies{
    margin: 0px;
    height: 88px;
    overflow: hidden;
}

.widget_content .text.image ul#companies li{
    list-style-type: none;
    position: absolute;
    left: 0px;
    margin: 0px;
    width: 298px;
    height: 88px;
    text-align: center;
} 

.widget_content .headTxt{
    padding: 20px 0px 0px 20px;    
    height: auto;   
}

.widget_content .bottomTxt{
    padding: 10px 0px 0px 20px;    
    height: auto;   
}
       

/* Ghost */
.widget_ghost {
  background:#FFF; 
  opacity: 0.5;  
  filter:alpha(opacity=50);    
  position:relative;  
  border: 1px dashed #A0BE2D;      
  margin:0px 0px 15px 0px;
  padding:0;
  font: 11px arial, verdana, sans-serif;  
}

#content a.toggle-widget-active:link, #content a.toggle-widget-active:visited{
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(images/arrow-down.gif) 0px 8px no-repeat;
    width: 25px;
    height: 23px;
    display: block;
    text-decoration: none;
    border: none;
    z-index: 100;
}

#content a.toggle-widget:link, #content a.toggle-widget:visited{
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(images/arrow-up.gif) 0px 8px no-repeat;
    width: 25px;
    height: 23px;
    display: block;
    text-decoration: none;
    border: none;
    z-index: 100;
}

#content a.toggle-widget:hover{
    text-decoration: none;
    border: none;
}

.widget_w{
    border-left:1px solid #A0BE2D;    
    border-right:1px solid #A0BE2D;
}


