
/* start the calendar */

.calendarDate{
	font-family:arial;
 	font-size:12px;
	font-weight:bold;
	color:7F7D62;
	text-align:center;
	
}

.CalendarDate2{
	font-family:arial;
 	font-size:12px;
	font-weight:none;
	color:807C73; 
	
}


.EventTitle{
	font-family:arial;
 	font-size:12px;
	font-weight:bold;
	color:807C73; 
	
}

.calendarHdr{
	 font-family:arial;
 	font-size:11px;
	font-weight:bold;
	color:808080;
	text-align:center;
}

.CalendarHeader{
	 font-family:arial;
 	font-size:12px;
	font-weight:bold;
	color:#807C73;
	
}

.CalendarEventSearchInput{
	height:20px;
	width:120px;
	background-color:F2F3E6;
	border:1px solid #BFBEB0;
	font-size:12px;
	font-family:arial
}

.CalendarKeyword{
	 font-family:arial;
 	font-size:11px;
	font-weight:bold;
	color:7F7D62;
}


.CalendarArtist{
	 font-family:arial;
 	font-size:11px;
	font-weight:none;
	color:808080;
}

.SeachForm{
padding:0px;
margin-top:4px;
}

.calendarCellNoEvent{
	font-family:arial;
 	font-size:12px;
	color:808080;
	background-color:F2F2F2;
	text-align:center;
}


#calendarCellTodayLnk{
	font-family:arial;
 	font-size:12px;
	
	background:#E0DED6 repeat-x repeat-y;
	text-align:center;
	color:#5E7794;
	font-weight:bold;
	width:100%;
	display: block;
}

#calendarCellTodayLnk:hover{
	font-family:arial;
 	font-size:12px;
	text-align:center;
	background:#5E7794 repeat;
	width:100%;
	padding:0px;
	margin:0px;
	color:white;
	
}

#calendarCellToday{
	font-family:arial;
 	font-size:12px;
	background:#E0DED6 repeat-x repeat-y;
	text-align:center;
	color:#5E7794;
	font-weight:bold;
	width:100%;
	display: block;
}


.calendarCellToday{
	font-family:arial;
 	font-size:12px;
	background:#E0DED6 repeat-x repeat-y;
	text-align:center;
	color:#5E7794;
	font-weight:bold;
	/*
	width:100%;
	*/
	display: block;
}


#calendarNACEvent{
	display: block;
	font-family:arial;
 	font-size:12px;
	text-align:center;
	/*
	background:#E0DED6 repeat;
	*/
	background:#807C71 repeat;
	width:100%;
	padding:0px;
	margin:0px;
	color:white;
	/*
	color:5E7794;
	*/
}

#calendarNACEvent:Hover{
	font-family:arial;
 	font-size:12px;
	text-align:center;
	background:#5E7794 repeat;
	width:100%;
	padding:0px;
	margin:0px;
	color:white;
}

.calendarCellEmpty{
	font-family:arial;
 	font-size:12px;
	background-color:F2F2F2;
	color:BFBFBF;
	text-align:center;
}

div.hr {
  height: 1px;
  width:140px;
  background-color:#BFBFBF;
}
div.hr hr {
  display: none;
}

.monthLnk {text-decoration: none; color: #5E7794;font-size:12px;font-weight:bold;font-family:arial;}
a.calEvent {text-decoration: none; font-weight:bold;color: #7F7D62;font-family:arial;font-size:12px;}
a.calEvent:hover {text-decoration: none;font-weight:bold; color: #8C0839;;font-family:arial;font-size:12px;}
a.calEvent3 {text-decoration: none; color: white;font-weight:bold;font-family:arial;font-size:12px;}
a.calEvent3:hover {text-decoration: none; color: #8C0839;font-weight:bold;font-family:arial;font-size:12px;}
a.calEvent2 {text-decoration: none; font-weight:bold;color:white;font-family:arial;font-size:12px;}
a.calEvent2:hover {text-decoration: none;font-weight:bold; color: #8C0839;;font-family:arial;font-size:12px;}


