/* Start of CMSMS style sheet 'Module:Calendario_cms' */
.calendar
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.calendar td
{
	text-align: center;
	background-color: #eeeeee;
}

.calendar-month {
	text-align: center;
	color: #ffffff;
	background-color: #565aa7;
}


/* make all links red */
.calendar tr td a
{
  color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
	margin: 0px;
	border-collapse:    collapse;
}



/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
	vertical-align: top;
	padding: 3px;
	height: 75px;
	width: 75px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-color: #BBBBBB;
	border-style: solid;
	border-width: 1px;
}

/* format summaries nicely in #big */
#big ul
{
	margin: 0px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 9px;
	font-weight: normal;
}

#big li
{
	list-style-type: none;
	margin: 0px;
	padding-bottom: 3px;
}

/* background colours for #big */
#big td
{
	background-color: #EEEEEE;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
	font-weight: normal;
	background-color: #CCCCFF;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title,
.calendar-event-upcominglist .calendar-date-title
{
  display: none;
}

.calendar-list h1, .calendar-upcominglist h1 {
	font-size: 18px;
	font-weight: bold;
	color: #876096;
	margin-top: 16px;
	margin-bottom: 12px;
	border-bottom-color: #b9b7c9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 16px;
}

.calendar-event-upcominglist {
	padding-bottom: 10px;
	border-bottom-color: #b9b7c9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.calendar-event h1 {
	font-size: 18px;
	font-weight: bold;
	color: #78687e;
	margin-top: 16px;
	margin-bottom: 12px;
	border-bottom-color: #b9b7c9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 16px;
}

.calendar-event h2 {
	margin-top: 8px;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #78687e;
}

.calendar-event-upcominglist h2 {
	margin-top: 8px;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #78687e;
}

.calendar-date-from {
	margin-top: 6px;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: black;
}

.calendar-date-from-upcominglist {
	font-size: 10px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: black;
}

.calendar-details, .calendar-details-upcominglist {
	margin-top: 2px;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
}

.calendar-returnlink {
	font-size: 10px;
	font-weight: bold;
	margin-top: 24px;
	border-top-color: #b9b7c9;
	border-top-style: solid;
	border-top-width: 1px;
}
/* End of 'Module:Calendario_cms' */

