﻿/* Master Page & Layouts */
p { font-size:12px; font-family:Arial, Helvetica, sans-serif; /* line-height: 1.6em;*/ color: #000; }


td#breadcrumb
{     
    padding:0px 5px 5px 13px; 
    font-size: 12px;
}
td#extraSpace
{
     padding-top:15px;         
}
#header
{
    background-color: #006a53;  
    margin-top:5px;
    margin-bottom:5px;
}
#footer, #ATCOGroupFooter
{
    background-color: Silver;  
    margin-top:5px;
    margin-bottom:5px;
}
#meganavigationmenu
{   
    background-color: #FFFFFF;  
    margin-top:5px;
    margin-bottom:5px;   
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    margin-bottom:0px;
}
td#pageContent
{
    width:80%;    
}
td#submenuNavigation
{  
    border: 0px solid #000000;
    background-color: #F1F1F1;  
    background-color: #ffffff;
    margin-top:30px;
}

.noExtraSpaceContentZone
{        
    margin:0px;
    padding:0px;   
}
td.contentZone
{   
    height:100%;  
    overflow: hidden;
    padding:0px 15px 0px 15px;
    margin:0px;   
}


td.contentZoneFixed
{   
    height:100%;
    width:288px;  
    padding: 0px 15px;
    margin:0px;
}

#home td.contentZoneFixed{
	padding: 0px 10px;
}

td.verticalHairline
{
      height:100%;
      border-left:1px solid #000;
      border-right:1px solid #000;
      overflow:hidden;  
}

div.horizontalHairline
{   
   height:10px;
   border-bottom: 1px solid #000;
}


#titleContainer
{
    border: 0px solid black; 
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
}

#content1Container, #content2Container
{
    border:0px solid #777777; 
    font-weight: normal;   
    background-color: #fff;
    padding-left: 10px;
	padding-right: 7px;
}




#vertical_splitter
{
    /*idth:20px;*/
    padding-left: 10px;
    overflow: hidden;
    height: 100%;    
}
#horizontal_splitter
{
    height:10px;
    overflow:hidden;
    width: 100%;  
    /*border:1px solid blue; */
    /*background-color: Maroon;*/
}
#verticalKeyLine
{   
    display: block;  
    width:1px;
    background-image: url(/SiteCollectionImages/key_line_sample.png); 
    background-repeat: repeat-y;
    background-position:top right;
    overflow: hidden;   
    height: 100%;    
    margin:0px;
    padding:0px;      
}
.verticalKeyLine_right { border-left: 1px solid #b5b2b5; }
.verticalKeyLine_left { border-right: 1px solid #b5b2b5; }

div#ATCOGroupFooter
{
    background-color: #e6e7e9; 
    margin:0px;  
    padding: 5px 16px;        
}
.footerGreyBanner
{
    background-color: #e6e7e9;           
}
td.tabSpace
{
   padding-right:10px;   
}
td.topSpace
{
   padding-top:4px; 
}


div.verticalSpace
{    
   overflow: hidden;
   height: 15px; 
   /*border:1px solid blue;*/
}
div.HorizontalKelyLine
{
    width:96.5%; 
    height:1px; 
    background-color:#aaaaaa;
    overflow:hidden;
    margin: 0 auto;
}

