/* CSS Document */
/* Php ICalenderX by Imthiaz Rafiq  hmimthiaz@vsnl.net */
/* Warm theme by Andrei Verovski - http://snow.prohosting.com/guru4mac */
/* This sets the link color */
.warm-cal-link:link    { background: transparent; color: #3A6E40; text-decoration: none}
.warm-cal-link:visited { background: transparent; color: #3A6E40; text-decoration: none}
.warm-cal-link:hover   { background: transparent; color: #3A6E40; text-decoration: underline}
/* 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: underline}
/* This sets the calender outer box */
.warm-cal-box {
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #333333;border-right-color: #333333;border-bottom-color: #333333;	border-left-color: #333333;}
/* This sets the calendar back */
.warm-cal-back {
	font-family: Arial, Helvetica, sans-serif;font-size: 12px;background-color: #3A6E40;}
/* This sets the calender year outer box */
.warm-cal-year-box {
	border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;}
/* This sets the calender today box */
/* This feature was added to PhpICalenderX by Mr.Matthew Waygood ( mwwaygoo@hotmail.com ) */
.warm-cal-today {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	color: #3A6E40;
	background-color: #A5A37D;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;}
/* This sets the calender year previous box */
.warm-cal-year-prev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A6E40;
	text-align: left;
	background-color: #A5A37D;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/* This sets the calender year number previous box */
.warm-cal-year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	color: #3A6E40;
	background-color: #A5A37D;}
/* This sets the calender year Next box */
.warm-cal-year-next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #3A6E40;
	background-color: #A5A37D;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;}
/* This sets the calender month outer box */
.warm-cal-month-box {
	border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;}
/* This sets the calender month previous box */
.warm-cal-month-prev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #3A6E40;
	background-color: #fffae4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;}
/* This sets the calender month text box */
.warm-cal-month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	color: #3A6E40;
	background-color: #fffae4;}
/* This sets the calender month next box */
.warm-cal-month-next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #3A6E40;
	background-color: #fffae4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;}
/* This sets day of the week no head start*/
.warm-cal-week-no-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A6E40;
	background-color: #eeeade;
}
/* Rest of week no of days */
.warm-cal-week-no-rest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A6E40;
	background-color: #eeeade;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC;	border-left-color: #4A4A4A;
}
/* This sets day of the week start*/
.warm-cal-day-start {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A6E40;
	background-color: #A5A37D;
}
/* This sets day of the week rest*/
.warm-cal-day-rest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A6E40;
	background-color: #A5A37D;
}
/* This sets days start*/
.warm-cal-days-start {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A6E40;
	background-color: #fffff6;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A;
}
/* This sets days rest*/
.warm-cal-days-rest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A6E40;
	background-color: #fffff6;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
	border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A;
}
/* This sets day box*/
.warm-cal-days-box {
	display: marker;
}
/* This sets the current day */
.warm-cal-cur-day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #A5A37D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	text-decoration: underline;
}
/* This sets selected date*/
.warm-cal-sel-day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #eee2bd;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	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;
}
.warm-event {
	width: 100%;
	font-size: 10px;
	text-align: center;
}
.spliter {
	width: 100%;
	height: 1px;
	background-color: darkblue;
}
