@import url("signin.css");
@import url("commands.css");

#FScontent
{
    background-color:#f2f2f2;
	border-color:#f2f2f2;
}

.yui-dt a
{
    color:blue;
    text-decoration:none;
}
.yui-dt-liner
{
    line-height:14px;
    height:14px;
}

.yui-dt .yui-dt-selected
{
    cursor:pointer;
}

#portlet_c.yui-panel-container.shadow .underlay {
    position:absolute;
    background-color:#000;
    opacity:0.12;
    filter:alpha(opacity=12);
    left:3px;
    right:-3px;
    bottom:-3x;
    top:3px;
}

#portlet.yui-panel {
}

#portlet.yui-panel .hd {
    padding:0;
    border:none;
    background:url(images/nav.png) repeat-x;
    text-align:center;
    color:#fff;
}


#portlet.yui-panel .bd {
        background-color:#FFF;
    }

    #portlet.yui-panel .ft {
    text-align:center;
    }

    #portlet.yui-panel .hd span {
    }    
    #portlet.yui-panel .hd .tl {
    }
    #portlet.yui-panel .hd .tr {
    }

a.newsTitle:link, a.newsTitle:visited {
    font-size:16px;
    font-weight:bold;
    color: #0853A9;
}
a.newsTitle:hover {
    color: #D9321A;
}

#mainmenu-nav table a
{
    color: #fff;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    line-height: 24px;
    height: 24px;
    padding: 0px;
    margin: 0px;
}

#mainmenu-nav table a:hover
{
    color: #D8EB6D;
}
