themes/oxygen/css-simple/bleu.css
changeset 276 acfdccf7a2bf
parent 0 902822492a68
equal deleted inserted replaced
275:956263992d48 276:acfdccf7a2bf
     1 /*
     1 /**
     2  * Oxygen, but slightly more lightweight - used on minimalist pages
     2  * The original Oxygen theme for Enano
       
     3  * Designed by Dan Fuhry, (C) 2006
       
     4  * This theme is Free Software; see the file "GPL" included with this package for details.
     3  */
     5  */
     4  
     6  
     5 /* Basic definitions */
     7 /* The basics */
     6  
     8 html,body                          { height: 100%; }
     7 html, body {
     9 body                               { /* color added in 1.0.2 to fix light text in dark desktop themes */ color: #202020; margin: 0; padding: 0; background: url(../images/bleu/bg.png); font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-size: 9pt; }
     8   height: 100%;
    10 .holder                            { border: 1px solid #CCCCCC; padding: 1px; background-color: #FFFFFF; color: #444444 }
     9   margin: 0;
    11 div.pad                            { padding: 10px; }                         
    10   padding: 0;
    12 table#title                        { margin: 0; padding: 0; height: 100px; background-color: #90B0D0; text-align: center; }
    11 }
       
    12 
       
    13 body {
       
    14   background-image: url(../images/bleu/bg.png);
       
    15   font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
       
    16   font-size: 9pt;
       
    17 }
       
    18 
       
    19 /* Dummy cells and backgrounds */
       
    20 
       
    21 /* table#enano-main td                { margin: 0; padding: 0; } */
       
    22 table#enano-main td#head-up-left   { width: 12px; height: 12px; background-image: url(../images/bleu/border-tl.gif);                          }
       
    23 table#enano-main td#head-up        {              height: 12px; background-image: url(../images/bleu/border-top.gif);                         }
       
    24 table#enano-main td#head-up-right  { width: 12px; height: 12px; background-image: url(../images/bleu/border-tr.gif);                          }
       
    25 table#enano-main td#head-left      { width: 12px;               background-image: url(../images/bleu/border-l.gif);     padding-bottom: 12px; }
       
    26 table#enano-main td#head-main      {                            background-color: #90B0D0;                                                    }
       
    27 table#enano-main td#head-right     { width: 12px;               background-image: url(../images/bleu/border-r.gif);                           }
       
    28 table#enano-main td#toolbar-left   { width: 12px;               background-image: url(../images/bleu/border-tb-l.gif);                        }
       
    29 table#enano-main td#toolbar-right  { width: 12px;               background-image: url(../images/bleu/border-tb-r.gif);                        }
       
    30 table#enano-main td#main-left      { width: 12px;               background-image: url(../images/bleu/border-m-l.gif);                         }
       
    31 table#enano-main td#main-main      {                            background-color: #FFFFFF;                                                    }
       
    32 table#enano-main td#main-right     { width: 12px;               background-image: url(../images/bleu/border-m-r.gif);                         }
       
    33 table#enano-main td#foot-left      { width: 12px;               background-image: url(../images/bleu/border-btm-l.gif);                       }
       
    34 table#enano-main td#foot-main      {                            background-color: #E8E8E8;                              padding-top: 12px;    }
       
    35 table#enano-main td#foot-right     { width: 12px;               background-image: url(../images/bleu/border-btm-r.gif);                       }
       
    36 table#enano-main td#foot-btm-left  { width: 12px; height: 12px; background-image: url(../images/bleu/border-bl.gif);                          }
       
    37 table#enano-main td#foot-btm       {              height: 12px; background-image: url(../images/bleu/border-btm.gif);                         }
       
    38 table#enano-main td#foot-btm-right { width: 12px; height: 12px; background-image: url(../images/bleu/border-br.gif);                          }
       
    39 
    13 
    40 /* Sidebar */
    14 /* Sidebar */
    41 
    15 td.mdgSidebarHolder                { width: 140px; }
    42 td.mdgSidebarHolder                { width: 156px; }
    16 div.sidebar, .dbx-group            { width: 138px; background-color: #F8F8F8; border-left: 1px solid #CCC; border-right: 1px solid #CCC; padding: 1px 0px 0px 0px; }
    43 div.sidebar, .dbx-group            { width: 154px; background-color: #F8F8F8; border-left: 1px solid #CCC; border-right: 1px solid #CCC; padding: 1px 0px 0px 0px; }
    17 div.sidebar .head, .dbx-handle             { background-color: #F0F0F0;  display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #111; padding: 5px; font-weight: bold; }
    44 div.sidebar .head, .dbx-handle     { background-color: #F0F0F0;  display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #111; padding: 5px; font-weight: bold; }
    18 div.sidebar .head:hover, .dbx-handle:hover { background-color: #F4F4F4;  display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #111; padding: 5px; font-weight: bold; }
    45 div.sidebar .head:hover, .dbx-handle:hover    { background-color: #F4F4F4;  display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #111; padding: 5px; font-weight: bold; }
    19 div.sidebar div.slideblock a, .dbx-content li             { background-color: #DDD;     display: block; margin: 0px 1px; border-bottom: 1px solid #FFF; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #666; padding: 5px 5px 5px 9px; list-style-type: none; }
    46 div.sidebar div.slideblock a, .dbx-content li { background-color: #DDD;     display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #666; padding: 5px 5px 5px 9px; list-style-type: none; }
    20 div.sidebar div.slideblock a:hover, .dbx-content li:hover { background-color: #EEE;     display: block; margin: 0px 1px; border-bottom: 1px solid #FFF; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #666; padding: 5px 5px 5px 9px; }
    47 div.sidebar div.slideblock a:hover, .dbx-content li:hover { background-color: #EEE;     display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #666; padding: 5px 5px 5px 9px; }
    21 div.recttop                        { width: 140px; height: 12px; margin: 0; padding: 0; }
    48 div.recttop                        { width: 156px; height: 12px; margin: 0; padding: 0; }
       
    49 td.recttoptop                      { width: 100%;  height: 12px; background-image: url(../images/bleu/border-menu-t.gif);   background-repeat: repeat-x;  margin: 0; padding: 0; }
    22 td.recttoptop                      { width: 100%;  height: 12px; background-image: url(../images/bleu/border-menu-t.gif);   background-repeat: repeat-x;  margin: 0; padding: 0; }
    50 td.recttoptop:hover                { width: 100%;  height: 12px; background-image: url(../images/bleu/border-menu-t-h.gif); background-repeat: repeat-x;  margin: 0; padding: 0; cursor: pointer; }
    23 td.recttoptop:hover                { width: 100%;  height: 12px; background-image: url(../images/bleu/border-menu-t-h.gif); background-repeat: repeat-x;  margin: 0; padding: 0; cursor: pointer; }
    51 div.rectbot                        { width: 156px; height: 12px; margin: 0; padding: 0; }  
    24 div.rectbot                        { width: 140px; height: 12px; margin: 0; padding: 0; }  
    52 td.rectbottop                      { width: 100%;  height: 12px; background-image: url(../images/bleu/border-btm.gif); background-repeat: repeat-x;  margin: 0; padding: 0; }
    25 td.rectbottop                      { width: 100%;  height: 12px; background-image: url(../images/bleu/border-btm.gif); background-repeat: repeat-x;  margin: 0; padding: 0; }
    53 div.slideblock, .dbx-content       { overflow: hidden; background-color: #FFF; }
    26 div.slideblock, .dbx-content       { overflow: hidden; background-color: #DDD; }
    54 div.slideblock2                    { overflow: hidden; background-color: #DDD; margin: 0px 1px 0px 1px; }
    27 div.slideblock2                    { overflow: hidden; background-color: #DDD; margin: 0px 1px 0px 1px; }
    55 .dbx-handle                        { cursor: move !important; }
    28 .dbx-handle                        { cursor: move !important; }
    56 
    29 
    57 /*
    30 /* The credits thingy at the bottom */
    58  * Docking Boxes code (for the sidebar editor)
    31 div#credits                        { margin: 0; padding: 10px; padding-bottom: 0px; padding-top: 12px; background-color: #E8E8E8; color: #AAA; font-size: 7pt; font-family: lucida grande, verdana, arial, sans-serif; }
    59  */
    32 div#credits a                      { color: #90B0D0; text-decoration: none; }
    60  
    33 div#credits a:hover                { color: #80A0C0; text-decoration: underline; }
    61 /* group container(s) */#sbedit {margin: 0;padding: 0;/* position:relative; /* additional outer containers must also have position:relative */}/* keyboard navigation tooltip */.dbx-tooltip {display:block;position:absolute;margin:36px 0 0 125px;width:185px;border:1px solid #000;background:#ffd;color:#000;font:normal normal normal 0.85em tahoma, arial, sans-serif;padding:2px 4px 3px 5px;text-align:left;}* html .dbx-tooltip { width:195px; }/* use CSS2 system colors in CSS2 browsersbut not safari, which doesn't support them */*[class="dbx-tooltip"]:lang(en) {border-color:InfoText;background:InfoBackground;color:InfoText;font:small-caption;font-weight:normal;}/* additional clone styles */.dbx-clone {opacity: 0.8;}.dbx-content ul {margin: 0; padding: 0;}.dbx-content li a, .dbx-content li a:hover {text-decoration: none; color: #666;}.dbx-content2 {background-color: #DDD; margin: 0px 1px 0px 1px;}/* toolbar */div.toolbar {border-bottom: 1px solid #909090;background-color: #D0D0D0;padding: 2px 0;height: 22px;font-family: arial, sans-serif;font-size: 8pt;}div.toolbar ul {margin: 0;padding: 0;}div.toolbar ul li {list-style: none;margin: 0;float: left;}div.toolbar a img {opacity: 0.6;/*filter: alpha(opacity=60);*/}div.toolbar a:hover img {opacity: 1;/*filter: alpha(opacity=100);*/}div.toolbar a {display: block;padding: 2px;border: 1px solid transparent;cursor: default;width: auto;color: #000000;margin: 0 2px;max-height: 16px;text-decoration: none;}div.toolbar a:hover {border: 1px solid #202090;background-color: #ceceed;color: #000000;text-decoration: none;}div.toolbar a:active {border: 1px solid #A0A0A0;background-color: #E0E0E0;}div.toolbar img {margin: 0;padding: 0;display: inline;border-width: 0px;}div.toolbar a span {position: relative;top: -4px;}div.toolbar li span {padding-left: 2px;padding-right: 5px;}/* vertical toolbar */div.toolbar_vert {border: 1px solid #909090;background-color: #D0D0D0;padding: 2px 0;}div.toolbar_vert ul {margin: 0;padding: 0;}div.toolbar_vert ul li {list-style: none;margin: 0;}div.toolbar_vert a img {opacity: 0.6;/*filter: alpha(opacity=60);*/}div.toolbar_vert a:hover img {opacity: 1;/*filter: alpha(opacity=100);*/}div.toolbar_vert a {display: block;padding: 2px;border: 1px solid transparent;cursor: default;width: auto;color: #000000;margin: 0 2px;max-height: 16px;text-decoration: none;}div.toolbar_vert a:hover {border: 1px solid #202090;background-color: #ceceed;color: #000000;text-decoration: none;}div.toolbar_vert a:active {border: 1px solid #A0A0A0;background-color: #E0E0E0;}div.toolbar_vert img {margin: 0;padding: 0;display: inline;border-width: 0px;}div.toolbar_vert a span {position: relative;top: -4px;}div.toolbar_vert li span {padding-left: 2px;padding-right: 5px;}
    34 
    62 
    35 /* The link hidden in plain "site" at the top of the page */
    63 /* Header */
    36 td#mainhead a                      { text-decoration: none; color: #000000; }
    64 
    37 td#mainhead a:hover                { text-decoration: none; color: #000000; border-bottom: 1px dotted #406080; }
    65 table#enano-main td#head-main {
    38 
    66   text-align: center;
    39 /* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) */
    67 }
    40 div.contentDiv h2                                                                    { border-bottom: 1px solid #90B0D0; margin-bottom: 0; }
    68 
    41 div.contentDiv h3                                                                    { font-size: 11pt; font-weight: bold; }
    69 table#enano-main td#head-main h1 {
    42 div.contentDiv ul li                     , div#messageBox ul li                      { list-style: url(../images/bleu/bullet.gif); }
    70   font-size: 14pt;
    43 div.contentDiv p                         , div#messageBox p                          { margin-left: 1.0em; }
    71 }
    44 div.contentDiv blockquote                , div#messageBox blockquote                 { background-color: #F4F4F4; border: 1px dotted #406080; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; }
    72 
    45 div.contentDiv                           , div#messageBox                            { font-size: 9pt; }
    73 /* The "page tools" bar below the site logo but above the page content */
    46 div.contentDiv a                         , div#messageBox a                          { color: #7090B0; }
       
    47 div.contentDiv a:hover                   , div#messageBox a:hover                    { color: #90B0D0; }
       
    48 div.contentDiv a[href ^="http://"]       , div#messageBox a[href ^="http://"]        { color: #80A0C0; background: url(../images/bleu/external.gif) center right no-repeat; padding-right: 16px; }
       
    49 div.contentDiv a[href ^="https://"]      , div#messageBox a[href ^="https://"]       { color: #80A0C0; background: url(../images/bleu/https.gif)    center right no-repeat; padding-right: 16px; }
       
    50 div.contentDiv a[href ^="mailto:"]       , div#messageBox a[href ^="mailto:"]        { color: #80A0C0; background: url(../images/bleu/email.gif)    center right no-repeat; padding-right: 16px; }
       
    51 div.contentDiv a[href ^="irc://"]        , div#messageBox a[href ^="irc://"]         { color: #80A0C0; background: url(../images/bleu/irc.gif)      center right no-repeat; padding-right: 16px; }
       
    52 div.contentDiv a[href ^="http://"]:hover , div#messageBox a[href ^="http://"]:hover  { color: #A0C0E0; background: url(../images/bleu/external.gif) center right no-repeat; padding-right: 16px; }
       
    53 div.contentDiv a[href ^="https://"]:hover, div#messageBox a[href ^="https://"]:hover { color: #A0C0E0; background: url(../images/bleu/https.gif)    center right no-repeat; padding-right: 16px; }
       
    54 div.contentDiv a[href ^="mailto:"]:hover , div#messageBox a[href ^="mailto:"]:hover  { color: #A0C0E0; background: url(../images/bleu/email.gif)    center right no-repeat; padding-right: 16px; }
       
    55 div.contentDiv a[href ^="irc://"]:hover  , div#messageBox a[href ^="irc://"]:hover   { color: #A0C0E0; background: url(../images/bleu/irc.gif)      center right no-repeat; padding-right: 16px; }
       
    56 
       
    57 /* Wikilinks to pages that don't exist */
       
    58 div.contentDiv a.wikilink-nonexistent       { color: #B05020; }
       
    59 div.contentDiv a.wikilink-nonexistent:hover { color: #D06030; }
       
    60 
       
    61 /* Well, not Midget and not comments (usually), but that's what the class is called ;-). Basically an informational window or used as a wrapper for tables. */
       
    62 .mdg-comment, .mdg-infobox        { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #E8E8E8; }
       
    63 
       
    64 .tblholder                        { margin: 10px 0 0 0; padding: 0; border: 1px solid #AAAAAA; background-color: #E8E8E8; }
       
    65 
       
    66 /* The beautiful tables inside what may not obviously be mdg-comment divs */
       
    67 div.tblholder td.row1             { padding: 4px; background-color: #E0E0E0; }
       
    68 div.tblholder td.row2             { padding: 4px; background-color: #F0F0F0; }
       
    69 div.tblholder td.row3             { padding: 4px; background-color: #E8E8E8; }
       
    70 div.tblholder th                  { padding: 4px; background-color: #7080A0; font-weight: bold; text-align: center; color: #FFFFFF; }
       
    71 div.tblholder th.subhead          { padding: 4px; background-color: #90A0B0; font-weight: bold; text-align: center; color: #FFFFFF; }
       
    72 div.tblholder table               { background-color: #FFFFFF; width: 100%; }
       
    73 
       
    74 /* Colored table cells */
       
    75 div.tblholder td.row1_red         { padding: 4px; background-color: #F8E0E0; }
       
    76 div.tblholder td.row2_red         { padding: 4px; background-color: #FFF0F0; }
       
    77 div.tblholder td.row3_red         { padding: 4px; background-color: #FFE8E8; }
       
    78 div.tblholder td.row1_green       { padding: 4px; background-color: #E0F8E0; }
       
    79 div.tblholder td.row2_green       { padding: 4px; background-color: #F0FFF0; }
       
    80 div.tblholder td.row3_green       { padding: 4px; background-color: #E8FFE8; }
       
    81 
       
    82 div.tblholder th a {
       
    83   color: #FFFFFF !important;
       
    84   text-decoration: underline !important;
       
    85 }
       
    86 
       
    87 div.tblholder th a:hover {
       
    88   color: #FFFF00 !important;
       
    89   text-decoration: underline !important;
       
    90 }
       
    91 
       
    92 /* The "page tools" bar below the site logo but above the page content 
    74 div.pagebar                       { background-color: #B0D0F0; margin-top: 0px; padding: 3px; font-size: 7pt; }
    93 div.pagebar                       { background-color: #B0D0F0; margin-top: 0px; padding: 3px; font-size: 7pt; }
    75 div.pagebar a                     { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #406080; }
    94 div.pagebar a                     { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #406080; }
    76 div.pagebar a.selected            { background-color: #FFFFFF; color: #000040; font-weight: bold; }
    95 div.pagebar a.selected            { background-color: #FFFFFF; color: #000040; font-weight: bold; }
    77 div.pagebar a:hover               { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #406080; background-color: #D0F0FF; }
    96 div.pagebar a:hover               { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #406080; background-color: #D0F0FF; }
    78 div.pagebar input                 { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #E0F0FF; } 
    97 div.pagebar input                 { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #E0F0FF; } 
    79 div.pagebar input:hover           { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #D0F0FF; }
    98 div.pagebar input:hover           { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #D0F0FF; }
    80 div.pagebar input:focus           { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #F0F0FF; }
    99 div.pagebar input:focus           { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #F0F0FF; }
    81 
   100 */
    82 /* Tweaks for the popup menu version of the same thing */
   101 
    83 div.pagebar#pagebarpopup                             { display: none; position: absolute; width: 150px; padding: 0; overflow: hidden; }
   102 /*
    84 div.pagebar#pagebarpopup a, div#pagebarpopup2 a      { display: block; margin: 0; }
   103  * jBox menu system
    85 
   104  */
    86 /* Content area */
   105 
    87 table#enano-main td#main-main {
   106 div.menu, div.menu_nojs {
    88   padding: 10px 0;
   107   background-color: #B0D0F0;
    89 }
       
    90 
       
    91 /* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) * /
       
    92 table#enano-main td#main-main h2                  { border-bottom: 1px solid #90B0D0; margin-bottom: 0; }
       
    93 table#enano-main td#main-main h3                  { font-size: 11pt; font-weight: bold; }
       
    94 table#enano-main td#main-main li                  { list-style: url(../images/bullet.gif); }
       
    95 table#enano-main td#main-main blockquote          { background-color: #F4F4F4; border: 1px dotted #406080; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; }
       
    96 table#enano-main td#main-main a                   { color: #7090B0; }
       
    97 table#enano-main td#main-main a:hover             { color: #90B0D0; }
       
    98 table#enano-main td#main-main a[href ^="http://"]        { color: #80A0C0; background: url(../images/bleu/external.gif) center right no-repeat; padding-right: 16px; }
       
    99 table#enano-main td#main-main a[href ^="https://"]       { color: #80A0C0; background: url(../images/bleu/https.gif)    center right no-repeat; padding-right: 16px; }
       
   100 table#enano-main td#main-main a[href ^="mailto:"]        { color: #80A0C0; background: url(../images/bleu/email.gif)    center right no-repeat; padding-right: 16px; }
       
   101 table#enano-main td#main-main a[href ^="irc://"]         { color: #80A0C0; background: url(../images/bleu/irc.gif)      center right no-repeat; padding-right: 16px; }
       
   102 table#enano-main td#main-main a[href ^="http://"]:hover  { color: #A0C0E0; background: url(../images/bleu/external.gif) center right no-repeat; padding-right: 16px; }
       
   103 table#enano-main td#main-main a[href ^="https://"]:hover { color: #A0C0E0; background: url(../images/bleu/https.gif)    center right no-repeat; padding-right: 16px; }
       
   104 table#enano-main td#main-main a[href ^="mailto:"]:hover  { color: #A0C0E0; background: url(../images/bleu/email.gif)    center right no-repeat; padding-right: 16px; }
       
   105 table#enano-main td#main-main a[href ^="irc://"]:hover   { color: #A0C0E0; background: url(../images/bleu/irc.gif)      center right no-repeat; padding-right: 16px; }
       
   106 
       
   107 /* Footer */
       
   108 
       
   109 table#enano-main td#foot-main {
       
   110   color: #AAA;
       
   111   font-size: 7pt;
   108   font-size: 7pt;
   112 }
   109   border-width: 0;
   113 
   110 }
   114 /* Styled boxes */
   111 .menu_bg {
   115 
   112   background-color: #B0D0F0;
   116 .mdg-comment, .mdg-infobox        { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #E8E8E8; }
   113 }
   117 
   114 div.menu a, div.menu div.label {
   118 /* Tables */
   115   padding: 2.5pt 5px;
   119 
   116   margin-right: 3px;
   120 .tblholder                        { margin: 10px 0 0 0; padding: 0; border: 1px solid #AAAAAA; background-color: #E8E8E8; }
   117   text-decoration: none;
   121 div.tblholder td.row1             { padding: 4px; background-color: #E0E0E0; }
   118   display: block;
   122 div.tblholder td.row2             { padding: 4px; background-color: #F0F0F0; }
   119   float: left;
   123 div.tblholder td.row3             { padding: 4px; background-color: #E8E8E8; }
   120   color: #406080;
   124 div.tblholder th                  { padding: 4px; background-color: #7080A0; font-weight: bold; text-align: center; color: #FFFFFF; }
   121 }
   125 div.tblholder th.subhead          { padding: 4px; background-color: #90A0B0; font-weight: bold; text-align: center; color: #FFFFFF; }
   122 div.menu_nojs a, div.menu_nojs div.label {
   126 div.tblholder table               { background-color: #FFFFFF; width: 100%; }
   123   padding: 2.5pt 5px;
       
   124   margin-right: 3px;
       
   125   text-decoration: none;
       
   126   display: block;
       
   127   float: left;
       
   128   color: #406080;
       
   129 }
       
   130 div.menu div.label, div.menu_nojs div.label {
       
   131   color: #001020;
       
   132   cursor: default;
       
   133 }
       
   134 div.menu span.sep, div.menu_nojs span.sep {
       
   135   display: block;
       
   136   float: left;
       
   137   width: 5px;
       
   138 }
       
   139 div.menu div.multopts, div.menu_nojs div.multopts {
       
   140   line-height: 17pt;
       
   141 }
       
   142 div.menu div.multopts a, div.menu div.multopts div.label, div.menu_nojs div.multopts a, div.menu_nojs div.multopts div.label {
       
   143   float: none;
       
   144   display: inline;
       
   145 }
       
   146 div.menu a.liteselected, div.menu a.liteselected:hover, div.menu a:hover, div.menu_nojs a.liteselected, div.menu_nojs a.liteselected:hover, div.menu_nojs a:hover {
       
   147   color: #406080;
       
   148   background-color: #D0F0FF;
       
   149 }
       
   150 div.menu input[type ^="text"], div.menu input[type ^="password"], div.menu_nojs input[type ^="text"], div.menu_nojs input[type ^="password"] {
       
   151   border-width: 0;
       
   152   font-size: 9pt;
       
   153   padding: 2px 5px 3px 5px;
       
   154   max-width: 70px;
       
   155   background-color: #D0F0FF;
       
   156 }
       
   157 div.menu input[type ^="text"]:hover, div.menu input[type ^="password"]:hover, div.menu_nojs input[type ^="text"]:hover, div.menu_nojs input[type ^="password"]:hover {
       
   158   background-color: #E0F0FF;
       
   159 }
       
   160 div.menu input[type ^="text"]:focus, div.menu input[type ^="password"]:focus, div.menu_nojs input[type ^="text"]:focus, div.menu_nojs input[type ^="password"]:focus {
       
   161   background-color: #F0F0FF;
       
   162 }
       
   163 div.menu input[type ^="button"], div.menu input[type ^="submit"], div.menu_nojs input[type ^="button"], div.menu_nojs input[type ^="submit"] {
       
   164   border-width: 0;
       
   165   font-size: 9pt;
       
   166   padding: 3px 5px;
       
   167   max-width: 70px;
       
   168 }
       
   169 div.menu a.current, div.menu a.current:hover, div.menu a.selected, div.menu a.selected:hover, div.menu_nojs a.current, div.menu_nojs a.current:hover, div.menu_nojs a.selected, div.menu_nojs a.selected:hover {
       
   170   color: #000040;
       
   171   background-color: #FFFFFF;
       
   172 }
       
   173 div.menu ul, div.menu_nojs ul {
       
   174   display: none;
       
   175   position: absolute;
       
   176   padding: 0;
       
   177   margin: 0 !important;
       
   178   background-color: #B0D0F0;
       
   179   border-width: 0;
       
   180   min-width: 120px;
       
   181 }
       
   182 /*
       
   183 div.menu_nojs ul {
       
   184   display: block;
       
   185   padding: 0;
       
   186   margin: 0 0 0 1em;
       
   187   background-color: #B0D0F0;
       
   188   border-width: 0;
       
   189   min-width: 120px;
       
   190 }
       
   191 */
       
   192 div.menu ul li, div.menu_nojs ul li {
       
   193   list-style: none;
       
   194 }
       
   195 div.menu ul a, div.menu_nojs ul a {
       
   196   float: none;
       
   197   margin: 0;
       
   198 }
       
   199 span.menuclear {
       
   200   font-size: 1px;
       
   201   height: 0px;
       
   202   width: 0px;
       
   203   clear: left;
       
   204   line-height: 0px;
       
   205   display: block;
       
   206 }
       
   207 
       
   208 /* Rounded corners on nearly everything */
       
   209 td#mdg-tl                         { width: 12px; height: 12px;     background: url(../images/bleu/border-tl.gif);    }
       
   210 td#mdg-tr                         { width: 12px; height: 12px;     background: url(../images/bleu/border-tr.gif);    }
       
   211 td#mdg-top                        {                                background: url(../images/bleu/border-top.gif);   }
       
   212 td#mdg-l                          { width: 12px; height: 12px;     background: url(../images/bleu/border-l.gif);     }
       
   213 td#mdg-r                          { width: 12px; height: 12px;     background: url(../images/bleu/border-r.gif);     }
       
   214 td#mdg-bl                         { width: 12px; height: 12px;     background: url(../images/bleu/border-tb-l.gif);  }
       
   215 td#mdg-br                         { width: 12px; height: 12px;     background: url(../images/bleu/border-tb-r.gif);  }
       
   216 td#mdg-ml                         { width: 12px; height: 12px;     background: url(../images/bleu/border-m-l.gif);   }
       
   217 td#mdg-mr                         { width: 12px; height: 12px;     background: url(../images/bleu/border-m-r.gif);   }
       
   218 td#mdg-brl                        { width: 12px; height: 1px;      background: url(../images/bleu/border-m-l.gif);   }
       
   219 td#mdg-brr                        { width: 12px; height: 1px;      background: url(../images/bleu/border-m-r.gif);   }
       
   220 td#mdg-btl                        { width: 12px; height: 1px;      background: url(../images/bleu/border-btm-l.gif); }
       
   221 td#mdg-btr                        { width: 12px; height: 1px;      background: url(../images/bleu/border-btm-r.gif); }
       
   222 td#mdg-btcl                       { width: 12px; height: 12px;     background: url(../images/bleu/border-bl.gif);    }
       
   223 td#mdg-btcr                       { width: 12px; height: 12px;     background: url(../images/bleu/border-br.gif);    }
       
   224 td#mdg-btm                        {              height: 12px;     background: url(../images/bleu/border-btm.gif);   }
       
   225 td.mdg-menu-top                   { width: 84%;  height: 12px;     background: url(../images/bleu/border-menu-t.gif); margin: 0; padding: 0; background-repeat: repeat-x; font-size: 2px; }
       
   226 td.mdg-menu-tl                    { width: 12px; height: 12px;     background: url(../images/bleu/border-menu-l.gif); background-position: left  top; background-repeat: no-repeat; }
       
   227 td.mdg-menu-tr                    { width: 12px; height: 12px;     background: url(../images/bleu/border-menu-r.gif); background-position: right top; background-repeat: no-repeat; }
       
   228 td.mdg-menu-bl                    { width: 12px; height: 12px;     background: url(../images/bleu/border-bl.gif);    }
       
   229 td.mdg-menu-br                    { width: 12px; height: 12px;     background: url(../images/bleu/border-br.gif);    }
       
   230 td.mdg-menu-btm                   {              height: 12px;     background: url(../images/bleu/border-btm.gif);   }
   127 
   231 
   128 /* Buttons and textboxes - these settings are used almost everywhere */
   232 /* Buttons and textboxes - these settings are used almost everywhere */
   129 
   233 input, textarea, select                   { border: 1px solid #406080; background-color: #F2F2F2; padding: 3px; font-family: arial, helvetica, sans-serif; font-size: 8pt; }
   130 input, textarea, select                   { border: 1px solid #406080; background-color: #F2F2F2; padding: 3px; font-family: arial, helvetica, sans-serif; font-size: 9pt; }
       
   131 input:hover, textarea:hover, select:hover { border: 1px solid #6080A0; background-color: #F8F8F8; padding: 3px; }
   234 input:hover, textarea:hover, select:hover { border: 1px solid #6080A0; background-color: #F8F8F8; padding: 3px; }
   132 input:focus, textarea:focus, select:focus { border: 1px solid #90B0D0; background-color: #FFFFFF; padding: 3px; }
   235 input:focus, textarea:focus, select:focus { border: 1px solid #90B0D0; background-color: #FFFFFF; padding: 3px; }
   133 label                                     { padding: 3px; cursor: pointer; }
   236 label                                     { padding: 3px; cursor: pointer; font-family: arial, helvetica, sans-serif; font-size: 8pt; }
   134 label:hover                               { padding: 3px; cursor: pointer; background-color: #F0F0F0; }
   237 label:hover                               { padding: 3px; cursor: pointer; background-color: #F0F0F0; }
   135 input#pageheading                         { font-size: 14pt; border-bottom: 1px solid #90B0D0; margin-bottom: 0; }
   238 input#pageheading                         { font-size: 14pt; border-bottom: 1px solid #90B0D0; margin-bottom: 0; }
   136 
   239 
       
   240 input[type ^="button"], input[type ^="submit"] {
       
   241   background-image: url(../images/buttonbg.gif);
       
   242   background-repeat: repeat-x;
       
   243   color: #202020;
       
   244 }
       
   245 
       
   246 /* JWS window theming */
       
   247 div.jswindow                      { border: 2px solid #7090B0; border-top: 5px solid #7090B0; padding: 0px; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; display: none; position: absolute; background-color: #FFFFFF; }
       
   248 div.titlebar                      { background-color: #7090B0; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; }
       
   249 div.titlebar div.closebtn         { width: 16px; height: 16px; border: 1px solid #B0D0F0; background-color: #90B0D0; display: block; }
       
   250 div.titlebar div.closebtn:hover   { width: 16px; height: 16px; border: 1px solid #FFFFFF; background-color: #B0D0F0; display: block; }
       
   251 div.titlebar table, div.titlebar td { margin: 0; padding: 0; }
       
   252 div.jswindow div.content          { padding: 10px; margin: 0; background-color: #FFFFFF; }
       
   253 
       
   254 /* The Wordpress-like fills behind checkboxes and their labels */
       
   255 .catCheck                         { padding: 3px; }
       
   256 .catCheck:hover                   { padding: 3px; background-color: #F0F0F0; }
       
   257 
       
   258 /* Information, warning, question, error, and wait boxes */
       
   259 div.error-box                     { background-image: url(../../../images/error.png);    background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFF4F4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
       
   260 div.info-box                      { background-image: url(../../../images/info.png);     background-position: 8px 8px; background-repeat: no-repeat; background-color: #F4F4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
       
   261 div.warning-box                   { background-image: url(../../../images/warning.png);  background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFFFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
       
   262 div.question-box                  { background-image: url(../../../images/question.png); background-position: 8px 8px; background-repeat: no-repeat; background-color: #F4FFF4; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
       
   263 div.wait-box                      { background-image: url(../../../images/wait.png);     background-position: 8px 8px; background-repeat: no-repeat; background-color: #FFF4FF; border: 1px dashed #406080; padding: 10px 10px 10px 50px; margin: 1em 0 0 1em; min-height: 25px; }
       
   264 
       
   265 /* This stuff is mostly unused, left in for compatibility */
       
   266 div#ajaxEditContainer table       { border: 0px solid #FFFFFF; }
       
   267 div#ajaxEditContainer td          { margin: 1px; }
       
   268 /* div#ajaxEditContainer             { overflow: auto; } /* Makes ajaxEditContainer scroll horizontally in firefox if the content is too wide - prevents that ugly clipping effect */
       
   269 div#ajaxEditContainer pre         { margin-left: 1em; background-color: #F8F8F8; border: 1px dashed #90B0D0; padding: 10px; overflow: auto; max-height: 150px; }
       
   270 
       
   271 /* toolbar */
       
   272 div.toolbar {
       
   273   border-bottom: 1px solid #909090;
       
   274   background-color: #D0D0D0;
       
   275   padding: 2px 0;
       
   276   height: 22px;
       
   277   font-family: arial, sans-serif;
       
   278   font-size: 8pt;
       
   279 }
       
   280 div.toolbar ul {
       
   281   margin: 0;
       
   282   padding: 0;
       
   283 }
       
   284 div.toolbar ul li {
       
   285   list-style: none;
       
   286   margin: 0;
       
   287   float: left;
       
   288 }
       
   289 div.toolbar a img {
       
   290   opacity: 0.6;
       
   291   /*filter: alpha(opacity=60);*/
       
   292 }
       
   293 div.toolbar a:hover img {
       
   294   opacity: 1;
       
   295   /*filter: alpha(opacity=100);*/
       
   296 }
       
   297 div.toolbar a {
       
   298   display: block;
       
   299   padding: 2px;
       
   300   border: 1px solid transparent;
       
   301   cursor: default;
       
   302   width: auto;
       
   303   color: #000000;
       
   304   margin: 0 2px;
       
   305   max-height: 16px;
       
   306   text-decoration: none;
       
   307 }
       
   308 div.toolbar a:hover {
       
   309   border: 1px solid #202090;
       
   310   background-color: #ceceed;
       
   311   color: #000000;
       
   312   text-decoration: none;
       
   313 }
       
   314 div.toolbar a:active {
       
   315   border: 1px solid #A0A0A0;
       
   316   background-color: #E0E0E0;
       
   317 }
       
   318 div.toolbar img {
       
   319   margin: 0;
       
   320   padding: 0;
       
   321   display: inline;
       
   322   border-width: 0px;
       
   323 }
       
   324 div.toolbar a span {
       
   325   position: relative;
       
   326   top: -4px;
       
   327 }
       
   328 div.toolbar li span {
       
   329   padding-left: 2px;
       
   330   padding-right: 5px;
       
   331 }
       
   332 
       
   333 /* vertical toolbar */
       
   334 div.toolbar_vert {
       
   335   border: 1px solid #909090;
       
   336   background-color: #D0D0D0;
       
   337   padding: 2px 0;
       
   338 }
       
   339 div.toolbar_vert ul {
       
   340   margin: 0;
       
   341   padding: 0;
       
   342 }
       
   343 div.toolbar_vert ul li {
       
   344   list-style: none;
       
   345   margin: 0;
       
   346 }
       
   347 div.toolbar_vert a img {
       
   348   opacity: 0.6;
       
   349   /*filter: alpha(opacity=60);*/
       
   350 }
       
   351 div.toolbar_vert a:hover img {
       
   352   opacity: 1;
       
   353   /*filter: alpha(opacity=100);*/
       
   354 }
       
   355 div.toolbar_vert a {
       
   356   display: block;
       
   357   padding: 2px;
       
   358   border: 1px solid transparent;
       
   359   cursor: default;
       
   360   width: auto;
       
   361   color: #000000;
       
   362   margin: 0 2px;
       
   363   max-height: 16px;
       
   364   text-decoration: none;
       
   365 }
       
   366 div.toolbar_vert a:hover {
       
   367   border: 1px solid #202090;
       
   368   background-color: #ceceed;
       
   369   color: #000000;
       
   370   text-decoration: none;
       
   371 }
       
   372 div.toolbar_vert a:active {
       
   373   border: 1px solid #A0A0A0;
       
   374   background-color: #E0E0E0;
       
   375 }
       
   376 div.toolbar_vert img {
       
   377   margin: 0;
       
   378   padding: 0;
       
   379   display: inline;
       
   380   border-width: 0px;
       
   381 }
       
   382 div.toolbar_vert a span {
       
   383   position: relative;
       
   384   top: -4px;
       
   385 }
       
   386 div.toolbar_vert li span {
       
   387   padding-left: 2px;
       
   388   padding-right: 5px;
       
   389 }
       
   390