/*
#
# nysagallery style sheet
# Part of nysagallery
#
# Copyright (c) 2006 Stephen Williams, all rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the distribution.
# 3. The name of the copyright holder may not be used to endorse or
#    promote products derived from this software without specific prior
#    written permission.
#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
# IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT,
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#

$Id: gallery.css,v 1.2 2006/08/28 16:50:08 stephen Exp stephen $

*/

body {
	background-color: #909090;
	/*padding: 0px 0px 0px 0px;*/
}

.innerbody {
	background-color: white;
	color: black;
	font-family: sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 1px 10px 10px 10px;
}

a {
	color: #cc0000;
}
a:visited {
	color: #660000;
}
a:active {
	color: #cc0000;
}

h1 {
	background-color: #ff7200;
	text-align: center;
}

h2 {
	background-color: #ff7200;
}

hr {
	background-color: black;
	border: 0;
	color: black;
	height: 2px;
}

img {
	border-width: 1px 1px 1px 1px;
	border: 1px solid black;
	display: block;
	margin: auto;
}

table {
	width: 100%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}

th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	color: black;
	background-color: white;
	/*-moz-border-radius: 0px 0px 0px 0px;*/
}

td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	color: black;
	/*-moz-border-radius: 0px 0px 0px 0px;*/
}

.dimensions {
	/*display: block;*/
	font-size: x-small;
	text-align: center;
	/*margin: auto;*/
}

.mainimage {
}

.navheading {
	font-weight: bold;
}

.navprev {
	float: left;
}

.navnext {
	float: right;
}

.textcell {
	background-color: #ffaf6e;
}

.thumbcell {
	background-color: white;
	width: 1%;
}

.thumbimage {
	display: block;
	margin: auto;
}
