/* CSS Document */
 
/* Php ICalenderX by Imthiaz Rafiq  [email protected] */
 
/* Warm theme by Andrei Verovski - http://snow.prohosting.com/guru4mac */
 
/* 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: 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: "Times New Roman", Times, 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: "Times New Roman", Times, serif;font-size: 12px;background-color: #000000;}
 
/* 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 ( [email protected] ) */
 
.warm-cal-today {
 
    font-family: "Times New Roman", Times, serif;font-size: 12px;color: #000000;background-color: #ffe2b1;
 
    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: "Times New Roman", Times, serif;font-size: 12px;color: #000000;background-color: #ffe2b1;
 
    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: "Times New Roman", Times, serif;font-size: 12px;color: #000000;background-color: #ffe2b1;}
 
/* This sets the calender year Next box */
 
.warm-cal-year-next {
 
    font-family: "Times New Roman", Times, serif;font-size: 12px;color: #000000;background-color: #ffe2b1;
 
    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: "Times New Roman", Times, serif;font-size: 12px;color: #000000;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: "Times New Roman", Times, serif;font-size: 12px;color: #000000;background-color: #fffae4;}
 
/* This sets the calender month next box */
 
.warm-cal-month-next {
 
    font-family: "Times New Roman", Times, serif;font-size: 12px;border-left-width: 1px;color: #000000;background-color: #fffae4;
 
    border-left-style: solid;border-left-color: #CCCCCC;}
 
/* This sets day of the week no head start*/
 
.warm-cal-week-no-head {
 
    font-family: "Times New Roman", Times, serif;
 
    font-size: 12px;
 
    color: #000000;
 
    background-color: #eeeade;
 
}
 
/* Rest of week no of days */
 
.warm-cal-week-no-rest {
 
    font-family: "Times New Roman", Times, serif;
 
    font-size: 12px;
 
    color: #000000;
 
    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: "Times New Roman", Times, serif;
 
    font-size: 12px;
 
    color: #000000;
 
    background-color: #ffe2b1;
 
}
 
/* This sets day of the week rest*/
 
.warm-cal-day-rest {
 
    font-family: "Times New Roman", Times, serif;
 
    font-size: 12px;
 
    color: #000000;
 
    background-color: #ffe2b1;
 
}
 
/* This sets days start*/
 
.warm-cal-days-start {
 
    font-family: "Times New Roman", Times, serif;
 
    font-size: 12px;
 
    color: #000000;
 
    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: "Times New Roman", Times, serif;
 
    font-size: 12px;
 
    color: #000000;
 
    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: "Times New Roman", Times, serif;
 
    font-size: 12px;
 
    font-weight: bold;
 
    background-color: #ffe2b1;
 
    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: "Times New Roman", Times, 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;
 
}
 
 
 |