html			{background-color:#465A78;}
body			{color:white; font:0.9em arial,sans-serif;}

h1, h3			{color:#ff9; margin:0; padding:0;}
h1			{font-size:1.6em; font-weight:bold;}
h3			{font-size:1.2em;}

table 			{border-style:none; margin-left:auto; margin-right:auto; text-align:left;}
tr			{vertical-align:top;}
td			{padding:5px;}

a 			{color:white;}
a:visited 		{color:silver;}
a:hover, a:active	{color:aqua; background-color:navy;}
a img			{border:1px solid #ccc;}

.note			{font:italic 1.1em times,serif;}
.footnote		{font-family:times, serif;}

#head h1		{position:absolute; overflow:hidden; width:0; height:0;}


/* use by menu.js */
a.menu img		{border-style:none;}



/* use by album_index.html */
#thumbnailsTable	{background:#dee6e6; font-size:0.9em; margin:10px; padding:10px; text-align:center; overflow:visible;}
div.thumbnail		{float:left; width:150px; height:150px; margin:1px 4px; overflow:hidden;}
img.isThumbnailOnly	{position:absolute; overflow:hidden; width:0; height:0;}

div.noJavascriptWarning	{background:#fff6bf url(/images/exclamation.png) center no-repeat; background-position:15px 50%;
			text-align:left; padding:5px 20px 5px 45px; margin:4px 0 4px 0;
			color:black; border-top:2px solid #ffd324; border-bottom:2px solid #ffd324;}
div.albumName		{text-align:center; float:left;}
div.albumName		{height:175px;}				/*added to overcome IE v6,7 bug*/


/* use by album_photos.html*/
div#thumbnailIndexBar	{position:fixed; top:0; left:0; width:100px; margin:0; padding:0; overflow:scroll; text-align:center; float:left;}
div#thumbnailIndexBar				{height:auto;}		/*IE read this*/
html>body div#thumbnailIndexBar			{height:100%;}		/*Firefox read this*/
div#thumbnailIndexBar div.thumbnailIndex	{max-width:100px;}

img#photo		{border-right:3pt inset gray; border-bottom:3pt outset gray;}
img#photo		{height:700px;} /*370px*/
img#photo, object#video	{clear:both; margin-top:0.5em; margin-bottom:0.5em;}
html>body img#photo, html>body object#video	{height:auto; max-height:700px;} /*max-height:370px*/

div#mainPhoto		{height:100%;}				/*added to overcome IE bug*/
div#mainPhoto		{margin-top:1em; margin-bottom:1em; text-align:center;}
div#mainPhoto		{background:#DEE6E6; padding:0.5em;}

.caption				{color:black;}
.caption a, .caption a:visited		{color:blue;}
.caption a:active, .caption a:hover	{color:aqua;}

#previous, #next	{margin-left:3em; margin-right:3em;}
#previous a, #next a	{font-weight:bold;}
