﻿body 
{
	background-color: #999;
    color: #000000;
    font-family: Verdana, Sans-Serif, Tahoma;
    font-size: .80em;
}
.page
{
    /*width: 960px;*/
    background-color: #fefefe;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
    border-top-style: none;
    border-bottom-color: #76777C;
}

#header
{
    /* SCOTT: Replaced the "filter" hack I had put in previously with a simple background-image */
    background-image: url('../Images/BlueGradient110.png');
	background-color: #3266cc;
    margin: 0px;
    padding: 0px;
    height: 95px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff; 
    color: #ffffff;
    bottom:0px;
}

#footer
{
    /* SCOTT: Replaced the "filter" hack I had put in previously with a simple background-image */
    background-image: url('../Images/BlueGradient110.png');
	background-color: #3266cc;
    margin: 0px;
    padding: 0px;
    height: 45px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    font-weight:bold; 
}

.logoImage, .logoImagePrint
{
	margin: 20px;
	float: left;
}

.titleImage, .titleImagePrint
{
	margin: 20px 20px 20px 100px;
	float: left;
}

.hidden
{
    display: none;
    visibility: hidden;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    background-color: #fefefe;
}

.button_section
{
	padding: 20px 100px;
	float: right;
}

.body_errors
{
    background: #ccc;
	margin: 0 auto;
	padding: 10px 100px;
	height: auto;
	border: 1px solid #999;
}

.body_results
{
    background: #fefefe;
	margin: 0 auto;
	width: 100%;
	height: auto;	
}

.leftBody
{
    width: 350px;
    border-right : 1px solid black;
    float: left;
    padding-left: 30px;
    padding-right: 60px;
}
.leftBodyVariable
{
    margin-top: 10px;
    border-right : 1px solid black;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}

.rightBody
{
    width: 415px;
    float: left;
    padding-left: 60px;
}
.rightBodyVariable
{
    margin-top: 10px;
    float: left;
    padding-left: 30px;
}

.leftFloat
{
    float: left;
    padding-left: 20px;
    margin-right: 0px;
}

.field_title
{
    text-align: right;
    font-weight: bold;
}

.clear
{
    clear: both;
}

table  td
{
    height: 22px;
    margin-left: 80px;
}

#divContent
{    
	min-height:500px;
	background-color: #fefefe;
}

    /*menu bar and drop down styles*/
#jsddm
{	
    background-color: #315f9b;
    margin: 0px;
	padding: 0px;
	top: 85px;
	right: 1px;
	left: 1px;
	height: 20px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff; 	
	/*border-bottom: solid 3px #3266cc;*/
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;                       
}

#jsddm a
{
        color:white;
	    text-decoration: none;
	    padding-left: 6px;
	    padding-right: 6px;
}
	
#jsddm li
{	float: left;                                 
	list-style: none;
	font: Veranda, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#jsddm .spacer
{	float: left;                                 
	font: Veranda, sans-serif;
	font-size: 10px;
	font-weight: bold;
    color:#ffffff;
}

#jsddm li a
{	
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

#jsddm li a:hover
{	
	text-decoration:underline;
    color:#ffffff;
}
		
#jsddm li ul
{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid black;
}
		
#jsddm li ul li
{	
	float: none;
	display: inline;
}
		
#jsddm li ul li a
{	
	width: auto;
	background: #3266cc;
}
		
#jsddm li ul li a:hover
{
	text-decoration:underline;
}
