/* Start of CMSMS style sheet 'Calendar' */
/*
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
{
  color: red;
}

/* 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%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}


/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: silver;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{

}

.calendar-prev {
	width: 100px;
}

.calendar-list hr {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #B7B01A;

}
.cal-icon {
	margin-top: 20px;
	vertical-align: bottom;

}
.calendar-list img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.calendar-next {
	margin-bottom: 16px;
	display: block;
}

.cal-title {
	width: 100px;
	display: inline;
}

.calendar-list h2 {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #A5D611;
}
.calendar-list a {
	font-size: 12px;
	color: #A5D611;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 45px;
}

.calendar-list h1 {
	text-align: center;
	font-size: 24px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 0px;
}
.calendar-list h3 {
	text-align: center;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 0px;
}
.calendar-summary-title {
	font-size: 12px;
	font-weight: bold;
	color: #5B5B5B;
	display: block;
	float: left;
	width: 45px;
}
.calendar-summary {
	font-weight: normal;
	font-size: 12px;
}
.calendar-content {
	display: block;
	padding-left: 45px;
}


.calendar-date-from {
	font-size: 12px;
	font-weight: normal;
	color: #E5E5E5;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.calendar-date-title {
	font-size: 12px;
	font-weight: bold;
	color: #5B5B5B;
	display: block;
	float: left;
	width: 45px;
}
.calendar-date-title-content {
	font-weight: bold;
	display: block;
	float: left;
	width: 45px;
	color: #336600;
}
.calendar-date-from-content {
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
}
.calendar-returnlink  img {
	border: 0px;

}

.calendar-details-title {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 5px;
	color: #336600;
	border-bottom-color: #336600;
}
.calendar-details {
	padding: 10px;

}
.calendar-returnlink  {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #437401;
}

/* End of 'Calendar' */

