
body,table {
  background-color: #000000;
	font-family: Verdana;
	color: #ffffff;
	font-size: 10px;
}

/* style for images that will be faded in */
.fadein {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

/* style for images that will receieve an opacity mouseover effect */
.menuOpac {
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

.menuOpac:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.homeMenu {
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}

/* used for the photo gallery thumnails on the photos page */
.photoOpac {
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
  border: 1px solid #dfdfdf;
}

/* style used for the menu at the top of the art and photos pages */
.topMenu {
	filter:alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

.artthumb {
	background-color: #666666;
}

/* used to control the position of the archive dropdown on the photos page */
.archive {
  padding-left: 10px;
  padding-bottom: 18px;
}

.archiveSelect {
  background-color: #313131;
  color: #dfdfdf;
}

#hiddenDesc {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 670px;
}

#hiddenDesc li {
  float: left;
  margin: 0px;
  width: 120px;
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
  background-color: #404040;
  position: absolute;
  visibility: hidden;
}

#divpage {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  display: none;
}

/* style for the loading image */
.loading {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0; 
}
