.cal_month_cell {
background-color:#f0f0f0;
}

#calendar {
	border-top-style:solid;
	border-left-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
}

#calendar td{
	border-bottom-style:solid;
	border-right-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
}

#header td{
	border-style:none;
}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color:#656597;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color:#656597;
	background-color:#EEEEEE;
}

.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color:#656597;
}

.event{
	cursor:pointer;
	cursor:hand;
	display:block;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.event_action{
	cursor:pointer;
	cursor:hand;
	display:block;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	border-color:#CC0000;
	border-width:1px;
	border-style:solid;
}

.event_hearing{
	cursor:pointer;
	cursor:hand;
	display:block;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	border-color:#336699;
	border-width:1px;
	border-style:solid;
}

.event_meeting{
	cursor:pointer;
	cursor:hand;
	display:block;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	border-color:#006600;
	border-width:1px;
	border-style:solid;
}

#header a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#656597;
}

#header a:hover{
	color:#990000;
}
