/* 
	Vertasource
	News Screen CSS
	2009
	
 */
#content {
		background: url(/content/v1/img/news.jpg)  no-repeat 226px 235px;
}

	#sbox-content #content {
		background: transparent;	
	}

	#pageInner {
		min-height: 400px;	
	}

 #pageContent dl {
	padding: 28px 0 10px 0;	
	font-size: 11px;
	border-bottom: 1px dotted;
	border-bottom:1px solid #71AA31;
	border-top:1px solid #81BA41;
	position: relative;
	
 }
 
 	dt.newstitle {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15px;
		line-height: .2;
	}
		dt.newstitle a {
			color: #fff;
			border: 0;
		}
		
			dt.newstitle a:hover {
				border-bottom: 1px dotted;
				}
				
		
		.news-date,
		#news-detail {
			color: #444;
		}
		
		dd.newsdate {
			position: absolute;
			top: 10px;
			text-transform: uppercase;
			lefT: 0;
		}
		
		.news-date {
			text-transform: uppercase;
			font-size: 11px;
			padding: 0!important;
			position: relative;
			top: 5px;
			margin-top: -5px;
			color: #777;
		}
		
		#news-detail {
			font-size: 11px;
		}
		
/* paging */
.pagination {
	font-size: 11px;
	padding: 5px 0;
}

	.pagination li {
		display: inline;
		padding: 3px;
	}

