﻿  /*
 *******************************************
 *      UserControl: NewsPlayer.ascx       *
 *******************************************
 */
  
.libNews
{
    
    font-weight:bold;
    font-size : 15px;
    color:#c9d635;
    height:16px;
    margin-bottom:4px;
}

.rptNews
{
    clear:both;
}

.rptNews table
{
    height:100%;
}

.rptNews table td
{
    vertical-align:middle;
}

.titleNews
{
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    color:#5f5f5f;
}

.texteNews
{
    font-size:10px;
    text-align:justify;
    margin-bottom:0px;
    color:#5f5f5f;
}

.newsNavigator
{
    margin-right:0px;
    margin-top:5px; 
    float:right;
}

.newsNavigator td
{
    padding-left:6px;
}

.upNewsPlayer
{
    display:none;
    clear:both;
}