/********************************************

STYLES SET IN PLACE BY ORIGINAL CODE DESIGNER
http://mattkruse.com/javascript/calendarpopup/

*********************************************/

.CALPOPcpYearNavigation,
.CALPOPcpMonthNavigation {			  background-color:#fcc243;			  text-align:center;			  vertical-align:center;			  text-decoration:none;			  color:#6c492d;			  font-weight:bold;			}

.CALPOPcpDayColumnHeader,
.CALPOPcpYearNavigation,
.CALPOPcpMonthNavigation,
.CALPOPcpCurrentMonthDate,
.CALPOPcpCurrentMonthDateDisabled,
.CALPOPcpOtherMonthDate,
.CALPOPcpOtherMonthDateDisabled,
.CALPOPcpCurrentDate,
.CALPOPcpCurrentDateDisabled,
.CALPOPcpTodayText,
.CALPOPcpTodayTextDisabled,
.CALPOPcpText {			  font-family:arial;			  font-size:8pt;			  font-style:normal;			  text-align:center;
}

TD.CALPOPcpDayColumnHeader {
  text-align:right;
  border-bottom:1px solid #6c492d;
}

.CALPOPcpCurrentMonthDate,
.CALPOPcpOtherMonthDate,
.CALPOPcpCurrentDate {
  text-align:right;
  text-decoration:none;
}

.CALPOPcpCurrentMonthDate {
  color:#3a7729;
}

.CALPOPcpCurrentDate {
  color: #6c492d;
  font-weight:bold;
}

.CALPOPcpOtherMonthDate {
  color:#999999;
}

TD.CALPOPcpCurrentDate {
  color:#6677DD;
  background-color: #fcc243;
}

TD.CALPOPcpTodayText,
TD.CALPOPcpTodayTextDisabled {
  border-top:1px solid #6c492d;
}

A.CALPOPcpTodayText,
SPAN.CALPOPcpTodayTextDisabled {
 height:20px;
}

A.CALPOPcpTodayText {
  color:#6c492d;
  font-weight:bold;
}

.CALPOPcpBorder {
  background-color:#DAEAD9;
  border:1px solid #3a7729;
  position:absolute;
  margin:-48px 0px 0px 210px;			}