3 .soria .dijitCalendarIncrementControl {
4 /* next/prev month buttons */
7 background-image: url("images/spriteRoundedIconsSmall.png");
8 background-repeat: no-repeat;
10 .dj_ie6 .soria .dijitCalendarIncrementControl {
12 background-image: url("images/spriteRoundedIconsSmall.gif");
15 .soria .dijitA11ySideArrow {
19 .soria .dijitCalendarDecrease {
20 background-position: top left;
22 .soria .dijitCalendarIncrease {
23 background-position: -30px top;
26 .soria table.dijitCalendarContainer {
29 border-collapse: separate;
30 border: 1px solid #b1badf;
34 .soria .dijitCalendarMonthContainer th {
35 /* month header cell */
36 background:#bed7f0 url("images/titleBar.png") repeat-x top;
41 .dj_ie6 .soria .dijitCalendarMonthContainer th {
46 .soria .dijitCalendarDayLabelTemplate {
47 /* day of week labels */
52 border-bottom: 1px solid #b1badf;
57 .soria .dijitCalendarBodyContainer {
58 border-bottom: 1px solid #eeeeee;
61 .soria .dijitCalendarMonthLabel {
67 .soria .dijitCalendarDateTemplate {
68 /* style for each day cell */
72 padding: 0.3em 0.3em 0.05em 0.3em;
74 background-color: #fff;
75 border:#fff solid 1px !important;
78 .dj_ie .soria .dijitCalendarDateTemplate {
79 padding: 0.1em .33em 0.02em .33em;
82 .soria .dijitCalendarPreviousMonth,
83 .soria .dijitCalendarNextMonth {
84 /* days that are part of the previous or next month */
86 background-color:#fdfdfd !important;
87 border:#fdfdfd solid 1px !important;
90 .soria .dijitCalendarCurrentMonth {
91 /* days that are part of this month */
94 .soria .dijitCalendarDisabledDate {
95 text-decoration:line-through !important;
98 .soria .dijitCalendarCurrentDate {
99 /* cell for today's date */
100 text-decoration:underline;
104 .soria .dijitCalendarSelectedDate {
105 /* cell for the selected date */
106 background-color:#b9cbf1 !important;
107 color:black !important;
108 border:#4b5aaa solid 1px !important;
112 .soria .dijitCalendarYearContainer {
113 /* footer of the table that contains the year display/selector */
114 background:white url("images/titleBar.png") repeat-x top;
117 .soria .dijitCalendarYearLabel {
118 /* container for all of 3 year labels */
120 padding:0.4em 0 0.25em 0;
125 .soria .dijitCalendarSelectedYear {
126 /* label for selected year */
130 padding-bottom:0.1em;
131 background-color:#b9cbf1 !important;
132 border:#4b5aaa solid 1px !important;
135 .soria .dijitCalendarNextYear,
136 .soria .dijitCalendarPreviousYear {
137 /* label for next/prev years */
138 color:black !important;
142 /* Styling for month DropDownButton */
144 .soria .dijitCalendar .dijitDropDownButton {
147 .soria .dijitCalendar .dijitButtonText {
150 .soria .dijitCalendar .dijitDropDownButton .dijitButtonNode {
151 background-color: transparent;
152 background-image: none;
156 /* Styling for month drop down list */
158 .soria .dijitCalendarMonthMenu .dijitCalendarMonthLabelHover {
159 background-color: #d9e6f9;