/* $Id: zc.css,v 1.38 2003/11/07 18:04:02 sdalu Exp $
 *
 * CONTACT     : zonecheck@nic.fr
 * AUTHOR      : Stephane D'Alu <sdalu@nic.fr>
 *
 * CREATED     : 2002/08/02 13:58:17
 * REVISION    : $Revision: 1.38 $ 
 * DATE        : $Date: 2003/11/07 18:04:02 $
 *
 * CONTRIBUTORS: (see also CREDITS file)
 *   Alix Guillard <Alix.Guillard@nic.fr>
 *
 * LICENSE     : GPL v2 (or MIT/X11-like after agreement)
 * COPYRIGHT   : AFNIC (c) 2003
 *
 * This file is part of ZoneCheck.
 *
 * ZoneCheck is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * ZoneCheck is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with ZoneCheck; if not, write to the Free Software Foundation,
 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 *
 */
 

#lang { 
  float: right;
  margin-left: 0;
}

#beta { 
  margin: 0;
  z-index: 0;
  color: red;
  text-align: center;
  font-style: italic;
  font-size: 50pt;
}

body { 
    background: #CEEEEE;
    color: #333333; 
    font-family: Arial, Helvetica, sans-serif;
}

p { 
    font-size: 12px; 
    text-align: justify;
}

td, li, ul {  
    font-size: 12px;
}


h1 {  
    font-size: 18px;
    color: #f7ad31;
    font-weight: bold;
}

h2 {  
    font-size: 14px;
    color: #1341af;
    font-weight: bold;
}

h3 {
    font-size: 12px; 
    color: #1341af; 
    font-weight: bold;
}


/*
TABLE[rules=rows] TD { border-top: solid }

TABLE[rules=rows]    { //border-collapse: collapse; 
                       border: solid #0066B2; 
                       border-color: #0066B2; 
}
*/

img.zc-logo { 
/*
    float: left;
    margin-left: 0;
*/
}

.zc-warning { 
    padding: 5px 5px 5px 5px; 
    background-color: #f0ece5;
    border-left: solid #f5b13d;
}

.zc-error {
    padding: 5px 5px 5px 5px; 
    background-color: #f0ece5;
    border-left: solid #ff5809;
}

ul.zc-ref { 
    font-size: 12px;
    margin-left: 2ex;
    margin-right: 150px;
    background-color: #f0ece5; 

    padding: 8px 8px 8px 2em; 

    border: 2px solid #f7ad31;
    -moz-border-radius:     10px;
}

ul.zc-ref p { 
    margin: 0;
}

span.zc-ref { 
    font-weight: bold;
}

span.zc-ref a { 
    color: inherit;
    text-decoration: none;
}

span.zc-ref a:hover { 
    color: inherit;
    text-decoration: underline;
}

ul.zc-details { 
    font-size: 12px;
    margin-left: 2ex;
    margin-right: 150px;
    background-color: #f0ece5; 

    padding: 8px 8px 8px 2em; 

    border: 2px solid #f7ad31;
    -moz-border-radius:     10px;
}

ul.zc-details p { 
    margin: 0;
}

div.zc-zinfo {
    padding-left: 5ex;
}


/*
 * Progress bar
 */

div#zc-pgr-pbar { 
    margin-left: 5ex;
}

table#zc-pgr-pbar-out { 
    border: 1px solid black;
    -moz-border-radius:     10px;
}

table#zc-pgr-pbar-in { 
    margin: 5px;
}

#zc-pgr-pct0 { 
    border-color: black;
}

#zc-pgr-pct1 { 
    background-color: #123456;
    border-color: black;
}

#zc-pgr-pct2 { 
    border-color: black;
}



/*
 */
UL.zc-test { 
    padding-left: 5ex;
    list-style-type: none;
}

/* 
 * The diagnostic box
 */
div.zc-diag { 
    padding-left: 5ex;
}

div.zc-diag div.zc-name { 
    font-size: 12px; 
    color: #333333; 
    font-weight: bold;
}

div.zc-diag div.zc-msg { 
    font-size: 12px; 
    color: #1341AF; 
    font-weight: bold;
}


div.zc-diag1 table tr.zc-title { 
    background-color: #ddeeee;
}


div.zc-status { 
    padding-left: 5ex;
    font-weight: bold;
}


h3.zc-diagsec { 
    color: red;
}



/* Zone information
 */
table.zc-domain {
    border-collapse: collapse;
    border: solid #0066B2;
    -moz-border-radius:     10px;
}

table.zc-domain TD {
    padding: 5px;
    border-color:  #0066b2;
}

tr.zc-zone { 
    background-color: #e6ebf0;
    font-weight: bold;
}

tr.zc-ns-sec { 
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f0ece5;
}

tr.zc-ns-prim { 
    background-color: #e4dcca;
}

/* Options
 */

table.zc-options {
    border-collapse: collapse;
    border: solid #f5b13d;
    background-color: #f0ece5;
}

table.zc-options TD {
    padding: 2px 1ex;
}

table.zc-options TR.zc-title {
    background-color: #e4dcca;
}


/* Help
 */

table.zc-help { 
    border: solid #333333;
    border-collapse: collapse; 
}

table.zc-help td { 
    border-color: #333333;
}

table.zc-help td.zc-key {
    vertical-align: top;
}

table.zc-help td.zc-title {
    background-color: #e4dcca;
    border-top: solid;
    font-style: italic;
}

/* Popups
 */
table.zc-popup { 
    background-color: #f0ece5;
    color: #333333; 
    border: 3px groove #1341af;
    border-collapse:  collapse; 
}

table.zc-popup tr.zc-title { 
    background-color: #1341af;
}

table.zc-popup TR.zc-title TD { 
    color: #f5b13d;
}

table.zc-popup TR.zc-title TD.zc-title { 
    font-weight: bold;
}

table.zc-popup TR.zc-title A { 
    color: #f5b13d;
    font-weight: bold;
    text-decoration: none; 
}

table.zc-popup TR.zc-title A:hover { 
    color: #ff5809;
}

table.zc-popup TR.zc-item:hover { 
    background-color: #e4dcca;
    cursor: pointer;
}


/*
.bleu { color: #0066b2 }
.bleuvif { color: #1341AF }
.orange { color: #f5b13d }
.orangevif { color: #FF5809 }
.creme { color: #f0ece5 }
.cremefonce { color: #e4dcca }
*/
