﻿body
{    
    background-color:black;
}


.form
{
    background-color: white;
    width: 960px; 
    
    margin-right: auto;
    margin-left: auto;    
    padding-top:10px;    
}

.border
{
    clear: both;      
        
    width: 942px;  /* 960 - 2 * ( 5p + 3M + 1B) */
    margin: 0px 3px 0px 3px;
    padding: 0px 5px 0px 5px;           
    
    border-right-style: dotted;
    border-left-style: dotted;
    border-right-color: #CD0600;
    border-left-color: #CD0600; /*Taken from sheet 4 : (17 - 1 ) / 2 */
    border-right-width: 1px;
    border-left-width: 1px;    
}

.logo
{   
    float : left;     
    width:397px;        
}

.countryContainer
{
    display:block;    
    width:942px;       
    
    padding-bottom:10px;    
}



.countriesBar   
{        
    display:block;
    width:942px;
    height:42px;
    text-align: right;  
    margin-top:15px  ;
}

.flashContainerText
{    
    display:block;
   
    margin-bottom:13px;
     border-bottom-width: 5px;
    border-bottom-color: #CD0600;
    border-bottom-style: solid;           
            
}

.flashContainerText a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #CD0600;
    text-decoration:none;
}

.zoneA
{
    display:block;
    width: 942px;
    
    border-style: none none dotted none;
    border-width: 0px 0px 1px 0px;    
    border-bottom-color: #FF0000;                                   
}



.footer
{
    
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #FF0000;
    display: block;
    
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left:13px;
}



/* <!----------------  Zone B and C Layout and Appearance ----------------!> */ 

.parent
{    
    display:block;    
    width:942px;   
    
    position:relative;   
    
        
}

.leftChild
{
    display: block;
    width: 705px;    
    padding: 0px 2px 0px 0px;
    margin: 5px 2px 5px 0px;
    
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #FF0000;
    
    float: left;    
}

.rightChild
{   
    display:block;
    width:231px;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;   
    float:right;                
   
               
               
    background-image:url('../Images/Shared/background.png');    
    position:absolute;
    background-repeat:repeat-y;
    
    /*background-color:Purple;*/
    height:100%;
    
    top:0px;
    left:711px;   
}


.b
{
    position: absolute;
    bottom: 2px;
    z-index: 2;
}

.zoneCBr
{
    line-height: 10px;
}

/* <!----------------  END ----------------!> */ 

.auditLabel
{
    font-weight: bold;
    color: #cd0600;
    font-size: large;
}

