﻿
styP1
{
    background-color: lightgrey;
    border: 1px solid #000000; 
    padding: 0px; 
    width: 100%;
    
    text-align: center;
}

.tdRed
{
border : Solid 1px red;
    font-size: medium;
}

h2
{
    background-color: lightgrey;
    border: 1px solid #000000; 
    border-style: double;
    text-align: center;
}

h4
{
    background-color: lightgrey;
    border: 1px solid #000000; 
    border-style: double;
    text-align: center;
}

.Label
{
    background-color: white;
    border: 1px solid #000000; 
    border-style: solid;
    padding-right: 20px;
    padding-left: 20px;
}

.td_Center
{
    text-align: center;
    font-size: large;
}

.td_Left
{
    text-align: left;
}

.td_Right
{
    text-align:right;
}
.Textbox1
{
    font-size: large;
    width:80%;
}

.styPanel
{
    border: medium groove black;
font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: lightyellow;
    padding: 5px;
}

.styPanel2
{
    font-size: large;
    font-weight: bold;
    border-color: black;
    border-style: groove;
    border-width: thick;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-color:lightgreen;
    padding: 5px;
}

.styPanelClassy
{
    font-size: large;
    border-color: red;
    border-style: groove;
    border-width: medium;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: lightyellow;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.styPanelClassyLeft
{
    font-size: large;
    border-color: red;
    border-style: groove;
    border-width: medium;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    background-color: lightyellow;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
}

.styPanelJustified
{
    border-color: black;
    border-style: groove;
    border-width: medium;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    background-color: lightyellow;
    padding: 10px;
}

.styTable100 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.styTable92 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.styTable1
{
        width:90%;
        margin-left: auto;
        margin-right: auto;
}

.styTable2
{
        width:80%;
        margin-left: auto;
        margin-right: auto;
}

.styTable3
{
        width:80%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
}

.styRadio
{
        width:90%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
}

.styButton
{
    height: 33px;
}

.styMedText
{
    font-size: medium;
    font-weight: bold;
}

.styLgeText
{
    font-size: large;
    font-weight: bold;
}

.styLgeGrnText
{
    font-size: large;
    font-weight: bold;
    text-decoration-color: blue;
}

.styXLgeText
{
    font-size: x-large;
    font-weight: bold;
}

.styXLgeUText
{
    font-size: x-large;
    font-weight: bold;
    text-decoration: underline;
}

.styXxLgeUText
{
    font-size: xx-large;
    font-weight: bold;
    text-decoration: underline;
}

.styLeft
{
    text-align: left;
}

.styCenter
{
    text-align: center;
}

.styPic
{
    border: 1px solid #000000; padding: 10px; width: 90%;
}

.styPicSmall
{
    border: 1px solid #000000; padding: 10px; width: 25%; border-style: Double;
}

.styMenuButon
{
    border: 1px solid #000000; padding: 3px; width: 35%; border-style: Double;
}

.styLogo
{
    width: 98%;
}

.styTitle
{
    text-decoration:line-through;
}

.styForm
{
    font-size: x-large; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
}

.styDdl
{
    width: 90%;
    font-size:medium;
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
}


.styTextCtr80Per
{
            text-align: center;
            width: 80%;
            font-size: large;
}

.styTextLeft80Per
{
            text-align: left;
            width: 80%;
            font-size: large;
}

.styTextCtr100Per
{
            text-align: center;
            width: 100%;
}
.styAcpHeader
{
            text-align: center;
            width: 95%;
            font-family: Arial, Helvetica, sans-serif;                        

            text-decoration-color: #00ff00;
            background-color: lightyellow;

            padding: 3px;
}
.styAcpUnsel
{
            text-align: center;
            width: 95%;
            font-family: Arial, Helvetica, sans-serif;                        
            /*border-style: solid;*/
            /*border-width: thin;*/
            padding: 3px;
            text-decoration-color: #00ff00;
            background-color: lightyellow;
            text-decoration-line:underline;
}