/*  STYLES FOR THE FEATURED NEWS WITH PICKER VIEW */

div#bannerNews h2 {
	color:#44543C;
}

#featured-news-img {
	display: inline;
	float: left;
	width: 342px;
	height: 230px;
}

#featured-news-img img {
	border: 1px solid white;
}

#featured-news-picker {
	display: inline;
	float: left;
	margin-left: 8px;
	height: 230px;
}

.featured-news-picker-img {
	display: block;
	border: 1px solid gray;
	margin-bottom: 3px;
	width: 96px;
	height: 44px;
	overflow: hidden;
}

.featured-news-picker-img:hover {
	border: 1px solid white;
	cursor: pointer;
}

#featured-news-body {
	margin-top: 6px;
	display: block;
	clear: both;
	text-align: left;
}

.topbg {
	padding: 4px;
}

.lowerbg {
	padding: 8px;
}


.readmore {
	background-image: none;
}

.readmoreDefault {
	background-image:url(http://eve.kenosishosting.com/~tig/themes/common/images/icons/newspaper.png);
	background-repeat:no-repeat;
	padding-left:20px;
}

.bodycopy .dateDefault {
	color: #4F5563;
	font-style:italic;
	margin-bottom: 3px;
}

.readmoreDefault a {
	color: #4F5563;
}

.readmoreDefault a:hover {
	text-decoration: underline;
}

.date {
	color: #E5FBC3;
}

div.Newsbodycopy {
	color: #44543C;
	text-align: justify;
	font-size: 12px;
}

a.readmore {
	color: #E5FBC3;
}


div.newsmodule {
	margin-top: 10px;
}

div.newsmodule div.item {
	padding: 10px;
	border: 1px solid #CCC;
}