@charset "utf-8";
/* CSS Document For UserControls */

/*For news Hyperlink*/
.hyper_new
{
    
    color:#46A7DD;
    font-size:16px;
    float:right;
}

/*For news Hyperlink hover*/
.hyper_new:hover
{
    opacity:.8;
}

/*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:Black;
    font-size:15px;   
    margin-left:15px;
}

/*For Hotlinks Hyperlink hover */
.hyper_hotlink:hover
{
    text-decoration:underline;
    color:#46A7DD;
    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:#46A7DD;
    color:#ffffff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:3px;
    float:right;
}

/*For readmore button hover*/
.readmore:hover
{
    opacity:.8;
}


.img_gallery
{
    width:49px;
    height:49px;
    float:left;
    margin:10px 0px 0 10px;
    border:2px solid white;
     border-radius:5px;
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
    
}

.img_gallery:hover
{
    opacity:.8;
   
}

.df
{
    color:pink;
    
}

.df:hover
{
    color:Blue;
    text-decoration:none;    
}
