#event-calendar-lg {text-align: left;}
#event-calendar-sm {}

/* Monthly Structure */


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

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

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


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

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

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

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

table#event_calendar .calendartoday { 
 text-decoration:   none;
}


table#event_calendar .calendarcell {
	width: 135px;
	height: 135px;
}

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

table#event_calendar .calendarcell a:hover {
	text-decoration: none;
}
table#event_calendar .event_details{
	padding: 10px;
}

table#event_calendar 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;
}

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

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

table#event_calendar .calendarheader, .calendarheader a{ 
	background-color: #eeeeee; 
	color: #333;
}
table#event_calendar .calendarheader th{
	background-color: #eeeeee;
}
	
table#event_calendar .calendartoday { 
	background-color: #ccc;
	border: 1px solid #999999;
}


table#event_calendar .calendarmonthlinks a {
 background-color:  transparent;
}

table#event_calendar .calendarmonthlinks a:hover {
	color: #666666;
}

table#event_calendar td.calendardayheading {
	padding: 5px 0px;
	background-color: #eeeeee; 
	border-right: 1px solid #bbbbbb;
}


table#event_calendar .calendarcell {
	background-color:  #fff;
	border-right: 1px solid #ccc;
}

table#event_calendar .calendarcell a{
	color: #333333;
}  
table#event_calendar .calendarcell a:visited {color:#333333;}

#event_calendar .calendarcell a:hover {
	color: #666666;
	text-decoration: none;
}

table#event_calendar .event_details{
	border: 1px solid #ccc;
	background-color: #eee;
}

table#event_calendar tr.calendarheader {
	border-right: 1px solid #bbbbbb;
}

table#event_calendar .container{
	width: 990px;
	margin: 0px auto;
}

table#event_calendar ul{
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 3px 0;
}

table#event_calendar li{
	line-height: 1.1em;
	margin: 0;
	padding: 3px 0;
}



/* -- --------------------------------- mini calendar ----------------------- -- */



table#mini_calendar {
	border: 1px solid #ccc;
	background: #fff; 
	color: #333;
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px auto 20px auto;
}


table#mini_calendar th {
	border-bottom: 1px solid #cccccc;
	background:#eee;
	text-align: center;
	padding: 5px 3px;
}

table#mini_calendar td {
	border: 1px solid #cccccc;
	line-height: 1em;
	text-align: left;
	height: 30px;
	width: 30px;
}


table#mini_calendar td.calendarblank { 
	background: #eee;
	height: 0;
	width: 30px;
}

table#mini_calendar .calendarheader, .calendarheader a{ 
	background-color: #eee; 
	color: #333;
	font-weight: bold; 
	text-align: center;
}

table#mini_calendar .calendarheader th{
	background-color: #eeeeee;
	text-align: center;
	vertical-align: middle;
}



/* the prev and next arrows */

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

table#mini_calendar .calendarmonthlinks a {
	background:  transparent;
 	text-decoration: none;
 	
}
  
table#mini_calendar .calendarmonthlinks a:visited {
	text-decoration: none;
}

table#mini_calendar .calendarmonthlinks a:hover {
	color: #666666;
	text-decoration: underline;
}


table#mini_calendar  td.calendardayheading {
	background: #eeeeee; 
	font-weight: bold;
	padding: 7px 0 0 0;
	margin: 0;
	text-align: center;!important
}


table#mini_calendar td.calendarToday { 
	background: #ccc;
	padding: 7px 0 0 5px;
	margin: 0;
}


table#mini_calendar td.calendarCell {
	background: #fff;
	padding: 7px 0 0 5px;
	margin: 0;
}


table#mini_calendar td.calendarCell a {
	color: #333333;
	font-weight: normal;
	padding: 3px;
	margin: 0;
}

table#mini_calendar td.calendarCell a:link {
	background: #8fd7ff;
	color: #333333;
	text-decoration: none;
}
  
table#mini_calendar td.calendarCell a:visited {
	background: #8fd7ff;
	color:#333333;
	text-decoration: none;
}

table#mini_calendar td.calendarCell a:hover {
	background: #c69c6d;
	color: #fff;
	text-decoration: underline;
}


table#mini_calendar tr.calendarheader {

}


