.SimpleCalendar a, 
.SimpleCalendarSmall a{
  color:white;
  text-decoration:none;
}
table.SimpleCalendar{
  font-family: Arial;
  border-collapse: collapse;
}

table.SimpleCalendar th {
  background: #5C5652;
  color: #FFFFFF;
  font-size: .9em;
  padding: 3px;
  border: 1px solid #bbb;
  border-top: none; 
}

table.SimpleCalendar tbody td{
  vertical-align: top;
  width: 90px;
  height: 90px;
  line-height: .7em;
  border: 1px solid #bbb;
  background: white; 
}

table.SimpleCalendar tbody td time {
  font-size: .7em;
  display: block;
  unused:~ background: white;
  padding: 2px;
  text-align: right;
  font-weight: bold; 
}

table.SimpleCalendar tbody td.SCsuffix, table.SimpleCalendar tbody td.SCprefix,
table.SimpleCalendarSmall tbody td.SCsuffix, table.SimpleCalendarSmall tbody td.SCprefix
{
  background: #e6e6e6;
}

table.SimpleCalendar tbody td div.event {
  display:inline-block;
  width: 87px;
  overflow: hidden;
  color: #355;
  font-size: .8em;
  padding: 3px;
  line-height: 1em;
  border-bottom: 1px solid #bbb;
  background: #858585;
  color: white;
}

table.SimpleCalendar tbody td.today {
  background: #FFC788; 
}

/****************************************************************
  Small Calendar Styles
****************************************************************/
table.SimpleCalendarSmall{
  font-family: Arial;
  border-collapse: collapse;
}

table.SimpleCalendarSmall th {
  background: #5C5652;
  color: #FFFFFF;
  font-size: .9em;
  padding: 3px;
  border: 1px solid #bbb;
  border-top: none; 
}

table.SimpleCalendarSmall tbody td {
  width: 30px;
  height: 30px;
  line-height: 1em;
  font-size: .9em;
  text-align: center;
  border: 1px solid #bbb;
  background: white;
  color: grey;  
} 

table.SimpleCalendarSmall tbody td.today {
  background: orange; 
}
/****************************************************************
  DayDescriptionPopup
****************************************************************/
div.cal_desc_pos{
  position: relative;
  width:100%;
  height:0px;
  overflow: visible;  
}

div.cal_desc{
  display: none;
  position: absolute;
  cursor: default;
  width:200px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  unused:~ line-height: 1em;
  z-index:1000000;
  border-radius: 10px;
  border-top-left-radius: 0px;
  background: #FFF3C4;
  right: -170px;
  top: 10px;
  border: 2px solid darkgrey;
  padding: 8px;
  unused:~ height: 200px;
  overflow: auto;
  unused:~ overflow-y: scroll;
  overflow-x: hidden;  
}

div.eventdesc {
  width: 100%;
  color: #355;
  font-weight: normal;
  font-size: 14px;
  padding: 3px;
  line-height: 1em;
  unused:~ border-top: 1px solid #E1E1E1;
  border-left: 3px solid #888888;
  margin-bottom: 5px;
  unused:~ word-wrap: break-word;
  unused:~ white-space:pre-wrap;
  color: black;
  
}
div.eventtime {
  float:left;
  font-size: 12px;
  unused:~ font-weight: bold;
  padding-right:5px;
  padding-bottom:2px;
  unused:~ height:150px;
}
div.cal_desc_close{
  position: absolute;
  display: block;
  background: white;
  border: 1px solid darkgrey;
  border-radius: 10px;
  font-size: 12px;
  line-height: 10px;
  font-weight: bold;
  padding: 3px;
  right:0px;
  top: 0px;
  color: darkred;
  cursor: pointer;
  z-index:1000001;  
}