/* wxWidgets Custom Styles */
+html, body {
+ margin: 0;
+ padding: 0;
+ height: 100%;
+}
+
+#page_container {
+ position: relative;
+ margin: 0;
+ padding: 0;
+ height: auto !important;
+ height: 100%;
+ min-height: 100%;
+}
+
+div.contents, div.searchresults {
+ margin-top: 10px;
+ margin-right: 12px;
+ padding-bottom: 70px;
+}
+
#projectlogo {
text-align: left;
padding: 0.5em;
padding: 0.5em 1em;
}
+.tabs {
+ font-size: 14px;
+}
+.tabs2, .tabs3 {
+ font-size: 12px;
+}
+
+.navpath ul {
+ font-size: 12px;
+}
+
h1, h2, h3, h4, h5, h6 {
color: #002D88;
font-weight: normal;
margin-top: 0.5em;
}
+div.headertitle h1 {
+ margin: 10px 2px;
+ border: none;
+ padding: 0;
+ width: auto;
+ color: black;
+ font-weight: bold;
+}
+
+div.toc h3 {
+ font-size: 14px;
+}
+
+div.toc li {
+ font-size: 12px;
+ line-height: 1.3;
+ padding-left: 14px;
+}
+
img.logo {
float: right;
margin: 20px;
}
+div.logo {
+ float: right;
+ margin: 20px;
+}
+
div.appearance {
margin: 1em 0em;
}
color: #444444;
}
-hr.footer {
- margin-top: 2em;
-}
address.footer {
- margin: 0.75em;
+ position: absolute;
+ bottom: 0;
+ margin: 0;
+ padding: 10px 0;
+ width: 100%;
+ border-top: 1px solid #0043CC;
+ background-image: url('nav_h.png');
+ background-repeat: repeat-x;
+ background-color: #F4F8FF;
+}
+
+address.footer small {
+ padding: 0 10px;
}
\ No newline at end of file