/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar,
div#footer,
div#side-right,
div#side-left,
div#navcontainer,
p#credit  {
   display: none !important;
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}

/* nice squares for the #big table */
#big th {
  border: 1px solid black;
  padding: 3px;
  width: 85px;
  text-align: center;
  font-size: 70%;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #666666;
  color: #FFFFFF;
}

#big td {
  border: 1px solid #666666 !important;
  vertical-align: top;
  padding: 3px;
  height: 100px;
  width: 100px;
  font-size: 60%;
}

/* format summaries nicely in #big */
#big ul {
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}

#big li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td {
  background-color: #FFFFFF;
}

#big .calendar-day {
  background-color: #EEEEEE;
}

#big .calendar-today {
  font-weight: normal;
  background-color: #CCFFFF; /* #FFB72F; */
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title {
  display: inline;
}
#compact td, #compact th {
  font-size: 70%;
}
#big a.day, #big a.day:link, #big a.day:visited {
  display: block;
  padding: 2px 1px;
  background-color: #CCCCCC;
  color: #000000;
  text-decoration: none;
}
#big a.cat2,#big a.cat2:link,#big a.cat2:visited {
  display: block;
  padding: 2px 1px;
  background-color: #FF0000;
  color: #FFFFFF;
  text-decoration: none;
}
#big a.cat3,#big a.cat3:link,#big a.cat3:visited {
  display: block;
  padding: 2px 1px;
  background-color: #FFFF00;
  color: #000000;
  text-decoration: none;
}
#big a.cat4,#big a.cat4:link,#big a.cat4:visited {
  display: block;
  padding: 2px 1px;
  background-color: #ddc3cf;
  color: #000000;
  text-decoration: none;
}
#big a.cat5,#big a.cat5:link,#big a.cat5:visited {
  display: block;
  padding: 2px 1px;
  background-color: #efbe78;
  color: #000000;
  text-decoration: none;
}
#big a.cat6,#big a.cat6:link,#big a.cat6:visited {
  display: block;
  padding: 2px 1px;
  background-color: #bfe7b8;
  color: #000000;
  text-decoration: none;
}
#big a.cat7,#big a.cat7:link,#big a.cat7:visited {
  display: block;
  padding: 2px 1px;
  background-color: #c4e8ef;
  color: #000000;
  text-decoration: none;
}
#big a.cat8,#big a.cat8:link,#big a.cat8:visited {
  display: block;
  padding: 2px 1px;
  background-color: #006699;
  color: #FFFFFF;
  text-decoration: none;
}
#big a.cat9,#big a.cat9:link,#big a.cat9:visited {
  display: block;
  padding: 2px 1px;
  background-color: #999999;
  color: #000000;
  text-decoration: none;
}
#big a.cat10,#big a.cat10:link,#big a.cat10:visited {
  display: block;
  padding: 2px 1px;
  background-color: #FFFF99;
  color: #000000;
  text-decoration: none;
}
.calendar-prev, .calendar-next {
  display: none;
}
/* End of 'Print' */

