/*
 * a s k O n c e   -   Stylesheet for every screen size. 
 *                     It contains shared data for style1.css, style2.css and style3.css.
 *                     It mainly defines UI colors and absolute positions for the home page.
 * Last Change: $Author: salson $ at $Date: 2003/10/23 12:00 $
 * $Id: shared-style.css,v 1.6.4.1 2003/05/13 16:24:28 millon Exp $
 */


/*
 * Styles used for colors
 *-----------------------
 * headercolor = Couleur du bandeau (haut de page) : bleu (pour chaque page).
 *
 * headertextcolor = Couleur des titres qui apparaissent en haut de page (sur fonds bleu). 
 *
 * bgcolor     = Couleur de fonds d'écran des pages (domaines - preferences - Rech. avancee
 *               et onglets haut de pages) - see 'bodycolor'.

 * bgcolormenu = Couleur de fonds des onglets: 'login', 'domains', 'preferences' links and so on 
 *
 * titlecolor  = is by default the brown color used in title between the header and 
 *               the background.   
 *               Correspond a la ligne de recherche.
 *
 * bodycolor   = is used in the '<body>' tag of every page. 
 *               (Often used with 'bgcolor', so it is better to set the same value to 
 *              'bgcolor' and the background color of 'bodycolor').
 *		 Meme couleur que pour bgcolor : jaune
 *
 * bodycolor2  = is used in the '<body>' tag of some pages to get a white background page in 
 *               report like for the report, the consult, the results and the simple search).
 *		 Fonds blanc des pages rapport ....

 * bodycolorcluster = Couleur de fonds des clusters.
 *
 * formcolor   = means for the default color used in the advanced search for the list of 
 *               constraints [for the queryable and result attributes]. 
 *               The colors are also used in the scheduling  page the list 
 *               of e-mail addresses.
 *               Couleur de fonds de la ligne recapitulative de la recherche 
 *               (recherche avancee)
 *
 * infocolor   = is the color text used to display data in the printable report 
 *               (login name, query name ...).
 * infotitlecolor  = is the color text used to display the title in the printable report.
 *
 * sourcenamecolor = Couleur du texte de la source.
 * 
 * highlightcolor  = is the highlighted color to display message when a result is new or
 *                  modified for the scheduled queries. [by default set to bright orange]
 * bghighlightcolor= is the background highlighted color to display the selected query or 
 *                   the selected  keyword [by default set to bright orange].
 *
 * highlightlinkcolor = Couleur du lien vers la page snapshot (apercu).
 *
 * linecolor       = is a separator line (horizontal separator) used to display a black line.
 * linecolor2      = is a separator line (horizontal separator) used to display a white line 
 *                   in 'titlecolor', like for the cluster title in the result page).
 * linecolor3      = is a separator line (horizontal separator) used to display a gray line 
 *                   in search panel to split search and results page.
 * cellseparator   = is a vertical separator (by default white), used in titlecolor.
 *
 * oddlinecolor    = ligne blanche dans l'affichage des resultats.
 * evenlinecolor   = ligne grise dans l'affichage des resultats.

 * linkcolor       = la couleur par défaut d'un lien.
 *
 * Note : To change the default text color, update style1.css, style2.css and style3.css
 * -----  If you change the colors, do not forget to update pictures (like buttons and 
 *        domain icons in  directories data/, data/button/).
 */

.headercolor { background-color: #205ca5}

.headertextcolor { color: #fff6d7}

.bgcolor { background-color: #fff6d7 }

.bgcolormenu { background-color: #fff6d7 }

.titlecolor { background-color: #969696 }

.bodycolor {background-color: #fff6d7;  color: #000000 }

.bodycolor2 {background-color: #FFFFFF;  color: #969696}

.bodycolorcluster {background-color: #fff6d7;  color: #969696 }

.formcolor { background-color: #f8cb66; border-color: #eeeeee }

.infocolor { color: #888888 }

.infotitlecolor { color: #000000 }

.sourcenamecolor { color: #ff8a39 }

.highlightcolor { color: #969696 }

.bghighlightcolor { background-color: #969696 }

.highlightlinkcolor { color: #527db7 }

.linecolor { background-color: #000000 } 

.linecolor2 { background-color: #FFFFFF } 

.linecolor3 { background-color: #999999 } 

.cellseparator { background-color: #FFFFFF }

.oddlinecolor { background-color: #FFFFFF }

.evenlinecolor { background-color: #eeeeee }

.linkcolor   { color: #f8cb66 }


/*
 * Styles used for colors in aOdisplay ONLY.
 *------------------------------------------
 * resultcolorodd  = background color of the odd result in aOdisplay.
 * resultcoloreven = background color of the even result in aOdisplay.
 * resultseparator = line color the separator between results in aOdisplay.
 * cursor          = re-define the cursor on the domain name to display source in aOdisplay.
 * 
 * Note : aOdisplay also uses styles of the standard interface (i.e. the styles defined above).
 * -----
 */

.resultcolorodd { background-color: #FFFFFF } 

.resultcoloreven { background-color: #eeeeee } 

.resultseparator { background-color: #eeeeee }

.cursor { cursor: help }




a:hover  {  text-decoration: underline}
a.tooltip     { text-decoration:none; color:#333333 }
a.tooltip:hover { text-decoration:none; }




/*
 * Styles used in home pages
 *--------------------------
 * bottom        = absolute bottom  position for the copyright (to use with the 'smalltext' style) 
 *                    [WARNING: It does not run on NN4.7x]
 * center        = absolute center position for the logo
 * bottomrightxt = absolute position for the quick start link (bottom right of the page)
 */

.bottomtxt {position:absolute; left:80px; right:80px; bottom:10px;}

.centertxt {position:absolute; top:25%; bottom:25%; right:30%; left:30%}

.bottomrighttxt {position:absolute; right:10px; bottom:7px;}
