﻿/* Main Selectors for WEB ALBUMS ie. Pirate Party */
body {
	background-color:   white; /* changes background color */
	color:    #000000;         /* changes text color in body */
}

/* To set TABLE height @ 100% of screen
   see: http://www.apptools.com/examples/tableheight.php */
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;

}

/* Changes TABLE COLOR (ie. Other Stuff) and sets TABLE BORDER  */
#wrapper {
	background-color:       #FFFFFF   ;
	margin: 0 auto;
	text-align:   center;
	width: 750px;
	border: 1px solid #000000;
	border-color:black
}

/* PAGE COLOR (sidebars like Home Page */
.page-color {
	background-color:     #C0C0C0 ;
}

a, a:visited {
	background-color: transparent;
	color:  #0000FF;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
	text-decoration:underline
}

/* Links1 for Main Index Page */
a.Links1:link, a.Links1:visited {
 text-decoration: none;
	font-size:  medium;
	color: black;
	font-family: tahoma, arial, helvetica, sans-serif;
}

/* see: http://www.webdeveloper.com/forum/showthread.php?t=82352 or my notes */
a.Links1:hover {
 background-color: transparent;
	color: #FF0000;
	text-decoration:underline;
	font-family: tahoma, arial, helvetica, sans-serif;
}

/* Links2 for Links Page */
a.Links2:link, a.Links2:visited {
 text-decoration: none;
	font-size:  small;
	color: black
}

a.Links2:hover {
 background-color: transparent;
	color: #FF0000;
	text-decoration:underline
}

/* Header - Main Title of Album */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	/* font-weight: normal; */
    background-color: transparent;
	color:   #000000;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 140px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:  0.8em;
	margin: 1ex 0 1ex 0;

}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 140px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 140px;
}

div#navigation td.thumbcell {
	width: 140px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 0em;
}

div#navigation span.clickinfo {
	display: block;
	padding-bottom: 0em:
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: justify;
	font-size: 0.9em;
	display: block;
	width: 640px;
	margin: auto;
}

p.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.9em;
	display: block;
	width: 640px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}

/* Remove Hyperlink Underline and Set Font Size for Text Selection */
.text-selection {
	text-decoration: none;
	font-size:  medium;
	color: black
	 
}

/* text rules in the Links Page Cells */

.LinksPageLinkRulesCellColor {
	text-align: left;
	font-size:small;
	font-weight: bold;
	background-color:    #DBDBDB;
	
}

.LinksPageDescriptionRulesCellColor {
    text-align: left;
	font-size:small;
	font-weight:normal;
	background-color: #E1E1E1;

}

.LinksPageTextMargin {
    margin-left: 20px;
	
	
}

/* .LinksPageLinkRulesNoCellColor {
	text-align: left;
	font-size:small;
	font-weight: bold
	
	
}

.LinksPageDescriptionRulesNoCellColor {
    text-align: left;
	font-size:small;
	font-weight:normal
		
}
not used */

.AlbumDates {
	text-align: right;
	font-size:  small;
	color:black;
	font-weight: normal;

}

.AlbumLinks {
    text-align: left;
	font-size: medium;

	
	
}
