/* @override http://rasczek.liquidweb.com/~baycommu/css/calendar.css */

/* Monthly Structure */


table#event_calendar {
	margin: 20px auto;
	width: 100%;
	}

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

.calendarheader th{
	vertical-align: middle;
}
tr.calendarheader { 
 font-weight: bold; 
 text-align: center;
 border-right: 1px solid #ccc;
 background: #29353a url(../images/bg.png) repeat-x 0 -7px;
}

tr.caldays {
	 border-right: 1px solid #ccc;
}


.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;
}


.calendarCell,.calendarToday{
	width: 90px;
	height: 80px;
}
.day_cell {
	width: 90px;
	height: 80px;
	border-right: 1px solid #ccc;
}
.event{
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
	color: #333;
}
.day_cell, .day_cell a{
	text-decoration:   none;
	font-weight: normal;
	line-height: 115%;
	font-size: 11px;
}

.calendarCell a,.calendarToday a {
	text-decoration:   none;
	font-weight: normal;
	line-height: 115%;
	font-size: 11px;
}
  
.calendarCell a:visited {
	text-decoration:   underline;
}

.calendarCell a:hover, .day_cell 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, .out_of_range { 
	background-color: #eee;
	border-right: 1px solid #bbbbbb;
	color: #c2c2c2;
}

.calendarheader a{ 
	color: #f17300;
	font: 24px "Courier New", Courier, mono;
}
.calendarheader th{
 color: #fff;
}

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


.calendarmonthlinks a {
 background-color:  transparent;
}

.calendarmonthlinks a:hover {
	color: #ff902b;
}



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

td.calendarCell,td.calendarToday  {
	background-color:  #fff;
	border-right: 1px solid #ccc;
}
td.calendarToday {
	background-color: #bcdae9;
}

td.calendarCell:hover, .day_cell:hover {
	background-color: #fafafa;
}


.calendarCell a{
	color: #333333;
}  
.calendarCell a:visited {
	color:#333333;
}



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

.event_link {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

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