/* Experimental (learning CSS!!)
 * For use with new sites by Gordon Crosse
 */

/* HTML Customized */

h1,h2
{
    text-align: center; /* all top level simple headers are to be centred */
}

/* color SCHEMES */
.printable
{
    background-color: white;   /* colored backgrounds bad for printers! */
    color : black;
    media : printer;
}
.print-title
{
    text-align : center;
    font-family: Georgia,"Trebuchet MS";
    font-size: 16pt;
    font-weight: bold;
    background-color: white;   /* colored backgrounds bad for printers! */
    color : black;
    media : printer;
}
.print-foot
{
    text-align: left;
    background-color: white;   /* colored backgrounds bad for printers! */
    color : black;
    media : printer;
    font-family "Trebuchet MS",Helvetica;
    font-size: 9pt;
    font-weight: bold;
}
.print-head
{
    background-color: #eeeeee;
    color : black;
    font-family: "Trebuchet MS";
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
}
.print-head-main
{
    background-color: #cccccc;
    color : black;
    font-family: "Trebuchet MS";
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}
.print-body
{
    background-color: white;   /* colored backgrounds bad for printers! */
    color : black;
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: 10pt;
    media : printer;
}

.soft
{
    background-color: #eeeeaa; /* a peaceful light-beige background - with brown/red text */
    color : maroon;
}

.index-color
{
    background-color: #aadd88; /*#ccffaa;*/
    color: green;
}

/* TABLES AND SECTIONS */
.main-table 
{
    width: 100%;
}

.content-table
{
    width: 100%;
    color: maroon;
    font-family: helvetica, arial, sans-serif;
    font-size: 12pt;
    vertical-align: top;
}

.option-table
{
    width : 100%;
    color : purple;
    font-family: helvetica, arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    vertical-align: center;
}
.order-menu
{
    color : maroon;
    font-family: helvetica, arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    vertical-align: center;
}

/* For Free-standing Password Entry Form */
#passwordform
{
  position : absolute;
  top : 100px;
  left: 200px;
  width:200px;
  background-color: yellow;
  color: Red;
  padding: 20px;
}
.index
{
    width: 100% ;
    background-color: #aadd88;   /*#ccffa0;*/
    color: green;
    vertical-align: top;
}
.navigation
{
    font-size:   12pt;
    font-family: helvetica;
    text-align:  left;
    vertical-align: top;
}
.indexhead
{
    font-size:   14pt;
    font-family: helvetica;
    text-align:  left;
    vertical-align: top;
    color: black;
}
.indextitle
{
    font-size:   15pt;
    font-family: helvetica;
    text-align:  left;
    vertical-align: top;
   /* color: green;*/
}

.adspace
{
    vertical-align: top;
    background-color: #aadd88; /*#ffffff;*/
}
.top-dock
{
    vertical-align: top;
}
.top-cap
{
  vertical-align: top;
    background-color: #aadd88; 
  font-family Georgia,"Trebuchet MS",Helvetica;
  font-size: 12pt;
    font-weight: bold;
}
/*  HEADINGS AND FOOTINGS */
.theader
{
    background-color: #aadd88; 
    color: green;
    font-weight: bold;
    font-size:20pt;
}
.tfooter
{
    background-color: #aadd88;      
    color: #008000;
    font-weight: bold;
    font-size: 24pt;
    text-align: center;
}
.foot-text
{
    background-color: #aadd88;       
    color: #006600;
    font-family: arial,helvetica,sans-serif;
    font-size: 10pt;
    text-align: center;
    vertical-align: center;
}
.print-foot
{
    background : white;
    color: black;
    font-family: helvetica;
    font-size: 10pt;
    text-align: center;
    vertical-align: center;
}
.tcaption
{
    background-color: #ff8000;
    color: white;
    font-family: cursive;
    font-weight: bold;
    font-size:28pt;
}
.cellheader
{
    background-color: maroon; 
    color: white; 
    font-weight: bold;
}
.label
{
  text-align: right;
}

/* SOME FONT TYPES */
.information
{
    text-align: left;
    font-family: Georgia, Roman, helvetica;
    font-size: 13pt;
    font-style: bold;
    color: red;
}
.price-information
{
    text-align: left;
    font-family: Courier,fixed;
    font-size: 13pt;
    font-style:bold;
    color:purple;
    background-color: #aadd88;
}

.center-information
{
    text-align: center;
    font-family: Georgia, Roman, helvetica;
    font-size: 13pt;
    font-style: bold;
    color: red;
}
.important-content
{
    text-align: center;
    font-family: "Trebuchet MS", helvetica;
    font-size: 14pt;
    font-style: bold;
    color: red;
}

.stop-press
{
   align:center;
   vertical-align:top;
   width: 100%;
   text-align: center;
   font-family: cursive, "Trebuchet MS", helvetica;
   font-size: 14pt;
   font-style: bold;
   color: purple ;
   background-color: #aadd88;
}
.missing
{
   align:center;
   vertical-align:top;
   width: 50%;
   text-align: left;
   font-family: cursive, "Trebuchet MS", helvetica;
   font-size: 18pt;
   font-style: bold;
   color: red ;
   background-color: #aadd88;
}

.important-new
{
   text-align: left; 
   font-family: "Trebuchet MS", helvetica; 
   font-size: 14pt;
   color: purple;
}
.important-body
{
    text-align: center; 
    font-family: "Trebuchet MS",helvetica; 
    font-size: 14pt;
    color: maroon;
}
.large-content
{
    text-align: center; 
    font-family: helvetica; 
    font-size: 16pt
}
.small-content
{
    text-align: center; 
    font-family: helvetica; 
    font-size: 12pt
}
.large-body
{
    text-align: left; 
    font-family: helvetica; 
    font-size: 16pt
}
.small-body
{
    text-align: left;
    font-family: helvetica;
    font-size: 12pt;
}

.help-heading
{
    text-align: left;
    font-family: "Garamond", Georgia,times,serif,helvetica;
    font-size: 14pt;
    font-weight: bold;
    color: green;
}
.help-body
{
    text-align: left;
    font-family: "Garamond", Georgia,times,serif,helvetica;
    font-size: 12pt;
    color: maroon;
}
.about-body
{
    text-align: left;
    font-family: "Garamond", Georgia, times,serif,helvetica;
    font-size: 12pt;
    color: blue;
}


