﻿html, body
{
    /*background-color: #5c87b2;*/
    background-color: #000000;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0 10px;
    color: #696969;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#header
{
    position: relative;
    margin: 0;
    color: #000;
    padding: 0;
    height: 90px;
}

#header span
{
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}


div#title
{
    display: block;
    float: left;
    text-align: left;
    background-image: url('../images/TNinvestco_logo2.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    vertical-align: top;
}
#menucontainer
{
    margin-top:40px;
}
#logindisplay
{
    font-size:7pt;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
    float: right;
}

#logindisplay a:link
{
    font-size:7pt;
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.content
{
    min-height: 300px;
    padding: 5px 10px;
}

table
{
    font-size: 9pt;
}
div, span, label, a
{
    font-size: 10pt;
}
.tablelabel
{
    font-size: 9pt;
}
.headerTitle
{
    font-size: 12pt;
    font-weight: bold;
}

.readOnly
{
    font-style:italic;
    font-weight: bold;
    color: #000060;
}

.editor-label
{
    font-weight: bold;
}
div.editor-field
{
    padding-left: 5px;
}

.width80 { min-width: 80px}
.buttonLabel { padding: 2px 5px }
.dlgTable { background-color: #fcfdfd; height:20px; padding: 0 3px}

td.dlgTable { text-align: right; width: 120px; padding: 2px} 
td.dlgTable label { font-weight: bold;} 
td.dlgTable select {padding: 0;}       
.labelDrop {border: 0; background-color: #fcfdfd; font-weight: bold; color: #000000; padding: 0; height: 20px}
.disTable { background-color: #000000; padding: 1px}

ui-icon-help-local  
{
    background-position: 0px 0px; 
    width: 32px; height: 32px; 
    background-image: url(../../images/help.png);
}