.pamsButton {
    color: #DEEDDA;
    background-color: #7F9377;
    font-family: Arial;
}

.loginTitle {
    border-width: 0;
    color: #FFFFFF;
    background: #000000;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
}

.loginHeader {
    border-width: 0;
    color: #FFFFFF;
    background: #669966;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    border-style: solid;
    border-color: #000000;
    border-left: 1px;
    border-right: 1px;
    border-top: 1px;
    border-bottom: 1px;
}

.yellowText{
    background: #FEFEDD;
}

.bottomBar {
    background: #FFFFFF;
    color: #FFFFFF; 
    text-align: center;
    border-style: none;
    border-left: none;
    border-right: none;
}

.lightButton {
    color: #000000;
    background-color: #DEEDDA;
}

.required {
    background: #FF0000;
}

.pamsLink {
    color: #7f9377;
    font-family: Arial;
}

.pamsLink2 {
    color: #edffe7;
    font-family: Arial;
}

th {
    color: #DEEDDA;
    background-color: #007474;
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial;
}

td {
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial;
}

.pamsTable {
    padding: 2px;
    border-spacing: 0px; 
    border-width: 1px;
}

.discBar{
    font-size: 10pt;
    font-variant: small-caps;
    font-weight: bold;
    color: #DEEDDA;
    background: #007474;
    text-align: center;
    border-bottom: 1px black outset;
    border-top: none;
    border-left: none;
    border-right: none;
}
    
.discInfo{
    color: #000000;
    background: #95B4B4;
    text-align: left;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.blacksmall
{
    font-size: 10px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-width: 0px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.regTableWide {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 450;
}

.regTDLeft {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 150;
}

.regTDRight {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 300;
}

.regTD {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
}    

.atndTD
{
    border-bottom: 1px black outset;
    border-top: 1px black outset;
    border-left: none;
    border-right: none;
    background-color: #007474;
    color: white;
}
.atndTD2
{
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.atndTD3
{
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #95B4B4;
}

/* Start of Menu CSS */
td.noborder {
    border-style: none;
    border-width: 0px;
    font-family: Arial;
}


/*
*{margin:0;padding:0;border:none;}

body{
    margin:0.5em 0.5em 0.5em 1.0em;font-family:verdana,tahoma,arial,sans-serif;
}

/* Begin CSS Popout Menu */
/*
#menu{
    width:100%;
    float:left;
    z-index:2;
}

#menu a, #menu h2{
    font:bold 11px/16px arial,helvetica,sans-serif;
    display:block;
    border-width:1px;
    border-style:solid;
    border-color:#ccc #888 #555 #bbb;
    white-space:nowrap;
    margin:0;
    padding:1px 0 1px 3px;
}

#menu h2{
    color:#fff;
    background:#000;
    text-transform:uppercase
}

#menu a{
    background:#eee;
    text-decoration:none;
}

#menu a, #menu a:visited{
    color:#000;
}

#menu a:hover{
    color:#a00;
    background:#ddd;
}

#menu a:active{
    color:#060;
    background:#ccc;
}

#menu ul{
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    width:15em;
}

#menu ul.top{
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    width:8em;
}

#menu li{
    position:relative;
}

#menu ul ul{
    position:absolute;
    z-index:500;
    top:auto;
    display:none;
}

#menu ul ul ul{
    top:0;
    left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */
/*
div#menu li,div#menu li:hover{
    position:relative;
}

div#menu h2:hover{
    background:#000;
}

div#menu li:hover{
    cursor:pointer;
    z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{
    display:none;
}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{
    display:block;
}

/* End of non-anchor hover selectors */

/* Styling for Expand */
/*
#menu a.x, #menu a.x:visited{
    font-weight:bold;
    color:#000;
    background:#eee;
}

#menu a.x:hover{
    color:#fff;
    background:#000;
}

#menu a.x:active{
    color:#060;
    background:#ccc;
}

/* End CSS Popout Menu */




