<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<!-- style sheet links -->
-<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
<link href="$relpath$search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javaScript" src="$relpath$search/search.js"></script>
<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"/>
+/* Adapted from the tabs.css provided by Doxygen. */
+
+DIV.tabs
+{
+ float : left;
+ width : 100%;
+ border-bottom : 1px solid #000000;
+ margin-bottom : 4px;
+}
+
+DIV.tabs UL
+{
+ margin : 0px;
+ padding-left : 10px;
+ list-style : none;
+}
+
+DIV.tabs LI, DIV.tabs FORM
+{
+ display : inline;
+ margin : 0px;
+ padding : 0px;
+}
+
+DIV.tabs FORM
+{
+ float : right;
+}
+
+DIV.tabs A
+{
+ float : left;
+ font-size : 80%;
+ font-weight : bold;
+ text-decoration : none;
+}
+
+DIV.tabs A:hover
+{
+ background-position: 100% -150px;
+}
+
+DIV.tabs A:link, DIV.tabs A:visited,
+DIV.tabs A:active, DIV.tabs A:hover
+{
+ color : #ffffff
+}
+
+DIV.tabs SPAN
+{
+ float : left;
+ display : block;
+ background-color : #555;
+ padding : 5px 9px;
+ margin : 0px 3px 0px 0px;
+ white-space : nowrap;
+ border-bottom : 3px solid #ffffff
+}
+
+DIV.tabs SPAN:hover
+{
+ background-color: #444;
+}
+
+DIV.tabs #MSearchBox
+{
+ float : right;
+ display : inline;
+ font-size : 1em;
+}
+
+DIV.tabs TD
+{
+ font-size : 80%;
+ font-weight : bold;
+ text-decoration : none;
+}
+
+/* Commented Backslash Hack hides rule from IE5-Mac \*/
+DIV.tabs SPAN {float : none;}
+/* End IE5-Mac hack */
+
+DIV.tabs A:hover SPAN
+{
+ background-position: 0% -150px;
+}
+
+DIV.tabs LI.current A
+{
+ background-position: 100% -150px;
+}
+
+DIV.tabs LI.current SPAN
+{
+ background-position: 0% -150px;
+ border-bottom : 3px solid #555
+}
+
+DIV.navpath
+{
+ background : none;
+ border : none;
+ text-align : center;
+ margin : 2px;
+ padding : 2px;
+}
+
/* From menu.css in the original web template. */
.navcontainer { width: 200px; }