/* ns:/usr/local/apache/htdocs/ace/css/grain.css, dem 30sep02 
   Cascading stylesheets for GrainGenes AceBrowser pages.
*/


/* CSS comments must be punctuated this way. */

HTML,BODY {
   background-color: #FFFFCC
}
H1,H2,H3,H4,H5,I,EM,B,LI,UL,OL,DD,DT,ADDRESS,DL,STRONG,BLOCKQUOTE,P {
    font-family: sans-serif;
    background-color: transparent;

}
A{
    font-family: monospace;
	 font-size: 10pt;
}
TABLE {
    font-family: sans-serif;
}
TABLE.search {
    border-top: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
.acetree {
   font-size: 10pt;
}

P.caption {
   font-size: 10pt;
}
INPUT {
    font-family: sans-serif;
    background-color: #FFFFCC
}
SELECT {
    font-family: sans-serif;
    background-color: #FFFFCC
}

H1 {
    font-size: 18pt;
    color: red;
}
H5 {
    font-size: 18pt;
    color: red;
}

H2 {
    font-size: 18pt;
}
H3 {
    font-size: 14pt;
}
TH {
    font-family: sans-serif;
    padding: 0px;
}

/* dem: font-size is just for AQL output.  Should we have a TD.aql? */
TD {
    font-family: sans-serif;
    font-size: 10pt;
    padding-left: 3px;
}

.highlight {
    background-color: #f5deb3;
}
.small {
   font-size: 10pt;
}
TH.small {
    font-family: sans-serif;
    font-size: 12pt;
    padding: 0;
}
TD.small {
    font-family: sans-serif;
    font-size: 10pt;
    padding: 3px;
}

/* .searchbanner is the row of menu choices at the top of every page. */
A.searchbanner:link { text-decoration: none;
                    color: #0000FF;
                  }
A.searchbanner:visited { text-decoration: none;
                    color: #AA0088;
                  }
A.searchbanner:hover { text-decoration: underline;
                  }
TD.searchbanner {
    font-family: sans-serif;
    font-size: 10pt;
    color: red;
    background-color: #ffdda9;
    padding: 5px;
}


/* .banner is the large database name just below the .searchbanner. */
/* "text-decoration: none;" only works on a few browsers. */
.banner {
    font-family: sans-serif;
    font-size: 18pt;
    background: orange;
    color: yellow;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Nope, this doesn't work either. */
A.banner:link {
    text-decoration: none;
    color: yellow;
 }

.gene {
    font-style: italic   
}
.error {
    color: red;
}
.note { 
    font-size: 10pt; 
}
Blockquote.abstract {
    font-size: 10pt; 
    background-color: rgb(255,248,220);
}
.description {
    color: black;
}
TD.search {
    font-size: 10pt;
    font-family: sans-serif;
}
PRE.peptide {
   font-family: monospace;
   font-size: 12pt;
}
PRE.dna {
   font-family: monospace;
   font-size: 12pt;
}


TD.layout {
    border: 2px;
    background-color: #ffdda9;
    padding : 15px;
}

PRE.layout {
   font-family: monospace;
   font-size: 10pt;
}

