/* ================================
    CSS STYLES FOR Module NewsPanel
   ================================
*/

.npMainTable
{
	background-color: #E5EBF0;
	font-family: "Verdana", Tahoma, Verdana, Helvetica, Arial, sans-serif;	
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #003366;	
	width: 170px;
}

.tdHeader
{
	background-image: url(bg_panelheaders.jpg);
	background-repeat:repeat-x;  
	height: 20px;
	width: 170px;
	text-align:left;
	text-indent: 5px;
	padding: 1px 1px 1px 1px;  
} 

.lblnpHeader
{
	font-family: "Verdana", Tahoma, Verdana, Helvetica, Arial, sans-serif;	
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	height: 18px;
	width: 163px;
	padding: 1px 1px 1px 1px;  
}	

.npBackGround
{
	background-color: #E5EBF0;
	font-family: "Verdana", Tahoma, Verdana, Helvetica, Arial, sans-serif;	
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #003366;	
}  

.npTdImage
{
	height: 123px;
	width: 170px;	
}

.npImage
{
	height: 123px;
	width: 170px;
}
  
.npIntro
{
	width: 170px;  
	font-family: "Verdana", Tahoma, Verdana, Helvetica, Arial, sans-serif;	
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #003366;
}

.npReadMore
{
	border-bottom: solid 1px #B0C2D3;
}

.npReadMore a:link,
.npReadMore a:visited,
.npReadMore a:active
{
	background-image: url(btn_arrow_off.gif);
	background-repeat:no-repeat;
	height: 19px;
	width: 170px;  
	vertical-align:middle;   
}

.npReadMore a:hover
{
	background-image: url(btn_arrow.gif);
	background-repeat:no-repeat;
	height: 19px;
	width: 170px;
	vertical-align:middle;
}