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

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

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

.CALPOPcpYearNavigation,
.CALPOPcpMonthNavigation {
  font-family:arial;			  font-size:8pt;			  font-style:normal;			  text-align:center;			  background-color:#B77836;			  text-align:center;			  vertical-align:center;			  text-decoration:none;			  color:#F5E6D3; /* Month and year text color */
  font-weight:bold;			}

.CALPOPcpDayColumnHeader,
.CALPOPcpYearNavigation,
.CALPOPcpCurrentMonthDate,
.CALPOPcpCurrentMonthDateDisabled,
.CALPOPcpOtherMonthDate,
.CALPOPcpOtherMonthDateDisabled,
.CALPOPcpCurrentDate,
.CALPOPcpCurrentDateDisabled,
.CALPOPcpTodayText,
.CALPOPcpTodayTextDisabled,
.CALPOPcpText {			  font-family:arial;			  font-size:8pt;			  font-style:normal;			  text-align:center;
  color:#510a30; /* Color of the 'S M T W T S' */
}

TD.CALPOPcpDayColumnHeader {
  text-align:right;
  border-bottom:1px solid #510a30;  /* Line height under the 'S M T W T S' */
}

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

TD.CALPOPcpCurrentDate {
  background-color:#B77836; /* Background or current date */
}

TD.CALPOPcpTodayText,
TD.CALPOPcpTodayTextDisabled {
  border-top:1px solid #510a30; /* Line above bottom 'today' */
}

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

A.CALPOPcpTodayText {
  color:#510a30;
  font-weight:bold;  /* Text color for today's date */
}

A.CALPOPcpCurrentMonthDate {
  color:#B77836; /* Text color for this month's dates */
}

A.CALPOPcpOtherMonthDate {
  color:#D6AF85; /* Text color for other month's dates */
}

A.CALPOPcpCurrentDate {
  color:#FFFFFF;
  font-weight:bold;
}

A.CALPOPcpMonthNavigation {
  color:#510a30; /* Color for arrows (navigation) */
}
.CALPOPcpBorder {
  background-color:#E6D1B2;
  border:1px solid #000000;
  position:absolute;
  margin:-48px 0px 0px 210px;   /* All styles for actual calendar box */			}