/* 
    Document   : newsticker
    Created on : Dec 23, 2008, 4:05:28 PM
    Author     : user9
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#newsticker, #newsticker a {
    height: 15px;
    border: 1px solid #315e95; 
    background: #315e95;
    color: white;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

#news {
    list-style: none;
    vertical-align: middle;
    top: -9px;
    *top: 0px;
}

#newsticker.content_container {
}

div.buttons{
	background-color:#315e95;
	color:#BFD7FF;
    height: 11px; 
    width: 12px;
    padding: 1px 4px;
    font-weight: bold;
    border: 1px solid #BFD7FF;
    margin: 1px;
    top: -1px;
}

#buttons {
    color:#000;
    display:inline;
    position:absolute;
    right:5px;
    z-index:1000;
    margin: 2px;
    height: 12px;
}

#cont {
    display:inline;
    width:90%;
    float:left;
}