.news_item
{
    font-family: Arial, Helvetica_Light-Normal, sans-serif;
    font-size: 10px;
    color: #666666;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    padding-top: 20px;
    float: left;
    padding-left: 8px;
    margin-bottom: 12px;
    background-image: url('../images/bk_page.jpg');
    width: 500px;
    background-position: top;
    padding-right: 8px;
}
.news_item a:link, .news_item a:visited {
	color: #003D7C;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.news_item   img  {
	padding-bottom: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	clear: right;
}
#news_item .news_pic  {
	width: 200px;
	float: left;
	height: 90px;
}
#news_item .date {
	font-size: 14px;
	color: #ff7000;
	width: 100%;
	font-family: Arial, Helvetica_Light-Normal, sans-serif;
	font-weight: bold;
	margin-bottom: 12px;
	padding-left: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #738639;
}
#news_item a:hover {
	text-decoration: underline;
}
.month {
	color: #FFFFFF;
	background-color: #0066CC;
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.news_item_wrapper
{   float:left ;
    width: 500px;
}
.news_item_teaser
{   
    float:right ; width: 300px; 
    padding-bottom: 10px;
}

.headline { text-decoration : none;}

.gridviewpager  table td span
{ border:solid 1px #ff7000;
  font-family: Arial, Helvetica_Light-Normal, sans-serif;
  padding: 5px ;
  color: #000;
  font-size: 12px;
  background-color:#ff7000;
   font-weight:bold;
}

.gridviewpager  table  td a
{ color: #003D7C;
  text-decoration :none;
  font-size: 12px;
  padding: 5px ;
}