/* Gallery.css -- Cascading Style Sheet for Van's Art Gallery.
 * 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: 40px;
}

tr.smallheading
{
  text-align: center;
  height: 20px;
}

td.heading
{
  font-size: 4em;
  color: #E6D291;
  font-style: italic;
}

td.smallheading
{
  font-size: 2em;
  color: #E6D291;
  font-style: italic;
}

table.strip
{
  border-width: 0px;
  width: 100%;
}

table.image 
{
  padding: 3px 3px 0px 3px;
  border: 2px solid #E6D291;
}

table.imagenoborder
{
  padding: 3px 3px 0px 3px;
  border: 0px solid #E6D291;
}

tr.directionbar
{
  vertical-align: center;
  height: 20px;
}

tr.copyright
{
  text-align: right;
}

tr.indexcopyright
{
  text-align: center;
}

td.title
{
  padding-left: 16px;
  text-align: left;
  font-size: 1.5em;
  color: #E6D291;
  font-style: italic;
}

td.directionbar
{
  text-align: left;
  font-size: 1.5em;
  color: #E6D291;
  font-style: italic;
}

td.announce
{
  vertical-align: bottom;
  font-size: 1.5em;
  color: #E6D291;
  font-style: italic;
}

td.copyright
{
  font-size: 0.7em;
  color: #E6D291;
  font-style: italic;
}

img.control
{
  border-width: 0px; 
  height: 20px;
  width: 28px;
}

img.image
{
  border-width: 0px;
}

a.title
{
  text-align: center;
  font-size: 1.6em;
  color: #E6D291;
  font-style: italic;
}

a.hilitetitle
{
  text-align: center;
  font-size: 1.6em;
  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.5em;
  color: #FFFFFF;
  font-style: sans-serif;
}

a.glimmertitle
{
  text-align: center;
  color: #E6D291;
  font-style: italic;
}


