iframe
{
  border-style: none;
  border-spacing: 0px;   
  border-collapse: collapse;
  border: none;
  overflow: auto;
  overflow-x: hidden;  
  vertical-align: top;  
  margin: 0px;
  padding: 0px;  
  display: inline;   
  height: 100%;
}

form
{
  display: inline; 
}

.centered
{
  display: block;
  margin-left: auto;  
  margin-right: auto;  
  text-align: center;
}

.rouge
{  
  color: red;  
}

/* TABLE IN SEARCH1.PHP AND SEARCH2.PHP */

table.criteria td
{
  padding: 5px;
}
  

/* DRAW A LINE UNDER TABLE CELLS IN LIST1.PHP AND LIST2.PHP */

table.list
{
  border-spacing: 0px;	
  border-collapse: colllapse;  
}

table.list td
{
  padding: 10px;
  vertical-align: top;
  text-align: center;  
  border-bottom-color: black; 
  border-bottom-style: solid;
  border-bottom-width: 1px;    

} 

/* HEADERS OF THE TABLES IN LIST1.PHP AND LIST2.PHP */

th
{
  padding: 10px;
  vertical-align: top;
  background-color: white;   
  font-weight: lighter;
  border-bottom-color: black; 
  border-bottom-style: solid;
  border-bottom-width: 1px;   
  border-top-color: black; 
  border-top-style: solid;
  border-top-width: 1px;     

} 

/*  SET ALL DROP-DOWNS OF PAGE SEARCH1.PHP TO THE SAME WIDTH  */

.sized
{
  width: 100%;	
}
