/*
 * a s k O n c e   -   Stylesheet for mid-size screens: 1024x768
 * Last Change: $Author: salson $ at $Date: 2003/10/23 12:00 $
 * $Id: style2.css,v 1.7.4.1 2003/05/13 16:24:34 millon Exp $
 */

/*
 * Styles used for colors
 *-----------------------
 *
 * title = is by default the black color text used in menu (at the top of the page for menu,
 *         domains, preferences ....) and for the text in the cluster window when no cluster is displayed. 
 *         It is used with font class 'bgcolor' for the background color. 
 *         Sometimes this class is used for the size but another color is used ('headertextcolor'),
 *         like for the text 'wait clusters', the header text of the snapshot, 
 *         the header of the query name and the header of the cluster strategy 
 *         [in fact for every little window, with the background color 'headercolor'].
 *
 *
 * titlemenu = Defines the text color with the background-color 'bgcolormenu' (i.e. the menu text like 'Login',
 *             'Domains', 'Preferences', 'Simple Search' 'Advanced Search' in the sea
 *
 * bigtitle = For every panel title like 'Login', 'Domains' (at the top left of the panel, near the logo). 
 *            Used with the background color 'headercolor'.
 *
 * normaltxt = NOT used in JSP. [used in HELP pages!]
 *
 * smalltext = Used to display additional information in the search panel [query option, query name, query status],
 *             and additional information in the scheduling panel (date of execution). 
 *             Used with the background color 'bgcolor' and 'bodycolor2'.  Couleur du numero de requete et de l'etat      
 *
 * smalltextlink = like 'smalltext' but used when the text is a link (every link has the same color).
 *
 * domains = text color for the domain name in the search panels, and in the results status. 
 *           It is also used for every bold text in header ('user name', query name') and in panels 
 *           ('cluster strategy', 'query attributes', ...) 
 *           This class is used with the background color 'headercolor'.
 *
 * domainslink =  like 'domains' but used when the text is a link (every link has the same color).
 *
 * subtitle = is like 'domains' but on the background color 'bgcolor'. 
 *
 * reportsubtitle =  is like 'domains' but on the background color 'bodycolor2'(for the bold text in the print report).
 *
 * selectedkeyword = Only the text color of a selected keyword in the snapshot.
 *
 * white = every white text written with the background color 'titlecolor'.
 *         [by default white text in the brown section]. 
 *
 * whiteheader = every white text written with the background color 'headercolor'.
 *                [by default white text in the green section]. 
 *
 * btblack = Every text button label, like 'help', 'ok', 'cancel', 'refresh', 'edit', 'delete' 
 *           on the background color 'headercolor'.
 *
 * textformcolor =  is like 'btblack' but on the background color 'formcolor', for the text 'edit' and 'delete'
 *                  in the scheduling and advanced search panels. 
 *
 * textformcolorlink =  like 'textformcolor' but used when the text is a link (every link has the same color).
 *
 * whiteresult = Every simple text displayed on the background color 'titlecolor' (by default white text
 *               on brown section, like 'title', 'overview', 'score' in the result panel or 'Cluster by:', 
 *               the query name list for the persistent users )
 *
 * textresultodd = is by default the white background color and the black text used in the result page
 *                 to display the odd result. (for the consult page see 'oddlinecolor')
 *
 * textresulteven = is by default the light green background color and the black text used in the result page
 *                 to display the even result. (for the consult page see 'evenlinecolor')
 *
 * textresult = is the font for the results (title and overview in the standard search page, but also in aOdirect, 
 *              in the report and the consult pages). So this class is used with the background color 'bgcolor',
 *              'oddlinecolor', 'evenlinecolor', 'resultcolorodd', 'resultcoloreven' and 'bodycolor2'.
 *              It is also used for the font of normal text in many panels like the source description in the domain panel,
 *              normal text in the login, scheduling, password, advanced search panels, list fo domains in aOdirect ...
 *
 * textresultoddlink = like 'textresultodd' but used when the text is a link (every link has the same color).
 *                     For example, defines the text of the result URL (in the title column of the results page).
 *
 * textresultevenlink = like 'textresulteven' but used when the text is a link (every link has the same color).
 *                      For example, defines the text of the result URL (in the title column of the results page).
 *
 * textresultlink =   like 'textresult' but used when the text is a link (every link has the same color).
 *
 * textunderline = NOT used in JSP. [used in HELP pages!]
 *
 * textquery = NOT used in JSP. [used in HELP pages!]
 *
 * errortext = the color of the error text (by default set to red), 
 *             used with the background color 'bgcolor'. 
 *
 * warningtext = the color of the warning message (by default set to black, because it 
 *               is just for warning!).
 *
 * cluster = The text link in the cluster panel, like the 'refresh' and 'all results'. 
 *           This class is used with the background color 'bodycolor'.
 *
 * blackquery = Only used for the query name in the query list [only available for the persistent user].
 *
 * field = class of the input text field in the search panel [simple search, advanced search and aOdisplay] in
 *         order to get a fixed input text length [whatever the browser].
 *
 *
 *
 * Note : To change the other colors (background color, ...), update shared-style.css
 * -----  If you change the colors, do not forget to update pictures (like buttons and domain icons in 
 *        the directories data/, data/button/).
 */




.title {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #969696; text-decoration: none}

.bigtitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #FFFFCC}

.titlemenu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #969696; text-decoration: none}

.normaltxt {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}

.smalltext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #949694;}

.smalltextlink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #949694;}

.domains {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #fff6d7}

.domainslink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #fff6D7}

.subtitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #000000}

.reportsubtitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #000000;}

.selectedkeyword {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #FFCC66;}

.white {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none}

.whiteheader {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none}

.btblack {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #949694; text-decoration: none}

.textformcolor {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}

.textformcolorlink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}

.whiteresult {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none;}

.textresultodd {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color:#FFFFFF;}

.textresulteven {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color:#eeeeee;}

.textresult {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000;}

.textresultoddlink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color:#FFFFFF;}

.textresultevenlink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color:#E8E8E8;}

.textresultlink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000;}

.textunderline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; text-decoration: underline}

.textquery { font-family: Courier New, Courier, mono; font-size: 12px; color: #205ca5;}

.errortext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #CC0000;}

.warningtext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000;}

.cluster {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; text-decoration: none}

.blackquery { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none }

.field {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px}


/*
 * Styles used in help pages
 *--------------------------
 * h3 = title + larger font
 * h4 = title
 * h5 = textresult + bold
 */

h3  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000; text-decoration: none }

h4  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000; text-decoration: none }

h5  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; }

A {color:#F8CB66;}

