

/* #########################  EVENTS  ######################### */


/* -- month links -- */
#events-monthlinks {
	width: 100%;
	font: bold 12px arial;
	color: #7a5d12;
	text-align: center;
	margin: 0px 0px 20px 0px;
		/*border: solid 1px #000;*/
}
#events-monthlinks a {
	text-decoration: none;
}
#events-monthlinks a.selected {
	color: #FFF;
}
#events-monthlinks a.year-previous, #events-monthlinks a.year-next {
	color: #999;
	text-decoration: none;
}
#events-monthlinks a.year-previous:hover, #events-monthlinks a.year-next:hover {
	color: #FFF;
}
#events-monthlinks a.year-previous {
	background-image: url(images/arrow_left_grey.gif);
	background-position: 70% 50%;
	background-repeat: no-repeat;
	padding: 0px 25px 0px 0px;
}
#events-monthlinks a.year-next {
	background-image: url(images/arrow_right_grey.gif);
	background-position: 30% 50%;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;
}




/* -- list events -- */
#events-listevents {
	 width: 100%;
}



/* -- show month events -- */
#events-show {
	
}
#events-show  .month_heading {
	/*height: 30px;*/
	color: #FFF;
	padding: 10px 0px 0px 0px;
}
#events-show  .month_heading h2 {
	font: bold 17px arial;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}


#events-info
{
	background-image: url(images/arrow_right_blue.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: #EFEFEF;
}
#events-info .time
{
	font: bold 12px arial;
	color: #3972bc;
	padding: 3px 0px;
}
#events-info .text
{
	border: solid #3972bc;
	border-width: 0px 0px 0px 10px;
	font-size: 11px;
	text-align: justify;
	padding: 0px 0px 0px 5px;
}
#events-info .today
{
	border: solid #67150a;
	border-width: 0px 0px 0px 10px;
	font-size: 11px;
	text-align: justify;
	padding: 0px 0px 0px 5px;
}
#events-info .text b
{
	color: #3972bc;
}
#events-info .back
{
	width: 100%;
	text-align: right;
	float: right;
	display: block;
	clear: both;
}
#events-info a {
	background-image: url(images/arrow_right_blue.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	font: bold 11px arial;
	color: #3972bc;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
#events-info a:hover {
	/*color: #000;*/
}



/* -- back link -- */
#events-backlink {
	width: 100%;
	margin: 0px 0px 10px 0px;
	float: left;
	display: block;
	clear: both;
		/*border: solid 1px #000;*/
}
#events-backlink a {
	background-image: url(images/arrow_right_blue.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	float: right;
	display: inline;
}

