/* --------------------------------------------------------------- */
/* Photos.css, created : 24 Jan 2004 at 17:09 by ThumbHTML ver 2.7 */
/* --------------------------------------------------------------- */

/* Governs page background, and background of images using drop-shadows */
/* Font size also seems to affect the top menu */
BODY {
background-color: #000000;
color: #FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12pt;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #4682B4;
scrollbar-shadow-color: Black;
scrollbar-track-color: #003366;
scrollbar-arrow-color: #ADD8E6;
scrollbar-darkshadow-color: Navy;
}

/* links */
A:LINK {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
color:#00FFFF;
font-weight : normal;
text-decoration : none;
}
/* visited links */
A:VISITED {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
color: #FF00FF;
font-weight : normal;
text-decoration : none;
}

/* mouse-over links */
A:HOVER {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
color: #FF0000;
font-weight : normal;
text-decoration: underline;
}

header text 
DIV.header { 
color: #FFFFFF; 
font-size: 12pt;
}

/* footer text */
DIV.footer {
color: #FFFFFF;
font-size: 10px;
}

/* main title */
H1 {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-weight : Normal;
color: #FFFFFF;
font-size: 20px;
}

/* not currently used - has been replaced by <center> tags */
.mainbody {
 text-align: center;
}

/* date and time */
.photodatetime {
color: #FFFFFF;
font-size: 10px;
}

/* photo data section */
.photodata {
color: #FFFFFF;
font-size: 10px;
text-align: right;
}

/* picture comments */
.caption {
color: #FFFFFF;
font-size: 12px;
text-align: center;
}

/* link colors in the footer section */
A.footer, A:VISITED.footer {
font-size: 10px;
}

/* links in the movie section */
A.movie, A:VISITED.movie, DIV.movie {
font-size: 9px;
}

/* mouseover-color of hyperlinks in the footer section */
A:HOVER.footer {
font-size: 10px;
color: #FF0000;
}

TD.thumbnail {
color: #FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
/* without the "thumbnail" modifier, this will also affect the top menu which is in a table cell! */
/* Normal size for the menu is 12 pt or about 16 px */
}

/* text in the 'also-available' section of linked-image HTML pages */
TD.alsoavailable {
color: #FFFFFF;
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: #FFFFFF;
font-size: 12px;
text-align: center;
font-style: italic;
}

/* picture information in slideshow */
#photodetails {
color: #FFFFFF;
font-size: 11px;
text-align: right;
}

/* photo date and time in slideshow */
#photodate {
color: #FFFFFF;
font-size: 11px;
}

/* image filename in slideshow */
#filename {
color: #FFFFFF;
font-size: 12px;
text-align: left;
}

/* image count in slideshow */
#imagecount {
font-size: 12px;
text-align: left;
}
/* pausego in slideshow  */
#pausego {
font-size: 10px;
color: #COCOCO;
text-align: right;
}
/* select boxes in thumbnail template when order_by_email template chosen */
select {
background-color: #000000;
color: #FFFFCC;
font-size: 10px;
}
/* input boxes in thumbnail template when order_by_email template chosen */
.input {
padding-top: 0px;
padding-bottom: 0px;
background-color: #000000;
color: #FFFFCC;
font-size: 12px;
width: 20px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #c0c0c0;
}
