/*************************** style.css ************************************/
/* This is the default style-sheet for Pathway Tools.  Sites that run     */
/* Pathway Tools as a web server may wish to customize this file to give  */
/* their pages their own look and feel.  Pages generated by Pathway Tools */
/* subclass several tags -- these can be customized also.  The tags that  */
/* are subclassed are:                                                    */
/*   A -- text hyperlinks are subclassed based on the type of object they */
/*        link to.  Subclass names include anything you might see as the  */
/*        TYPE argument in a URL for an object display.                   */
/*        Examples: compound, enzyme, reaction, pathway, gene             */
/*   P.ecoparagraph -- this refers to any <P> element that is generated   */
/*        in the content part of an object display.                       */
/*   FORM.ecobuttons -- this refers to buttons generated in the content   */
/*        part of an object display (e.g. for changing detail level of a  */
/*        pathway, linking to sequence information, etc.).                */
/*                                                                        */
/* Sites that alter this file should KEEP A COPY OF THEIR ALTERED FILE    */
/* IN ANOTHER DIRECTORY when upgrading to a new version of Pathway Tools, */
/* as this file will be overwritten by the new Pathway Tools default      */
/* style-sheet.                                                           */
/*                                                                        */
/* Last modification date of this file: 02/26/2008                        */
/**************************************************************************/

BODY    
        {
        font-family     :       Arial, Verdana, Helvetica, sans-serif; 
	font-size: small;
        background-color: #ffffff; /* white */
        }

H1 	{ 
	text-align: center;
	font-size: large;
	}
	
H2 	{ 
	text-align: center;
	font-size: large;
	}

.header {font-size: large;
	 font-weight: bold;
        }

TABLE
	{
	font-size: small;
	}

PRE, CODE
	{
	font-family: Courier, monospace;
	}

INPUT 	/* this is for buttons */
	{
	color: black;
	background-color: #ff9900;  /* orange */
	}

INPUT.PLAIN 	/* this is for radio buttons */
	{
	color: black;
	background-color: white;
	}

/* For paragraphs generated as part of a CLIM page, indent all lines other */
/* than the first one.                                                     */
P.ecoparagraph
	{
	margin-left: 2em;
	text-indent: -2em;
	}

/* For paragraphs internal to a comment field, indent the whole thing */
P.ecocomment
	{
	margin-left: 2em;
	}

/* For "subtitles" where we don't want a linebreak afterwards */
B.embeddedSubtitle
	{
	font-weight: bold;
	font-size: large;
	text-decoration: none;
	}

/* Center the buttons that genopath produces as part of a CLIM page (as */
/* opposed to the ones in the signature or in the various forms)        */
.ecobuttons
	{
	text-align: center;
	}


/* paley:Feb-26-2008 This sets the background color for the overlib popups */
.overlibFGClass {background-color: #EEEEFF;}


/* Set link colors */
/* too confusing to change the default Web page link color
A	{
	color: #23238E;    * default to the same navy blue as the buttons *
	}
/*
/* To mimic the colors of the different links that we see in the X version, */
/* uncomment the following (we haven't done it by default, because it might */
/* be confusing to users) :                                                 */
/*
A.enzyme, A.trna
	{color: #186700;}   
A.compound
	{color: red;}
A.gene
	{color: #8E00D5;}   
A.pathway
	{color: #800020;}   
A.reaction
	{color: blue;}
*/

/* 
latendre:Jan-23-2008 

I have added these styles that were from query.css for the Advanced Query Page. 
Eventually, the file query.css should be removed and the lisp code use only this style.css file.

*/

div.tooltip {  
   position: absolute;
   border: 1px solid black;
   padding: 2px;
   background-color: lightyellow
}

div.searchComponent { 
 border: 2px solid black;
 padding: 3px
}

div.whereClause { 
   border: 1px solid black; 
   padding: 3px
}

input.textBox { 
  background: #90e090
}

option.saqpSelectFrame {
  background-color: #8080ff
}

