/* 
* Author      : Hansaka Weerasingha
* Description : The default styles are defined in this file.
*/

#listticker, #listticker_events {
    height:130px;
    width:303px;
    overflow-y:scroll;
    border:solid 1px #DEDEDE;
    padding:6px 10px 14px 10px;
    margin:10px auto;
}

#listticker li, #listticker_events li {
    border:0;
    margin:0;
    padding:0;
    list-style:none;
}

#listticker li, #listticker_events li {
    height:60px;
    padding:3px;
    list-style:none;
}

#listticker a, #listticker_events a {
    color:#3A7DDA;
    margin-bottom:1px;
}

#listticker a:hover, #listticker_events a:hover {
    color: #005C8F;
    text-decoration: underline;
}

#listticker a:visited, #listticker_events a:visited {
    color: #005C8F;
    text-decoration: none;
}

#listticker .news-title, #listticker_events .news-title {
    display:block;
    font-weight:bold;
    margin-bottom:2px;
    font-size:11px;
}

#listticker .news-text, #listticker_events .news-text {
    display:block;
    font-size:11px;
    color:#3A7DDA;
}

#listticker img, #listticker_events img {
    float:left;
    margin-right:10px;
    padding:4px;
    border:solid 1px #DEDEDE;
}

