








div.time_place {
/*
	font-size: 80%;
*/
}

div.title {
    color: rgb(180,  87,   0);
    font-weight: bold;
}

div.details {
	text-align: justify;
/*
	font-size: 80%;
*/
}

div.title-unimportant {
    color: rgb(128, 128, 128);
    color: black;
/*
    font-weight: bold;
*/
}


  table
  {
	}

  td
  { 
	  border-style: solid;
  }

  tr.unimportant td
  {
		border-color: rgb(128, 128, 128);
    color: rgb(128, 128, 128);
	  color: black;
  }

  tr.unimportant td
{
    font-weight: normal;
}

  td.place, td.date, td.name
  {
    color: rgb(180,  87,   0);
	  border-bottom-width: 1px; 
    font-weight: bold;
/* 
    padding-bottom: 0.1em;
    background-color: rgb(180,  87,   0); 
    background-color: _surround_color();
    padding-top: 0.1em;
*/
  }

  td.date
	{
	}

  td.place
	{
	}

  td.name
	{
	}

  td.details
	{
    font-size: 80%;
	  border-bottom-width: 0px;
	  border-right-width: 0px;
	  border-left-width: 0px;
    text-align: justify;
/*
    padding-top: 0.1em;
    padding-left: 14px;
*/
  }

  td.separator
{
    /*padding-bottom: 14px;*/
}

tr.emph td
{
   background-color: rgb(200,  20,   0);
   border-color: rgb(200,  20,   0);
}

