@CHARSET "ISO-8859-1";


#fullcalendar
{
	border: none !important;
	border-collapse: collapse;
}

#fullcalendar th
{
	text-align: center;
	border: none !important;
	background-color: #393683 !important;
}

#fullcalendar td
{
	border: solid 1px #666 !important;
	height: 45px;
	line-height: 100% !important;
	padding: 1px !important;
}

#fullcalendar td.month
{
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background: url(/framework/images/button-strip.gif) top left repeat-x transparent;
	font-weight: bold;
}

#fullcalendar td.empty
{
	background-color: #eee;
	border: none !important;
	border-top: solid 1px #666 !important;
}

#fullcalendar .small
{
	font-size: 8pt !important;
}

#fullcalendar .time
{
	font-size: 11px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.event_summary
{
	display: block;
	line-height: 110%;
	border: solid 1px #393683 !important;
	padding: 1px;
	background-color: #eee;
	color: #000 !important;
	outline: none;
	font-size: 10px !important;
}

.event_summary h4
{
	display: block;
	font-size: 11px !important;
	font-weight: bold !important;
	padding: 3px 2px !important;
	margin-bottom: 5px !important;
	border-bottom: solid 1px #393683;
	color: #ddf !important;
	background-color: #393683;
}

.event_summary a.button
{
	display: block;
	width: 55px;
	padding: 0px;
	text-align: center;
	margin: 8px 2px 2px auto;
}

.event_summary .status
{
	font-weight: normal;
}

.event_summary:hover
{
	background-color: #d9e3f2 !important;
	text-decoration: none !important;
}

.eventprogramtitle
{
	background-color: #393683;
	color: #fff;
	font-size: 7pt;
	width: 100%;
	padding: 1px;
	margin-bottom: 2px;
}

body.program .eventprogramtitle
{
	background-color: #393683;
}
