﻿
/* ------------------------------------------------------
.FeaturesTable
{
    font-family: Arial; 
    line-height:normal; 
    font-size: 11px; 
    border: 0px; 
    padding: 5px 5px 5px 15px; 
    margin: 0px;
    height:100px;
    width:780px;
}
.FeaturesData
{
    background-color: #dae4e6;
    padding: 5px 5px 10px 20px;    
}
.FeaturesAltData
{
     background-color: #ecf2f2;
    padding: 5px 5px 10px 20px;  
}
.FeaturesData li, .FeaturesAltData li
{
    padding-left:10px;
}
 ------------------------------------------------------ 
.OverviewProductName
{
    color:#195160;
    font-size:20px;
    font-style:italic;
    font-family:Arial;
}
.OverviewTableData
{
    width: 520;
}
.OverviewTableData p
{
     font-size: 11px; 
     font-family: Arial;
}
 ------------------------------------------------------ 
.ResourcesLabel
{
    color:#195160;
    font-size:12px;
    font-weight:bold;
    font-family:Arial;
    padding-right: 30px;
}
.ResourcesImage
{
    padding-bottom:10px;
}
.ResourceTitleLabel
{
    color:#195160;
    font-size:16px;
    font-family:Arial;
    font-weight:bold;
}
/* Collapsible Panels ------------------------------------------------------ */
.CollapsiblePanels
{
    background-image: url('../Images/backbanner.png');
    background-repeat: no-repeat; 
    cursor: pointer; 
    height: 37px;
    Font-Size: small;
    color: #0d6c82; 
    padding: 5px;
    margin-bottom: -14px;
    z-index:4;
}
.CollapsiblePanelsLong
{
    background-image: url('../Images/backbanner_long.png');
    background-repeat: no-repeat; 
    cursor: pointer; 
    height: 37px;
    Font-Size: small;
    color: #0d6c82; 
    padding: 5px;
    margin-bottom: -14px;
    z-index:4;
}
.CollapsibleContent
{
     padding: 0px 10px 0px 10px;
     z-index:2;
}
.CollapsibleLabel
{
    position:relative;
    top:-21px;
    left: 30px;
}
/* Gridview------------------------------------------------------ */
.GridviewItems
{
    background-color: #C6D0D1;
    color: #373536;
    border: 1px solid white;
    font-size: 12px;
    font-family:Arial;
    font-weight:lighter;
    padding: 4px;
}
.GridviewHeader
{
    background-color:#B3CFD2;
    border: 1px solid white;
    font-weight:lighter;
    font-family:Arial;
    padding: 4px;
}
.Header
{
    background-color:#B3CFD2;
    font-weight: bold;
    color: Black;
    padding: 4px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    z-index:1;
    font-family:Arial;
}
/* Listview------------------------------------------------------ 
.ListviewDescription
{
    font-family: Arial;
    font-size: 11px;
    line-height:15px;
    color:Black;
}
.ListviewHeader
{
     font-family: Arial;
     font-size: 20px;
     color: #04444e;  
     line-height:25px;                                         
}
.ListviewSubHeader
{
     font-family: Arial;
     font-size: 16px;
     color: Gray;  
     line-height:18px;                                         
}
.DescriptionHeader
{
      display:block;
}
 ------------------------------------------------------ */
#product_Navigation_left
{
    vertical-align:top;
    top: 0px; 
    max-width: 150px;
    width:150px;
    margin: -18px 0px 0px -12px; 
    position: relative;    
}
#left_Navigation_content
{
    top: 0; 
    max-width: 100%; 
    margin: 0px -12px 0px 0px; 
    position: absolute;
}
.product_SplashImage
{
    float: right;
    padding:0px 0px 5px 10px;
}

.GridviewListItems
{
    background-color: #C6D0D1;
    color: #373536;
    border: 1px solid white;
    font-size: 12px;
    font-family:Arial;
    font-weight:lighter;
    padding: 4px;
    height:40px;
}
.gridViewListText
{
    padding-left:10px;
    padding-right:10px;
}
.gridviewListHeader
{
    padding-left:5px;
    font-size:12pt;
}
.GridviewListHeader
{
    background-color:#B3CFD2;
    border: 1px solid white;
    font-weight:lighter;
    font-family:Arial;
    padding: 4px;
    height:30px;
}