/* $Id: zc.css,v 1.40 2010/06/01 15:36:07 chabannf Exp $
 *
 * CONTACT     : zonecheck@nic.fr
 * AUTHOR      : Stephane D'Alu <sdalu@nic.fr>
 *
 * CREATED     : 2002/08/02 13:58:17
 * REVISION    : $Revision: 1.40 $ 
 * DATE        : $Date: 2010/06/01 15:36:07 $
 *
 * CONTRIBUTORS: (see also CREDITS file)
 *   Alix Guillard <Alix.Guillard@nic.fr>
 *
 * LICENSE     : GPL v3 (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 3 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:		white;
	color:			#333333; 
	font-family:		Arial, Helvetica, sans-serif;
}

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

.line {  
	font-size:		12px;
}

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


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

h1#logo {
        text-align:             center;
}

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;
}


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

table.zc-domain td {
	vertical-align:		top;
	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;
}


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

.zc-domain .line {
        width:                  665px;
        clear:                  both;
        font-family:            Arial, Helvetica, sans-serif;
        background-color:       #f0ece5;
        height:                 35px;
}

.zc-domain .label {
        vertical-align:         top;
        padding:                5px;
        border-color:           #0066b2;
        width:                  85px;
        float:                  left;
}
.zc-domain .input {
        vertical-align:         top;
        padding:                5px;
        border-color:           #0066b2;
        width:                  200px;
        float:                  left;
}
.zc-domain .input input {
        width:                  200px;
}

.zc-domain .IPlabel {
        vertical-align:         top;
        padding:                5px;
        border-color:           #0066b2;
        width:                  35px;
        float:                  left;
}
.zc-domain .IPinput {
        vertical-align:         top;
        padding:                5px;
        border-color:           #0066b2;
        width:                  300px;
        float:                  left;
}

.zc-domain .IPinput input {
        width:                  300px;
}

.zc-domain #zoneInput {
        width:                  555px;
}
.zc-domain #zoneInput input {
        width:                  555px;
}

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

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

/* Options
 */

div.zc-options {
        border-collapse:        collapse;
        border:                 solid #f5b13d;
        background-color:       #f0ece5;
        width:                  500px;
        height:                 auto;
}

div.zc-options div.line {
        width:                  500px;
        height:                 25px;
        font-size:              12px;
}

div.zc-options div.column {
        padding:                2px 1ex;
        width:                  150px;
        float:                  left;
}
div.zc-options div.doubleColumn {
        padding:                2px 1ex;
        width:                  325px;
        float:                  left;
}
div.zc-options div.tripleColumn {
        padding:                2px 1ex;
        width:                  490px;
        float:                  left;
}

div.zc-options div.zc-title {
        background-color:       #e4dcca;
        width:                  500px;
        height:                 20px;
        font-size:              12px;
        clear:                  both;
}

div.zc-options div#line13 {
        height:                 120px;
}


input#ha {
        width:                  20px;
}

input#ds {
        width:                  295px;
}


/* Help
 */

.zc-help { 
        width:                  880px;
        border:                 solid #333333;
        border-collapse:        collapse; 
        clear:                  both
}

.zc-help .line { 
        border-color:           #333333;
        width:                  880px;
        clear:                  both;
        border-top:             solid;
        border-width:           1px;
        min-height:             15px;
}

.zc-help #firstTitle {
        border:                 0px;
}

.zc-help .zc-key {
        vertical-align:         top;
        padding-left:           2px;
        width:                  120px;
        float:                  left;
}

.zc-help .zc-value {
        padding-right:          2px;
        vertical-align:         top;
        width:                  750px;
        float:                  left;
}


.zc-help .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 }
*/

