﻿  /* News CSS   */
    
.TitleTd
{
    text-align: right;
    font-family: tahoma;
    padding-right: 20px;
     font-size: 10pt;
      font-weight: bold;
      background-image: url(/images/icons/arrowrightt.gif);
      background-position: right;
       background-repeat: no-repeat; vertical-align: middle;
       width:65%; 
}
.TextTd,.TdCommon
{
    text-align: right;
    font-family: tahoma;
    font-size: 9.5pt;
}

.TdCommon
{
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    /*padding-top:10px;*/
}
.arrow:hover
{ background-image: url(/images/icons/arrowRightHover.jpg);
  background-repeat:no-repeat;

/* cursor:pointer;*/
    }
.newscoulmnTitle
{ 
    
    background-position: right center;
    background-image: url('../Images/News/news.png');
    background-repeat: no-repeat;
    float: right;
    text-align: right;
    padding-right: 25px;
   
    white-space: nowrap;
    width: 320px;
    font: font-family: tahoma; 
    font-size:10pt;
    }

 .newscoulmnDate
{
    background-position: left center;
    background-image: url('../Images/News/calendar_multiweek.png');
    background-repeat: no-repeat;
    float: left;
    text-align: left;
    padding-left: 25px;
    font-weight: bold;
    width: 70px;
    font-size:10pt;
} 


.newscoulmnImage
{
    width:10%;
    vertical-align:middle;
    text-align:center;
    padding:5px;
    font-size:10pt;
}