

/* #########################  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: #d2cdc0;
	text-decoration: none;
}
#events-monthlinks a.selected {
	color: #894436;
}
#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: #b70000;
}
#events-monthlinks a.year-previous {
	background-image: url(images/arrow_left_grey.jpg);
	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.jpg);
	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: #894436;
}
#events-show  .month_heading h2 {
	font: bold 17px arial;
	color: #894436;
	padding: 0px;
	margin: 0px;
}


#events-info
{
	background-image: url(images/arrow_right_b.gif);
	background-position: 4px 7px;
	background-repeat: no-repeat;
	padding: 1px 0px 0px 15px;
	text-align: justify;
	font: 11px arial;
}
#events-info .date
{
	font: bold 12px arial;
	color: #894436;
}
#events-info .time
{
	font: bold 12px arial;
	padding: 3px 0px;
}
#events-info .event-text
{
	border: solid #894436;
	border-width: 0px 0px 0px 10px;
	text-align: justify;
	padding: 0px 0px 0px 5px;
}
#events-info .today
{
	border: solid #894436;
	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_right_b.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	font: bold 11px arial;
	color: #894436;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
#events-info a:hover {
	color: #000;
}




/* -- calendar-month-events -- */
#calendar-month-events {
	width: 100%;
}
#calendar-month-events .weekday-name {
	width: 14.3%;
	background: #8a4537;
	font: bold 11px arial;
	color: #FFF;
	text-align: center;
	padding: 2px 0px;
}
#calendar-month-events .days {
	height: 50px;
	background: #f2f2f2;
	border: solid 1px #e7e7e7;
	text-align: left;
	padding: 2px;
}
#calendar-month-events .spacer {
	background: #fafafa;
	border: solid 1px #f2f2f2;
	padding: 2px;
}
#calendar-month-events {
	
}
#calendar-month-events {
	
}
#calendar-month-events {
	
}





/* -- evenmts-details -- */
#events-details {
	
}
#events-details .register-form {
	width: 310px;
}
#events-details .register-form h2 {
	text-align: right;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#events-details .register-form p {
	width: 110px;
}
#events-details .register-form #form-error {
	font: bold 11px arial;
	color: #F00;
	text-align: center;
}



/* -- back link -- */
#events-backlink {
	width: 100%;
	float: left;
	display: block;
	clear: both;
		/*border: solid 1px #000;*/
}
#events-backlink a {
	float: right;
	display: inline;
}



