/* Start of CMSMS style sheet 'Module: Calendar' */
/*
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: #404040;
          background-color: #dddddd;
          display: block;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;e
}

.calendar-prev a, .calendar-next a {
  text-decoration: none;
}

/* 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: block;
  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 black;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  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: silver;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.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;
  border: 2px solid #00447A; 
  background: #FFFFFF; /*B8B9BB; */
}

div#calendar h2 {
   line-height: 2em;
   background: #ffffff;
}

div#all-events {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  padding-bottom: 3px;
  border: 2px solid #CCCCCC; /*00447A; */
}

#small {
  width: 90%; /* 80% */
  margin: 0 auto;
  margin-top: 5px;
  border-collapse: collapse;
  border: 1px solid #cccccc; /*cccccc;*/
}

/* nice squares for the #small table */
#small th
{
  /*border: 2px solid #00447A;*/
  background-color: #FFFFFF; 
  padding: 1px;
  width: 20px;
  /*color: #00447A;*/
  text-align: center;
  font: bold 10px/20px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
  color: #666;
  text-decoration: none; 
}

#small td {
  /*border: 1px solid #00447A;*/
  text-align: center;
  font: 10px/20px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
  color: #868686; 
}


/* 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: #FFFFFF;/*B8B9BB;*/
}

#small .calendar-month
{
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #cccccc; /*#B8B9BB; */
  background-color: #f3f3f3;
  font: bold 10px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 3px 0px 3px 0px;
}

#small .calendar-day
{
  background-color: #FFFFFF; 
}


#small .calendar-today
{
  font-weight: bold;
	color: #868686;
	background-color: transparent;
	border: 1px solid #eeb211;
	padding: 1px;
}

/** 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.
******************************************************/

#cal-list h3 {
	font: 14px/19px helvetica, verdana, geneva, arial, sans-serif;
	font-weight: bold;
	color: 333;
	text-decoration: none;
	margin: 0px;
	padding: 0px; 
}

#cal-list .calendar-date-from {
	font: 11px/17px Lucida Grande, Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000; 
	margin: 0px 10px 0px 25px;
	padding: 0px;
}


#cal-list .cal-date-from-to {
	font: 11px/17px Lucida Grande, Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000; 
	margin: 0px 10px 0px 25px;
	padding: 0px;
}

#cal-list .calendar-date-title {
	font-style: plain;
	font-weight: bold;
	font-size: 100%;
}

#cal-list .calendar-summary {
            margin: 0;
            margin-left: 30px;
}

#cal-list .calendar-summary-title {
	font: 11px/17px Lucida Grande, Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000; 
	margin: 0px 10px 0px 25px;
	padding: 0px;
}

#cal-list .calendar-details {
            margin: 0;
            margin-left: 30px;
}

#cal-list .calendar-details-title {
	font: 11px/17px Lucida Grande, Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000; 
	margin: 0px 10px 0px 25px;
	padding: 0px;
}
#cal-list .eventsummary {
	margin: 10px 10px 4px 20px;
	padding: 7px;
	border: 1px solid #d7d7d7;
	width: 525px; }

/*****************************************************
For use with the Event Template on a detail page with
the following module call:
{cms_module module='Calendar' table_id='cal-event' 
display='list' detail='1'}
******************************************************/

#event .eventsummary {
	margin: 10px 10px 4px 20px;
	padding: 7px;
	border: 1px solid #d7d7d7;
	width: 525px; }

#event h3 {
	font-family: "trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
}

#event .cal-date-from-to {
             margin: 0;
             margin-left: 25px;
	font-size: 100%;
	font-weight: bold;
}

#event .calendar-date-title {
	font-style: plain;
	font-weight: bold;
	font-size: 100%;
}

#event .calendar-summary {
             margin: 0;
             margin-left: 25px;
}

#event .calendar-summary-title {
	font-style: plain;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5em;	
}

#event .calendar-details {
             margin: 0;
             margin-left: 25px;
}

#event .calendar-details-title {
	font-style: plain;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5em;
}

#calendar-list h3 {
	font-family: "trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
}

#calendar-list .cal-date-from-to {
	font-size: 100%;
	font-weight: bold;
}

#calendar-list .calendar-date-title {
	font-style: plain;
	font-weight: bold;
	font-size: 100%;
}

#calendar-list .calendar-summary-title {
	font-style: plain;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5em;
}

#calendar-list .calendar-details-title {
	font-style: plain;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5em;
}

/* My Changes */

div.lastUpdated {
             margin-top: 5px;
             font-size: 7pt;
}

div.listItem {
             margin: 10px;
             margin-bottom: 20px;
             padding: 0;
             padding-bottom: 5px;
             border-bottom: 1px solid #e0e0e0;
}

div.listItem h5 {
             margin: 0;
             padding: 0;
             padding-left: 25px;
             font-size: 1.2em;
             background: url(uploads/images/icons/small_hand.gif) left center no-repeat;
}

div.listItem a.moreLink {
             margin: 0;
             margin-left: 35px;
             font-size: 8pt;
}

/* End of 'Module: Calendar' */

