/*-----------------------------------------*/
/* ThumbHTML default stylesheet            */
/* version 2.7.3, Jeff Waldock, April 2003 */
/*-----------------------------------------*/

/* Governs page background, and background of images using drop-shadows */
BODY {
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 10px;
}

/* links */
A:LINK {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 10px;
color:maroon;
font-weight : normal;
text-decoration : none;
}

/* visited links */
A:VISITED {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 10px;
color: navy;
font-weight : normal;
text-decoration : none;
}

/* mouse-over links */
A:HOVER {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 10px;
color: red;
font-weight : bold;
text-decoration: underline;
}

/* footer text */
DIV.footer {
color: black;
font-size: 8px;
}

/* main title */
H1 {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-weight : normal;
color: black;
font-size: 12px;
}

/* not currently used - has been replaced by <center> tags */
.mainbody {
 text-align: center;
}

/* date and time */
.photodatetime {
color: black;
font-size: 9px;
}

/* photo data section */
.photodata {
color: black;
font-size: 9px;
text-align: right;
}

/* picture comments */
.caption {
color: black;
font-size: 10px;
text-align: center;
}

/* picture comments in index pages */
.indexcaption {
color: black;
font-size: 10px;
text-align: center;
}

/* link colors in the footer section */
A.footer, A:VISITED.footer {
font-size: 9px;
}

/* links in the movie section */
.movie {
	font-size: 11px;
	color: #EEE8AA;
}
DIV.movie {
	font-size: 12px;
	padding-bottom: 5px;
}
a.movie, a:VISITED.movie {
	color: #EEE8AA;
}
a:hover.movie {
	color: #EEE8AA;
}
td.movie {
	font-size: 11px;
	background-color: #00008B;
	text-align: left;
	vertical-align: top;
	color: #EEE8AA;
}

/* mouseover-color of hyperlinks in the footer section */
A:HOVER.footer {
font-size: 8px;
color: black;
}

TD {
color: black;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 8px;
}

/* text in the 'also-available' section of linked-image HTML pages */
TD.alsoavailable {
color: black;
font-size: 10px;
}

/* Hyperlinks in 'also-available' section of individual linked-image HTML pages */
A.alsoavailable,A:HOVER.alsoavailable,A:VISITED.alsoavailable {
font-size: 10px;
}

/* image descriptions in slideshow */
#descriptions {
color: black;
font-size: 10px;
text-align: center;
font-style: italic;
}

/* picture information in slideshow */
#photodetails {
color: black;
font-size: 10px;
text-align: right;
}

/* photo date and time in slideshow */
#photodate {
color: black;
font-size: 10px;
}

/* image filename in slideshow */
#filename {
color: black;
font-size: 10px;
text-align: left;
}

/* image count in slideshow */
#imagecount {
font-size: 10px;
text-align: left;
}

/* pausego in slideshow */
#pausego {
font-size: 10px;
color: black;
text-align: right;
}

/* select boxes in thumbnail template when order_by_email template chosen */
select {
	color: black;
	font-size: 10px;
}

/* input boxes in thumbnail template when order_by_email template chosen */
.input { padding-top: 0; padding-bottom: 0; color: black; font-size: 10px; width: 0px; border-top-color: #c0c0c0; border-right-color: #c0c0c0; border-bottom-width: 1px; border-right-width: 1px; border-bottom-color: #c0c0c0; border-left-color: #c0c0c0; }

