/* search */

.search_selected {
 background-color: #93b2dd;
 font-weight: bold;
}

.search_notselected {
 font-weight: normal;
 background-color: #e5e5e5;
}

.search_tab_link {
 text-decoration: none;
 color: #003366;
}

/* HISTORY */

#history { 

  margin-bottom: 20px;
}

#history .panel { 
/*  border: 1px solid black; */

}

#history h1 { 
  color: red;
}

/* HISTORY SHOW */

#historyshow { 

}

#historyshow .panel { 
  border: 1px solid black;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.historybar { 
  font-size: 6pt;
}

#historyshow input { 
  margin-right: 5px;
}

/* changes */


#changes { 

}

#changes .panel { 
  border: 1px solid black;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#changes .diffold { 
  background-color: yellow;

}


#changes .diffnew { 
  background-color: green;
}
/* layout stuff */

/* ACTIONS */

#actionsline { 
  width: 770px; 

  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px; 

  background-color: #dde4ef;

  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

#actionsline INPUT { 
  margin-right: 10px;
}

#actionsline SELECT { 
  margin-left: 20px;
}


/************ SEARCH *********/

#search { 
  float: right; position: relative
}

#search INPUT { 
  margin-right: 10px;
}

/**** MENU ***/

#menu { 
  background-color: white;

  border-left: 1px dotted #808080;

  padding-left: 10px;
  padding-top:  10px;

  font-size: 80%;
}


/* search */

.search_selected {
 background-color: #93b2dd;
 font-weight: bold;
}

.search_notselected {
 font-weight: normal;
 background-color: #e5e5e5;
}

.search_tab_link {
 text-decoration: none;
 color: #003366;
}

#findpage { 
  background-color: white;
  width: 700px; 
  color: #003366
}
