/* Start of CMSMS style sheet 'BVCalendar' */
/*
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, .calendar tr td a:visited
{
  color: red;
}

.calendar tr td a:hover
{
  color: #000;
}


/* 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 #666;
}

.calendar-event h3 {font-size: 14px; font-weight: bold;}

/* nice squares for the #big table */
#big th
{
  border: 1px solid #666;
  padding: 3px;
  width: 105px;
}
#big table {
  width: 504px;;
}

#big td {
  font-size: 80%;
  border: 1px solid #666;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 72px;
  text-align: left;
}

/* format summaries nicely in #big */
div#main .calendar tr td ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 2px;
}

div#main .calendar tr td li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: #EEE;
}

#big .calendar-day
{
  background-color: #f0bb18;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #f0bb18;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

.calendar-month {font size: 14px; margin-bottom: 10px;}
.calendar-details {margin-top: 5px;}

.calendar-list-terms {
  float: left;
  position: relative;
  width: 275px;
  padding: 0;
  margin-bottom: 10px;
  border: 1px #FFF solid;
  background: #31604c;
  color: #FFF;
}

.calendar-event {
  position: relative;
  margin: 0px;
  padding: 5px 0 ;
  line-height: 1.1em;
}

.calendar-event-small {
  position: relative;
  margin: 0px;
  padding: 10px ;
  line-height: 1.2em;
}

#small tr td a
{
  color: #red;
  font-weight: bold;
}

#small th
{
  border: 1px solid #FFF;
  padding: 2px;
  width: 14%;
  background: #31604c;
  color: #FFF;
  font-size: 90%;
}
#small td {
  border: 1px solid #FFF;
  vertical-align: top;
  padding: 2px;
  height: 14%;
  width: 14%;
  background: #f0bb18;
  font-size: 90%;
}

/* format summaries nicely in #big */
#small ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#small li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#small .calendar-today
{
  color: #000;
  font-weight: normal;
  background: #EEE;
}

#small{
  width: 275px;
  margin: 0px;
  border-collapse: collapse;
  border: 1px solid #FFF;
  font-size: 90%;
}

.calendar-returnlink {margin-top: 5px;}
.calendar-date-from {margin-bottom: 5px;}
/* End of 'BVCalendar' */

