body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #585858;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

table#contact .labels {
  text-align: right;
  vertical-align: middle;
  font-size: 10px;
}

a:link { 
  text-decoration: none; 
  color: #B92F2F; 
  font-weight: bold;
}

a:visited { 
  text-decoration: none; 
  color: #B92F2F; 
  font-weight: bold;
}

a:active { 
  text-decoration: none; 
  color: #B92F2F; 
  font-weight: bold;
}

a:hover { 
  text-decoration: none; 
  color: #E63100; 
  font-weight: bold;
}

a.copyright:link {
  font-size : 10px;
  color : #FFFFFF;
}

a.copyright:visited {
  font-size : 10px;
  color : #EEEEEE;
}

a.copyright#active {
  font-size : 10px;
  color : #FFFFFF;
}

a.copyright#hover {
  font-size : 10px;
  color : #FFFFFF;
}

.pdfbox {
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}

.rightpadding {
  padding-right : 15px;
}

.redtype {
  color: #B92F2F;
  font-size: 12px;
  font-weight: bold;
}

.smalltype {
  font-size: 10px;
}

.acquisitions {
  font-size: 11px;
  font-weight: bold;
}

.titletext {
  font-size: 14px;
  font-weight: bold;
}

.menutext {
  font-size: 10px;
  padding-left : 12px;
}

.content {
  font-size: 11px;
  line-height: 180%;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.copyright {
  font-size : 10px;
  color : #FFFFFF;
}

/*******************************/
/* Textbox and button styling. */
/*******************************/

.textbox {
  font-family: Verdana, Helvetica, Arial, serif;
  font-size: 13px;
  border: 1px solid #ccc;
}
.textbox_blue {
  border: 1px solid #8AB7D4;
  margin-bottom: 3px;
}
.button {
  font-size: 12.5px;
  border: 1px solid #666;
  background-color: #e8e8e8;
}
.bad_form_element_neutral {
  border: 1px solid #966;
}

/***************************************************************************/
/* Properties of table and other elements used to style inventory page form. */
/***************************************************************************/

table#inventory {
  background-color: #F3F3F3;
  padding: 3px 3px;
  font-size: 12px;
  border: 1px solid #BBBBBB;
  vertical-align: top;
}
table#cat_hammer {
  background-color: #F3F3F3;
  padding: 3px 3px;
  font-size: 12px;
  vertical-align: top;
}
table#inventory_index {
  padding: 3px 3px;
  font-size: 12px;
  border: 1px solid #BBBBBB;
  vertical-align: top;
}
table#inventory .labels {
  text-align: right;
  vertical-align: middle;
  width: 110px;
}
.inventory_background {
  background-color : #F3F3F3;
}
.status_box {
  background-color : #F1F1F1;
}
.status_ok {
  color : #696;
  font-size : 11px;
  line-height : 130%;
  font-weight : bold;
}
.status_notok {
  color : #966;
  font-size : 11px;
  line-height : 130%;
  font-weight : bold;
}
.status_neutral {
  color : #2B88CA;
  font-size : 11px;
  line-height : 130%;
  font-weight : bold;
}

.filebox {
  font-family: Verdana, Helvetica, Arial, serif;
  font-size: 10px;
  border: 1px solid #ccc;
}

.row1 {
  background-color: #EEEEEE;
}

.row2 {
  background-color: #FFFFFF;
}

tbody.on  { display:table-row-group; }
tbody.off { display:none; }
