﻿body {
}

.auto-style1 {
            width: 100%;
        }        
        .auto-style3 {
            height: 595px;
        } 
        .auto-style7 {
            width: 262px;
            height: 40px;
        }        
        .auto-style10 {
            height: 40px;
        }
        .NavButton {
            border:solid,1px;
            height:40px;
            width:125px;
        }
        .aboutTbl {            
            height:60px;
            padding:0,0,0,0;
            border:0,0,0,0;            
        }
        .aboutCol1 {        
        width:255px;        
        }
        .aboutCol2 {
        width:1000px;
        }
        .aboutCol1_Redletter { 
            color:red;
            font-size:x-large;        
            font-style:italic;
            font-weight:bold;            
        }             
        .aboutLabels {
            display: inline-block;
            height: 20px;
            border-color: darkgray;
            border-style: solid;
            border-width: 1px;
            margin-left: 10px;
            margin-right: 10px;
            padding-left:5px;
            padding-right:5px;
            text-align:center;
            width:auto;
        }
        .label_Images{
            margin-right:5px;
        }               
        .Footer {
            text-align:center;
        }
        .auto-style11 {
            text-align:left;
            width: 1100px;            
        }
        .auto-style12 {             
            width: 136px;
        }
        .Self_Instructions-Table {
            background-color: lightblue;
            border-style:solid;
            border-color: darkgray;
            border-width:3px;
            margin-left: 10px;
            margin-bottom: 5px;
            padding-top: 0px;
            padding-bottom: 10px;
            height: auto;            
            width: 100%;
        }
        .Self_Content-Table {
            text-align:center;
            background-color: lightblue;
            border-style:solid;
            border-color: darkgray;
            border-width:3px;
            margin-left: 10px;                       
            margin-bottom: 5px;
            padding-top: 10px;
            padding-bottom: 10px;            
            height: auto;            
            width:100%;            
        }        

        .Self_custom_ol {
            counter-reset: list;
            margin: 0;
        }
        .Self_custom_ol li {
            list-style: none;
            position: relative;
        }
        .Self_custom_ol li:before {
            counter-increment: list;
            content: counter(list) ") ";
            position: absolute;
            left: -1.4em;
        }
        .Self_msgLabel{
            border-style:none;
            color:red;
            display:inline-block;           
            height: 20px;
            margin-right: 0px;
            margin-bottom: 0px;
            text-align:center;
        }
        .Self_msgLabel_FinalRed{
            border-style:none;
            color:red;
            display:inline-block;           
            height: 20px;
            width:auto;
            margin-left: 5px;
            margin-right: 5px;            
            text-align:center;
        }
        .Self_msgLabel_FinalGreen{
            border-style:none;
            color:green;
            display:inline-block;           
            height: 20px;
            width:auto;
            margin-left: 5px;
            margin-right: 5px;
            text-align:center;
        }
