body {
    
    font-family:verdana;
    font-size:10pt;
    color:#003366;
    background-color:#CCCCCC;
}

.body {
    
    font-size:8pt;
}

p.heading {
    
    font-size:11pt;
    font-weight:600;
}

p.info {
    
    font-size:10pt;
    font-weight:600;
    margin:0.3cm;
}

p.error {
    
    font-size:10pt;
    font-weight:600;
    color:red;
    margin:0.3cm;
}

table.main {
    
    width:98%;
    /* border-collapse:collapse; */
    margin-left: auto;
    margin-right: auto;
}

table.banner {
    
    width:100%;
    background-color:#003366;
    color:white;
    font-size:16pt;
}

td.banner-message {
    
    font-family:Arial;
    font-size:9pt;
    font-weight:normal;
    padding:5px 10px;
    color:white;
}

table.link-bar {
    
    background-color: white;
    background-image:url('/graphics/silver_bg.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    width:100%;
    height:25px;
}

table.link-bar td {

    vertical-align: middle;
}

table.content 
{
    width:100%;
}

table.detail_display 
{
    background-color: LightGray;
    width:100%;
}

table.detail_display > tbody > tr
{
    vertical-align: bottom;
}

table.detail_display > tbody > tr > th
{
    font-size:9pt;
    background-color: LemonChiffon;
    vertical-align: top;
    text-align: left;
}

table.detail_display > tbody > tr > td 
{
    font-size:10pt;
    background-color: LemonChiffon;
    vertical-align: top;
    text-align: left;
    max-width:400px; 
    word-wrap:break-word;    
}

table.button_bar 
{
    background-color: white;
    width:100%;
}

table.button_bar td 
{
    text-align: center;
    background-color: SeaShell;
}

table.inner-content 
{
    width:100%;
}

table.inner-content td
{
    padding:1px;
}

/* This ought to be equivalent to <table align="center">, but it doesn't work in IE */

table.push-button {
    
    margin-left: auto;
    margin-right: auto;
}

table.item-list {

    background-color:cornsilk;
    width:100%;
    text-align:left;
    border:1px solid green;
    padding:1px;
    border-spacing:1px;
}

tr 
{
    vertical-align: top;
}

tr.even-line 
{
    background:#FFFFFF;
}

tr.odd-line {

    background:#CCCCCC;
}

tr.column-heading > th
{
    text-align: center;
    vertical-align: middle;
}

tr.column-heading th, 
tr.column-heading td  
{
    background-color:cornsilk;
}

tr.detail-line td
{
    background-color:lightgray;
}

tr.detail_line_1 
{
    background-color:darkseagreen;
}

tr.dirty_line,
tr.dirty_line td
{
    background-color:lightgray;
    color:indianred;
    font-style:italic;
}

tr.total_line > td
{
    font-weight:bold;
}

th 
{
    vertical-align: top;
}

th.row-heading 
{
    font-size: 10pt;
    text-align: left;
    padding: 5px;
}

th.column-heading 
{
    font-size: 10pt;
    padding: 5px;
}

tr.column-heading th.filtered 
{
    background-color:darksalmon;
}

td 
{
    vertical-align: top;
}

td.horizontal-edge {
    
    height:3px;
    width:100%;
    background:#999999;
}

td.vertical-edge {
    
    width:3px;
    height:100%;
    background:#999999;
    
}

td.main-content-cell {
  
    vertical-align:top;
}

td.page-menu-cell {
 
    vertical-align:top;
}

td.home {
    
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    padding:5px 10px;
    color:white;
}

td.footer {
    
    font-size:7pt;
    text-align:center;
    vertical-align:middle;
    background-image:url('/graphics/silver_bg.gif');
}

td.push-button {
    
    padding: 5px 10px;
}

td.bold {

    color:blue;
    font-weight:bold;
}

a {
    
    color:#003366;
}

a.link-bar {
    
    font-size:8pt;
}

a.home {
    
    color:white;
}

a.selected_node {

    font-weight:bold;
}

/*
a.sign {
    
    font-size:200%;
    text-decoration:none;
}
*/

input.data_entry {
    width:100%;
}

input.non-db {

    background: #CCCCCC;
}

.popup {

    position: fixed;
    display: none;
    border: 1px solid black;
    background-color: white;
}
