﻿
/* Results pages */
.ResultsColLeftCell
{
    background-color: Black;
    color: White;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: center;
}

.ResultsColRightCell
{
    background-color: white;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
    text-align: left;
    padding-left: 20px;
}

.ResultsColLeftCell img
{
    border: 0px;
}

div#SearchResults 
{
    text-align: center;
}

div#SearchResults table 
{
    text-align: left;
    width: 95%; 
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}

div#SearchResults .ResultsSeperator 
{
    height: 10px;
    border-top: 1px solid black;
    margin-top: 10px;
    padding-top: 10px;
}

.ResultsMoreButtonArea
{
    width: 100%;
    text-align: right;
    display: inline-block;
}

.ResultsNavigation
{
    margin-right: 140px;
    /*clear: both;*/
    clear: left;
}

.SearchResultsOptions
{
    text-align: right;
    padding-bottom: 10px;
}

.currentResults
{
    float: right;
    width: 140px;
    text-align: right;
    
    /*clear: both;*/
}


/*  Regional office on faqs */
.RegionalOfficeLeft
{
    clear: both;
    width: 50%;
    float: left;
}

.RegionalOfficeRight
{
    margin-left: 50%;    
    padding-bottom: 20px;
}

div#RegionalOfficesSection 
{
    padding-left: 50px;
    padding-right: 50px;
}

/* Site Map */
.SiteMapFolder
{
    list-style-image: url(../SiteImages/folder-light-blue.gif);
}

.SiteMapPage
{
    list-style-image: url(../SiteImages/docu.gif);
}

/* indented p */
.indented
{
    padding-left: 50px;
    font-style: italic;
}

.ContactUsInput
{
    width: 200px;
   
}

.ContactUsLabel
{
    width: 200px;
    font-weight: bold;
    display: inline-block;
    padding-top: 20px;
}

/* Details Page */
.centerAligned 
{
    text-align: center;
}

.detailsLabel 
{
    width: 200px;
    display: inline-block;
}

.detailsText 
{
    text-align: left;
}

.RecordHeaderLeft
{
    width: 33%;
    display: inline-block;
    text-align: left;
}

.RecordHeaderMiddle     
{ 
    width: 33%;    
    display: inline-block;
    text-align: center;
    
}

.RecordHeaderRight
{
    display: inline-block;
    width: 33%;
    text-align: right;
}

.noImage
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.MoreNews
{
    width: 100%;
    text-align: right;
    font-weight: bold;
    display: inline-block;
    font-size: 90%;
}

.HelpHeader
{
   /* background-image: url(../../ioe_help_title.jpg); */
    background-repeat: no-repeat;
    background-color: #98a071;
    height: 40px;
    width: 100%;
}





