/* vim: set expandtab tabstop=25 softtabstop=25 shiftwidth=25: */

BODY                     {background-color: #FFFFFF;
                         font-family: Lucida Sans Unicode, verdana, tahoma, sans-serif;
                         font-size: 12pt;
                         margin-top: 0px;
                         margin-bottom: 0px;
                         margin-left: 0px;
                         margin-right: 0px;}

H1, H2, H3, H4, H5, H6   {font-weight: bold;}

P                        {color: #000000;
                         margin-top:0pt;}

P.error                  {color: #660000;
                         background-color: #FF8080;
                         font-weight: bold;}

P.warning                {color: #808000;
                         background-color: #FFFF80;
                         font-weight: bold;}

P.action                 {color: #004000;
                         background-color: #C0FFC0;
                         font-weight: bold;}

P.copyright              {font-style: italic;
                         font-size: 8pt;}

.read-only               {background-color: #dddddd;}

.chooser                 {background-color: #E0CECE;}

A                        {text-decoration: none}

A:link                   {color: #DC6800;}

A:visited                {color: #DC6800;}

A:active                 {color: #C00000;
                         text-decoration: underline}

A:hover                  {color: #C00000;
                         text-decoration: underline}

A.navigation             {color: #FFFFFF;
                         font-size: 8pt;
                         text-decoration: none}

A.navigation:hover       {color: #FFFFFF;
                         font-size: 8pt;
                         text-decoration: underline}

A.navigation:visited     {color: #FFFFFF;
                         font-size: 8pt;
                         text-decoration: none}

TD                       {font-size: 10pt;}

TD.navigation            {background-color: #000000;
                         font-size: 8pt;
                         font-weight: bold;
                         color: #FFFFFF;
                         margin-top: 0pt;
                         margin-bottom: 0pt;}

TD.page_title            {background-color: #FFE155;
                         font-family: Lucida Sans Unicode, verdana, tahoma, sans-serif;
                         font-size: 24pt;
                         font-weight: bold;
                         color: #B49400;
                         padding-left: 7px;
                         margin-top: 0pt;
                         margin-bottom: 0pt;}

TD.menu_title            {background-color: #660000;
                         color: #E0E3E6;
                         padding-left: 7px;
                         font-size: 10pt;
                         font-weight: bold;}

TD.menu_item             {background-color: #BFC5CB;
                         padding-left: 10px;}

TD.frame_menu_title      {background-color: #99A3AD;
                         color: #FFFFFF;
                         padding-left: 7px;
                         padding-top: 3px;
                         padding-bottom: 3px;
                         text-decoration: none;
                         font-size: 12px;
                         font-weight: normal;}

TD.frame_menu_item       {background-color: #BFC5CB;
                         color: #666666;
                         padding-top: 3px;
                         padding-bottom: 3px;
                         padding-left: 10px;
                         text-decoration: none;
                         font-size: 12px;
                         font-weight: normal;}

TD.header                {background-color: #000000;
                         color: #FFFFFF;
                         padding-top: 10px;
                         padding-bottom: 10px;
                         text-align: center;
                         font-weight: bold;}

TD.item                  {background-color: #000000;
                         color: #FFFFFF;
                         width: 25%;
                         padding-top: 5px;
                         padding-bottom: 5px;
                         text-align: right;
                         font-weight: bold;}

TD.data                  {background-color: #FFEC91;
                         padding-top: 5px;
                         padding-bottom: 5px;}

TD.line1                 {background-color: #FFF9CD;
                         padding-top: 5px;
                         padding-bottom: 5px;}

TD.line2                 {background-color: #FFEC91;
                         padding-top: 5px;
                         padding-bottom: 5px;}

.ontab                   {font-family : Arial, Helvetica, sans-serif;
                          font-size: 12px;
                          background-color: #FFE155;
                          border-left: outset 2px #FFCC55;
                          border-right: outset 2px #808080;
                          border-top: outset 2px #FFCC55;
                          border-bottom: solid 1px #d5d5d5;
                          width: 14%;
                          text-align: center;
                          cursor: hand;
                          font-weight: bold;
                          color: #FFFFFF; }

.offtab                  {font-family : Arial, Helvetica, sans-serif;
                          font-size: 12px;
                          background-color : #e5e5e5;
                          border-left: outset 2px #E0E0E0;
                          border-right: outset 2px #E0E0E0;
                          border-top: outset 2px #E0E0E0;
                          border-bottom: solid 1px #d5d5d5;
                          width: 14%;
                          text-align: center;
                          cursor: hand;
                          font-weight: normal; }

.tabpadding              {border-bottom: solid 1px #777777; }

.pagetext                {visibility: hidden;
                          display: none;
                          position: relative;
                          top: 0; }


