/*----- Copyright © 2005 Geoffrey Redman. All Rights Reserved. -----*/
/*==================================================================*/

body {font-family: Gill Sans MT, Gill Sans, GillSans,
      Verdana, sans-serif;
      background-color: #000000;
      color: #CCCC88;
      font-style: normal;
      font-weight: normal;
      cursor: default;
      margin: 0px 0px 10px; 
/*first value is top margin, second value is left and right, third is bottom*/
      scrollbar-base-color: #000000;
      scrollbar-track-color: #000000;
      scrollbar-face-color: #008800;
      scrollbar-arrow-color: #CCCC88;

}

body, table {font-size: 100%}

p.small  {text-indent: 30px;
          font-size: x-small}

p {text-indent: 40px} 

p.noindent {text-indent: 0px}

.heading  {color: #CCCC88}


/*=========================Layers==========================*/

div.pallets    {position: absolute;
                left: 30%;
                top: 4200px;
                width: 250px;
                height: 360px;
                z-index: 3;
                border: 6px groove #880000;
                background-color: #000000;
                visibility: hidden}

div.console    {position: absolute;
                left: 30%;
                top: 2850px;
                width: 250px; 
                height: 200px;
                z-index: 3;
                border: 6px groove #880000;
                background-color: #000000;
                visibility: hidden}
                      
div.soundboard {position: absolute;
                left: 30%;
                top: 2850px;
                width: 250px;
                height: 200px;
                z-index: 3;
                border: 6px groove #880000;
                background-color: #000000;
                visibility: hidden}

.small {font-size: small}

/*========================Headings=========================*/

h1, h2, h3, h4, h5
     {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
      font-style: normal;
      font-weight: normal}

h1, h2, h3, h4
     {color: #CCCC88}

h5
     {color: #CCCC88}

h1   {font-size: xx-large}
 
h2   {font-size: x-large}

h3   {font-size: large}

h4   {font-size: 100%}

h5   {font-size: small}

h6   {font-size: x-small}


/*=======================Lists===========================*/


ol.ABC {list-style-type: upper-alpha; font-size: x-small}

ol.abc {list-style-type: lower-alpha}

ol.123 {list-style-type: decimal}

ul.disc {list-style-type: disc}

ul.circle {list-style-type: circle}

ul.square {list-style-type: square}


/*=======================Tables===========================*/

table {border: 0px solid #ff0000}

.popup {width: 100%;
        border: 0px solid #FF0000;
        text-align: left;
        padding-bottom: 0px;
        padding-top: 8px;
        padding-left: 8px;
        padding-right: 8px}

table.tabs {width: 612px;
            border: 0px dotted #FF0000}

table.content {width: 600px;
               border: 0px dotted #FF0000}

table.green  {border: 1px solid #008800}

td.green {border: 1px solid #008800}

td.red {border: 2px solid #880000}

table.small {width: 600px}


td {padding: 0px}

td.currpage   {font-size: small;
               text-align: center;
               color: #CCCC88}

td.shaded {background-color: #000022;
           padding-bottom: 1px;
           padding-top: 1px;
           padding-left: 5px;
           padding-right: 5px}


/*========================Links===========================*/

a, a.int, a.intsmall, a.grnsmall, a.menu, a.small
    {text-decoration: none}

a:hover, a.int:hover, a.intsmall:hover, a.grnsmall:hover, 
a.menu:hover, a.small:hover 
    {text-decoration: underline}

a, a.small, a.int, a.intsmall, a.grnsmall, a.menu
    {color: #3399FF}
   
a:hover, a.small:hover 
    {color: #3399FF}

a.int:hover, a.menu:hover, a.grnsmall:hover, a.intsmall:hover
    {color: #CCCC88}

a.small, a.small:hover, a.grnsmall, a.grnsmall:hover
    {font-size: small}
 
a.intsmall, a.intsmall:hover, a.menu, a.menu:hover
    {font-size: small}


/*=======================Images=========================*/

img.pointer  {cursor: pointer}
            

/*=======================Rulers=========================*/

hr.sht {width: 70%;
        height: 1px;
        text-align: center}

hr.lng {width: 100%;
        height: 1px}

hr.lngcream {color: #CCCC88;
             width: 100%;
             height: 1px}

/*======================Printing========================*/
@media print {
   body, table
      {font-size: 10pt;
       background-color: #FFFFFF}

   body, table, h1, h2, h3, h4, h5, a, a.menu,
   a.grnsmall, a.int
      {color: #000000}

   h1 {font-size: 20pt}
   h2 {font-size: 14pt}
   h3 {font-size: 12pt}
   h4 {font-size: 10pt}
 
}
 