enable CardFortress in test database, #71513
[freeside.git] / httemplate / elements / calendar-win2k-2.css
index 398e78e..7b8de00 100644 (file)
@@ -12,6 +12,7 @@
   cursor: default;
   background: #d4c8d0;
   font-family: tahoma,verdana,sans-serif;
+  z-index:2;
 }
 
 .calendar table {
   border-left: 1px solid #fff;
 }
 
+.calendar .nav {
+  background: transparent url(menuarrow.gif) no-repeat 100% 100%;
+}
+
 .calendar thead .title { /* This holds the current "month, year" */
   font-weight: bold;
   padding: 1px;
@@ -69,7 +74,7 @@
   border-bottom: 2px solid #000;
   border-left: 2px solid #fff;
   padding: 0px;
-  background: #e4d8e0;
+  background-color: #e4d8e0;
 }
 
 .calendar thead .active { /* Active (pressed) buttons in header */
@@ -78,7 +83,7 @@
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;
   border-left: 1px solid #000;
-  background: #c4b8c0;
+  background-color: #c4b8c0;
 }
 
 /* The body part -- contains all the days in month. */
   text-align: right;
   padding: 2px 4px 2px 2px;
 }
+.calendar tbody .day.othermonth {
+  font-size: 80%;
+  color: #aaa;
+}
+.calendar tbody .day.othermonth.oweekend {
+  color: #faa;
+}
 
 .calendar table .wn {
   padding: 2px 3px 2px 2px;
 
 /* Combo boxes (menus that display months/years for direct selection) */
 
-.combo {
+.calendar .combo {
   position: absolute;
   display: none;
   width: 4em;
   border-bottom: 1px solid #000;
   border-left: 1px solid #fff;
   background: #e4d8e0;
-  font-size: smaller;
+  font-size: 90%;
   padding: 1px;
+  z-index: 100;
 }
 
-.combo .label {
+.calendar .combo .label,
+.calendar .combo .label-IEfix {
   text-align: center;
   padding: 1px;
 }
 
-.combo .active {
+.calendar .combo .label-IEfix {
+  width: 4em;
+}
+
+.calendar .combo .active {
   background: #d4c8d0;
   padding: 0px;
   border-top: 1px solid #000;
   border-left: 1px solid #000;
 }
 
-.combo .hilite {
+.calendar .combo .hilite {
   background: #408;
   color: #fea;
 }
+
+.calendar td.time {
+  border-top: 1px solid #000;
+  padding: 1px 0px;
+  text-align: center;
+  background-color: #f4f0e8;
+}
+
+.calendar td.time .hour,
+.calendar td.time .minute,
+.calendar td.time .ampm {
+  padding: 0px 3px 0px 4px;
+  border: 1px solid #889;
+  font-weight: bold;
+  background-color: #fff;
+}
+
+.calendar td.time .ampm {
+  text-align: center;
+}
+
+.calendar td.time .colon {
+  padding: 0px 2px 0px 3px;
+  font-weight: bold;
+}
+
+.calendar td.time span.hilite {
+  border-color: #000;
+  background-color: #766;
+  color: #fff;
+}
+
+.calendar td.time span.active {
+  border-color: #f00;
+  background-color: #000;
+  color: #0f0;
+}