
table.terms 
{ 
  border-top: 1px solid #CCC; 
  border-left: 1px solid #CCC; 
  margin-bottom: 10px; 
}

table.terms th 
{ 
  background: #EEE; 
  font-family: Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif; 
}

table.terms td, table.terms th 
{ 
  border-right: 1px solid #CCC; 
  border-bottom: 1px solid #CCC; 
  padding: .5em; 
  vertical-align:top;
}

table.terms img
{
  float: left;
}

col.name
{
  width: 16%;
}

col.value
{
  width: 84%;
}

/*
Styles for overview tables
*/

table.overviews
{
  width: 50%;
  margin-bottom: 10px; 
}

table.overviews td
{
  vertical-align: top;
}

col.classoverview
{
  width: 50%;
}

col.propoverview
{
  width: 50%;
}

table.overview
{
  border: 1px solid #CCC; 
}

table.overview th
{
  background: #EEE; 
  font-family: Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif; 
  padding: .5em; 
}

table.overview td
{
  padding: .1em; 
}

.left
{
  float: left;
}