/*
-----------------------------------------------
Client: Worth &#38; James Publishing
Project: Public Web Site (http://www.worthyjames.com/)

File Name: compound-interest.css 
Version: 1.0
Notes: Styles all elements for compound interest tables

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

body, div#page { 
    width:auto; 
    background: #FFFFE3 
    }

h1 { 
    text-align:center;
    text-transform:none; 
    }    

div#main {
    padding: 15px;
    }

tr.even {
    background-color:#F7F2C7;
    }   

tr.odd {
    background-color:#c96;
    }   

tr.header {
    background-color:#333;
    }       
tr.header td {
    color:#fff;
    }

td {
    font:9pt arial;
    text-align:right;
    padding:1px 6px 1px 2px;
    }

th {
    font: 10pt arial;
    text-align:right;
    width:1%; 
    padding:0 3px;
    }       

th.period {
    background-color:#630;
    color:#fff;
    }       
