/*
TopMost Widget
pfagan 11/2007
/web/sites/sfgate/css/contentmodules/topmost.css
*/

#topmost { width: 300px; }

#topmost a:link {
    color: #015660;
    text-decoration: none;
}
#topmost a:visited {
    color: #667B7B;
    text-decoration: none;
}
#topmost a:hover, #topmost a:visited:hover { 
    text-decoration: underline;
}


#topmost .tabs {
    height:20px;
    background: url('http://imgs.sfgate.com/graphics/topmost/fill_tabs.gif');
}

#topmost img {
    border: 0;
}

#topmost .content {
    border-right:  1px solid #B4C7C7;
    border-left:   1px solid #B4C7C7;
    background: #EEF6F6;
    padding: 10px 10px 6px 10px;
}

#topmost ul {
    margin: 0px 0px 0px 12px;   
    padding: 2px 2px 0px 2px;
    color: #015660;
}

#topmost ol {
    margin: 0px 0px 0px 18px;
    padding: 2px 2px 0px 2px;
    color: #015660;
}
* html #topmost ol {
    margin: 0px 0px 0px 21px;
}

#topmost li {
    padding: 0px 0px 4px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#topmost li span {
    font-size: 10px;
}

#topmost ul li {
    list-style-type: square;
    color: #015660;
}

#topmost .footer {
    background: #EEF6F6 url('http://imgs.sfgate.com/graphics/topmost/fill_footer.gif') repeat-x;
}

#topmost .footer img {
    width:4px;
    height:4px;
}

#topmost img.botleftcorner {
    float:left;
}

#topmost img.botrightcorner {
    float:right;
}

