

/* #########################  EVENTS  ######################### */


/* -- month links -- */
#events-monthlinks {
	width: 100%;
	font: bold 12px arial;
	color: #c2c8da;
	text-align: center;
	margin: 0px 0px 20px 0px;
		/*border: solid 1px #000;*/
}
#events-monthlinks a {
	color: #5065a9;
	text-decoration: none;
}
#events-monthlinks a.selected {
	color: #fe3400;
}



/* -- list events -- */
#events-listevents {
	 width: 100%;
}



/* -- show month events -- */
#events-show {
	
}
#events-show  .month_heading {
	height: 30px;
	color: #5065a9;
}
#events-show  .month_heading h2 {
	font: bold 17px arial;
	color: #5065a9;
	padding: 0px;
	margin: 0px;
}
#events-show .featured-heading h2 {
	font: bold 15px arial;
	color: #566baf;
	padding: 0px;
	margin: 0px;
}


#events-info
{
	background-image: url(images/arrow_red_right.gif);
	background-position: 4px 6px;
	background-repeat: no-repeat;
	padding: 1px 0px 0px 15px;
	text-align: justify;
	font: 11px arial;
}
#events-info .date
{
	font: bold 12px arial;
	color: #5065a9;
}
#events-info .time
{
	font: bold 12px arial;
	padding: 3px 0px;
}
#events-info .event-text
{
	border: solid #5065a9;
	border-width: 0px 0px 0px 10px;
	text-align: justify;
	padding: 0px 0px 0px 5px;
}
#events-info .today
{
	border: solid #5065a9;
	border-width: 0px 0px 0px 10px;
	font-size: 11px;
	text-align: justify;
	padding: 0px 0px 0px 5px;
}
#events-info .event-text b
{
	/*color: #000;*/
}
#events-info .back
{
	width: 100%;
	text-align: right;
	float: right;
	display: block;
	clear: both;
}
#events-info a {
	background-image: url(images/arrow_red_right.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font: bold 11px arial;
	color: #5065a9;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
#events-info a:hover {
	color: #000;
}



/* -- back link -- */
#events-backlink {
	width: 100%;
	float: left;
	display: block;
	clear: both;
		/*border: solid 1px #000;*/
}
#events-backlink a {
	float: right;
	display: inline;
}

