﻿body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 80%;
}
h1 {
    font-size: 130%;
    margin-bottom: 0.5em;
    padding-bottom: .25em;
}
h2 {font-size: 125%;}
h3 {font-size: 110%;}
h4 {font-size: 100%; font-style: italic;}

table {
    vertical-align: top;
}
tr {vertical-align: top;}
th {
    text-align: center;
    font-weight: bold;
    color: Black;
    background-color: #CCC;
}
.DonnaTest {
    font-style: italic;
}
.returntolist {
    font-style: normal;
    font-size: 80%;
}
.IDBox {width: 11em;}
.PasswordBox {width: 11em;}
.namebox {width: 11em;}
.middleinitialbox {width: 2em;}

.FailedBox {width: 2em; 
    vertical-align: middle;
    font-weight: bold;
    }

.phonebox {width: 11em;}
.emailbox {width: 33em;}

.blueshadebar  {
    height: 22px;
    background: url('../Images/bluetabshort.jpg') bottom repeat-x;
}
.footer {
    font-size: 75%;
    text-align: center; 
    background-color: #FFF;
    color: #000;
}
.leftNavImage {
    background-color:#FFF; 
    text-align: left;
}
.leftnav-heading {
    text-align: center;
    font-weight: bold;
    font-size: 95%;
    background-color: #507CD1;
    color: #FFF;
    border: 0px solid black;
    padding-top: 0.1em;
    padding-bottom: 0.1em; 
    margin-left:0; 
    margin-right:0; 
    margin-top:.5em; 
    margin-bottom:0.25em;
}
.leftNavBar {
    width: 10%;
    background-color: #EFF3FB;
}
.subdividebody {
    width: 100%;
}
.AppDDL {
   vertical-align: top; 
}
.Form {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.DeleteConfirm {
    background-color: #FF6;
    color: Red;
    font-size: 130%;
    font-weight: bold;
    border: thin solid black;
    padding: 1em 1em 1em 1em;  
}
.Required {
    font-weight: bold;
    font-style: normal;
    color: Red;
    background-color: White;
}
.ErrorMessage {
    background-color: #333;
    color: Lime;
    font-style: italic;
    font-weight: bold;
}
.AddButton {
    font-weight: bold;
    font-size: 130%;
    background-color: #99c;
    border: thin solid black;
    color: white;
    width: 10em;
}
.LoginButton {
    font-weight: bold;
    font-size: 130%;
    background-color: #99c;
    border: 1px solid black;
    color: white;
    width: 5em;
}
.Unlock {
    font-weight: bold;
    font-size: 130%;
    background-color: #99c;
    border: 1px solid black;
    color: white;
    width: 5em;
}
.ResetPW {
    font-weight: bold;
    font-size: 130%;
    background-color: #99c;
    border: 1px solid black;
    color: white;
    width: 10em;
}
.DeleteButton {
    font-weight: bold;
    font-size: 130%;
    background-color: #99c;
    border: 1px solid black;
    color: white;
    width: 10em;
}
.CancelButton {
    font-weight: bold;
    font-size: 130%;
    background-color: #99c;
    border: 1px solid black;
    color: white;
    width: 5em;
}
.content {
    padding-left: 25px; 
    vertical-align:top; 
    background: url('../Images/shade_left.jpg') repeat-y top left;
}
.goodreturnsmall {
    font-style: normal;
    color: #2E8B57;  
    background-color: #FFF;
    font-size: 100%;  
    font-weight: bold;
    text-align: left;
}
.centertext {text-align: center;}
.textcenter {text-align: center;}

.lefttext {text-align: left;}
.textleft {text-align: left;}

.righttext {text-align: right;}
.textright {text-align: right;}

.subtext {font-style: italic;}

.width05 {width: 05%;}
.width10 {width: 10%;}
.width15 {width: 15%;}
.width18 {width: 18%;}
.width20 {width: 20%;}
.width25 {width: 25%;}
.width30 {width: 30%;}
.width35 {width: 35%;}
.width40 {width: 40%;}
.width45 {width: 45%;}
.width50 {width: 50%;}
.width60 {width: 60%;}
.width65 {width: 65%;}
.width70 {width: 70%;}
.width75 {width: 75%;}
.width80 {width: 80%;}
.width85 {width: 85%;}
.width90 {width: 90%;}
.width95 {width: 95%;}
.width100 {width: 100%;}

.nomargin {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.table-body {
    width: 100%;
}
.GridView {
    color: black;
}
.RowStyle {
    background-color: #EFF3FB;
}
.EditRowStyle {
    background-color: #2461BF;
}
.FooterStyle {
    background-color:#507CD1;
    color: White;    
    font-weight: bold;    
}
.SelectedRowStyle {
    background-color: #D1DDF1;
    font-weight: bold;
    color: #333333;
}
.PagerStyle {
    background-color: #EFF3FB;
    color: navy;
    font-weight: bold;
    text-align: center;
}
.HeaderStyle {
    background-color: #507CD1;
    color: #EFF3FB;
    font-weight: bold;
}
.HeaderStyle th {
    background-color: #507CD1;
}
.HeaderStyle th a {
    color:  white;
    background-color: #507CD1;
}
.AlternatingRowStyle {
    background-color: White;
}