﻿.h2Headers1
    {
        background-color: #3a7ca9;
    border-bottom: 1px solid #E2E2E3;
    border-top: 0px solid #E2E2E3;
    color: #ffffff;
    font-family: Arial,sans-serif;
    font-size: small;
    padding: 10px 10px 8px 20px;
   margin: 0 auto;
    text-transform: uppercase;
    width: auto;
                border-radius:8px 8px 0 0;

    }
/*.h2Headers1:first-child {border-radius:8px 8px 0 0;font-size:small; }*/
.h2Headers1 a {color: #ffffff;}
span.checkBoxLists {padding-top:2px;}   
.h2HeaderClearBtn
    {
         text-transform: none;
    cursor: pointer;
    font-size: 12px;
    display: inline;
    margin-left: 20px;
    padding-bottom: 3px !important;
    background-color: #fff;
    opacity: 0.6;
    text-decoration: none;
    padding: 3px 20px;
    border-radius: 5px;
     display:inline-block;
    }
.h2HeaderClearBtn:hover {opacity:1; text-decoration:none}  
    .divTopSectionLeft
    {
        width: 70%;
        min-width: 360px;
        height: 255px;
        float: left;
        background-color: #F5F5F5;
        margin-bottom: 5px;
        margin-right:5px;
        padding-bottom: 5px;        
    }

    .divTopSectionRight
    {
        width: 28%;
        min-width: 140px;
        height: 255px;
        float: left;
        background-color: #F5F5F5;
        margin-bottom: 5px;
        margin-right:5px;
        padding-bottom: 5px;          
    }
    
    .divTopicsSection1
    {
        float: left;
    background-color: #ddd;
    margin-bottom: 5px;
    padding-left: 10px;
    height: 205px;
    overflow: auto;
    text-align: left;
    width: 97%;
    font-size: 13px;
    padding-top: 10px;
    }
    
    .divStatesSection1
    {
        float: left;
    background-color: #ddd;
    margin-bottom: 5px;
    padding-left: 10px;
    height: 205px;
    overflow: auto;
    text-align: left;
    width: 97%;
    font-size: 13px;
    padding-top: 10px;
}
    
    .divMiddleSections1and3
    {
        width: 22%;
        float: left;
        background-color: #F5F5F5;
        margin-bottom: 5px;
        margin-right:5px;
        padding-bottom: 5px;        
    }
    
    .divMiddleSections2and4
    {
        width: 15%;
        float: left;
        background-color: #F5F5F5;
        margin-bottom: 5px;
        margin-right:5px;
        padding-bottom: 5px;        
    }
   
    .divMiddleSections5
    {
        width: 22%;
        float: left;
        background-color: #F5F5F5;
        margin-bottom: 5px;
        padding-bottom: 5px;        
    }
    
    .divBottomRowSections1
    {
        margin-right: 0;
    margin-left: 0;
    margin-top: 2px;
    }
    
    .divSelectionButtons
    {       
        float: left;
        margin-top: 5px;
    }
        
    .stateNetImg
    {
        float: right;
        margin-right: 5px;
    }
    
    .resultsHeader1
    {
        background-color: #003f68;
        color: White;
        font-family: Arial,sans-serif; 
        padding: 10px;
        font-size: medium;
        margin: 0 auto 10px auto;  
                                border-radius: 8px 8px 0 0;    
                                font-size:small; 
    }
    
    .checkBoxLists tr td
    {
                padding-top: 1px;
    }
   
    .checkBoxLists input 
    { 
    }
    
    .checkBoxLists label
    { 
        display: inline !important;
        position: relative;
        font-size: 13px;
        margin: 5px;
    } 
                select {height: auto!important;
   width: 100%!important;
    padding: 3px;}
input {padding:3px; box-sizing:border-box}

input[type=submit]        {width: 100px!important;
    background-color: #3a7ca9;
    border-radius: 5px;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #fff;
    display: inline-block;
    margin-left: 5px;
cursor: pointer;
    background: rgb(0,63,104);
    background: -moz-linear-gradient(top, rgba(0,63,104,1) 1%, rgba(58,124,169,1) 81%);
    background: -webkit-linear-gradient(top, rgba(0,63,104,1) 1%,rgba(58,124,169,1) 81%);
    background: linear-gradient(to bottom, rgba(0,63,104,1) 1%,rgba(58,124,169,1) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f68', endColorstr='#3a7ca9',GradientType=0 );
}
input[type=submit]:hover {opacity:0.8}  
