1 /* Main Style Sheet for jQuery Calendar */
2 #calendar_div, .calendar_inline
{
3 font-family: Arial
, Helvetica
, sans-serif
;
11 border: 1px solid
#777;
12 z-index: 10; /*must have*/
14 #calendar_div, .calendar_control
, .calendar_links
, .calendar_header
, .calendar
{
23 padding: 5px !important
;
24 border: 4px ridge
#ddd !important
;
26 button
.calendar_trigger
{
29 img
.calendar_trigger
{
31 vertical-align: middle
;
40 * html
.calendar_prompt
{
43 .calendar_control, .calendar_links, .calendar_header, .calendar {
54 .calendar_control, .calendar_links {
59 .calendar_links label { /* disabled links */
63 .calendar_clear, .calendar_prev {
71 .calendar_close, .calendar_next {
79 .calendar_header select {
94 .calendar .calendar_titleRow {
97 .calendar .calendar_daysRow {
101 .calendar .calendar_daysCell {
103 border: 1px solid
#ddd;
105 #calendar .calendar_daysCell a
{
108 .calendar .calendar_weekEndCell {
111 .calendar .calendar_daysCellOver {
113 border: 1px solid
#777;
115 .calendar .calendar_unselectable {
119 background: #fcc !important
;
121 .calendar_currentDay {
122 background: #999 !important
;
125 /* ________ CALENDAR LINKS _______
127 ** Reset link properties and then override them with !important */
128 #calendar_div a
, .calendar_inline a
{
135 .calendar_inline .calendar_links a {
136 padding: 0 5px !important
;
138 .calendar_control a, .calendar_links a {
139 padding: 2px 5px !important
;
140 color: #eee !important
;
142 .calendar_titleRow a {
143 color: #eee !important
;
145 .calendar_control a:hover {
146 background: #fdd !important
;
147 color: #333 !important
;
149 .calendar_links a:hover, .calendar_titleRow a:hover {
150 background: #ddd !important
;
151 color: #333 !important
;
154 /* ___________ IE6 IFRAME FIX ________ */
157 display: none
; /*sorry for IE5*/
158 display
/**/: block
; /*sorry for IE5*/
159 position: absolute
; /*must have*/
160 z-index: -1; /*must have*/
161 filter: mask
(); /*must have*/
162 top: -4px; /*must have*/
163 left: -4px; /*must have*/
164 width: 193px; /*must have to match width and borders*/
165 height: 200px; /*must have to match maximum height*/