/* @XXXimport url("search_menu.css");*/


form
{
  margin: 0;
  padding: 0;
}

fieldset
{
  margin: 0;
  padding: 0;
  border: 0;
}

textarea.hidden
{
  display: none;
}

table.search
{
  border: 0;
  border-collapse:  collapse;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

table.search img
{
  display: block;
  border: 0;
}

table.search td
{
  margin: 0;
  padding: 0;
}

td.middle_search
{
  height: 100%;
  width: 100%;
}



td.search_side, td.middle_search
{
  background-color: #D1E2F1;
}

td.search_right_side
{
  background-image: url(../images/rs_s.gif);
  background-position: top;
  background-repeat: repeat-y;
}

td.search_down_side
{
  background-image: url(../images/ds_s.gif);
  background-position: top;
  background-repeat: repeat-x;
}

td.corner_search
{
  height: 10px;
}

input.search_box
{
  width: 130px;
}

div.search_form
{
  font-size: 0.8em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  white-space: nowrap;
  margin-bottom: 0.3em;
}

div.donation_link
{
  margin-bottom: 0.6em;
  margin-top: 0.6em;
  text-align: center;
}

div.dictionary_title
{
  text-align: center;
  font-size: 1.1em;
  color: #004B97;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

div.help
{
  width: 130px;
  margin: 1px;
  clear: both;
}

div.clearer
{
  clear: both;  
}

div.help a
{
  color: #253D83;
  font-size: 0.8em;
  float: right;
}

td.menu_data_cell
{
 width: 100%;
}

img.arrow_img
{
 cursor: pointer;
}

table.search
{
 height: 100% ! important;
}

div.alpharesults_head
{
  background-image: url(../images/alph_results.gif);
  height: 22px;
  text-align: right;
  width: 177px;
  background-repeat: no-repeat;
  background-position: top left;
  /*border-style: solid;
  border-width: 1px;
  border-color: #253D83;
  border-bottom: 0;*/
  font-size: 2px;
}
div.alpharesults_head a img
{
  margin-right: 5px;
  margin-top: 6px;
}

div.alpharesults
{
  margin-top: 10px;
  width: 175px;
}

div.alpharesults img
{
  margin: 2px;
  display: inline;
}

.tab
{
  background-repeat: no-repeat;
  background-position: top left;
}

div.tab
{
  text-align: right;
  width: 89px;
  height: 35px;
  font-size: 10px;
}

div.tab img
{
  display: inline;
  /*vertical-align: middle;*/
}

div.tab a
{
  position: relative;
  top: 18px;
  left: -5px;
}

.multi_tab_selected
{
  background-image: url(../images/multi_selected.gif);  
}

.multi_tab_unselected
{
  background-image: url(../images/multi_not_selected.gif);  
}

.similar_tab_selected
{
  background-image: url(../images/similar_selected.gif);
}

.similar_tab_unselected
{
  background-image: url(../images/similar_not_selected.gif);
}

/* image preloading by css */
td.tab
{
  background-position: -1000px -1000px;
}

div.down_tabs
{
  margin-top: 10px;
}

div.search_data table.level
{
  border-collapse: collapse;
  border: none;
}

div.search_data table.level td
{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  font-size: 0.7em;
}

div.search_data table.level td label
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  /*color: #000099;*/
  color: #004B97;
}

div.word_list_main_div
{
  width: 176px;
  height: 182px;
  background-color: White;
  border-right-style: solid;
  border-right-width: 1px;
  /*border-right-color: #000099;*/
  border-right-color: #747ac8;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  /*border-bottom-color: #000099;*/
  border-bottom-color: #747ac8;
}

div.word_list_div_down
{
  width: 177px;
  height: 121px;
  background-color: White;
  border-right-style: solid;
  /*border-right-color: #000099;*/
  border-right-color: #747ac8;
  border-right-width: 1px;
  border-bottom-style: solid;
  /*border-bottom-color: #000099;*/
  border-bottom-color: #747ac8;
  border-bottom-width: 1px;
}

div.word_list_div
{
  overflow: hidden;
}

.menu_td
{
  height: 250px;
}

div.help a
{
  text-decoration: underline ! important;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif  ! important;
}

div.help_down
{
  float: right ! important;
}