/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
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'}

*/

a {
margin-bottom: 1.5em;
}

/* make all links blue */
.calendar tr td a {
color: #0562dc;
line-height: 1.25em;
vertical-align:top;
text-decoration: none;
font-weight: bold;
display: block;
margin-bottom: 1.5em;
}

#big.calendar a:hover
{
color:#fff;
background-color: #0562dc;
}

#big caption {
   margin: 0 auto;
   padding: 10px 0 14px 0;
   width: 100%;
   background: #fff;
   color: #cb0711;
font-size: 1.4em;
font-weight: bold;
   text-align: center;
}

#big caption a {
   font-size: 1.2em;
font-weight: bold;
color: #0562dc;
   text-decoration: none;
}   

#big caption a:hover {
   background:transparent;
   text-decoration: underline;
   color:#fff !important;
}   

/* 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: 150%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  /*border: 1px solid red;*/
clear:none;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* nice squares for the #big table */
#big th {
  border: 1px solid #0562dc;
  padding: 6px;
  width: 8%;
   color: #fff;
   background: #1f80ff;
text-align: center;
}

#big td {
  border: 1px solid black;
line-height: 1.25em;
vertical-align:top;
  padding: 3px;
  height: 75px;
  width: 8%;
text-align: center;
height: 150px;
}

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

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
font-size: 80%;
}

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

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

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



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

.calendar-event h3 {
font-size: 1em;
}

.calendar-event .calendar-date-from,
#big .calendar-list .calendar-event .calendar-date-from {
font-size: 1em;
clear: none;
font-weight: bold;
padding-bottom: .5em;
}

#right .calendar-event .calendar-date-from {
font-size: .8em;
}

.calendar-details {

font-size: 1em;
padding-bottom: .5em;
clear:none;
}

#center-calendar {
height: auto;
margin: 0 3% 0 20%;  
padding: 10px 5px;
clear:none;
}

#big h4 {
clear:none !important;
}
#big .calendar-event h3 {
font-size: 1em;
}

#big .calendar-event .calendar-date-from{
font-size: .9em !important;
}


#big .calendar-event .calendar-details{
font-size: .9em !important;
}
/* End of 'Calendar CSS example' */

