@charset "utf-8";
/* CSS Document For UserControls */

/*For news Hyperlink*/
.hyper_new
{
    background-color:#bf833c;
    color:White;
    border-radius:3px;
    font-family:Verdana;
    font-size:13px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:0px 3px 0px 3px;
    float:right;
}

/*For news Hyperlink hover*/
.hyper_new:hover
{
    background-color:#da994b;
    color:#ffffff;
    border-radius:3px;
    font-family:Verdana;
    font-size:13px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:0px 3px 0px 3px;
    float:right;
}

/*For news text*/
.news_text
{
    text-align:justify;
    color:White;
    text-shadow: 0px 3px 4px rgba(150, 150, 150, 0.56);
}

/*For current selection image*/
.img_toppers
{
    border:2px solid #095EBD;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    box-shadow:7px 3px 5px rgba(50, 50, 50, 0.75);
}

/*For Hotlinks Hyperlink */
.hyper_hotlink
{
    text-decoration:none;
    font-weight:bold;
    color:#4e5245;
    font-size:15px;   
    margin-left:15px;
}

/*For Hotlinks Hyperlink hover */
.hyper_hotlink:hover
{
    text-decoration:underline;
    color:#808771;
    font-weight:bold;
}

/*For Downloads Hyperlink*/
.hyper_download
{
    text-decoration:none;
    color:Blue;
    font-weight:bold;
    font-size:15px;
}

/*For Downloads Hyperlink hover*/
.hyper_download:hover
{
    text-decoration:underline;
    color:Blue;
    font-weight:bold;
    font-size:15px;
}

/*For readmore button */
.readmore
{
    background-color:#4e0713;
    color:#ffffff;
    border-radius:3px;
    font-family:Verdana;
    font-size:13px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:0px 3px 0px 3px;
    float:right;
}

/*For readmore button hover*/
.readmore:hover
{
    background-color:#bf833c;
    color:#ffffff;
    font-family:Verdana;
    font-size:13px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:0px 3px 0px 3px;
    float:right;
}

