/* Start of CMSMS style sheet 'Calguys Calendar CSS' */
/* CSS Document */

/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/
.calendar li a {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 10px;
}
.calendar li a:hover {
	text-decoration: underline;
}
.event-title {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.calendar-month, .calendar-prev, .calendar-next {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC9933;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	text-align: left;
}
.calendar-prev a, .calendar-next a {
	color: #0091b5;
		text-decoration: none;
}
.calendar-prev a:hover, .calendar-next a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
.calendar-toggles a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC9933;
	font-size: 12px;
	text-decoration: none;
}

.calendar-more a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.calendar-date-from {
	font-family: Helvetica, Arial, sans-serif;
	color: #0091B5;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
.calendar-summary {
	font-family: Helvetica, Arial, sans-serif;
	color: #4c8600;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}


/* make all links red */
.calendar tr td a
{
  color: e35b00;
}

/* 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: e35b00;
  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: none;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: none;
  padding: 3px;
  width: 110px;
 	font-family: Helvetica, Arial, sans-serif;
	color: #0091b5;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

#cal-calendar td {
  border: 1px solid #000000;
  vertical-align: top;
  padding: 3px;
  height: 110px;
  width: 110px;
  list-style-image: none;
  list-style-type: none;
	line-height: 10px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  list-style-image: none;
    list-style-type: none;
	line-height: 10px;
}

#cal-calendar li
{
  list-style-image: none;
    list-style-type: none;
	line-height: 10px;

}
#cal-calendar li a {
  list-style-image: none;
    list-style-type: none;
	line-height: 10px;
	margin-bottom: 5px;
}
#cal-calendar td li {
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
  list-style-image: none;
    list-style-type: none;
	margin-bottom: 5px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  	background-image: url(uploads/layout/bg-calendar.jpg);
	background-repeat: no-repeat;
	background-position: top left;
  background-color: #000000;
  padding: 7px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#cal-calendar .calendar-day
{
  background-color: #f1a900;

}

#cal-calendar .calendar-today
{
  	background-image: url(uploads/layout/bg-calendar-today.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

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

#cal-calendar  td.empty  {
	background-image: url(uploads/layout/bg-calendar-empty.jpg);
	background-repeat: repeat-x;
	background-position: top center;}
	
.calendar-details img {
	display: block;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* End of 'Calguys Calendar CSS' */

