/* Start of CMSMS style sheet 'rk: calendar' */
/* make all links red */
.calendar tr td a
{
  color: #4EA208;
}

/* 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;
}
#cal-list h2, 
cal-upcominglist h2 {
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

/** Start small calendar rules (assuming table_id='small') **/
/* border on for #small */

div#calendar {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  padding-bottom: 3px;
}

div#calendar h2 {
   line-height: 2em;
   background: #ffffff;
}

#small {
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
}

/* nice squares for the #small table */
#small th
{
  border-bottom: 1px solid #8A8A88;
  padding: 1px;
  width: 20px;
  text-align: center;
}

#small td {
  vertical-align: middle;
  text-align: right;
  padding: 10px 1px 1x 1px;
  height: 20px;
  width: 20px;
}

/* format summaries nicely in #small */
#small ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}

#small li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #small */
#small td
{
/*  background-color: #B8B9BB;  */
}

#small .calendar-month
{
  color: #4EA208;
  padding: 10px 0 5px 0;
}

#small .calendar-day
{
/*  background-color: #B8B9BB; */
}

#small .calendar-today
{
  font-weight: bold;
}

/** End small calendar rules  **/

/*****************************************************
For use with the 'Calendar' template and the following
tag: {cms_module module='Calendar' table_id='cal-list'}
These styles are intended for all list types used with
the display='[listtype]' parameter.
******************************************************/

div#cal-list {
             padding: 0;
}

div#all-events,
#cal-list-container {
  margin: 1em 0 ;  /* 2em 0 1em 1em;*/
  padding: 5px;
  border: 2px solid #F78A02; 
}


#cal-list .cal-date-from-to,
#event .cal-date-from-to,
#calendar-list .cal-date-from-to  {
}

#cal-list .calendar-date-title,
#event .calendar-date-title,
#calendar-list .calendar-date-title {
/*	font-weight: bold; */
}

#cal-list .calendar-summary-title,
#event .calendar-summary-title,
#calendar-list .calendar-summary-title {
	font-weight: bold;
}

#cal-list .calendar-details-title,
#event .calendar-details-title,
#calendar-list .calendar-details-title {
	font-weight: bold;
}

#cal-list .calendar-details,
#cal-list .calendar-summary {
   margin-bottom: 1em;
}

/* End of 'rk: calendar' */

