body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  max-width: 970px;
  min-width: 770px;
  margin: 0 20px 20px 20px;
  font-size: 100%;
}

fieldset {
  clear: both;
  margin: 20px 0;
  padding: 10px;
}

th {
  border-bottom: 2px solid #666;
  color: #CC6600;
  font-weight: normal;
  font-size: 90%;
  vertical-align: top;
}

td {
  font-size: 90%;
}

legend {
  color: #cc6600;
}

label {
  font-size: 90%;
  color: #cc6600;
  letter-spacing: .05em;
}

h1, h2, h3 {
  color: #CC6600;
  font-size: 120%;
	clear: both;
}

#header {
  background: #fff url(../images/banner3.jpg) top left no-repeat;
  display: block;
  color: #FFF;
  text-align: center;
  height: 75px;
  line-height: 65px;
  font-size: 100%;
}

#footer {
  clear: both;
  padding: 20px 100px 20px 0;
  text-align: right;
}

#objsDone {
  height: 200px;
  overflow: auto;
}

.col1 {
  width: 50%;
  border-bottom: 1px solid #666;
}

.col2, .col3, .col4 {
  width: 10%;
  text-align: center;
  border-bottom: 1px solid #666;
}

.col5 {
  width: 20%;
  border-bottom: 1px solid #666;
}

.object_select {
  width: 70%;
  margin: 5px;
}

.textfield { width: 200px; text-align: right; float: left; clear: left; margin: 5px; }
.textfield_login { width: 200px; float: left; clear: none; margin: 5px; }
.textfield_adj { width: 200px; text-align: right; float: left; clear: none; margin: 5px; }
.textfield_right { width: 200px; text-align: right; float: left; clear: none; margin: 5px; margin-left: 50px; }
.adjacent { float: left; clear: none; margin: 5px; width: 200px;  }
.center { float: left; clear: none; margin: 5px; width: 250px; text-align: center;  }
.adjacent_50 { float: left; clear: none; margin: 5px; width: 450px;  }
.error { color: #F00; clear: both; text-align: center; }
.title { color: #666; }
.bot_but { float: left; clear: none; width: 270px; margin: 0 15px; }
.bot_but_1 { float: left; clear: none; width: 270px; margin: 0 50px; }
.center_buts { margin-left: 130px; }
#up_2px { margin-top: -2px; }

.left1, .left3 {
  width: 200px;
  vertical-align: top;
}

.left2, .left4 {
  width: 350px;
  vertical-align: top;
  color: #999;
  font-size: 80%;
}

.read_buts {
  float: left;
  width: 24%; 
  padding: 3% 0; 
  text-align: center;
}

.padded {
  padding: 0 5px;
}

.clearer {
  height: 0;
  clear: both;
}

#categoryTable td {
  vertical-align: top;
}
/* tabbed interface css */

#tab1 {
  clear: both;
}

.tab{
  color: #000000;
  background: #FFF URL(../images/tab_bg.gif) 50% 0 no-repeat;
  position: relative;
  top: 10px;
  text-align: center;
  font: 90%  Arial, Helvetica, sans-serif;;
  z-index: 2;
  padding: 3px;
  cursor: pointer;
  float: left;
  height: 17px;
  width: 30%;
  padding-top: 7px;
  padding-left: 10px;
}

.panel{
  position: absolute;
  top: 112px;
  max-width: 1024px;
  min-width: 770px;
  margin: 0 auto;
  z-index: 1;
  height: 85%;
  visibility: hidden;
  font: 12pt  Arial, Helvetica, sans-serif;;
  color: #000000;
  padding: 10px;
  clear: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear_all {
  clear: both;
}

.under {
  float: left;
  margin-top: 90px;
  margin-left: -68px;
}

/* autosuggest css */


div.autosuggest
{
  position: absolute;
  margin: 5px 0 0 0; 
  padding: 0;
  z-index: 5;
  border: 2px solid black;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
  position: relative;
  height: 6px;
  padding: 0;
  overflow: hidden;
}

div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
  height: 6px;
  overflow: hidden;
  background-color: #fff;
}


div.autosuggest ul
{
  list-style: none;
  margin: 0 0 -4px 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}

div.autosuggest ul li
{
  color: #666;
  padding: 0;
  margin: 0 4px 4px;
  text-align: left;
}

div.autosuggest ul li a
{
  color: #666;
  display: block;
  text-decoration: none;
  text-shadow: #000 0px 0px 5px;
  position: relative;
  padding: 0;
  width: 100%;
}
div.autosuggest ul li a:hover
{
  background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
  background-color: #ccc;
}

div.autosuggest ul li a span
{
  display: block;
  padding: 3px 6px;
  font-weight: bold;
}

div.autosuggest ul li a span small
{
  font-weight: normal;
  color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
  color: #666;
}

div.autosuggest ul li.as_highlight a
{
  color: #000;
  background-color: #ccc;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
}
div.autosuggest ul li a .tr
{
  right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
  left: 0;
}

div.autosuggest ul li.as_highlight a .tr
{
  right: 0;
}



div.autosuggest ul li.as_warning
{
  font-weight: bold;
  text-align: center;
}

div.autosuggest ul em
{
  font-style: normal;
  color: #000000;
}

h1 a {
  color: #FFF;
}
