body
{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #F0F0F0;
  color: #000000;
  font-size: 11px;
}

.title
{
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.subtitle
{
  font-size: 12px;
  color: black;
}

a:link
{
        color: #333333;
        text-decoration: underline;
}

a:visited
{
        color: #444444;
        text-decoration: underline;
}

.folder_name
{
  font-size: 16px;
  font-weight: bold;
  background-color: #d4ecad;
}

.folder_title
{
  font-size: 18px;
  font-weight: bolder;
  background-color: #d4ecad;
}

.folder_description
{
  font-style: italic;
  font-size: 12px;
  color: #666666;
}

.folder_images
{
  font-size: 11px;
  color: #cccccc;
}

.title_table
{
  background-color: white;
}

.table_content
{
  padding-left: 10px;
  padding-top: 6px;
  vertical-align: top;
}

.separate_row_bottom
{
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.separate_bottom
{
  height: 8px;
}

.image_border_thumbnail 
{
  /* 
  Border around images in thumbnail view, used on div layer
  */
  border: #DDDDDD;
  border-style: solid;
  border-width: 1px;
  padding: 6px;
  background-color: white; 
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

