#body {
		margin-left:40px;
}
/* CALENDAR CSS */
table.calendar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  border-collapse: collapse;
  background-color: white;
  border: solid #999999 1px;
  background-color:#FFFFFF;
  width: 200px;
  text-align: center;
  -moz-user-select: none;
  margin-top:2px;
}
table.calendar input, table.calendar select {
  font-size: 10px;
}
table.calendar td {
  border: 0;
  font-size: 10px;
  text-align: center;
}
div.mainheading {
  margin: 2px;
}
table.caldayheading {
  border-collapse: collapse;
  cursor: pointer;
  empty-cells: show;
  margin: 0 0px 0 0px;
}
table.caldayheading td {
  border: solid #CCCCCC 1px;
  text-align: left;
  color: #FF0000;
  font-weight: bold;
  width: 22px; 
}
table.caldayheading td.wkhead {
  border-right: double #CCCCCC 3px;
}
table.calcells {
  border-collapse: collapse;
  cursor: pointer;
  margin: 0 0px 0 0px;
}
table.calcells td {
  border: solid #CCCCCC 1px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  width: 22px;
  height: 20px; 
}
table.calcells td div {
  padding: 1px;
  margin: 0;
}
table.calcells td.wkhead {
  background-color: #999999;
  text-align: center;
  border-right: double #CCCCCC 3px;
  color: #0054E3;
}
/*table.calcells td.wkday {
  background-color: #3333CC;
}
table.calcells td.wkend {
  background-color: #33CCFF;
}*/
table.calcells td.curdate {
background-color: #3366FF;
}
table.calcells td.cell_selected {
  background-color: #99CCFF;
  color: black;
}
table.calcells td.notmnth {
  background-color: #FFFFFF;
  color: #CCCCCC;
}
table.calcells td.notallowed {
  background-color: white;
  color: #EEEEEE;
  font-style: italic;
}
table.calcells td.hover {
  background-color: #6666FF;
}
/* CALENDAR CSS */
