@charset "utf-8";

.searchHeader
{
  width: 810px;
  font-weight: bold;
  border-bottom: #999999 1px solid;
  
  float: left;
  clear: left;
}

.searchInfo
{
  width: 810px;
  margin-bottom: 5px;
  border-bottom: #999999 1px solid;
  
  float: left;
  clear: left;
}

.searchItem
{
  float: left;
  clear: left;
  
  margin-bottom: 5px;
  margin-top: 5px;
  
  font-size: 0.9em;
}

.searchRow
{
  float: left;
  clear: both;
}

.searchColHeader
{
  width: 150px;

  float: left;
  clear: left;

  font-weight: bold;
}

.searchCol
{
  float: left;
}

.searchFooter
{
  width: 810px;
  margin-bottom: 5px;
  margin-top: 5px;
  
  float: left;
  clear: left;
  
  border-bottom: #999999 1px solid;
}

.searchFooterContent
{
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px;
  
  border-bottom: 2px solid #f13c25;
	border-top: 2px solid #006cb7;
  
  font-size: 0.9em
}

.highlight
{
  font-weight: bold;
  background-color: #FF3;
}
