/* Monthly Structure */


table#event_calendar {
	width:640px;
	margin: 20px auto;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 12px;
}

#event_calendar th, #event_calendar td {
	padding:5px 3px;
	text-align: left;
}
#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: 80px;
	vertical-align: top;
}


.calendarcell {
	width: 135px;
	height: 80px;
	vertical-align: top;
}

.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: 16px;
	font-weight: bold;
}




/* Monthly Calendar Color Styles */


table#event_calendar {
	background-color: #91a3ad; 
	color: #333;
}

#event_calendar thead th {
	background:#eee;
}
#event_calendar tbody th, #event_calendar tbody td {
}

.calendarblank { 
	background-color: #b3bec6;
	width: 135px;
	height: 80px;
	vertical-align: top;

}

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

.calendartoday { 
	background-color: #e8ecab;
}

.calendartoday a { 
	font-weight: bold;
}


.calendarmonthlinks a {
 background-color:  transparent;
}

.calendarmonthlinks a:hover {
	color: #666666;

}

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

.calendarcell {
	background-color:  #E3E7EB;
}
.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;
}
