/* Start of CMSMS style sheet 'Calendar' */
/*****************************************************
For use with the 'Calendar' template and the following
tag: {cms_module module='Calendar' table_id='small'}
******************************************************/


#small {
	margin: 0px auto;
	padding: 0px; /* Create some room around the border */
	width: 100%;
	border-collapse: collapse; /* Prevents double borders around table cells */
	border: 1px solid #000000;
	background-color: #DDECCF;
	color: #420060;
}

#small caption {
	font-weight: bold;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #420060;
	background: transparent;
        border: 1px solid #000000;
	margin: 0px auto;	
	padding: 0px;
}

#small tr {
	border: 1px solid #000000;
	font-size: 9px;
	background-color: #00B05B;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
        height: 16px;
}

#small td {
  border: 1px solid #000000;
  font-size: 100%;
  background-color: #FFFFFF;
  color: #420060;  
  vertical-align: top;
  text-align: center;
  padding: 0px;
  height: auto;
  width: 30px;
}

#small td a {
	text-decoration: none;
        margin: auto;
        color: #ffffff;
        background-color: #D52729;
        display: block;
}

#small td ul {
	text-decoration: none;
	padding: 0px;
        margin: 0px;
        height: 0px;
        color: #ffffff;
}

#small .calendar-today {
  font-weight: bold;
  font-size: 100%;
  background-color: #00B05B;
  color: #fffde8;
}

#small .calendar-month {
	font-size: 11px;
text-decoration:none;

}
#small .calendar-month a{
text-decoration:none;
}

.calendar-date-from p{
  font-weight: bold;
	padding:  0px 0px 3px 0px;
        margin: 0px 0px 7px 0px;
}
.calendar-event a{
text-decoration:none;
  font-weight: bold;
}

/*
We don't want the event to display in the small calendar.
The date number will show a link to the event instead.
*/
#small .calendar-event {
	display: none;
}
/* End of 'Calendar' */

