﻿/* <!-- */
/* General styles */
body
{
    margin: 0;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    background: #fff;
    min-width: 800px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
    max-width: 1024px;
    font-size: 90%;
}
a
{
    color: #369;
}
a:hover
{
    color: #fff;
    background: #369;
    text-decoration: none;
}
h1, h2, h3
{
    margin: .8em 0 .2em 0;
    padding: 0;
}
p
{
    margin: .4em 0 .8em 0;
    padding: 0;
}
img
{
    margin: 10px 0 5px;
}
/* Header styles */
#header
{
    clear: both;
    float: left;
    width: 100%;
}
#header
{
    border-bottom: 1px solid #000;
}
#header p, #header h1, #header h2
{
    padding: .4em 15px 0 15px;
    margin: 0;
}


.thetable
{
    position: relative;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    clear: both;
    border-spacing: 0; /* required by Opera 6 */
}

/* hide this from opera6 */
head:first-child + body div.thetable
{
    height: 100%;
}

.tablerow
{
    display: table-row;
}

.tablecell
{
    display: table-cell;
    border: 0;
    padding: 0;
    margin: 0; /*padding-top: 100px;  padding-bottom: 50px;*/
    vertical-align: top;
    min-height: 100%; /* opera6 needs min-height but moz/IE needs height */
}

/* hide this from opera6 */
head:first-child + body div.tablecell
{
    height: 100%;
}
/* added for mozilla which worked for others too, but op6 still needed min-height so hide this rule */

.one
{
    width: 185px;
    background: #eeeeee;
    position: relative;
    z-index: 5;
}
.two
{
    width: auto;
    background: white;
    position: relative;
    padding: 20px;
}
.three
{
    width: 200px;
    background: white;
    position: relative;
}

/* Footer styles */
#footer
{
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    text-align: center;
}
#footer p
{
    padding-bottom: 10px;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}



.textrate_table
{
    font-family: arial,helvetica;
    border-color: #C7CED3;
    line-height: 17px;
    background-color: white;
    width: 200px;
    border: solid 1px gray;
}

.textrate_sectiontitlelrg
{
    font-size: 14px;
    font-weight: bold;
    color: #CCC;
    background-color: #051942;
    text-align: center;
}

.textrate_pair
{
    font-size: 12px;
    font-weight: bold;
    color: #051942;
    text-decoration: none;
    background-color: #EEE;
    padding-left: 6px;
    border-bottom: solid 1px gray;
}

.textrate_red
{
    font-size: 12px;
    font-weight: bold; /*color: #e3d000;*/
    color: Red;
    text-decoration: none;
    text-align: center;
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
}

.textrate_green
{
    font-size: 12px;
    font-weight: bold; /*color: #6E90AA;*/
    color: Green;
    text-decoration: none;
    text-align: center;
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
}

.textrate_green
{
    font-size: 12px;
    font-weight: bold; /*color: #6E90AA;*/
    color: Green;
    text-decoration: none;
    text-align: center;
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
}
/* --> */

