/* Start of CMSMS style sheet 'Select Calendar' */
/*STYLES FOR THE UPCOMING EVENT LIST*/
/*cul-event wraps one event*/
div.cul-event {
   margin : 10px 0 10px 0;
   border-bottom : 1px solid #bbbbbb;
   padding: 10px;
  }


div.cul-summary
  {
  line-height : 1.4em;
  margin : 10px 0 5px 0;
  }

/* based on news morelink stlyes*/
div.cul-more
	{
	margin-top : 0.4em;
	text-align : right;
	}

div.cul-more a
	{
	text-decoration:none;
	color : #026bad;
	border-bottom: 1px dotted #026bad;
	}
	
div.cul-more a:hover
	{
	text-decoration:none;
	border-bottom: 1px solid #026bad;
	}

.calendar-upcominglist h3 { border-bottom: 1px solid black; }

caption.calendar-month
	{padding : 4px;
	font-size : 12px;
	font-weight : bold;
	}

.calendar td li {color: blue;  margin-bottom : 0.5em; }

.calendar-summary, .calendar-date-from { font-weight : bold; margin : 0.5em 0 0.5em 0}

#mainwrapper .calendar-event h1 { padding-left: 0; margin-left:0;}

.calendar-details p {  padding-left: 0; }


/*DEFAULT STYLES*/

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

/* 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 solid black;
}

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

#big td {
  border: 1px solid #cccccc;
  vertical-align: top;
  padding: 0;
  height: 75px;
  width: 75px;
}

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

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

/* background colours for #big */
#big td
{
/*  background-color: silver;*/
background-color : white;
}

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

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

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

#big div.cal-day-hdr { color : white; background-color : #c4deea; padding : 3px;}
/* End of 'Select Calendar' */

