
#reviewslist div { margin-bottom: 5px; }

td.review_daylight {
	width: 27px; height: 35px;
	background: url(../img/wallcalendar.gif) no-repeat 1px 6px;
	padding-top: 4px;
}

	div.rd_top {
		color: #fff; font-size: smaller; width: 100%; text-align: center;
	}
	
	td.review_daylight div.rd_bottom {
		font-size: 0.9em; font-weight: bold; width: 100%; text-align: center; 
	}
	
	td.rd_content {
		font-size: 0.8em; padding-left: 8px;
	}

	
	

#newslist div {
	padding: 10px 2px 10px 5px;
}
#newslist div:hover, div.hoveractive {
	background-color: #EEE;
}
	div.hoveractive { background-color: #EEE; padding: 2px; }
	div.hoverdeactive {	background-color: #fff; padding: 2px; }
#newslist span {
	font-size: 85% !important;
}
#newslist p {
	padding: 0px !important;
	text-align: justify;
}
#newslist span a, #newslist a:active, #newslist a:visited {
	color: #5A5A50;
	font-weight: normal;
}
#newslist img {
	margin-bottom: 5px !important;
}



#latest_photos { line-height: 50px; display: block; }
#latest_photos a { border-bottom: 0; }
#latest_photos span {
	padding: 10px !important;
}
	
/*
 * Ticker news
 */
#tickerWrapper {
  position: relative;
  width: 198px; 
  height: 106px;
  background-color: white;
  overflow: hidden;
  border: 1px solid #eee;
  
}

#tickerWrapper p {
	width: 168px;
	margin: 9px 9px 0 9px;
	background: #eee;
	padding: 5px 5px;
	border: 1px solid #ddd;
}

#tickerWrapper a {
	padding-left: 10px; background: url(../images/img04.gif) 0px 3px no-repeat;
}
