﻿
body {
  font-family:          Trebuchet MS, Tahoma, sans-serif;
  font-size:            13px;
  margin:               0px;
  padding:              0px;
}

table {
  border-collapse:      collapse;
  font-family:          Trebuchet MS, Tahoma, sans-serif;
  font-size:            13px;

}

input {
  font-family:          Trebuchet MS, Tahoma, sans-serif;
  font-size:            13px;
}



img {
  border: 0;
}

a {
  color: #1678C4;
}

a:hover {
  color: #005393;
}

a.new {
  color: #e00000;
}

a.new:hover {
  color: #b00000;
}

form {
  margin: 0;
}

select {
  font-family:          Trebuchet MS, Tahoma, sans-serif;
  font-size:            13px;
  margin-left:          5px;
}

label {
  color: #808080;
}

* html label.inline-cb-label {
  position: relative;
  bottom: 3px;
}
/*hhb*/
input.search-field{
  FONT-SIZE: 16px; 
  border:0;
}

input.search-field:focus {
  background-color: #ffffd8
}
textarea.search-field{
  FONT-SIZE: 16px;
  border:0;
}
textarea.search-field:focus {
  background-color: #ffffd8
}



select:focus {
  background-color: #ffffd8;
}

html>body sup {
  line-height: 0%;
  position: relative;
  font-size: 80%;
}

* html sup {
  line-height: 0%;
  position: relative;
  font-size: 80%;
  top: -0.2ex;
}

div.pb {
  margin-bottom: 14px;
  background-image: url('../img/logo-small.jpg');
  background-repeat: no-repeat;
  background-position: 2px 50%;
  padding-left: 38px;
  color: #FFA500;
}

img.ilink {
  cursor: pointer;
}

span.link {
  text-decoration: underline;
  cursor: pointer;
}

span.blue {
  color: #1678C4;
}