﻿  /*
 *******************************************
 *      UserControl: FullNewsPlayer.ascx   *
 *******************************************
 */

.accordionNewsHeader
{
    padding:0px;
    margin:0px;
	margin-top : 4px;
	cursor:pointer;
}

.accordionNewsHeader .titleCenter
{
    background-repeat :repeat-x;
    background-image:url(../../Pictures/UserControls/ClearCenter25.gif);
    vertical-align:middle;
    font-size:13px;
    font-weight:bold;
    color :white;
    height:25px;
    width:590px;
}

.accordionNewsHeader .titleRight
{
    background-repeat :no-repeat;
    background-image:url(../../Pictures/UserControls/ClearRightCorner25.gif);
    width:9px;
    height:25px;
}

.accordionNewsHeader .titleLeft
{
    width:9px;
    height:25px;
    background-repeat :no-repeat;
    background-image:url(../../Pictures/UserControls/ClearLeftCorner25.gif);
}

.accordionNewsHeaderSelected
{
    padding:0px;
    margin:0px;
	margin-top : 4px;
	cursor:pointer;
}

.accordionNewsHeaderSelected .titleCenter
{
    background-repeat :repeat-x;
    background-image:url(../../Pictures/UserControls/Center25.gif);
    vertical-align:middle;
    font-size:13px;
    font-weight:bold;
    color :white;
    height:25px;
    width:590px;
}

.accordionNewsHeaderSelected .titleRight
{
    background-repeat :no-repeat;
    background-image:url(../../Pictures/UserControls/RightCorner25.gif);
    width:9px;
    height:25px;
}

.accordionNewsHeaderSelected .titleLeft
{
    width:9px;
    height:25px;
    background-repeat :no-repeat;
    background-image:url(../../Pictures/UserControls/LeftCorner25.gif);
}

.accordionNewsContent
{
    padding: 5px;
    background-color:#F1F3F5;
    border:dashed 1px #ADADAE;
    border-top : none;
}

.accordionNewsContent img
{
    display:inline;
}

.accordionNews
{
    clear:both;
    margin-top:5px;
}

.fullNewsNavigator
{
    margin-right:1px;
    margin-top:5px; 
    float:right;
}

.fullNewsNavigator td
{
    padding-left:6px;
}

 .accordionNewsContent ul li
 {  
    list-style-type:disc;
    font-size:12px;    
    color:#525051;
    line-height:14pt;
    text-align:justify;
 } 
 
   .accordionNewsContent ul
 {
    margin-top : 5px;
 }