Changes to Rico 3 as a result of regression testing with IE6, IE7, and IE8.
[infodrom/rico3] / ricoClient / css / seaglass.css
1 /* -------------------------------------------------------
2 Based on sea glass table design
3 Author: Stephanie Leary
4 URL: http://www.sillybean.net/
5  ------------------------------------------------------- */
6 .ricoLG_table, .ricoTitle, a.RicoButton, .Rico_tabTitle , .Rico_accTitle, .ricoTree *, .ricoBookmark {
7   font: .9em/1.2em Georgia, "Times New Roman", Times, serif;
8 }
9 caption { font-size: 1.3em; font-weight: bold; text-align: left; padding: 1em 4px; }
10 tr.ricoLG_hdg .ricoLG_cell, tr.ricoLG_hdg .ricoLG_cell a, tr.ricoLG_hdg .ricoLG_cell a:visited, tr.ricoLG_hdg th, tr.ricoLG_hdg td, table.ricoLiveGrid thead td, table.ricoLiveGrid thead th {
11   background-color: #2C5755 !important;
12   color: #ffffff !important;
13   text-decoration: none;
14   height: 1.4em;
15   text-align: center;
16   font-weight: normal;
17 }
18 tr.ricoLG_hdg .ricoLG_cell a:hover {
19         text-decoration: underline;
20 }
21 .odd th { background: #6E8D88; }
22 .ricoLG_bottom .ricoLG_cell { padding: 3px; }
23 .ricoLG_bottom  a, .ricoLG_bottom  a:link { color: #325C91; }
24 .ricoLG_bottom  a:visited { color: #466C8E; }
25 .ricoLG_bottom a:hover, .ricoLG_bottom  a:focus { color: #1E4C94; }
26 .ricoLG_table {
27   background: #f1f8ee;
28   color: #033;
29 }
30 div.ricoLG_messageDiv {
31   border:2px solid black;
32   background-color:#f1f8ee;
33   color:#2C5755;
34 }
35
36 div.ricoLG_selection {
37   background-color: #839E99;
38   color: #ffffff;
39 }
40 .ricoLG_top .ricoClearNative {
41   background-position: -10px -223px;
42 }
43
44 .ricoWindow {
45   border: 1px solid black;
46   background-color: #f1f8ee;
47 }
48 .ricoTitle  {
49   background-color: #2C5755;
50   color: #FFF;
51   font-size:9pt;
52   padding: 0.4em 1em;
53 }
54 a.RicoButton {
55   background-color: #4C7775;
56   color: #FFF;
57 }
58 a.RicoButton.hover {
59   background-color: #6C9795;
60 }
61
62 .Rico_tabNavContainer .selected {
63   background: #2C5755;
64   cursor: auto;
65 }
66 .Rico_tabContent {
67   background: #f1f8ee;
68 }
69
70 .Rico_tabContentContainer {
71   border : 2px solid #2C5755;
72 }
73 .Rico_tabTitle {
74   height: 1.5em;
75   background: #839E99;
76   margin-left: 2px;
77   margin-right: 2px;
78   text-align: center;
79   white-space:nowrap;
80   overflow:hidden;
81   padding: 5px 7px 0px 7px;
82 }
83
84
85 .Rico_accTitle {
86   background-color : #2C5755;
87   height: 1.7em;
88   font-weight : normal;
89   border-bottom:1px solid #1C4745;
90   border-top:1px solid #6C9795;
91   font-weight : normal;
92   padding-left: 1em;
93   padding-top:0.3em;
94 }
95
96 .Rico_accTitle a , .Rico_tabTitle a {
97   color : #CCC;
98   text-decoration: none;
99 }
100
101 .Rico_accordion .hover a, .Rico_tabNavContainer .hover a {
102   color : #FFF;
103 }
104 .Rico_accordion .selected a, .Rico_tabNavContainer .selected a {
105   color : #FFF;
106   font-weight : bold;
107 }
108 .Rico_accordion  {
109   border : 1px solid #1f669b;
110 }
111
112 div.RicoCalHeading {
113   background-color: #2C5755;
114   color:#FFFFFF;
115 }
116 .ricoCalContainer tfoot td {
117   background-color:#1C4745;
118   color:#FFFFFF;
119 }
120 .ricoCalContainer table.ricoCalTab, .ricoCalContainer td.ricoCalEmpty, .ricoCalContainer tr.ricoCalDayNames td {
121   background-color:#DBE6DD;
122 }
123 .ricoCal0, .ricoCal1, .ricoCal2, .ricoCal3, .ricoCal4, .ricoCal4, .ricoCal6 {
124   font: .9em/1.2em Georgia, "Times New Roman", Times, serif;
125 }
126 .ricoCalContainer div.ricoCalYearPrompt {
127   background-color:#f1f8ee;
128   border:1px solid #2C5755;
129   font: .9em/1.2em Georgia, "Times New Roman", Times, serif;
130 }
131 .ricoCalContainer .ricoCalMenu {
132   font: .9em/1.2em Georgia, "Times New Roman", Times, serif;
133   background-color:#f1f8ee;
134   border-bottom:1px solid #2C5755;
135   border-right:1px solid #2C5755;
136 }
137 span.Rico_leftArrow {
138   background-position: -10px -1077px;
139 }
140 span.Rico_rightArrow {
141   background-position: -10px -1139px;
142 }
143 span.RicoClose {
144   background-position: -10px -155px;
145 }
146 div.RicoCalHeading a.hover {
147   background-color: #4C7775 !important;
148 }
149 div.RicoCalHeading a:link, div.RicoCalHeading a:visited {
150   color:#FFFFFF;
151 }
152 .ricoTree a.hover {
153   text-decoration: underline;
154   cursor:pointer;
155 }