﻿/* menu styling */
.menu {padding:0 0 0 0em; margin:0; list-style:none; height:35px; background:url(images/NavBack.gif); border-left: solid silver 1px;}
.menu li {float:left; border-right: solid silver 1px; font-weight:bold; }

.menu li a {display:block; float:left; height:35px; line-height:33px; color:#FFFFFF; text-decoration:underline; text-align:center; padding:0 10px 0 10px; font-family: Verdana, Arial, Helvetica, sans-serif; cursor:pointer; font-size:10px;}
.menu li a:hover {color:#FFFFFF; background: url(images/NavBackHover.gif) repeat-x;}

/* master page styling */
.topPage
{
    border-bottom: #66ccff thick solid; 
    height: 74px; 
    background-color: #003366;
}

/* master page styling */
.ZeroDay
{
    background-color: Red;
    font-weight: bold;
}
.ThirtyDay
{
    background-color: Orange;
    font-weight: bold;
}
.SixtyDay
{
    background-color: Orange;
}
.NinetyDay
{
    background-color: Yellow;
}
.NinetyPlusDay
{
    background-color: Silver;
}
.RowGreen
{
    background-color: limegreen;
}

/* Global styling */
body 
{
    margin: 0;
    background-color: Gray;
}
a
{
    color:Maroon;
    text-decoration: none;
}

a:hover
{
    color:Maroon;
    text-decoration: underline;
}

h1
{
    margin-left: 5px;
    color: White;
}

h2
{
    margin-left: 5px;
    color: White;
}

.thumbnail img
{
    width: 200px;
}

.webImage img
{
    width: 800px;
}


.hidden
{
    display: none;   
}

.right
{
    float: right;
    margin: 5px 5px 5px 5px;
}

.left
{
    float: left;
    margin: 5px 5px 5px 5px;
}

.topRight
{
	right: 0px; 
	position: absolute; 
	top: 0px;
}