/* 
    Document   : calendar
    Created on : Mar 20, 2010, 11:00:17 AM
    Author     : Jim
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body {
  margin: 0px;
  padding: 0px;
}
table {
  border: none;
}
td {
  width: 99px;
}

td.cal_date {
  height: 8px;
  font-weight: bold;
  background-color: blue;
  color: white;
  font-size: .8em;
}
td.cal {
  min-height: 120px;
  font-size: .60em;
}

td span.red {
  
  color: red;
}

#controls-top {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
}
#container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px black;
  background-color: blue;
}
#controls-side {
  float: left;
  width: 268px;
  border: solid 1px black;
}
#eventcage {
  border: solid 1px black;
}
#calendar {  
  background-color: white;
}
span.datepicker {
  display: block;
}
span.datepicker a {
  color: blue;
  font-size: 18px;
  font-family: 'Courier New',Courier,monospace;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
span.datepicker span.dpText {

  color: #d30f00;
  font-family: 'Courier New',Courier,monospace;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
}

a.open {

  color: #00cc00;
  font-size: 1.5em;
}
a.scheduled {
  color: #d30f00;
  font-size: 1.5em;
}
a.complete {
  color: #000000;
  font-size: 1.5em;
}
span.open {

  color: #00cc00;
  font-size: 1.5em;
}
span.scheduled {

  color: #d30f00;
  font-size: 1.5em;
}
span.complete {

  color: #000000;
  font-size: 1.5em;
}
.small_print {
  font-size: 11px;
}
td.cal a {
  
}
h6 {
  color: #d30f00;
  font-size: 1.1em;
  font-weight: bold;
}

