/*
  stylesheet example for silvermine slideshow
*/

BODY {
  background-color: #000000;
  color: #ffffff;
  margin: 0px;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold
}

TD {
  background-color: #000000; 
}

<!-- Normal text -->
FONT.normal {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-weight: normal;
}

<!-- Subtitle of page (picture x of n) -->
FONT.subtitle{
  color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 14;
}

<!-- Font for album thumbnail descriptions -->
FONT.album_thumbnailtext{
  color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 11;
}

<!-- Font for movie thumbnail descriptions -->
FONT.movie_thumbnailtext{
  color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-weight: normal;
  font-size: 10;
}

<!-- Font for picture thumbnail descriptions -->
FONT.picture_thumbnailtext{
  color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-weight: normal;
  font-size: 10;
}

<!-- Font for document thumbnail descriptions -->
FONT.document_thumbnailtext{
  color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-weight: normal;
  font-size: 10;
}


<!-- Font for album title -->
FONT.albumtitle {
  color: #ffffff;
  text-decoration: none;
  margin: 0px;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 14;
}

<!-- Font for album title -->
A.albumtitle {
  color: #ffffff;
  text-decoration: none;
  margin: 0px;
  text-decoration: underline;
  font-family: Arial;
  font-weight: bold;
  font-size: 14;
}

<!-- Font for picture title -->
FONT.picturetitle {
  color: #ffffff;
  text-decoration: none;
  margin: 0px;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 14;
}

<!-- Style for main thumbnails table -->
td.thumbnails_main
{
   padding: 8;
}

table.album_thumbnail
{
  width: 200px;
}

table.picture_thumbnail
{
  width: 200px;
}

table.movie_thumbnail
{
  width: 200px;
}

table.document_thumbnail
{
  width: 200px;
}


td.album_thumbnail
{
   padding: 5;
   background-color:#000000
}

td.picture_thumbnail
{
   padding: 5;
   background-color:#000000
}

td.movie_thumbnail
{
   padding: 5;
   background-color:#000000
}

td.document_thumbnail
{
   padding: 5;
   background-color:#000000
}


a.navigation
{
  color: #000000;
  text-decoration: underline;
  font-family: Arial;
  font-weight: bold;
  font-size: 14;
}

td.navigation
{
  color: #000000;
  padding: 2;
  font-family: Arial;
  font-weight: bold;
  font-size: 14;
}
