﻿html
{
    background: #E6E6E6;    
    /* gradient will only work in ie but that most of our users */
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E6E6E6,endColorStr=#999999);
}

body
{
    text-align: center;
    font-family: Tahoma;        
}

#masterApplication
{    
    height: 768px;
    width: 1024px;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
}

#masterHeader
{
    height: 100px; 
    background-image: url('/images/header.jpg');
    background-repeat: no-repeat;    
    text-align: left;
    vertical-align: middle;
    position: relative;
}

#masterHeader #masterHeaderLogo
{
    height: 105px;    
    position: relative;
    top: 15px;
    z-index: 100;
}

#masterHeader #masterHeaderTitle
{
    font-size: x-large;
    font-weight: bold;
    color: #FFFFFF;    
    position: relative;
    top: -45px;
    left: 115px;
	width: 1024px;
}

#masterHeader #masterTranslateElement
{
    position: relative;
    top: -105px;
    left: 736px;
}

#masterOptions
{
    height: 30px;
    width: 1024px;
    background-image: url('/images/master-menu-bkgnd.gif');
    background-repeat: repeat-x;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    text-indent: 100px;    
}

#masterOptions a
{
    text-decoration: none;
    color: #FFFFFF;
    padding-right: 15px;    
    font-weight: bold;
}

#masterOptions a:hover
{
    text-decoration: underline;
    color: #FFEAD5;
    padding-right: 15px;
    font-weight: bold;
}

#masterOptions a.highlightLink
{
    text-decoration: none;
    color: #FFFF99;
    padding-right: 15px;
    font-weight: bold;
}

#masterOptions a.highlightLink:hover
{
    text-decoration: underline;
    color: #FFFF00;
    padding-right: 15px;
    font-weight: bold;
}

.GoogleSearchInputBox
{
    width: 125px;   
}

#masterContent
{
    min-height: 583px;
    width: 1024px;
    background-color: #FFFFFF;    
}

#masterContentTable
{
    width: 100%;    
    height: 583px;    
}

#masterMenu
{
    width: 220px;
    vertical-align: top;
    text-align: left;
    background-color: #F6F9FB;
}

#masterContentPlaceholder
{
    text-align: left;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

#masterFooter
{
    border-top: double;
    background-color:  #FFFFFF;    
    font-size: 8pt;
    color: #003399;
}

#masterFooter div
{
    padding-top: 3px;
    padding-bottom: 3px;
}

#masterFooter a
{
    padding-right: 10px;    
    text-decoration: none;    
    color: #003399;
}

#masterFooter a:hover
{
    padding-right: 10px;
    color: #FFA54A;
    text-decoration: underline;
}

#masterFooterModifiedDate
{
    color: #666666;
}

#loadingContainer
{
    position: absolute;
    z-index: 90;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 768px;
    min-width:1024px;
    padding: 0px 0px 0px 108px;
}

#loadingResults
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    font-weight: bold;
    color: #000000;
    font-size: medium;    
    vertical-align: middle;
    text-align: center;
    width: 300px;
    line-height: 73px;
    z-index: 100;
    background-image: url(/images/LoadingResults.png)
}
.loginHeaderStatus
{
    position: absolute;
    top: 75px;
    right: 25px;    
    color: #FFFFFF;
    font-weight: bold;
}
.loginHeaderStatus a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}


