/*
 *   Max Margin's Mardown Challenge
 *
 *   Copyright © 2002, 2005, Oracle.
 *       All rights reserved.
 *
 *   This software may not be distributed or modified.
 *
 *   Author: brian@maltzan.org, 2002.05.25
 */

/********* set all text fonts to be this */

* { font-family : arial, san-serif; }
* { margin: 1px 1px 1px 1px; }


/********* title bar at top of all pages */

/* PL Blue: #003399 */
.page_top_fill1  { background-color : #FF0000; }
.page_top_title1 { color : #ffffff; font-weight : normal; font-size : 18pt; }

.page_top_fill1_small  { background-color : #FF0000; text-align: center; }
.page_top_title1_small { color : #ffffff; font-weight : normal; font-size : 14pt; }


/*********  */

/* text */

.page_title_text { color : #000000; font-size : 18pt; }
.header_text     { color : #000000; font-size : 12pt; font-weight : bold }
.body_text       { color : #000000; font-size : 12pt; }

.popup_text      { color : #000000; font-size : 12pt; }
.popup_text_sm   { color : #000000; font-size : 8pt; }

.notice_me_text  { color : #ff0000; }

.copyright_text  { color : #000000; font-weight : normal; font-style : normal; font-size : 8pt; }

.link_pl_title         { color : #ffffff; font-size : 8pt; }

.link_table_title         { color : #000000; font-size : 8pt; }

.step1_color      { color : #3399cc; }
.aided_color      { color : #ffffaa; }
.automated_color  { color : #ccffcc; }
.step1_color      { color : #0000ff; }
.aided_color      { color : #ffff00; }
.automated_color  { color : #00ff00; }
.step1_color      { color : #000099; }
.aided_color      { color : #999900; }
.automated_color  { color : #009900; }


/* tables */
/* PL_FILL Blue: #003399 ; alt #730039 */
.pl_fill         { background-color : #003399; }
.pl_text         { color : #ffffff; font-size : 8pt; }
.pl_title        { color : #ffffff; font-size : 8pt; }

.step1_fill      { background-color : #3399cc; }
.step1_text      { color : #000000; font-size : 8pt; }
.step1_title     { color : #000000; font-size : 8pt; }

.aided_fill      { background-color : #ffffaa; }
.aided_text      { color : #000000; font-size : 8pt; }
.aided_title     { color : #000000; font-size : 8pt; }

.automated_fill  { background-color : #ccffcc; }
.automated_text  { color : #000000; font-size : 8pt; }
.automated_title { color : #000000; font-size : 8pt; }

.table_fill      { background-color : #eeeeee; }
.table_text      { color : #000000; font-size : 8pt; }
.table_title     { color : #000000; font-size : 8pt; }

.base_demand_fill     { background-color : #000000; }
.step1_sales_fill     { background-color : #000099; }
.aided_sales_fill     { background-color : #999900; }
.automated_sales_fill { background-color : #009900; }
.step1_sales_fill     { background-color : #3399cc; }
.aided_sales_fill     { background-color : #ffffaa; }
.automated_sales_fill { background-color : #ccffcc; }




