/* CSS Document */

/* This sets the link color */
.warm-cal-link:link    { background: transparent; color: #000000; text-decoration: none}
.warm-cal-link:visited { background: transparent; color: #000000; text-decoration: none}
.warm-cal-link:hover   { background: transparent; color: #000000; text-decoration: none}

.warm-cal-link-opt:link    { background: transparent; color: #CC3366; text-decoration: none}
.warm-cal-link-opt:visited { background: transparent; color: #CC3366; text-decoration: none}
.warm-cal-link-opt:hover   { background: transparent; color: #CC3366; text-decoration: none}

/* This sets the dull link color */
.warm-cal-dlink:link    { background: transparent; color: #999999; text-decoration: none}
.warm-cal-dlink:visited { background: transparent; color: #999999; text-decoration: none}
.warm-cal-dlink:hover   { background: transparent; color: #999999; text-decoration: none}
/* This sets the calender outer box */
.warm-cal-box {
	font-family: "arial", Times, serif;	font-size: 12px;
	border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #FFFFFF;border-right-color: #FFFFFF;border-bottom-color: #FFFFFF;	border-left-color: #FFFFFF;}
/* This sets the calendar back */
.warm-cal-back {
	font-family: "arial", Times, serif;font-size: 12px;background-color: #FFFFFF;}
/* This sets the calender year outer box */
.warm-cal-year-box {
	border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: #FFFFFF;}
/* This sets the calender today box */

.warm-cal-today {
	font-family: "arial", Times, serif;font-size: 12px;color: #000000;background-color: #E8E8E8;
	border-right-width: 0px;border-right-style: solid;border-right-color: #FFFFFF;}
/* This sets the calender year previous box */
.warm-cal-year-prev {
	font-family: "arial", Times, serif;font-size: 12px;color: #000000;background-color: #E8E8E8;
	border-right-width: 0px;border-right-style: solid;border-right-color: #FFFFFF;}
/* This sets the calender year number previous box */
.warm-cal-year {
	font-family: "arial", Times, serif;font-size: 12px;color: #000000;background-color: #E8E8E8;}
/* This sets the calender year Next box */
.warm-cal-year-next {
	font-family: "arial", Times, serif;font-size: 12px;color: #000000;background-color: #E8E8E8;
	border-left-width: 0px;border-left-style: solid;border-left-color: #FFFFFF;}
/* This sets the calender month outer box */
.warm-cal-month-box {
	border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: #FFFFFF;}
/* This sets the calender month previous box */
.warm-cal-month-prev {
	font-family: "arial", Times, serif;font-size: 12px;color: #000000;background-color: #BCBBBB;
	border-right-width: 0px;border-right-style: solid;border-right-color: #FFFFFF;}
/* This sets the calender month text box */
.warm-cal-month {
	font-family: "arial", Times, serif;font-size: 12px;color: #000000;background-color: #BCBBBB;}
/* This sets the calender month next box */
.warm-cal-month-next {
	font-family: "arial", Times, serif;font-size: 12px;border-left-width: 0px;color: #000000;background-color: #BCBBBB;
	border-left-style: solid;border-left-color: #FFFFFF;}
/* This sets day of the week no head start*/
.warm-cal-week-no-head {
	font-family: "arial", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #D5D5D5;
}
/* Rest of week no of days */
.warm-cal-week-no-rest {
	font-family: "arial", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #D5D5D5;
	border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #FFFFFF;border-right-color: #FFFFFF;border-bottom-color: #FFFFFF;	border-left-color: #FFFFFF;
}
/* This sets day of the week start*/
.warm-cal-day-start {
	font-family: "arial", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #D5D5D5;
}
/* This sets day of the week rest*/
.warm-cal-day-rest {
	font-family: "arial", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #D5D5D5;
}
/* This sets days start*/
.warm-cal-days-start {
	font-family: "arial", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #E5E5E5;
	border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #FFFFFF;border-right-color: #FFFFFF;border-bottom-color: #FFFFFF; border-left-color: #FFFFFF;
}
/* This sets days rest*/
.warm-cal-days-rest {
	font-family: "arial", Times, serif;
	font-size: 12px;
	font-color: #000000;
	background-color: #E5E5E5;
	border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #FFFFFF;border-right-color: #FFFFFF;border-bottom-color: #FFFFFF; border-left-color: #FFFFFF;
}
/* This sets day box*/
.warm-cal-days-box {
	display: marker;
}
/* This sets the current day */
.warm-cal-cur-day {
	font-family: "arial", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #A3A2A2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF98CC;
	border-right-color: #FF98CC;
	border-bottom-color: #FF98CC;
	border-left-color: #FF98CC;
	text-decoration: none;
}
/* This sets selected date*/
.warm-cal-sel-day {
	font-family: "arial", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF98CC;
	border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #FF0000;border-right-color: #FF0000;border-bottom-color: #FF0000;	border-left-color: #FF0000;
}
