
/**********************************************************************/
/**********************************************************************/
/**** NOTE: This file isn't includes on all pages on this site yet ****/
/**********************************************************************/
/**********************************************************************/

/**-   News   -**/

DIV.newsItem {
	/*width: 85%;*/
	background-color: #DDF;
	border: 1px solid #33A;
	border-right-color: #99C;
	border-bottom-color: #669;
	margin-bottom: 15px;
}
P.newsTitle {
	background-color: #f6f4ff;
	background-image: url(img/news/th-bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #33A;
	color: #444;
	line-height: 26px;
	padding: 0 5px 0 5px;
	font-weight: bold;
	font-size: medium;
	margin: 0 0 8px 0;	
}
SPAN.newsDate {
	font-weight: bold;
	font-size: x-small;
	font-variant: small-caps;
	color: #e3e6ff;
	position: relative;
	bottom: 1px;
	left: 1px;
	border: 1px solid #339;
	border-left: 2px solid #99C;
	background-color: #c0c4e7;
	background-image: url(img/news/date-bkg.gif);
	background-position: center center;
	background-repeat: repeat-x;
	line-height: 26px;
	padding: 0 8px 0 8px;
}
.newsText {
	text-indent: 10px;
	text-align: left;
	font-size: small;
	padding: 10px 25px 10px 25px;
}
DIV.pageCount {
	font-size: small;
}
A.pageLnk, A.pageLnk:VISITED, B.pageLnk {
	background-color: #DDF;
	border: 1px solid #339;
	color: #444;
	margin: 2px 3px 2px 3px;
	padding: 2px;
	text-decoration: none;
}
A.pageLnk:HOVER {
	background-color: #f4f4ff;
	border-color: #083;
	color: #062;
	text-decoration: none;
}
DIV.pagination {
	padding: 3px 0 25px 0;
	margin: 0;
}

