table #cal-calendar {width:100%;}
/* Stylesheet: Calender Modified On 2013-06-07 10:08:11 */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/
caption.calendar-month {background: none repeat scroll 0 0 #784798;
    color: #FFFFFF;
    font-size: 13px;
    padding: 4px 0;}

#content caption.calendar-month a:link, #content caption.calendar-month a:active, #content caption.calendar-month a:visited {font-size: 16px; color:#fff;}
.calendar-event h2 {font-weight:bold;}
.calendar-date-from {color:#000; font-weight:bold; color: #493C63;}

/* make all links red */
.calendar tr td a
{
  color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#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 default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px;
  /*border-collapse:    collapse;*/
  border: 0px solid black;
 margin:0 auto;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 0 solid black;
    font-weight: bold;
    padding: 3px 3px;
font-size:13px;

}

#cal-calendar td {
  border: 1px solid #493c63;
  vertical-align: top;
  padding: 3px;
  height: 23px;
  width: 23px;
}
#content #cal-calendar td  a:link, #content #cal-calendar td  a:active, #content #cal-calendar td  a:visited {color:#493c63; font-weight:bold;}
/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#cal-calendar li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
display:none;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: #fff;
}

#cal-calendar .calendar-today
{
  color: #FFFFFF;
  background-color: #985EC5;

}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* Stylesheet: Calguys Calendar CSS - home Modified On 2014-03-25 13:28:51 */
