﻿.errorList
{
    font-weight: bold;
    color: Red;
    padding: 2px;
    background-color: LightYellow;
    border: 1px solid PaleGoldenrod;
}

.pageTitle
{
    background-image: url( 'images/PageTitleBackground.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 16pt;
    font-weight: bold;
    padding: 50px 0 0 15px;
    color: #000000;
    margin-bottom: 15px;
    height: 37px;
    overflow: hidden;
}

.pageTitleNew
{
    background-image: url( 'images/PageTitleBackground.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 1px;
    height: 85px;
    position: relative;
}

.pageTitleTextNew
{
    font-size: 16pt;
    font-weight: bold;
    color: #000000;
    padding: 10px 15px 10px 15px;
    position: absolute;
    bottom: 0;
}

.pageTitleLight
{
    font-size: 16pt;
    font-weight: bold;
    color: #000000;
    background-image: url( 'images/PageTitleBackgroundLight.jpg' );
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #EEBD32;
    padding: 20px 15px 12px 15px;
    margin-bottom: 1px;
    position: relative;
}

.pageContentNew
{
    background-image: url( 'images/PageContentBackground.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
    padding: 15px 5px 5px 25px;
    margin-top: 0;
}

.pageContentLight
{
    background-image: url( 'images/PageContentBackgroundLight.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
    padding: 15px 5px 5px 25px;
    margin-top: 0;
}

.sectionTitle
{
    font-weight: bold;
    font-size: 10pt;
    color: #253765;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 3px;
    margin: 20px 0 10px 0;
}

.expandableSectionTitle
{
    font-weight: bold;
    font-size: 10pt;
    color: #253765;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 3px;
    padding-left: 20px;
    margin: 20px 0 10px 0;
    background-image: url( 'images/expand.gif' );
    background-repeat: no-repeat;
    background-position: top left;    
}

.expandableSectionTitle.open
{
    background-image: url( 'images/collapse.gif' );
}

.shadowBox
{    
    background-color: #e4e4e4;
    padding: 10px;
}

.windowBox
{
    margin: 10px 0 10px 0;
    padding: 0;
}

.windowBox .windowBoxTitle
{
    padding: 4px 10px 2px 10px;
    color: #FFFFFF;
    height: 16px;
    font-weight: bold;
    font-size: 9pt;
    background-color: #000000;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url( 'images/titleBarGradientBackground.jpg' );
}

.windowBox .windowBoxContent
{
    padding: 10px;
    border: 1px solid #e4e4e4;
    background-color: WhiteSmoke;
}

.infoBox
{
    border: 1px solid #DDDDDD;
    background-color: WhiteSmoke; 
    padding: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;              
}

.infoBoxTitle
{
    margin: 0;
    padding: 5px 10px 5px 10px;
    background-color: DimGray; 
    color: White;
    font-weight: bold;

    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;  

    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;           
}

.infoBoxContent
{
    padding: 10px;
}

.profileListItem
{
    border: 1px solid #DDDDDD;
    background-color: WhiteSmoke; 
    padding: 7px 10px 7px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;            
}

.profileListItemDisabled
{
    border: 1px solid #DDDDDD;
    background-color: Gainsboro; 
    color: DimGray;
    padding: 7px 10px 7px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px; 
}

.beigebox
{
    background-color: #e4e4e4;
    padding: 3px 3px 3px 3px;
}

ul.paddedList
{
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.paddedList li
{
    padding-top: 3px;
    padding-bottom: 3px;
}

.clearbox
{
    clear: both;
}

.sidePaddedBox
{
    padding-left: 2%;
    padding-right: 2%;
}

#tooltip
{
    text-align: left;
}

/* These are used with some javascript to hide/show sections on the page. */

.hideSection
{
    display: none;
}

.showSection
{
    display: inline;
}

.qualStatement
{
   color:#AAAAAA;
   font-weight:normal;
   padding: 3px 3px 8px 3px;
   text-align: left;
}

.qualStatementSelected
{
   color:#000;
   font-weight:bold;
   padding: 3px 3px 3px 3px;
   text-align: left;
}

.qualStatementUnfulfilled
{
   color:Maroon;
   font-weight:bold;
   padding: 3px 3px 3px 3px;
   text-align: left;
}