
/*
	Calendar Front End Styles
*/

.calendar_titlebar {
background-color: #b06827;color: #ffffff;font-size: 12px;
}
	
.calendar_titlebar a, .calendar_titlebar a:link, .calendar_titlebar a:visited {
	color: #ffffff;
}
	
.options_titlebar {
font-size: 12px;
}
.options_titlebar a {
font-size: 12px;
}
	
/* Options Panel */
.calnavbar_banner, .calnavbar {
font-size: 12px;
}
	
/* Nav Toggle Button */
.periodbutton {
background-color: #fbf4e5;font-size: 12px;
}
a.periodbutton:visited,a.periodbutton:active,a.periodbutton:link {
background-color: #fbf4e5;font-size: 12px;
}
	
a.periodbutton:hover {
background-color: #007658;color: #ffffff;
}
	
.periodbutton_on {
background-color: #007658;color: #ffffff;font-size: 12px;
}
a.periodbutton_on:visited,a.periodbutton_on:active,a.periodbutton_on:link {
background-color: #007658;color: #ffffff;font-size: 12px;
}
	
.monthhead {
font-size: 12px;		
}
	
.listcap {
background-color: #f4e1b5;font-size: 12px;
}
	
.listevent a {
	color: #007658;
}
	
/* Day View */
.timecap {
font-size: 8px;
}

/* Week View */
.wtimecap {
font-size: 8px;	
}
	
.blockevent{
	border-color: #f4e1b5;
}

/* Grid View */
.calendarcon {

border-color: #f4e1b5 ;
}
	
.gridsubtitle {
font-size: 12px;
}
	
.lastrow {
border-color: #f4e1b5;
}
	
.caldata {

border-color:#f4e1b5;
}
	
.daycap {
background-color: #f4e1b5;font-size: 12px;
}
.daycap_off {
background-color: #f4e1b5;font-size: 12px;
}
	
.daycap_today {
background-color: #ffffff;
}
	
#contentdiv .eventobj {
font-size: 12px;
}
	
.listcon{
	border-top:1px solid #f4e1b5; border-left:1px solid #f4e1b5;
}
	
.desclinks:link, .desclinks:hover, .desclinks:visited {
color: #007658;
}
	
.eventspacer {
height: 12px;
}

/* Category Legend */
#calkeybar {
font-size: 12px;border: 1px solid #f4e1b5;
}
	
/* Verbose View */
.backbar {
background-color: #b06827;font-size: 12px;
}
	

