/* Styles for all 'generic' interview screens i.e. screens that don't have a specific type */
div#content 
{ 
   height: 100%;
   width: 715px;  
   overflow-y: auto; 
   overflow-x: hidden;  
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 30px;
   padding-top: 10px;
   padding-right: 20px;
   padding-bottom: 0px;
   padding-left: 0px;
     
} 
div#leftcolumn 
{ 
   position: absolute; 
   top: 0px;
   left: 0px; 
   bottom: 0px; 
   width: 30px; 
   color: #000; 
   background: #ffffff; 
   overflow: hidden; 
   height: 100%; 
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   padding: 10px 0px 0px 0px; 
} 

div#navigation 
{ 
   overflow: auto; 
   width: 100%; 
   height: 45px; 
   position: absolute; 
   bottom: 35px; 
   left: 0px;
   margin-left: 0px;
   padding-left: 27px; 
   padding-right: 20px;
   color: #000;
   display: block; 
   visibility: visible;
} 

div#navigationformview 
{ 
   overflow: auto; 
   width: 100%; 
   height: 45px; 
   position: absolute; 
   bottom: 0; 
   left: 0px;
   margin-left: 0px;
   padding-left: 27px; 
   padding-right: 20px;
   color: #000;
   display: block; 
}

