﻿/*Styling for News Module*/

.NewsDivElement 
{
   width:700px; 
   border-bottom:thin purple solid; 
   padding:7px;
   overflow: hidden;
   margin-bottom:12px;
}

.NewsTitle  
{
  margin-bottom:5px; 
  color:purple;  
  font-weight:bold; 
  font-family:Arial,Helvetica, sans-serif;
}

.NewsImg 
{
display:block; 
float:left; 
margin:15px; 
padding:5px;  
border-right-width:1px; 
border-right-color:purple; 
border-right-style: dotted;
}

.NewsContent 
{
  
   font-family: Verdana, Arial, sans-serif; 
   font-size:11px;
   text-align:justify;
   }

.ReadMoreLink
{

text-decoration:none;
text-align:right;
}


 
.curr_num
{ 
   /*The Currently selected number*/  
  border:2px #ffd800 solid; 
  background-color:#fff; 
  color: #000; 
  font-family:Arial; 
  padding:3px; 
  margin-top:5px; 
  font-size:11px;
}


   /*The Currently selected number*/  
.num, .nextprev 
{border:1px #ffd800 solid; 
 background-color:#ffd800; 
 color:#000; 
 font-family:Arial; 
 font-size:11px;
 width:20px;
 text-decoration:none; 
 padding:3px; 
 margin-top:5px;
}


.num:hover, .nextprev:hover {border:1px #ffd800 solid; background-color:#f5ff00; color:#000; font-family:Arial;text-decoration:none; }
.num:active, .nextprev:active {border:1px white solid; background-color:white; color: purple; font-family:Arial; text-decoration:none;}
.nextPreviousButtonCSS
{
    display: none;
}

.DataPagerHolder 
{

 background-color: #FF91FF;
 padding:5px;
 padding-left:60px;
 width:40%;
}