/*  Calendar header text  */
.xpcalHeader {
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: verdana;
    background-color: #99cc33;
}

.xpcalCellLines
{
    /*BACKGROUND-COLOR: #808080;*/
}
.xpcalBorder
{
    BACKGROUND-COLOR: #808080;
}
.xpcalSeperator
{
    BACKGROUND-COLOR: #808080;
    height: 1px;
	/*background-image: url(progressBar.gif);
	background-repeat: repeat-x;*/
}

/*  Days of the week text  */
.xpcalDayLabels {
	background-color: #e0f0c1;
	font-family: verdana;
	font-size: 10px;
	color: black;
	text-align: center;
	border-right: 1px solid #808080;
}
A.xpcalDayLabels{
  color: black;
  text-decoration: none;
}
a.xpcalDayLabels:hover {
    color:  black;
    text-decoration: underline;
}

/*  Days of the month text and links */
.xpcalCurrentDay, .xpcalWeekday, .xpcalWeekend, .xpcalEvent, .xpcalSelectedDay {
  background-color: #ffffff;
  font-family: verdana,sans-serif;
  font-size: 10px;
  color: black;
  text-align: center;
  border-right: 1px solid #808080;
  border-top: 0px;
  border-bottom: 0px;
}

/*  Calendar hilited day  */
.xpcalCurrentDay {
	background-color: #E4E4D5;
	font-weight:  bold;
	color: black;
}

/*  Calendar selected day  */
.xpcalSelectedDay {
    background-color: #B0C4DE;
    font-weight:  bold;
    border-width: 1px;
    border-style: solid;
    border-top-color: #000080;
	border-bottom-color: #000080;
    border-left-color: #000080;
    border-right-color: #000080;
}

.xpcalWeekend {
  font-family: verdana;
  font-size: 10px;
  background-color: #eaeae8;
  color: #666666;
}

.xpcalEvent {
	font-weight:   bold;
	color: black;
	background-color: #FFFFD7;
	text-decoration:  underline;
}
.xpcalCmdLabels {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background-color: #e0f0c1;
}
a.xpcalCmdLabels {
	color: black;
	text-decoration: none;
}
a.xpcalCmdLabels:hover {
	color: #000000;
	text-decoration: underline;
}
td.xpcalBorder, td.xpcalSeperator{
	font-size: 1px;
}
