﻿#ticker_wrapper {
    min-height: 165px; 
    max-height: 165px; 
    height: 165px; 
    overflow: hidden;   
}

#ticker_title {
    font-weight: bold; 
    color: #333; 
    margin: 0px 5px; 
    font-size: 16px; 
    display: inline-block; 
    padding-left: 10px; 
    width: 150px; 
    float: left;   
}

#ticker_title a {
    text-decoration: none;   
}
#ticker_title a:hover {
    text-decoration: underline;   
}
#ticker_title a:visited {
    color: #00f;   
}

#ticker {
    clear: both; 
    padding: 5px 10px 0px 10px;
    text-align: left;
}

#t_body {
    font-size: 12px;   
}

#t_auth {
    margin-top: 5px;
    padding-left: 5px;
    color: #555;
    font-size: 10px;
}

#ticker_controls {
    float: right; 
    font-size: 12px; 
    padding: 0px 5px; 
    width: 140px; 
    text-align: center; 
    display: inline;   
}

#ticker_controls a {
    text-decoration: none;
}

#ticker_controls a:visited {
    color: #00f;
}

#ticker_controls a:hover {
    text-decoration: underline; 
}

#ticker_controls a img {
    margin-top: 2px;
}