﻿.Selected_Feeds
{
    height:16px;
    width:160px;
    background-color:#DDD;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    position:relative;
    display:block;
    cursor:pointer;
    padding:2px 3px;
    font-family: Arial, Verdana;
    font-size:12px;
    color:#222;
}
.Feed_Selection
{
    /*height:16px;*/
    width:166px;
    background-color:#FFFFFF;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-top: solid 1px #CCC;
        
    position:relative;
    display:block;
    /*padding:2px 3px;*/
    padding:0px;
    cursor:pointer;
    font-family: Arial, Verdana;
    font-size:12px;
    color:#222;
}
.Feed_Selection:hover 
{ 
    background-color:#FFFFFF;
}
    
.last_item 
{
    border-top: none;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
.first_item 
{
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-top: none;
}
    
.Selected_Feed 
{ 
    /*background-color:#30A319; */
    position:absolute;
    width:19px;
    height:16px;
    float:right;
    right:0px;
    top:0px;
    z-index:99;
    background: transparent url(/media/images/core/tick.gif) no-repeat;
        
}
    
.Feed_Selection_Container
{
    position:relative;
    display:none;
    overflow:hidden;        /* without it, object disappears after animation in IE */
        
}
    
.Feed_Panel_Direction
{
    background: transparent url(/Media/Images/Core/panel_up.gif) no-repeat; 
    width:12px; 
    height:6px;
    position:absolute;
    float:right;
    right:8px;
    top:7px;
}
.Feed_Selection_Text
{
    width:140px; 
    height:18px;
    background-color:#EFEFEF;
    padding-left:4px;
}
    
.Feed_Selection_Text:hover
{
    background-color:#FFFFFF;
}
    
/* Twitter widget */
/*.center_content_container iframe { min-width: 630px; width:100%;  height:410px; }
#twitter-widget-0 {width: 100%;}*/
.twitter-timeline .twitter-timeline-rendered {width: 100%;margin-left:2px;}
iframe[id^='twitter-widget-']{ width:100% !important;margin-left:2px;}