/* CSS Document for OR search pages */

/*SEARCH PAGE*/
.LegendSearchClass {font-size:18px;color:#C10000;}
.ButtonFrmSearchClass
{ background-color:#C10000;
  color: #ffffff;
  font-weight:800;
  padding:5px 5px 5px 5px;
}
.SearchClassDefault { line-height:20px}


/* SEARCH PAGE NO RESULTS BLOCK  */

.no_results { 
   color:#CC0000; background-color:#FAFAFA;
   width:700px; 
   margin-top:10px; 
   margin-bottom:20px; 
   font-size:12px; 
   border:#CC0000 1px solid;
   padding:5px 10px 5px 38px;
   background-image:url(../images/error.gif);
   background-position:left top;
   background-repeat:no-repeat;
   }