/* Monthly Structure */


table#event_calendar {
	width:940px;
	margin: 20px auto;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

#event_calendar th, #event_calendar td {
	padding:5px 3px;
	text-align: left; 
       vertical-align: top;
}
#event_calendar thead th {
	text-align: center;
}

.calendarheader th{
	vertical-align: middle;
}
.calendarheader { 
 font-weight: bold; 
 text-align: center;
}



.calendarmonthlinks {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.calendarmonthlinks a {
 text-decoration:   none;
}
  
.calendarmonthlinks a:visited {
 text-decoration:   none;
}

.calendarmonthlinks a:hover {
	text-decoration:   underline;
}

#event_calendar td.calendardayheading {
	font-weight: bold; 
	text-align:  center;!important
	padding: 5px 0px;
}

.calendartoday { 
 text-decoration:   none;
	width: 135px;
	height: 135px;
}


.calendarcell {
	width: 135px;
	height: 135px;
}

.calendarcell a {
	text-decoration:   underline;
	font-weight: normal;
	line-height: 125%;
}
  
.calendarcell a:visited {
	text-decoration:   underline;
}

.calendarcell a:hover {
	text-decoration: underline;
}
.event_details{
	padding: 10px;
}
th#calendardate{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}




/* Monthly Calendar Color Styles */


table#event_calendar {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	background-color: #fff; 
	color: #333;
}

#event_calendar thead th {
	background:#eee;
}
#event_calendar tbody th, #event_calendar tbody td {
	border-bottom:1px solid #cccccc;
}

.calendarblank { 
	background-color: #eee;
	border-right: 1px solid #bbbbbb;
}

.calendarheader, .calendarheader a{ 
	background-color: #eeeeee; 
	color: #333;
}
.calendarheader th{
	background-color: #eeeeee;
}

.calendartoday { 
	background-color: #ccc;
	border: 1px solid #999999;
}


.calendarmonthlinks a {
 background-color:  transparent;
}

.calendarmonthlinks a:hover {
	color: #666666;

}

#event_calendar td.calendardayheading {
	padding: 5px 0px;
	background-color: #eeeeee; 
}

.calendarcell {
	background-color:  #fff;
	border-right: 1px solid #ccc;
}
.calendarcell a{
	color: #333333;
}  
.calendarcell a:visited {
	color:#333333;
}

.calendarcell a:hover {
	color: #666666;
}
.event_details{
	border: 1px solid #ccc;
	background-color: #eee;
}



.container{
	width: 960px;
	margin: 10px auto;
}

.eventlisting h3 {color: #4d2d45; font-size: 1.4em;}
.eventlisting h4 {color: #4d2d45; font-size: 1.0em; font-weight: bold; margin: 0; padding: 0;}