﻿<!--
/* Richard Puskarz 10/11/2000 */

body {
	background-color: #FFF;
}
/* Title bar on top of each calculator page */
.title      { COLOR: white; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; background: #666666} 

/* Chart Title on top of each chart */
.chtitle    { COLOR: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; background: white} 

/* Chart x and y axis labels in each chart ( $, Period, Month) */
.xylabel     { COLOR: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; background: white} 

/* Chart x and y axis descriptions in each chart (numbers) */
.xyaxis     { COLOR: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; background: white} 

/* Text on Calculate page - normal */
.lines      { COLOR: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 14px }

/* Text on Input page - normal */
.inplines   { font-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 14px}

/* Text on Input page - gray background - bold */
.graylines   { font-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 14px ; font-weight: bold; background-color: #CCCCCC}

/* Title bar on top of each calculator page */
.title      { COLOR: white; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; background: #d6712d} 

/* Attention lines - Red on gray (used on top of some input pages */
.attlines   { COLOR: white; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; background-color: #CCCCCC} 

/* Smaller font - normal */
.slines      { COLOR: black; font-family: Arial, Helvetica, sans-serif; font-size: 12px }

/* Medium font - normal */
.mlines      { COLOR: black; font-family: Arial, Helvetica, sans-serif; font-size: 13px }

/* Text on Calculate page - bold */
.blines     { COLOR: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}

/* Text on Tab */
.tabactive  { COLOR: #4361b0;  font-family: Arial, Helvetica, sans-serif ; font-size: 14px; font-weight: bold; text-decoration:underline}
.tabpassive { COLOR: #d6712d; font-family: Arial, Helvetica, sans-serif ; font-size: 14px; font-weight: bold; text-decoration:underline} 

/* Text on Table Descriptions- Deatail Page - bold */
.tdlines     { font-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; background-color: #4361b0}

/* Text in Table - Deatail Page - normal */
.tlines     { font-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: white}

/* Text on Table Descriptions- Deatail Page - bold Yellow Background - For Grid Table*/
.tdylines     { font-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; background-color: yellow}

/* Text in Table - Deatail Page - normal  Yellow Background For Grid Table*/
.tylines     { font-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: yellow}

/* Text on Table Descriptions- Deatail Page - bold NO Background*/
.tdnlines     { font-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold}

/* Text in Table - Deatail Page - normal  NO Background*/
.tnlines     { font-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 13px}


/* Frame color around the page and separating lines */
.frame      { background-color: #CCCCCC}   /* { background-color: red}  for testing */

/* Background of tables */
.back       { background-color: white }
 
/* Detail Page Border color and style*/
.detail     { border-color: black; border: solid }
-->