/* Start of CMSMS style sheet '928 Calendar CSS 11' */
/*
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'}

*/

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */

#big_11 {
  background-image: url(uploads/images/Calendar/2010/11_2010.jpg); 
  background-repeat: repeat-y;
  background-position: center;
  background-color: transparent;
}

/* nice squares for the #big table */
#big_11 th
{
  background-color: silver; 
  border: 1px solid blue;
  padding: 3px;
  width: 75px;
}

#big_11 td {
  border: 1px solid white;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
  color: black; 
}

/* format summaries nicely in #big */
#big_11 ul
{
  /* background-color: silver; */
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big_11 li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background-color: blue; 
}

/* background colours for #big */
#big_11 td
{
  /* background-color: silver; */
}

#big_11 .calendar-day
{
  background-color: #80ff80;
}

#big_11 .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}


/* End of '928 Calendar CSS 11' */

