.net server control is almost feature complete and functional. All .net examples...
[infodrom/rico3] / ricoClient / css / seaglass.css
index 9dc1e54..a3ea9a4 100644 (file)
@@ -23,8 +23,8 @@ tr.ricoLG_hdg .ricoLG_cell a:hover {
 .ricoLG_bottom  a, .ricoLG_bottom  a:link { color: #325C91; }
 .ricoLG_bottom  a:visited { color: #466C8E; }
 .ricoLG_bottom a:hover, .ricoLG_bottom  a:focus { color: #1E4C94; }
-.ricoLG_table {
-  background: #f1f8ee;
+.ricoLG_bottom {
+  background-color: #f1f8ee;
   color: #033;
 }
 div.ricoLG_messageDiv {
@@ -38,7 +38,7 @@ div.ricoLG_selection {
   color: #ffffff;
 }
 .ricoLG_top .ricoClearNative {
-  background: url(../images/delete_w.gif) no-repeat center center;
+  background-position: -10px -223px;
 }
 
 .ricoWindow {
@@ -109,44 +109,44 @@ a.RicoButton.hover {
   border : 1px solid #1f669b;
 }
 
-div.ricoCalContainer table.ricoCalTab thead th {
+div.RicoCalHeading {
   background-color: #2C5755;
   color:#FFFFFF;
 }
-div.ricoCalContainer tfoot td {
+.ricoCalContainer tfoot td {
   background-color:#1C4745;
   color:#FFFFFF;
 }
-div.ricoCalContainer table.ricoCalTab, div.ricoCalContainer td.ricoCalEmpty, div.ricoCalContainer tr.ricoCalDayNames td {
+.ricoCalContainer table.ricoCalTab, .ricoCalContainer td.ricoCalEmpty, .ricoCalContainer tr.ricoCalDayNames td {
   background-color:#DBE6DD;
 }
 .ricoCal0, .ricoCal1, .ricoCal2, .ricoCal3, .ricoCal4, .ricoCal4, .ricoCal6 {
   font: .9em/1.2em Georgia, "Times New Roman", Times, serif;
 }
-div.ricoCalContainer div.ricoCalYearPrompt {
+.ricoCalContainer div.ricoCalYearPrompt {
   background-color:#f1f8ee;
   border:1px solid #2C5755;
   font: .9em/1.2em Georgia, "Times New Roman", Times, serif;
 }
-div.ricoCalContainer .ricoCalMenu {
+.ricoCalContainer .ricoCalMenu {
   font: .9em/1.2em Georgia, "Times New Roman", Times, serif;
   background-color:#f1f8ee;
   border-bottom:1px solid #2C5755;
   border-right:1px solid #2C5755;
 }
 span.Rico_leftArrow {
-  background: url(../images/left_w.gif) no-repeat bottom left;
+  background-position: -10px -1077px;
 }
 span.Rico_rightArrow {
-  background: url(../images/right_w.gif) no-repeat bottom left;
+  background-position: -10px -1139px;
 }
 span.RicoClose {
-  background: url(../images/close_w.gif) no-repeat top right;
+  background-position: -10px -155px;
 }
-div.ricoCalContainer table.ricoCalTab thead th a.hover {
+div.RicoCalHeading a.hover {
   background-color: #4C7775 !important;
 }
-div.ricoCalContainer table.ricoCalTab thead a:link, div.ricoCalContainer table.ricoCalTab thead a:visited {
+div.RicoCalHeading a:link, div.RicoCalHeading a:visited {
   color:#FFFFFF;
 }
 .ricoTree a.hover {