/* IMS Stylesheet for charts */

/* Class & ID selectors */

/* footer - analysis_of_variance, analytical_estimating, cashflow_accounting_cash_control, control_charts, etc */
.box { position: relative; }
.box { padding: 0.1em; margin: 0em 0; }
.box p { margin: 0; }
.box { border: outset thin; border-color: silver; }
.box { background: #FFFFEE; color: black; }


/* LAYOUT */


/* POSITION */
/* position: fixed breaks WinIE5.5 :-( */
.relatif0, .relatif1, .relatif2, .relatif3 { position: relative; }
.absolut0, .absolut1, .absolut2, .absolut3 { position: absolute; }
.relatif1 { top: 0; right: 0; left: auto; bottom: 0; }
.relatif2 { top: 0; right: 0; left:  28%; bottom: 0; }
.relatif3 { top: 0; right: 0; left:  66%; bottom: 0; }
.absolut1 { top: 0; right: auto; left: 22%; bottom: 0; }
.absolut2 { top: 0; right: auto; left: 44%; bottom: 0; }
.absolut3 { top: 0; right: auto; left: 66%; bottom: 0; }


/* WHITESPACE */


/* ALIGNMENT */


/* DECORATION */
.relatif1, .relatif2, .relatif3, .absolut1, .absolut2, .absolut3 { width: 20%; height: auto; padding: 0.5%; }
.relatif1, .relatif2, .relatif3, .absolut1, .absolut2, .absolut3 { border-width: thick; border-style: solid; }


/* COLOR */
.relatif1, .relatif2, .relatif3, .absolut1, .absolut2, .absolut3 { background: cyan; border-color: black; }


/* FONTS */
.box   {font-weight: normal; font-style: italic; font-variant: normal; } 
.box   {font-family: "Comic Sans MS", "Arial", sans-serif; }
h3.box { font-family: "Comic Sans MS", "Arial", sans-serif; }


/* TEXT */

/* END */
