/*
   OpenDb 0.51-dev3+ default theme style sheet
*/

/* OpenDb statistics specific options - these are not CSS options, but
will be parsed by OpenDb when generating the stats graphs */
.OpendbStatsGraphs
{
   image-size: 175;
   font-size: 2;
   transparent: true;
   /*text-color: #000000;
   caption-color: #004000; 
   light-color: #6D78AB;
   dark-color: #8E9DE0;
   light-border-color: #8E9DE0;
   dark-border-color: #000000;
   background-color: #FFFFFF*/
}

/* Defaults for Headings and Body, of which OpenDb uses quite a bit */
BODY       {color:#FFF; font-family: Arial;}
table{font-size: 12px;}

/* Hack for IE to get rid of newline after form closes */
form { display: inline; }

/* Defaults for Links */

/* Include underline for item_display attribute list links */
A.listlink,A.whatsnew,A.popuplink { text-decoration:underline; }

/* These two are for the listings, where the colors alternate. */

/* Used in listings to format the listing links (Refresh,Edit,Delete, etc) */

/* Various messages */
.success   { color:#6D78AB; font-weight:bold; font-family:Verdana, Arial }
/* Details of success ful completion */

/* All error messages are displayed using this class */
.error     { color:#FF0000; font-weight:bold; font-family:Verdana, Arial }
/* Details of errors are displayed with this class */
.smerror   { color:#FF0000; font-weight:bold; font-family:Verdana, Arial; font-size:small }

/* OpenDb Alphalist link style */
.alphalist    { color:#123456; font-family:Verdana, Arial; font-size:x-small }

/* Input field, prompt cell definition */

/* Input field data cell definition */


/* For headers in pages, which might include order_by links, etc */
.navbar    { background-color:#D0DCE0; color:#000000; font-weight:bold; font-family:Verdana; text-align:center }

select.menutext,input.menutext { font-weight: bold; color:#004080; }
/* input.menutext:hover { text-decoration: underline; color:#FF0000; } */

/* Navigation links - such as Next / Previous and Page numbers, and other nav links */

/* All help text */

/* Used to display small text for messages, etc */
.fineprint { color:#000080; font-family:Verdana, Arial; font-size:xx-small }

/* Most text not defined otherwise uses this class to display */


/* Stats images - Netscape 4.x does not work very well with this attribute! */
/* img.graph { border-width: 0 } */

