margin : 0px;
padding : 0px;
}
+
+#infoBoxTitle {
+ border-width : 1px 1px 1px 1px;
+ border-style : solid;
+ border-color : #88b0f0;
+ background-color : #88b0f0;
+ padding : 2px;
+ color : white;
+}
+
+#infoBox {
+ border-width : 1px 1px 1px 1px;
+ border-style : solid;
+ border-color : #88b0f0;
+ font-size : small;
+ position : relative;
+ bottom : 2px;
+ right : 2px;
+ padding-bottom : 5px;
+ background-image : url("images/prefs-content.png");
+ background-position : top left;
+ background-repeat : repeat-x;
+ background-color : white;
+}
+
+#infoBoxShadow {
+ background-image : url("images/shadow.png");
+ left : 30%;
+ top : 30%;
+ width : 30%;
+ z-index : 3;
+ position : absolute;
+ display : none;
+}
+
background-color : #ecf4ff;
}
-#infoBoxTitle {
+#infoBox > #infoBoxTitle {
border-width : 1px 1px 1px 1px;
border-style : solid;
border-color : #88b0f0;
color : white;
}
-#infoBox {
+
+#infoBoxShadow > #infoBox {
border-width : 1px 1px 1px 1px;
border-style : solid;
border-color : #88b0f0;
background-color : white;
}
-#infoBoxShadow {
+td > #infoBoxShadow {
background-image : url("images/overlay.png");
left : 0;
top : 0;
}
input.prefsTab {
-
background-image : url("images/prefs_tab.png");
background-position : top left;
background-repeat : repeat-x;
padding : 2px 7px 2px 7px;
margin : 0px 1px 0px 0px;
width : 130px;
- font-size : small;
+ font-size : x-small;
background-color : white;
}
font-weight : bold;
background-position : top left;
background-repeat : repeat-x;
- font-size : small;
+ font-size : x-small;
}