/* Start of CMSMS style sheet 'cal' */
/* CSS Document */

/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

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

*/



/* make all links red */
.calendar tr td a
{
	color: #0099CC;
	text-decoration: none;
}

/* 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: #0099CC;
	text-decoration: none;
  font-size: 100%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 90%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid #666;
}

/* nice squares for the #big table E5E5E5 */
#big th
{
  border: 1px solid #F7F7F7;
  padding: 2px;
  width: 72px;
  background-color: #F7F7F7;
}


#big td {
	border: 3px solid #fff;
	vertical-align: top;
	padding: 3px;
	height: 72px;
	width: 72px;
	background-color: #FBFBFB;
}

/* 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: #FBFBFB;
}

#big .calendar-day
{
  background-color: #EDEDED;
}

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

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}


/*****************************/
/* news calendar styling */


.line {
border-top: 1px solid #ccc;
}

.calendar-day {
  font-weight: normal;
  font-size: 1em;
  color: #2166a1;
  width: 42px;
  text-align:center;
  padding-top: 18px;
}

.calendar {
  float: left;
  margin-right: 6px;
  width: 42px;
  height: 42px;
}

.calendar-icon-12 {
  background: url('uploads/images/calendar/12.gif');
}

.calendar-icon-11 {
  background: url('uploads/images/calendar/11.gif');
}

.calendar-icon-10 {
  background: url('uploads/images/calendar/10.gif');
}

.calendar-icon-9 {
  background: url('uploads/images/calendar/09.gif');
}

.calendar-icon-8 {
  background: url('uploads/images/calendar/08.gif');
}

.calendar-icon-7 {
  background: url('uploads/images/calendar/07.gif');
}

.calendar-icon-6 {
  background: url('uploads/images/calendar/06.gif');
}

.calendar-icon-5 {
  background: url('uploads/images/calendar/05.gif');
}

.calendar-icon-4 {
  background: url('uploads/images/calendar/04.gif');
}

.calendar-icon-3 {
  background: url('uploads/images/calendar/03.gif');
}

.calendar-icon-2 {
  background: url('uploads/images/calendar/02.gif');
}

.calendar-icon-1 {
  background: url('uploads/images/calendar/01.gif');
}
/* End of 'cal' */

