/* Start of CMSMS style sheet 'Calendar' */
/*
Calendar module style
Smarty tag:

{ cms_module module='Calendar' table_id='big': ; }

*/

/* make all links red */
.calendar tr td a { color: #C00; }

/* 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;
	border: 1px #FFF solid;
	font-size: 10px;
}

/* nice squares for the #big table */
#big th
{
	border: 1px #FFF solid;
	padding: 3px;
	width: 75px;
}

#big td
{
	border: 2px #FFF solid;
	vertical-align: top;
	padding: 3px;
	height: 75px;
	width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}

#big li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* background colours for #big */
#big td { background-color: #D6E0E1; }
#big .calendar-day { background-color: #80ff80; }

#big .calendar-today
{
	font-weight: normal;
	background-color: #C1C9CB;
	color: #000;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title { display: none; }
.calendar-month
{
	background-color: #D6E0E1;
	padding: 5px;
}

#big .calendar-month
{
	color: #79979A;
	font-weight: bold;
	font-size: 15px;
}

#big .calendar-month a
{
	display: inline;
	color: #79979A;
}

#big .calendar-month a:hover
{
	display: inline;
	color: #FFF;
	background-color: #D1464B;
	text-decoration: none;
}

#big .calendar-prev a { padding: 2px 0 2px 2px; }
#big .calendar-next a { padding: 2px 2px 2px 0; }

#calendar-list { font-size: 12px; }

.calendar-date-from
{
	padding: 5px;
	margin-bottom: 10px;
	background-color: #D6E0E1;
}

#big a
{
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
	color: #D1464B;
}

#big a:hover
{
	text-decoration: underline;
	color: #000;
}

#big .day
{
	background-color: #D1464B;
	color: #FFF;
	padding: 1px;
}

#big .day:hover
{
	color: #FFF;
	text-decoration: none;
}

/* Reel Learning */

#big .reel_learning a { color: #0067B3; }

/* Arts on the Move */

#big .arts_on_the_move a { color: #606; }

/* Pbjects of the Spirit */

#big .objects_of_the_spirit a { color: #903; }

/* Jewish Lens */

#big .jewish_lens a { color: #C6872C; }
/* End of 'Calendar' */

