/*
 $Id: formate.css,v 1.1 2001/03/05 12:13:24 alex Exp $
 */


/*
 links
 */
a:link { color:#707050; }
a:visited { color:#404010; }
a:active { color:#FF0000; }

/*
 default color and font selection
 */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,b,i { color:#660000; font-family:Arial,sans-serif; }

/*
 background color
 */
body.back { background-color:#336699; }


/*
 table for header, body, footer and navigation
 */
table.front { background-color:#f0f0e0; }


/*
 cell for main header
 */
td.header { background-color:#e0e0d0; font-size:24pt; }


/*
 cell for main footer
 */
td.footer { background-color:#e0e0d0; font-size:8pt; }


/*
 cell for navigation
 */
td.navi_head { background-color:#d0d0c0; font-size:10pt; font-weight:bold }
td.navi_body { background-color:#e0e0d0; font-size:10pt; }

/*
 cell for sub title
 */
td.smallhead { background-color:#e0e0d0; font-weight:bold }


/*
 cell for menu (buttons)
 */
td.menu { background-color:#e0e0d0; }


/*
 cell for labels (input labels)
 */
td.label { text-align:right; font-size:10pt; font-weight:bold }

/*
 cell for products
 */
td.product { text-align:center; font-size:8pt; }


/*
 cell for errors
 */
td.error { color:#dd0000; text-align:center }


/*
 table rows (alternating colors)
 */
tr.line0 { background-color:#e0e0d0 }
tr.line1 { background-color:#f0f0e0 }
tr.red { background-color:#f0e0d0 }


/*
 input fields
 */
input.small { font-size:8pt }
select.small { font-size:8pt }


/*
 cell for table header
 */
td.tableheader { background-color:#d0d0c0; font-size:10pt; font-weight:bold }


/*
 cells for table content
 */
td.tablesmall { font-size:10pt }
td.tablesmallbold { font-size:10pt; font-weight:bold }


/*
 divs for navigation
 */
div.navhead { margin-left:5px; font-size:10pt; font-weight:bold }
div.nav { margin-left:15px; font-size:10pt }


/*
 misc
 */
td.spacer { font-size:8pt }		/* cell for creating space between two rows */
td.user_message { padding-left:5px; font-size:8pt;font-weight:bold }
div.ouput { font-size:10pt }



