@charset "utf-8";
/* CSS Document */
#rss_widget{
	font-family:Arial, Helvetica, sans-serif;
	width:155px;
}
#rss_widget table{
	
}
#rss_widget .events_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#820000;
	font-size:12px;
}
#rss_widget .rss_button{
	float:right;
}
#rss_widget .hBar{
	width:100%;
	height:3px;
	background-color:#820000;
	margin-bottom:5px;
}
#rss_widget .widget_image{
	width:100%;
}
#rss_widget .date_td, #rss_widget .event_td {
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align:top;
	padding-top:20px;
}
#rss_widget .month_text{
	color:#990000;
	font-size:12px;
}

#rss_widget .day_text{
	color:#666666;
	font-size:24px;
	width:100%;
	text-align:center;
}
#rss_widget .caption{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}
#rss_widget .caption a{
	color:#565347;
	border-bottom:1px dotted #81785a;
	text-decoration:none;
}
#rss_widget .time{
	font-family:Arial, Helvetica, sans-serif;
	color:#660000;
	font-size:12px;
	margin-top:3px;
}

#rss_widget .event{
	width:100px;
	margin-left:10px;
	padding-top:5px;	
	padding-left:5px;
	border-left:1px solid #dddddd;
}
#rss_widget .bottom_link{
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:right;
	border-bottom:1px solid #dddddd;
	border-top:1px solid #dddddd;
}
