/************** NEWS **************/
/* news mini */
.news_mini {			width:280px; height:300px; padding:20px 0 0 0; z-index:2; position:absolute; top:0; left:0; }
.news_mini a{			display:block; text-decoration:none; padding:10px 15px 10px 15px; margin-left:10px;
						border-bottom:1px dashed gray; }
.news_mini a:hover{		background:white; text-decoration:underline; color:black; }
.news_mini a h2{		font-size:13px; color:#5f1d21; margin:0; padding:0; line-height:14px; }
.news_mini a h2 span{	font-size:13px; color:#000000; margin:0; padding:0;}
.news_mini a p{			font-size:11px; color:#474645; margin:0; padding:0; text-align:justify; }


/* news list */
.news_list {			}
.news_list a{			display:block; text-decoration:none; padding:10px 0; border-bottom:1px dashed gray; }
.news_list a:hover{		}
.news_list a:hover h2, .news_list a:hover h2 span, .news_list a:hover p{ color:#5f1d21; text-decoration:underline; }
.news_list a h2{		font-size:13px; color:#5f1d21; margin:0; padding:0; line-height:14px; }
.news_list a h2 span{	font-size:13px; color:#000000; margin:0; padding:0;}
.news_list a p{			font-size:11px; color:#474645; margin:0; padding:0; text-align:justify; }


/* calendar */
.newsCalendar {				margin-top:5px; }
.newsCalendarDate {			border:1px solid #94988f; padding-top:2px; text-align:center; color:#94988f; font-size:12px; }

.newsCalendar a{			width:24px; height:22px; display:block; background-image:url(images/calendar.gif); cursor:pointer; }
.newsCalendarLeft_out {		background-position:top left; }
.newsCalendarLeft_over {	background-position:bottom left; }
.newsCalendarRight_out {	background-position:top right; }
.newsCalendarRight_over {	background-position:bottom right; }

#newsNoCalendar table{		display:none; }
#newsNoCalendar div div{	display:none; }
