﻿.accordionPane
{
    padding: 5px;
}

.accordionPaneFireFox
{
    padding: 0px;
}

.accordionHeaderAboutUs
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #ccff99;*/
    background-image:url(images/accordion_aboutus.gif);
    background-repeat: repeat;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.accordionHeaderClientZone
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #ccff99;*/
    background-image:url(images/accordion_clientzone.gif);
    background-repeat: repeat;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.accordionHeaderServices
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #ccff99;*/
    background-image:url(images/accordion_services.gif);
    background-repeat: repeat;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.accordionHeaderIndustries
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #ccff99;*/
    background-image:url(images/accordion_industries.gif);
    background-repeat: repeat;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.accordionContentAboutUs
{
    background-color: #FFE8BD;
    border: 1px #2F4F4F;
    border-top: none;
    font-family: Verdana;
	font-size: 13px;
    padding: 5px;    
}

.accordionContentClientZone
{
    background-color: #EEF6E2;
    border: 1px #2F4F4F;
    border-top: none;
    font-family: Verdana;
	font-size: 13px;
    padding: 5px;    
}

.accordionContentIndustries
{
    background-color: #E8F5F8;
    border: 1px #2F4F4F;
    border-top: none;
    font-family: Verdana;
	font-size: 13px;
    padding: 5px;    
}

.accordionContentServices
{
    background-color: #FADAC5;
    border: 1px #2F4F4F;
    border-top: none;
    font-family: Verdana;
	font-size: 13px;
    padding: 5px;    
}


.accordionLink
{
    color: #000000;
}

.TopBannerTableBottomBorderAboutUs
{
    border-bottom-color: #E54B05; 
    border-bottom-style: solid;  
}

.TopBannerTableBottomBorderIndustries
{
    border-bottom-color: #234EFC; 
    border-bottom-style: solid;    
}

.TopBannerTableBottomBorderServices
{
    border-bottom-color: #D0281F; 
    border-bottom-style: solid;
}

.TopBannerTableBottomBorderClientZone
{
    border-bottom-color: #67BA5E; 
    border-bottom-style: solid;
}

.FooterTableAboutUs
{
     background-color: #FFE8BD;
     border-top-color: #E54B05; 
     border-top-style: solid;
     font-family:Verdana; 
     font-size:12px;     
     width: 900px;
}

.FooterTableClientZone
{
     background-color: #EEF6E2;
     border-top-color: #67BA5E; 
     border-top-style: solid;
     font-family:Verdana; 
     font-size:12px;     
     width: 900px;
}

.FooterTableIndustries
{
     background-color: #E8F5F8;
     border-top-color: #234EFC; 
     border-top-style: solid;
     font-family:Verdana; 
     font-size:12px;     
     width: 900px;
}

.FooterTableServices
{
     background-color: #FADAC5;
     border-top-color: #D0281F; 
     border-top-style: solid;
     font-family:Verdana; 
     font-size:12px;     
     width: 900px;
}

.hiddenpanel
{
   visibility:hidden;
}

.visiblepanel
{
    visibility:visible;    
}



