table.calendar
{
  border-collapse:separate
}
table.calendar th, table.calendar td
{
  padding: 3px;
}
.calendarDayHeader
{
  color: gray;
  background-color: #FFFFFF;
  font-weight: bold;
}
.calendarWeekendDay
{
  background-color: #FFFFFF;
}

.calendarSelector a:link, .calendarSelector a:visited
{
  color: gray;
  text-decoration: none;
  font-weight: bold;
}
.calendarSelector a:hover
{
  text-decoration: underline;
}

.calendarDay
{
  background-color: #D7D8DA;
  border-collapse: separate;
}
.calendarDay a:link, .calendarDay a:visited
{
  color: #B1B1B1;
  text-decoration: none;
}
.calendarDay a:hover
{
  color: #B1B1B1;
  text-decoration: underline;
}

.calendarOtherMonthDay
{
  background-color: #F4F4F4;
}
.calendarOtherMonthDay a, .calendarOtherMonthDay a:visited
{
  color: #CFCFCF;
  text-decoration: none;
}
.calendarOtherMonthDay a:hover
{
  color: #CFCFCF;
  text-decoration: none;
}
.calendarToday
{
  font-weight: bold;
}
.calendarToday a:link, .calendarToday a:visited
{
  color: #EAA103;
  text-decoration: none;
}
.calendarToday a:hover
{
  text-decoration: underline;
}

.calendarHasContent
{
  background-color: #8FB7DB;
  padding:3px;
}
.calendarHasContent a:link, .calendarHasContent a:visited
{
  color: white;
  text-decoration: none;
}
.calendarHasContent a:hover
{
  text-decoration: underline;
}

.calendarHasContentToday
{
  background-color: #8FB7DB;
  font-weight: bold;
}
.calendarHasContentToday a:link, .calendarHasContentToday a:visited
{
  color: #FFAE00;
  text-decoration: none;
}
.calendarHasContentToday a:hover
{
  color: #FFAE00;
  text-decoration: underline;
}

#calendarRightMargin
{
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  width:210px;
  vertical-align:top;
}

#calendarNavigation
{
  background-color: #355f89;
  padding: 0 5px 5px 5px;
}
#calendarNavigation A:link, #calendarHeader A:visited
{
  color: White;
  font-weight: bold;
  font-size: 12pt;
  text-decoration: none;
}
#calendarNavigation A:hover
{
  color: #EAA103;
  font-weight: bold;
  font-size: 12pt;
  text-decoration: none;
}

#calendarContainer
{
  border: 1px solid #355f89;
  margin-top: 4px;
}
#calendarBody
{
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  width: 520px;
  padding-top: 20px;
  padding-right: 10px
}
.calendarDateList
{
 display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  width: 425px;
}
.calendarDate
{
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
   width: 78px;   
   vertical-align:top;
   margin-right:5px;
}
.calendarEntry
{
   border-bottom: 1px solid silver; 
   margin: 15px 0; 
   padding: 5px 0 10px 0;
}

.calendarContentHeader
{
    display: block;
    border:1px solid black;
    height:20px
}


