@charset "utf-8";
/* CSS Document For UserControls */


.Newtitle
{
    color:Black;    
    font-family:Segoe UI;
    font-weight:bold;
}

.newstext
{
    text-align:justify;
}

.readmore
{
    color:#87AF2A;
    float:right;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}

.readmore:hover
{
    opacity:.7;
}

.hotlink
{
    color:Black;
    text-decoration:none;
}

.hotlink:hover
{
    color:Blue;
    text-decoration:none;
}

.coursebarstyle
{
    text-decoration:none;
}


.downloads
{
    color:black;
    font-size:14px;
    text-decoration:none;
    font-weight:bold;
}

.downloads:hover
{
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
    color:#2E79AC;
}

.downloadsbtn
{
    font-size:14px;
    font-family:Verdana;
    text-decoration:none;
    color:Gray;
    font-weight:bold;
}

.downloadsbtn:hover
{
    
    color:White;
    background-color:#87AF2A;
    padding:4px;
}

.viewall
{
    color:white;
    background-color:#87AF2A;
    padding:3px;
    float:right;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.viewall:hover
{
    opacity:.7;
}