%@page session="true" import="com.edeal.frontline.*" contentType="text/css"%><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %>
.calendar_titlebar {
font-size: 12px;
font-weight: bold;
color: #000000;
font-family: Arial, Verdana, sans-serif;
letter-spacing: 1px;
background-image: url(/icons/sidebar/calendar/frame_upper_center.gif);
width: 98%;
}
.calendar_body {
background-color: white;
}
.calendar_month {
font-size: x-small;
color: #000000;
font-family: Arial, Verdana, sans-serif;
text-align: center;
white-space: nowrap;
background-color: white;
}
.calendar_week {
font-size: xx-small;
color: #7288B1;
font-family: Arial, Verdana, sans-serif;
text-decoration: none;
text-align: center;
background-color: white;
}
.calendar_seperator {
background-image: url(/icons/sidebar/calendar/cell_seperator.gif);
background-repeat: repeat-x;
background-color: white;
}
.calendar_day {
font-size: xx-small;
font-family: Arial, Verdana, sans-serif;
text-align: center;
height: 15px;
background-color: white;
}
.calendar_day A {
color: #000000;
text-decoration: none;
padding: 4px;
}
.calendar_navigation_link {
background-color: white;
}
.calendar_navigation_link IMG {
border: 0;
padding: 0;
}
.calendar_day A:hover {
color: #dd3300;
text-decoration: underline;
background-color: #CCD2EA;
padding: 4px;
}
.calendar_current_day {
font-size: xx-small;
color: #000000;
font-family: Arial, Verdana, sans-serif;
background-color:#CCD2EA;
text-align:center;
border: 1px solid #000000;
background-color: white;
}
.calendar_current_day A {
color: #000000;
font-family: Arial, Verdana, sans-serif;
text-decoration: none;
padding: 4px;
}
.calendar_current_day A:hover {
color: #dd3300;
text-decoration: underline;
padding: px;
}
.calendar_frame_left {
width: 1%;
}
.calendar_frame_right {
width: 1%;
}
.calendar_cell_left {
background-image: url(/icons/sidebar/calendar/cell_left.gif);
}
.calendar_cell_right {
background-image: url(/icons/sidebar/calendar/cell_right.gif);
}
.calendar_frame_lower_center {
background-image: url(/icons/sidebar/calendar/frame_lower_center.gif);
}
#sidebarCalendar_div{
padding-bottom: 12px;
background-repeat: no-repeat;
background-position: left bottom;
background-image: url(/icons/sidebar/calendar/frame_lower.gif);
}
#sidebarCalendar_div h2{
background-repeat: no-repeat;
background-image: url(/icons/sidebar/calendar/frame_upper.gif);
}
#sidebarCalendar_div .body{
width: 176px;
padding: 0px 7px;
background-image: url(/icons/sidebar/calendar/cell.gif);
}