
/* Normal text */
FONT.normal {
  text-decoration: none;
  font-family: Arial;
  font-weight: normal;
}

/* Subtitle of page (picture x of n) */
FONT.subtitle{
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}

/* Font for album thumbnail descriptions */
FONT.album_thumbnailtext{
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
}

/* Font for movie thumbnail descriptions */
FONT.movie_thumbnailtext{
  text-decoration: none;
  font-family: Arial;
  font-weight: normal;
  font-size: 10px;
}

/* Font for picture thumbnail descriptions */
FONT.picture_thumbnailtext{
  text-decoration: none;
  font-family: Arial;
  font-weight: normal;
  font-size: 10px;
}

/* Font for document thumbnail descriptions */
FONT.document_thumbnailtext{
  text-decoration: none;
  font-family: Arial;
  font-weight: normal;
  font-size: 10px;
}


/* Font for album title */
FONT.albumtitle {
  color: #B4976B;
  text-decoration: none;
  margin: 0px;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}

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

/* Font for picture title */
FONT.picturetitle {
  color: #000000;
  text-decoration: none;
  margin: 0px;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}

/* Style for main thumbnails table */
td.thumbnails_main
{
   padding: 8px;
}

table.album_thumbnail
{
  border: 1px solid black;
  width: 200px;
}

table.picture_thumbnail
{
  width: 200px;
  border: 1px solid black;
}

table.movie_thumbnail
{
  width: 200px;
}

table.document_thumbnail
{
  width: 200px;
}


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

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

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

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


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

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

#SM_footer {
	font-family: Arial;
	font-size: 9px;
	color: grey;
}

#SM_footer a {
	font-family: Arial;
	font-size: 9px;
	color: grey;
}
