/* Emacs settings: -*- mode: Fundamental; tab-width: 4; -*-

////////////////////////////////////////////////////////////////////////////
//                                                                        //
// Andrew's Album Application: noscript-css.txt                           //
//                                                                        //
// Copyright (c) 2004-2005, Andrew Birrell                                //
//                                                                        //
////////////////////////////////////////////////////////////////////////////

*/


/* ************ Global settings */

A:link			{color: #ffffff}
A:active		{color: #ff0000}
A:visited		{color: #ffffff}
A:hover			{color: #00ff00}
body			{margin: 0px; padding: 0px;
					color: #ffffff; background-color: #808080;
					font-family: arial,verdana,sans-serif}
table			{border-collapse: collapse}
td				{padding: 0px}
img				{background-color: #777777; border: 0px #cccccc ridge;
					margin: 0px; padding: 0px;
					vertical-align: middle}


/* ************ Top-level tables, button bars, and td.main */

table.top		{width: 100%; font-size: 12px}
td.btns			{background-color: #666666;
					padding: 4px;
					white-space: nowrap;
					font-size: 1.25em}
#privBtns		{width: 20%; text-align: left}
#title			{background-color: #bbbbbb; color: #000000;
					width: 60%; text-align: center}
#finalBtns		{width: 20%; text-align: right}
td.main			{height: 540px; text-align: center;
					border-bottom: 2px #cccccc ridge}
div.catalog		{height: 100%}


/* ************ Main image page */

img.main		{ }


/* ************ Catalog page */

td.mini			{width: 142px; text-align: center}
td.miniTitle	{width: 210px; text-align: left; font-size: 1.25em}
img.thumb		{margin: 3px; border-width: 0px}
img.mini		{border-width: 0px; margin: 3px}
