/*
 * My Access Stylesheet
 */
 
 .fcc-button {
     background-color: #FFD100;
     color: #006685;
     font-weight: bold;
     font-size: 11px;
     border: 1px solid #006685;
 }

font {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt; 
}

p {
    font-size: smaller;
}

#message-font {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #006685;
}

#title-font {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-indent: 10px;
    color: #006685;
}

#label-field {
    width: 110;
    background-color: #EDF9F9;
    font-weight: bold;
}

#label-font {
    color: #006685;
}

#input-field {
    width: 240;
    background-color: #EDF9F9;
}

#welcome-title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;    
    color: #006685;
}

#global-header{
    height:48px;
    border: 1px solid #BFD9E0;
    width: 100%;
}


#outer-table {
    width: 750px;
    text-align: center;
    background-color: #BFD9E0;
    text-align: left;
}

#global-header-table {
    background-color: #FFD100;    
}

#global-header-tr {
}

#global-header-table {
    width: 750px;
}

#secTitle{
    font-weight:bold;
    font-size:11px;
}

#section-header {
    display: none;
}

#float-tank-tr {
    background-color: #FFD100;
    margin-top: 3px;
    font-weight: bold;
    font-size: 11px;
    width: 750px;
    height: 22px;
}

#float-tank-title {
    background-color: #FFD100;
    color: #FFD100;
    width: 146px;
    float:left;
    margin: 3px 0px 0px 10px;    
}

#float-tank-crumb {
/*
    margin-top: 5px;
    padding:3px 2px 2px 10px;
*/
    width: 604px;
    font-size:10px;
    background-color:#fff3bf;
    color:#006685;
    border-top: 3px solid #FFD100;
}

#bread-crumb{
}

#content-tr {
    background: #FFF;
}

#float-spacer-tr {
    background-color:#ffd100;
    height:3px;
    border-bottom: 1px solid #FFD100;
}

#spacer-tr {
    height: 5px;
    background-color: #BFD9E0;
}

#footer-tr {
    width: 100%;
    background-color: #BFD9E0;
}

#footer {
    width: 750px;
    font-size: smaller;
}
 
#foot-links {
  background-color: #BFD9E0;

  display: inline;
  vertical-align: middle;
  width: 100%;
  height: 100%;  
  font-size: 10px;
}

#foot-copyright {
  display: inline;
}

#foot-copyright a,
#foot-copyright a:link,
#foot-copyright a:visited,
#foot-copyright a:active {
  color: #006486;
  text-decoration: none;
}

#foot-copyright a:hover {
  text-decoration: underline;
}

#foot-aboutus {
  display: inline;
}

#foot-aboutus a,
#foot-aboutus a:link,
#foot-aboutus a:visited,
#foot-aboutus a:active {
  color: #006486;
  text-decoration: none;
}
#foot-aboutus a:hover {
  text-decoration: underline;
}


#foot-contactus {
  display: inline;
}

#foot-contactus a,
#foot-contactus a:link,
#foot-contactus a:visited {
  color: #006486;
  text-decoration: none;
}

#foot-contactus a:hover {
  text-decoration: underline;
}

#foot-privacy {
  display: inline;
}

#foot-privacy a,
#foot-privacy a:link,
#foot-privacy a:visited,
#foot-privacy a:active {
  color: #006486;
  text-decoration: none;
}

#foot-privacy a:hover {
  text-decoration: underline;
}
