﻿/*Information Table*/
.tblInfo 
{
border-collapse:collapse;
background:whitesmoke;

}

        .tblInfo #trCheck :hover
        {
            background:Green;
            color:White;
        }
        .tblInfo #trAlert :hover
        {
            background: orange;
        }
        .tblInfo #trStop :hover
        {
            background: #DB2424;
            color:White;
        }
        .tblInfo #trQuestion :hover
        {
            background: Gainsboro;
        }
            .tblInfo td
            {
                padding:1px 20px;
                border: none;
            }
        
.tdInfo
{
background:white;
border:none;
}    
           
/*Technical Table*/

.tblTechnical table
{
line-height:1.6em;
text-align:center;
border-collapse:collapse; /*remove space between table cells*/
background:whitesmoke;
}
        .tblTechnical th
        {
            padding:7px 7px;
            background:gainsboro;
            border: 1px silver solid;
        }
            
        .tblTechnical tr:hover
        {
               background: lightsteelblue;
        }
  
        .tblTechnical td
        {
            border:1px solid black;
            padding:7px 75px;
            border: 1px silver solid;
           }

    .tblTechnical #tdPlatform, #tdBrowser, #tdJS, #tdJava,
              #tdCookies, #tdCSS, #tdActiveX
        {
            background:gainsboro;
        }
