@charset "utf-8";
/* CSS Document For UserControls */

/*For news Hyperlink*/
.hyper_new
{
    color:Black;
    font-weight:bold;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:0px 3px 0px 3px;
    float:right;
}

/*For news Hyperlink hover*/
.hyper_new:hover
{
    
    color: Blue;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0px 3px 0px 3px;
    float: right;
}

/*For news text*/
.news_text
{
    text-align:justify;
    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:Black;
    font-size:15px;   
    margin-left:15px;
}

/*For Hotlinks Hyperlink hover */
.hyper_hotlink:hover
{
    text-decoration:underline;
    color:#A2BF35;
    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:#807F73;
    color:Black;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:0px 3px 0px 3px;
    float:right;
}

/*For readmore button hover*/
.readmore:hover
{
    background-color:#D3D2CE;
    color:Black;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:0px 3px 0px 3px;
    float:right;
}


.gallery_frame
{
    width:107px;
    height:71px;
    background-image:url('images/frame_gallery.png');
    padding:8px;
}