/* rknews.css for use with html-rknews 1.0
(c) 2001 Rolf Knobel, Box 24 BBS Switzerland
http://www.box24.ch */

/* Copyright 
this class is used for the copyright at the bottom of the pages. 
Uncomment this class and change it to your needs. */

/*
.Cright {
    font-size: 8pt;
    font-style: normal;
    color : Yellow;
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-align : center;
    background-color : #333366;
    border : thin ridge Red;
    margin : 0;
}
*/

/* Input field */
.nwinput {
    background-color : #D3D3D3;
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/* Title (date) */
.nwtop {
    background-color : Black;
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color : Yellow;
    font-weight : bold;
    font-size : 11pt;
}

/* Navigation links */
.nwnav {
	font-size : smaller;
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;	
}

/* Error messages */
.nwerror {
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-style : italic;
    font-weight : bolder;
    color : Red;
}

/* Comment text */
.nwcomment {
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight : normal;
    color : White;
    font-size : 10pt;
    text-align : justify;
     }

/* The ground table for display/add/edit */
.nwtable {
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background-color : #3300FF;
    border-style : ridge;
    border-color : #3300FF #3300FF #3300FF #3300FF;
    }

/* Description text used in add and edit template */
.nwdesc {
    font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : White;
    font-size : smaller;
}