div.l_history
{
  font-size: 0.9em; /*0.8em;*/
  margin: 1.5em 0.5em 1.5em 1.5em;
  line-height: 1.6em;
}

div.l_history div.title 
{
  color: #0066CC;
  font-size: 1.1em;
  font-weight: bold;
}

/*
div.filter_ctrl
, div.lookup_ctrl
, div.no_result
, div.warning
{
  margin-left: 1.5em;
  margin-right: 1.5em;
}
*/

div.warning
{
  color: #C12E48;
  margin-top: 2em;
}

div.filter_ctrl
, div.no_result
{
  margin-top: 2em;
}
div.lookup_ctrl
{
  margin-top: 1em;
}
div.lookup_ctrl
, div.no_result
{
  margin-bottom: 2em;
}

div.filter_ctrl select
{
  margin-left: 0.5em;
}

div.lookup_ctrl input
{
  margin-left: 0.5em;
}

/*
div.lookup_ctrl *
{
  float: left;
}
div.l_result_box
{
  clear: both;
}
*/
table.lookup_ctrl
{
  width: 100%;
}
table.lookup_ctrl td.rigth
{
  text-align: right;
  padding-right: 0.5em;
}

div.lookup_ctrl a.clear_link
{
  color: #005CB9;
  text-decoration: none;
  /*float: right;*/
}

div.lookup_ctrl a.clear_link:hover
{
  text-decoration: underline;
}

div.lookup_ctrl input.lookup
{
  width: 14em;
}

div.l_result_box
{
  /*margin-left: 1em;*/
  margin-right: 0;
  /*font-size: 0.8em;*/
}

table.l_result
{
  width: 100%;
}

table.l_result tr.title
{
  font-size: 1.2em;
  border-bottom: solid 1px #4E8FC0;/*#AAC9E1;*/
}

table.l_result tr.parity_row
{
  background-color: #E6E9FF;
  background-image: none;
}

table.l_result tr.title td
{
  padding-bottom: 0.2em;
}

table.l_result tr.title td.lh_word
{
  white-space: nowrap;
}

table.l_result td
{
  padding-right: 0.5em;
}

table.l_result td.lh_service
, table.l_result td.lh_level
{
  width: 2%;
}

table.l_result td.lh_dtime
{
  width: 7%;
  white-space: nowrap;
}

table.l_result td.lh_word
{
  width: 7%;
}
table.l_result td.lh_count
{
  width: 1%;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

table.l_result td.lh_def
{
  padding: 0;
}

table.l_result td.lh_word a
{
  text-decoration: none;
}
table.l_result td.lh_word a:hover
{
  text-decoration: underline;
}

table.l_result td.lh_word img
, table.l_result td.lh_dtime img
{
  padding-left: 0.5em;
}