h3 {
  color: #660000;
}
h3.i {
  color: #660000;
  display: inline;
}
h4.th {
  color: #660000;
}
h4.m {
  color: #660000;
}
h5.m {
  color: #660000;
}
h6 {
  color: #660000;
}
h6.tooltip {
  color: #FFFFFF;
}
.messageb {
  color: #660000; font-weight:bold;
}
.messagen {
  color: #660000; 
}
.panel-ozentries {
  border-color: #660000;
}
.panel-ozentries > .panel-heading {
  color: white;
  background-color: #660000;
  border-color: #660000;
}
.panel-ozentries > .panel-heading .badge {
  color: #660000;
  background-color: white;
}
.btn-ozentries {
  color: white;
	background-color: #660000;
	border-color: #660000;
}
.btn-ozentries:focus,
.btn-ozentries.focus {
  color: white;
  /*background-color: #e6e6e6;*/
  background-color: #660000;  
  border-color: #8c8c8c;
}
.btn-ozentries:hover {
  color: white;
  background-color: #800000;
  /*border-color: #adadad;*/
}
.btn-ozentries:active,
.btn-ozentries.active,
.open > .dropdown-toggle.btn-ozentries {
  color: white;
  /*background-color: #e6e6e6;*/
  background-color: #660000; 
  border-color: #adadad;
}
.btn-ozentries:active:hover,
.btn-ozentries.active:hover,
.open > .dropdown-toggle.btn-ozentries:hover,
.btn-ozentries:active:focus,
.btn-ozentries.active:focus,
.open > .dropdown-toggle.btn-ozentries:focus,
.btn-ozentries:active.focus,
.btn-ozentries.active.focus,
.open > .dropdown-toggle.btn-ozentries.focus {
  color: black;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-ozentries:active,
.btn-ozentries.active,
.open > .dropdown-toggle.btn-ozentries {
  background-image: none;
}
.btn-ozentries.disabled:hover,
.btn-ozentries[disabled]:hover,
fieldset[disabled] .btn-ozentries:hover,
.btn-ozentries.disabled:focus,
.btn-ozentries[disabled]:focus,
fieldset[disabled] .btn-ozentries:focus,
.btn-ozentries.disabled.focus,
.btn-ozentries[disabled].focus,
fieldset[disabled] .btn-ozentries.focus {
  background-color: #d4d4d4;
  border-color: #ccc;
}
.btn-ozentries .badge {
  color: #660000;
  background-color: white;
}
/* list with 2 colomns */
ul.list { width: 900px; }
ul.list li { display:inline-block; width: 400px; }

/* list with square bullets */
ul.box { list-style-type:square; }

/* Show select hover: */
a.show { 
  color : #333333; 
  text-decoration : none; 
  font-weight : normal; 
  font-family : Arial, Helvetica, sans-serif; 
} 
a.show:hover { 
  color : #660000; 
  text-decoration : underline; 
  font-weight : normal; 
  font-family : Arial, Helvetica, sans-serif; 
}
/* Button style to look like link for show class */
.btn-show { 
  color : #333333; 
  background:none!important;
  border:none; 
  padding:0!important;
  text-decoration : none; 
  font-weight : bold; 
  font-family : Arial, Helvetica, sans-serif; 
}
.btn-show:hover {
  color : #660000; 
  background:none!important;
  border:none; 
  padding:0!important;
  text-decoration : underline; 
  font-weight : bold; 
  font-family : Arial, Helvetica, sans-serif; 
}
/* Button style to look like link for show selection lists */
.btn-select { 
  color : #0066CC; 
  background:none!important;
  border:none; 
  padding:0!important;
  text-decoration : none; 
  font-weight : normal; 
  font-family : Arial, Helvetica, sans-serif; 
}
.btn-select:hover {
  color : #660000; 
  background:none!important;
  border:none; 
  padding:0!important;
  text-decoration : underline; 
  font-weight : normal; 
  font-family : Arial, Helvetica, sans-serif; 
}
/* Table hover special colour*/
.table-hover tbody tr:hover td  {
  background: #E8DEE0;
}
.asterisk  { 
  color:#660000; font-weight:bold; font:10pt verdana,arial;
} 
table.table-bordered{
    border:1px solid black;
    margin-top:20px;
  }
table.table-bordered > thead > tr > th{
    border:1px solid black;
}
table.table-bordered > tbody > tr > td{
    border:1px solid black;
}
thead.shaded {
    background-color: #E8DEE0;
} 