/* Gallery-small.css -- Cascading Style Sheet for Van's Art Gallery, small version.
 * Copyright C2006 by Van Wanless.
 */

body 
{
  background-color: #000000;
  background-image: "./inc/GalleryBackground.jpg";
  background-attachment: fixed;
  background-position: center center;
}

table
{
  border-width: 0px;
}

table.heading
{
  width: 100%;
  padding: 0px 0px 0px 0px;
  border: 0px solid #000000;
}

tr.heading
{
  text-align: center;
  height: 30px;
}

tr.smallheading
{
  text-align: center;
  height: 13px;
}

td.heading
{
  font-size: 3em;
  color: #E6D291;
  font-style: italic;
}

td.smallheading
{
  font-size: 1.5em;
  color: #E6D291;
  font-style: italic;
}

table.strip
{
  border-width: 0px;
  width: 100%;
}

table.image 
{
  padding: 2px 2px 0px 2px;
  border: 2px solid #E6D291;
}

table.imagenoborder
{
  padding: 2px 2px 0px 2px;
  border: 0px solid #E6D291;
}

tr.directionbar
{
  vertical-align: center;
  height: 13px;
}

tr.copyright
{
  text-align: right;
}

tr.indexcopyright
{
  text-align: center;
}

td.title
{
  padding-left: 12px;
  text-align: left;
  font-size: 1.13em;
  color: #E6D291;
  font-style: italic;
}

td.directionbar
{
  text-align: left;
  font-size: 1.13em;
  color: #E6D291;
  font-style: italic;
}

td.announce
{
  vertical-align: bottom;
  font-size: 1.13em;
  color: #E6D291;
  font-style: italic;
}

td.copyright
{
  font-size: 0.5em;
  color: #E6D291;
  font-style: italic;
}

img.control
{
  border-width: 0px; 
  height: 14px;
  width: 21px;
}

img.image
{
  border-width: 0px;
}

a.title
{
  text-align: center;
  font-size: 1.2em;
  color: #E6D291;
  font-style: italic;
}

a.hilitetitle
{
  text-align: center;
  font-size: 1.2em;
  color: #FF8040;
  font-style: italic;
}

a
{
  text-decoration: none;
}

a:link
{
  text-decoration: none;
}

a:visited
{
  text-decoration: none;
}

p.glimmer
{
  text-align: center;
  font-size: 1.13em;
  color: #FFFFFF;
  font-style: sans-serif;
}

a.glimmertitle
{
  text-align: center;
  color: #E6D291;
  font-style: italic;
}


