webpath = dirname($path) . '/'; // Gecko browsers need this to display right header("Content-Type: text/css"); } } $css = <<webpath}images/tcat.gif); background-color: rgb(91, 96, 101); background-repeat: repeat-x; border-style: outset; border-width: 1px; } /* Links within the TCAT class */ .tcat a:link, .tcat a:visited, .tcat a:active { color: rgb(55, 55, 55); } /* Row under the TCAT row (often used for column headers) */ td.thead, .thead td, .alt3 { color: rgb(45, 45, 45); font-weight: bold; font-size: 11px; background-image: url({$GLOBALS['isso:callback']->webpath}images/thead.gif); background-repeat: repeat-x; background-color: rgb(156, 156, 156); border-style: outset; border-width: 1px 0px 1px 0px; } /* Links for the THEAD class */ .thead a:link, .thead a:visited, .thead a:active, .alt3 a:link, .alt3 a:visited, .alt3 a:active { color: rgb(45, 45, 45); } /* The first type of row used in the alternation cycle */ .alt1 { color: rgb(41, 63, 91); background-color: rgb(126, 131, 143); border-style: solid; border-width: 1px 0px 1px 0px; border-bottom-color: rgb(64, 64, 64); border-top-color: rgb(151, 154, 159); } /* The second type of row used in the alternation cycle */ .alt2 { color: rgb(41, 63, 91); background-color: rgb(126, 131, 143); border-style: solid; border-width: 1px 0px 1px 0px; border-bottom-color: rgb(64, 64, 64); border-top-color: rgb(151, 154, 159); } /* The third alternation, used in special cases */ .alt3 { border-width: 0px; } /* The last row in the table (often used for the submit buttons) */ .tfoot { color: rgb(55, 55, 55); background-color: rgb(143, 147, 158); border-style: outset; border-width: 1px; } /* ################################################################### */ /* Text elements */ /* ################################################################### */ /* Font settings for all non-styled elements */ body, p, td, tr, ol, ul { font-family: verdana, geneva, arial, helvetica, sans-serif; font-size: 11px; } /* Small text (used in copyright) */ .smallfont, .copyright, dfn { font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; font-size: 9px; } /* Description text */ dfn { font-style: italic; } /* Table headings */ .tcat, .thead, .tfoot { font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; font-size: 12px; } /* Normal links */ a:link, a:visited, a:active { color: rgb(219, 227, 244); } /* Hover links */ a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover { color: rgb(180, 185, 199); } .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active { text-decoration: none; } /* Mono-space */ .code { font-family: 'courier new', courier, monospace; font-size: 9pt; } /* ################################################################### */ /* Form styling elements */ /* ################################################################### */ /* Input elements in a form */ input, textarea, select, option { font-family: verdana, geneva, arial, helvetica, sans-serif; font-size: 11px; } /* Input formatting */ .input { font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; font-size: 11px; text-indent: 5px; margin: 3px 1px 1px 1px; } /* Button styling */ .button { color: rgb(0, 0, 0); font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; margin: 3px 1px 1px 1px; } /* ################################################################### */ /* Navigation panel */ /* ################################################################### */ /* The links that appear in the upper-right corner */ #toplinks { float: right; font-size: 14px; } #toplinks #toplinks-links { font-size: 10px; } /* Wrapper for the entire navigation system; including tabs */ #wrapper { padding-top: 12px; } /* The content panel that draws the background color for the panel */ #contentbody { padding: 5px; background-color: rgb(255, 255, 255); border-color: rgb(124, 128, 135); border-width: 1px; border-style: solid; width: 100%; } /* The actual tabbar */ #tabbar { height: 35px; padding-left: 10px; margin-bottom: -6px; } /* Links in the tabbar */ #tabbar a { float: left; text-transform: uppercase; text-decoration: none; padding: 8px 15px 8px 15px; margin: 0px 1px 0px 0px; } /* The current, active tab */ #tabbar .focus { font-weight: bold; background-color: white; border-color: rgb(124, 128, 135); border-width: 1px 1px 0px 1px; border-style: solid; } /* Main content frame */ #mainbody { width: 80%; vertical-align: top; } /* Menu frame */ #menu { width: 20%; vertical-align: top; } CSS; if (!$included) { echo $css; } /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>