/* CSS Document */

.SlideShowArea {
	margin:0 auto;
	border:2px solid #EEE;
	width:655px;
	height:300px;
	background:url(../images/loading.gif) no-repeat center center;
}

.newsBlockTile { font-size:26px; color:#727272; font-family:Tahoma, Geneva, sans-serif; border-bottom:1px solid #e2e2e2; padding-bottom:5px }
.newsBlockTile span { color:#383838; font-weight:bold }

.newsItem { width:100%; overflow:hidden; margin-top:25px }
.newsItem .date { display:block; font-style:italic; color:#08272f }
.newsItem a.title { color:#103872; font-weight:bold; text-decoration:underline; display:block; margin-top:5px; background:url(../images/icons/calendar.jpg) no-repeat left center; padding-left:20px }
.newsItem a.title:hover { color:#C30 }
.newsItem .description { margin-top:10px }
.newsItem .description, .newsItem .description p, .newsItem .description div, .newsItem .description td { color:#333; font-size:12px }
.newsItem .description p { margin:0 }
.newsItem .image { display:block; width:109px; margin-right:30px }
.newsItem .image .top { display:block; width:109px; height:5px; overflow:hidden; background:url(../images/news-photo-box-t.jpg) no-repeat; margin:0 }
.newsItem .image .body { display:block; width:109px; overflow:hidden; background:url(../images/news-photo-box-bg.jpg) repeat-y }
.newsItem .image .body img { width:101px; border:0; margin-left:4px }
.newsItem .image .bottom { display:block; width:109px; height:5px; overflow:hidden; background:url(../images/news-photo-box-b.jpg) no-repeat bottom }
.more { margin-top:10px; float:right }
.more a { color:#08272f; font-weight:bold; text-transform:lowercase }

