﻿        #headerLogo
        {
            background-color:  #0055a5;
            color: white;
            text-shadow:none;
            min-width: 260px;
            height: 70px;
            position:relative;
              
        }

        #imgLogo
        {
            position:absolute;
            bottom: 0px;
            left: 0px;
            width: 200px;
            height: 43px;
        }

        #bannerButtonContainer
        {
            position: absolute;
            right: 0px;
            top:50%;
            margin-top: -25px;
            min-width:200px;
            height:50px;
            overflow: hidden;  
           
        }

        #linkStartPageInnerContent
        {
           position: absolute;
           right:0;
           width: 40px;
           height: 100%;
          
           margin-right: 55px;
           color:white; 
           font-size: 8px;
           font-weight: 400;

           text-align: center;
        }
        #linkLogOutInnerContent
        {
           position: absolute;
           right:0;         
           width: 40px;
           height: 100%;
          
           margin-right: 5px;
           color:white; 
           font-size: 8px;
           font-weight: 400;  

           text-align: center;
        }  

        #headerPageTitle
        {
            background-color: #7b9ace;
            color: white;
            text-shadow:none;
            padding-left: 10px;
        }

        #headerNavigationButtons
        {
            background-color: #efebef;
            padding-left:10px;
        }

        .headerNavigationButton
        {
            display: inline-block;
            vertical-align: middle;          
            margin: .5em 0;
            padding: 5px 10px;
                     
            background-color: #ded7de;
           
            border-color:#ded7de;

            color: #333 !important;
            
            text-decoration: none !important;
            text-shadow: none !important;

            border-width: 1px;
            border-style: solid;
            border-radius: 2px;
            box-shadow: 0 1px 3px #949294;      
        }
        a.headerNavigationButton:hover 
        {
             background-color:  #0055a5;
             border-color:#0055a5;
             color: white !important;
        }
.headerNavigationButtonSelected
{
    background-color:  #0055a5;
             border-color:#0055a5;
             color: white !important;
}

#previousNextNavigator
{
    position:relative;
    margin:0px 0px 0px 0px; 
    padding:10px 10px 10px 10px; 
    border-color: #ded7de; 
    border-width: 1px; 
    border-style: solid; 
    border-radius: 5px;
}

#previousNextNavigator_Table
{
    display:table; 
    width:100%; 
    height:100%;
}

#previousNextNavigator_TableCell
{
    display:table-cell; 
    width:100%; 
    height:100%; 
    vertical-align:middle; 
    text-align:center
}

#previousNextNavigator_PreviousIcon
{
    position:absolute; 
    left: 0px; 
    margin-left:10px; 
    top:50%; 
    margin-top: -8px
}

#previousNextNavigator_PreviousText
{
    position:absolute; 
    left: 0px; 
    margin-left: 30px; 
    color: #333; 
    text-decoration:none; 
    font-size: 12px; 
    top:50%; 
    margin-top: -6px
}

#previousNextNavigator_NextIcon
{
    
    position:absolute; 
    right: 0px; 
    margin-right:10px; 
    right: 0px; 
    top: 50%; 
    margin-top: -8px
}

#previousNextNavigator_NextText
{
    position:absolute; 
    right: 0px; 
    margin-right:30px; 
    color: #333; 
    text-decoration:none; 
    font-size: 12px; 
    top: 50%; 
    margin-top: -6px
}

        #footer
        {
            background-color: #7b9ace;
            color: white;
            text-shadow:none;
            min-height: 20px
        }

      