/* Start of CMSMS style sheet 'Marello 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 newsgreen */
.calendar tr td a
{
  color: #999933;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

.calendar-month{
  color: #999933;
font-family:"Times New Roman",Times,serif;
font-size:1.8em;
font-weight:normal;
line-height:normal;
margin: 0 0 5px 0;
}

.calendar-next a, .calendar-prev a{
color: #999933;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.calendar-details{
margin: 10px 0;
}

.calendar-details img{

margin: 0 10px;
}
.calendar-upcominglist{
color:#51563C;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.calendar-upcominglist a{

font-size:1.2em;

}

.calendar-date-from {
border-bottom:1px solid #c1c7aa;
font-size:10px;
padding:0 0 2px;
text-transform:uppercase;
color:#51563C;
text-align:right;
}

.calendar-summary{
font-size:1.2em;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.calendar-event {

padding-top:15px;
}

#big h1, {
color:#fff;
font-family:"Times New Roman",Times,serif;
font-size:1.8em;
}

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

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{

  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;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid #CCCCCC;
  padding: 5px;
  width: 80px;

color:#51563C;
font-family:"Times New Roman",Times,serif;
font-size:1.5em;
font-style:italic;
font-weight:normal;
line-height:normal;
}

#big td {
  border: 1px solid #CCCCCC;
  vertical-align: top;
  padding: 3px;
  height: 90px;
  width: 90px;

color:#51563C;
font-family:"Times New Roman",Times,serif;
font-size:1.5em;
font-style:italic;
font-weight:normal;
line-height:normal;


}

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

#big ul li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:.8em;
line-height:1.0em;
margin:0.5em 0pt;
padding:0pt;
}

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

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

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

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


/* End of 'Marello Calendar' */

