/*
$Id: main.css,v 1.4 2009/05/22 14:26:39 igoryan Exp $ 
vim: set ts=2 sw=2 sts=2 et:
*/
#history-box {
  padding: 5px;
  border: solid 1px #ccc;
	font-size: 10px;
}
#history-box ul {
  padding-left: 20px;
  margin: 0px;
	
}
#history-box li {
  padding: 0px;
  margin: 0px;
  font-size: 10px;
}
#history-box .subhead {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
  padding-top: 3px;
  margin: 0;
}
#history-box .subhead-comment {
  color: #000000;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 0 3px 0px;
  margin: 0;
}
#history-box .subhead-note {
  color: #848a94;
  padding: 3px 0 3px 0px;
  font-size: 10px;
}
#history-box .section-subhead {
  color: #b51a00;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 0 3px 0;
  margin: 0;
}
#history-box p {
  font-size: 10px;
  padding: 0px;
  margin: 0px;
}
#history-box .status {
  color: #848a94;
}