/* 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'}

*/



/* make all links blue */
.calendar tr td a
{
  color: blue
}

.calendar tr td #realday
{
  padding: 3px 0px 0px 3px; 
  font-family: Verdana, Tahoma;
  font-size:12px; background-color: rgb(210,210,210);
  height: 60px; width: 14%;
  text-align: left; vertical-align: top;
}

.calendar tr td #nonday
{
  background-color: rgb(255,255,255); 
  height: 60px; width: 14%; text-align: center; 
  vertical-align: middle;
}

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

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 1px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
  color: blue;
  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
{
  display: none;
}
/* End of 'Calendar CSS example' */

/* Start of CMSMS style sheet 'Cycle' */
.cycle_block {       
  width: 200px;       
  padding: 0;       
  margin:  0;
}    

.cycle_block img {
  border:  1px solid #ccc;       
  background-color: #eee;       
  top:  0;      
  left: 0;
}

/* End of 'Cycle' */

/* Start of CMSMS style sheet 'Accsys Custom' */
body {
  text-align: justify;
}

form, td, h4, h5, h6 {
  text-align: left;
}

.blockheader
{
  color: #294B5F; 
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
  border-bottom: 1px solid #60c080; 
  border-left: 0.9em solid #60c080;
  padding-left: 0.3em;  
}

/* End of 'Accsys Custom' */

/* Start of CMSMS style sheet 'Form Builder' */
.formbuilder fieldset {padding: 1em; background-color: #eee;}
.formbuilder fieldset legend {font-weight: bold;}
.formbuilder div {width: 90%; padding: 0.25em 0 0.25em 0;}
.formbuilder div label {display: block; }
.formbuilder div.required { color: #f00; }
/* End of 'Form Builder' */

<!-- end -->