/* the fulltext search field */
input.fulltext
{
  border:1px solid #7E9DB9;
  height:15px;
  width:180px;
}

/* all submit buttons */
input.submit
{
  border:1px solid #7E9DB9;
  /*display:block;*/
  /*height:25px;*/
  width:100px;
  background-color:#ffffff;
}

/* normal checkboxes with a label on the right */
input.checkbox
{
  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -2px;
  *overflow: hidden;
}

div.toggle_check_for_all
{
  font-size: 80%;
  margin-bottom: 0.3em;
}

div.tree_expand_collapse
{
  font-size: 80%;
  margin-bottom: 0.3em;
}

#texts_of_law_tree_root_icon
{
  height: 18px;
  line-height: 18px;
  padding-left: 22px;
  background:transparent url(/images/common/entities_15x18/gr.png) no-repeat 1px 0;
}

span.tree_abrogated
{
  color: #aaaaaa;
}

span.selectedTreeRow span.tree_abrogated
{
  color: #ffffff;
}

input.direct_search
{
  color: #999999;
}

input.direct_search.focused
{
  color: #000000;
}

.box_header_form a
{
  font-size: 100% !important;
}

.box_header_form #direct_search_text
{
  border: 1px solid #999999;
  border: 1px solid #13385D;
  width: 115px;
  font-family: Arial,Verdana,Arial sans-serif;
  font-size: 100%;
  height: 14px;
}

#direct_search_form_box_header a
{
  padding-left: 21px;
  background: transparent url(/images/frontend/page_layout/SearchButton.gif) no-repeat 0px 0px;
  cursor: pointer;
}

#direct_search_form_box_header a span.link_text
{
  display: none;
}

