/* CSS Document */
/* User Section */

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #bbbbbb;
    font-family:Tahoma;
    line-height:15px;
    font-size:12px;
    color:#333333;
    background-image: url(../Images/bg.gif);
    background-repeat: repeat-x;
    background-position-y: top;
    scrollbar-face-color:#BDBDBD;
    scrollbar-shadow-color: #525A63;
    scrollbar-highlight-color:  black;
    scrollbar-3dlight-color: #ADBDAD;
    scrollbar-darkshadow-color: #525A63;
    scrollbar-track-color: #525A63;
    scrollbar-arrow-color: #525A63;
}
UL {
    font-family:Tahoma;
    line-height:15px;
    font-size:12px;
    color:#333333;
}
TD
{
    font-family:Tahoma;
    line-height:15px;
    font-size:12px;
    color:#333333;
}
/*
This CSS is used for all the anchor tags that are clickable 
*/
A {
    color: #a59020;
    font-weight:bold;
    line-height:13px;
    font-size:12px;
    font-family:Tahoma;
    TEXT-DECORATION: none;
}
A:hover 
{
    color: #b10001;
    line-height:13px;
    font-size:12px;
    font-family:Tahoma;
    TEXT-DECORATION: none;
}
/*The following CSS is the blue color for the expandable and Collapsible menus
*/    

.ExpandCollaps
{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    color:#3768A1;
        TEXT-DECORATION: none;
}


P
{
    line-height:15px;
    font-family:Tahoma;
    font-size:12px;
    color:#333333;
}
/*The following CSS is used for the background green color on the Home
i.e the back ground color of the centerimage*/
.TDGreen
{
    background-color:#adbfa9;
}    


/*The following CSS is used for (where white background Required)*/
.TDWhite
{
    background-color:#ffffff;
}
/*The following CSS is used for background color of the Spotlight on Home page and the background color of the left menu in the inner pages*/    
.TDLightGreen
{
    background-color:#efefe2;
}
    
/*The following CSS is used for the background color of the Polyiso Features on the Home Page */

.TDLightGre
{
    background-color:#d3ddd3;
}    

/*The following CSS is used for the background color of the following menu images on the Home Page 
"Architects & Specifiers 
Roofing Contractors 
Building Owners & Facility Managers
Home Builders"*/
.TDYellow
{
    background-color:#cabc64;
}

/*The following CSS is for the Title color of the menu 
Architects & Specifiers and all the sub menus under this 
For example : Following Sub Menus
Green Globes  
LEED  
Benefits  
Specifications/codes  
Commercial Building Applications  
EnergyWise  
Federal Tax Incentives  
Residential Applications  
Technical Bulletins  
Polyiso Roof Insulation  
Introduction  
Polyiso Cavity Wall Insulation    
*/
.Architects
    {
    color: #6C8949;
    font-weight:bold;
    line-height:15px;
    font-size:14px;
    font-family:Tahoma;
    TEXT-DECORATION: none;
    }
    
    
    
    
    
/*The following CSS is for the Title color of the menu 
Roofing Contractors and all the sub menus under this 
For example : Following Sub Menus
Federal Tax Incentives  
Technical Bulletins  
SpecRight  
Case Studies  
LEED  
Energy Efficiency  
Specifications/Codes  
Polyiso Roof Insulation  
Introduction  
*/    
.Roofing
    {
    color: #B43900;
    font-weight:bold;
    line-height:15px;
    font-size:14px;
    font-family:Tahoma;
    TEXT-DECORATION: none;
    }

/*The following CSS is for the Title color of the menu 
Building Owners & Facility Managers and all the sub menus under this 
For example : Following Sub Menus
Federal Tax Incentives  
Green Globes  
LEEDs  
Energy Efficiency  
Technical Bulletins  
Specifications/Codes  
Introduction  
Case Studies  
Polyiso Cavity Wall Insulation  
Polyiso Roof Insulation  
 */     
.Building
    {
    color: #4A375C;
    font-weight:bold;
    line-height:15px;
    font-size:14px;
    font-family:Tahoma;
    TEXT-DECORATION: none;
    }    
    
    
    
/*The following CSS is for the Title color of the menu 
Home Builders and all the sub menus under this 
For example : Following Sub Menus
Federal Tax Incentives  
Green Globes  
LEED  
Energy Efficiency  
Technical Bulletins  
Specifications/Codes  
Case Studies  
Roof Insulation  
Polyiso Sheathing   
*/
.HomeBuilders
{
    color: #A39217;
    font-weight:bold;
    line-height:15px;
    font-size:14px;
    font-family:Tahoma;
    TEXT-DECORATION: none;
}

/*The following CSS is for the title color of the rest of the sections like
 Technical Bulletins  
 Frequently Asked Questions 
 Energy Efficiency ...
*/    
.GenericTitles
{
    color: #3768A1;
    font-weight:bold;
    line-height:15px;
    font-size:14px;
    font-family:Tahoma;
    TEXT-DECORATION: none;
}
    
    
    
/*The following CSS is for the submenus that will come on the left menu
LEED
Benefits  
Specifications/codes...
*/
.LeftMenu
{
    color: #a59020;
    font-weight:bold;
    line-height:19px;
    font-size:10px;
    font-family:Tahoma;
    TEXT-DECORATION: none;
}    
.LeftMenu:hover
{
    color: #b10001;
    font-weight:bold;
    line-height:19px;
    font-size:10px;
    font-family:Tahoma;
    TEXT-DECORATION: none;
}
        
/*The following CSS is the blue color for the Sub Headings on the page 
like in Members section - pima | Members,pima | Associate Members 
*/    
.SubHeader
{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    color:#3768A1;
}    
    
    
/*The following CSS is for the Home Page (Spotlight Section Text Only)*/    
.Spotlight
{
    color: #a59020;
    font-weight:normal;
    line-height:14px;
    font-size:11px;
    font-family:Tahoma;
    TEXT-DECORATION: none;
}    
.Spotlight:hover
{
    color: #b10001;
    font-weight:normal;
    line-height:14px;
    font-size:11px;
    font-family:Tahoma;
    TEXT-DECORATION: none;
}
    
/*The following CSS is for the All The Buttons Like
Submit
Reset...
*/
.Button
{
    BORDER-RIGHT: #616f74 1px solid;
    BORDER-TOP: #616f74 1px solid;
    BORDER-LEFT: #616f74 1px solid;
    BORDER-BOTTOM: #616f74 1px solid;
    Background-color:#505c61;
    font-weight:bold;
    COLOR: White;
}


/*The following CSS is for the Text Boxes Fields*/    
.InputBox
{
    BORDER-RIGHT: #616f74 1px solid;
    BORDER-TOP: #616f74 1px solid;
    BORDER-LEFT: #616f74 1px solid;
    BORDER-BOTTOM: #616f74 1px solid;
    COLOR: #616f74;
}


/*The following CSS is for Search Sections*/
.highlight 
{
    text-decoration: none;
    color:black;
    background:yellow;
    font-size:8pt;
    font-family:Trebuchet MS;
}    
.Highlighted
{
    font-family:Trebuchet MS;
    background-color:#A5C6D6;
}

/*The following CSS is for Search Sections*/
.Shade
{
    background-color: #ebebeb;
}


/*The following CSS is for the Important Messages*/
.ImpMsg
{
    Color:Red;
}


/*The following CSS is for the Footer*/
.TDDarkGray
{
    background-color:#505c61;
}    
/*The following CSS is for the Footer Text Only*/
.footer
{
    color:#424242;
    background-color:#000000;
    font-size:10px;
    font-family:Tahoma;
    TEXT-DECORATION: none;
}    
.tiny {
    color:#000000;
    font-size:9px;
    line-height:12px;
    font-family:Tahoma;
}
