.calendar 
{
  padding: 4px;
  background-color: #E7E7E7;
  border-style: solid;
  border-color: #AFAFAF #2F2F2F #2F2F2F #AFAFAF;
  border-width: 1px;
}

.calEvents {
    width: 440px;
    margin: 0px auto;
    /*border-style: solid;
    border-color: #0F5494;
    border-width: 1px;*/
}

.calAwarenessMonth {
    border-style: none;
    background-color: transparent;/*white;*/
    font-size: 100%;
    font-family: sans-serif;
    font-weight: bold;
    color: #0F5494;
    text-align: center;
    padding: 1px;
}

.calMonthHeaderTitle {
    font-family: sans-serif;
    font-variant: small-caps;
    font-size: 16pt;
    font-weight: bold;
    background-color: white;
    text-align: center;
    padding: 6px;
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #0F5494;
}

.calMonthHeaderNavLeft {
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-transform: uppercase;
    background-color: white;
    text-align: left;
    padding: 6px;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #0F5494;
}

.calMonthHeaderNavRight {
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-transform: uppercase;
    background-color: white;
    text-align: right;
    padding: 6px;
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: #0F5494;
}

.calWeekSeparator {
    height: 16px;
    background-color: transparent;/*white;*/
    border-style: none; /*solid none solid none;*/
    border-color: #0F5494;
    border-width: 1px;
}

.calWeekHeader {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    background-color: #DFDFDF;
    color:#0F5494;/*white;*/
    /*height: 18px;*/
    padding: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #0F5494;
}

.calDayHeader 
{
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    border-style: solid;
    border-color: #0F5494;
    border-width: 1px;
    background-color: #DFDFDF;
}

.calDay_Block {
    width: 60px;
    height: 56px;
    _height: 48px;
    border-style: solid solid solid solid;
    border-color: #0F5494;
    border-width: 1px;
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
    padding: 4px;
}

.calDay_Block_HasEvent {
    width: 60px;
    height: 56px;
    _height: 48px;
    border-style: solid solid solid solid;
    border-color: #0F5494;
    border-width: 1px;
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
    padding: 4px;
    background-color: #EFEFDF;
}

.calDay_Block_HasAwarenessDay {
    width: 60px;
    height: 56px;
    _height: 48px;
    border-style: solid solid solid solid;
    border-color: #0F5494;
    border-width: 1px;
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
    padding: 4px;
    background-color: #DFDFDF;
}

.calDay_HasEvent {
  background-color: #7F7F7F;
  color: white;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  margin: 1px 0px 2px -3px;
  border-style: solid;
  border-width: 1px;
  border-color: #0F5494;
}

.calDay_HasEvent a {
  color: white;
  text-decoration: none;
}

.calEvent_Details {
  position: absolute;
  background-color: #DFDFDF;
  color: black;
  border-style: solid;
  border-color: #0F5494;
  border-width: 1px;
  width: 220px;
  overflow: visible;
  padding: 4px;
  margin: 6px 0px 0px -2px;
  visibility: hidden;
}


