/** ### Side month element styles ### */


/** The calendar table */
table.cal_month_table {
	width: 95%;
	padding: 0;
	margin: 0;
	border: 1px solid #AAAAAA;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight : normal;
	font-size: 0.7em;
	color: #444444;
	text-align: center;	
}


/** Global styles for the calendar table cells */

table.cal_month_table td {
	height: 1.8em;
	font-size: 1em;
	text-align: center;
	/*border-spacing: 10px;*/
}



/** The month navigation row */
td.cal_mon_nav {
	margin: 0;
	padding: 0.5em;
	border-bottom: 1px solid #AAAAAA; 
	color: #CC0000;	
	background-color: #f3f3f3;
	line-height: 1.6em; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight : bold;
	text-align: center;
}

td.cal_mon_nav a.cal_mon_nav, td.cal_mon_nav a.cal_mon_nav:hover {
	color: #CC0000;	
	text-decoration: none;
}

/** Giorni della settimana */
td.cal_mon_weekday {
	background-color: white;
}

/** giorno del calendario */

td.cal_mon_day {
	background-color: white;
}

/** Giorno corrente */
td.cal_mon_day_current {
	color: #CC0000;
	font-weight: bold;
	border: 1px solid #CC0000;
}

/** An empty cell displaying no calendar day */
td.cal_mon_day_empty {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/** Font color per i giorni festivi */
span.cal_mon_day_holiday {
	color: #CC0000;
}

/** Font color per i probabili giorni festivi */
span.cal_mon_day_maybeholiday {
	color: #888888;
}

/** Link ai giorni del calendario con eventi */

/** Link ai giorni del calendario con eventi */
a.cal_mon_day_event, a.cal_mon_day_event:hover {
	font-weight: normal;
	text-decoration: underline;
	}

/** ### Overview entries styles ### */

/** Element around complete overview block */
div.cal_wrapper {}

/** Element around "time" navigation */
div.cal_nav_time {text-align: center;}

/** Element around "switch view" links */
div.cal_nav_switch {
	margin-top: 5px;
	text-align: center;
}

span.cal_entry_date {}

a.cal_entry_link {
	font-weight: normal;
}

span.cal_entry_type {}

span.cal_entry_description {
	font-size: 0.9em;
}

/** ### Month list styles ### */

table.cal_monthlist {
	text-align: left;
	background-color: #FFFFFF;
	/*border: 1px solid #CCC;*/
	width: 100%;
}

table.cal_monthlist tr td {
	/*background-color: #DDD;*/
	padding: 3px;
}

table.cal_monthlist tr.holiday td {
	/*background-color: #DDD;*/
}

table.cal_monthlist tr.maybeholiday td {
	/*background-color: #DDD;*/
}

table.cal_monthlist tr td.day {
	vertical-align: top;
	padding-right: 6px;
	width: 1%;
	white-space: nowrap;
	color: #000000;
}

table.cal_monthlist tr td.entries div {
	margin-bottom: 8px;
	color: #000000;
}

table.cal_monthlist tr td.entries div.lastentry {
	margin-bottom: 0;
}

table.cal_monthlist tr.holiday td.day, table.cal_monthlist tr.holiday td.entries div {
	color: #FF0000;
}

table.cal_monthlist tr.maybeholiday td.day, table.cal_monthlist tr.maybeholiday td.entries div {
	color: #888888;
}

/** Link style of a common entry link */
table.cal_monthlist tr td.entries a {
	text-decoration: underline;
}

/** Link style of a holiday entry link */
table.cal_monthlist tr.holiday td.entries a {
	text-decoration: underline;
}

/** Link style of a maybe a holiday entry link */
table.cal_monthlist tr.maybeholiday td.entries a {
	text-decoration: underline;
}

/** ### Side list styles ### */

/** Encloses the listed entries */
div.cal_side_entry_list {

}

/** Wrapper around a listed entry */
div.cal_side_entry_wrapper {
	margin-top: 8px;
}

/** Headline of a listed entry */
div.cal_side_entry_head {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 2px;
}

/** Descriptive teaser text of a listed entry */
div.cal_side_entry_teaser {

}

/** Date of a listed entry */
span.cal_side_entry_date {
	font-style: italic;
}

/** ### Detail view styles ### */

h1.cal_detail_headline {}

p.cal_detail_date {
	
}

p.cal_detail_location {

}

div.cal_detail_text {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #DDD;
}

p.cal_detail_links {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
}

p.cal_detail_links ul {}

span.cal_detail_label {
	font-weight: bold;
}
