@CHARSET "ISO-8859-1";
/*******************/
/* CALENDAR MODULE */
/*******************/

table.calendar_module {
	color:#FFFFFF;
	table-layout:fixed;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 180px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
}

table.calendar_module a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

td.calendar_module_title {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #092679;
}

td.calendar_module_title a {
	font-style: italic;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #092679;
}

td.calendar_module_day_name {
	font-size: 11px;
	font-weight: bold;
	background-color: #2d4ba0;
}

td.calendar_module_day_event {
	font-size: 11px;
	font-weight: bold;
	background-color: #ff9900;
}

td.calendar_module_day_without_event {
	font-size: 11px;
	background-color: #1c568f;
}

td.calendar_module_current_day_event {
	border: 2px;
	border-style: inset;
	border-color: #336633;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #ff9900;
}

td.calendar_module_current_day_without_event {
	border: 2px;
	border-style: inset;
	border-color: #336633;
	color: #0A0094;
	font-size: 11px;
	font-weight: bolder;
	background-color: #3173b4;
}

td.calendar_module_arrow a {
	color: #FFFFFF;
	font-style: normal;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
}

/***********************/
/**** CALENDAR MAIN ****/
/***********************/

div.main_calendar {
	float: left;
	padding-left: 15px;
	border: 2px;
}

h1.main_calendar_title {
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
}

h2.main_calendar_subtitle {
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

h4.main_event_title {
	font-size: 13px;
	font-family: cursive;
	text-decoration: underline;
	color: #000000;
}

h5.main_event_description {
	color: #333333;
	padding-left: 15px;
}