html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Tahoma;
  font-size: 9pt;
  background: #E8E8CE;
}

td {
  font-family: Tahoma;
  font-size: 9pt;
}

form {
  padding: 0;
  margin: 0;
}

input, textarea, select {
  font-size: 9pt; 
  font-family: Tahoma;
  /*border: 1px solid #009dd9;*/
}


a {
  color: #53661A;
}


#main-content {
  margin: 0px;
  background: #ffffff;
  font-family: Tahoma; 
  font-size: 9pt;
  text-align: center;
}

#centered-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.url {
  color: green;
  font-size: 8pt;
}

.small {
  font-size: 8pt;
}

.grey {
  color: #666;
}

.error {
  font-weight: bold;
  color: #d52727;
  padding: 4px;
  padding-left: 10px;
  background-color: #FEE7E8;
}

.notice {
  font-weight: bold;
  color: #0097FF;
  padding: 4px;
  padding-left: 10px;
  background-color: #EFF8E0;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

a.category {
  color: #53661A;
}

a.link {
  color: #53661A;
}

.plain {
  text-decoration: none;
}

.content-section {
  padding: 8px 12px 8px 12px;
}

/* tabs */ 
#tab-container {
  background: url('../images/lines.gif') repeat-x top left;
  padding-top: 10px;
}

#tabs {
  text-align: center;
  margin: 0;
  font: Bold 8pt Tahoma;
  padding-left: 15px;
  background: url('../images/gray-dot.gif') repeat-x bottom;
  height: 29px;
}

.tab-l {
  background: url('../images/tab-left-off.gif') no-repeat bottom;
  width: 7px;
  height: 29px;
  float: left;
  display: inline;
  margin-left: 6px;
} 

.tab-l.on-l {
  background: url('../images/tab-left-on.gif') no-repeat bottom;
  width: 7px;
  height: 29px;
  float: left;
  display: inline;
} 

.tab-r {
  background: url('../images/tab-right-off.gif') no-repeat bottom right;
  width: auto;
  float: left;
  display: inline;
  padding: 0 13px 0 6px;
  height: 29px;
} 

.tab-r.on-r {
  background: url('../images/tab-right-on.gif') no-repeat bottom right;
  width: auto;
}

.tab-r a {
  position: relative;
  top: 13px;
  color: #FFF;
  text-decoration: none;
}

.tab-r.on-r a {
  color:#000;
}

/* Search bar */
#search-bar {
  text-align: center; 
  padding: 4px 0 12px 0; 
  background: #f0f0f0 url('../images/gray-line-shadow.gif') repeat-x bottom left;
  background-color: #f0f0f0;
}

#search-button {
  position: relative; 
  top: 3px;
  border: 0;
}

/* Header bars */
.bar {
  background-image:url(/weighin/Themes/dilbermc/images/lightolive/titlebg.gif);
  height: 29px;
}

.bar-left {
  height: 29px;
  float: left;
  display: inline;
}

.bar-right {
  height: 29px;
  text-align: right;
}

.bar-text-left {
  position: relative;
  top: 4px;
  left: 10px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 10pt;
  display: inline;
 color:  #336600;
}

.bar-text-right {
  position: relative;
  top: 5px;
  right: 15px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 9pt;
  display: inline;  
}

.bar-text-right a {
  text-decoration: none;
}

/* Footer */
#non-footer {
   margin-top: 0px;
   margin-right: auto;
   margin-left: auto;
   border-left: 1px solid #93A659;
   border-right: 1px solid #93A659;
   border-bottom: 2px solid #93A659;
   background: #ffffff;
}

* html #non-footer {
  height: 100%;
}

#footer {
   clear: both;
   font-size: 0.9em;
   text-align: right;
   width: 800px;
}
   /* Footer Styles */
   #footer p {
      margin: 0;
      margin-left: -1px;
      margin-right: -1px;
      padding: 10px 0 20px 0;
      background-color: #E8E8CE;
      border-top: 10px solid #336600;
      font-size: 0.9em;
      text-align: right;
      color: #336600;
   }

#footer-spacer {
  height: 50px;
}

#footer-text {
  position: relative;
  top: 10px;
  left: 10px;
  width: 200px;
}

#footer-text a {
  text-decoration: none;
}

.jmbfoot {
   clear: both;
   font-size: 0.9em;
   text-align: right;
   width: 800px;
   background-color: #E8E8CE;
   font-size: 0.9em;
   text-align: right;
   color: #336600;
}

.jmblink {
  font-size: 7pt;
  font-family: Tahoma;
  color: #1979B5;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
   font-family: verdana, sans-serif;
}
input, button
{
   font-size: 90%;
}

textarea
{
   font-size: 100%;
   font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
   font-size: 90%;
   font-weight: normal;
   font-family: verdana, sans-serif;
}

.linknavbardiv {
 padding-top: 5px;
 padding-bottom: 5px;
 padding-right: 15px;
 margin-top: 25px;
 margin-bottom: 2px;
 border-bottom: solid 2px #000000;
 text-align: right;
}