/*
Contains formatting information for the automatic photo slideshow script.
Johannes Knabe, Bonn / Germany, 2005-07
and St Albans / UK, 2006-08
*/

/*
ADD "display:none" IF YOU WANT TO HIDE CERTAIN ELEMENTS, 
E.G. CONTROL TO SWITCH BETWEEN SLIDESHOW AND BROWSER MODES
*/

/*hide everything but the picture:*/

/*
input,#picInfo,div.smallprint,.controlTable,a.goLink,select {
display:none;
}
*/
/*hide elements one by one:*/
input.slidebrowse, input.playpause { /*change modes button*/
/*display:none;*/
color:#FFFFFF;
background-color:  #0053A6;
margin: 5px;
padding: 2px 5px;
border: 1px solid #385B88;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
cursor:pointer;/
}
input.sizebutton {  /*actual size / fit on screen button*/
/*display:none;*

}
select {            /*select delay between slides*/
/*display:none;*/
}
a.goLink {          /*next / last links to speed up browsing*/
/*display:none;*/
}
#picInfo {          /*info on the picture text; e.g. name and size*/
/*display:none;*/
}
div.smallprint {    /*text under the picture, usually disclaimer*/
font-size:smaller
white-space:nowrap; 
/*display:none;*/
}
.controlTable {    /*all control buttons*/
/*display:none;*/
}
@media print {      /*hide stuff for printing*/
a { text-decoration:none;
color:black;}
td.paddingBug { padding-top:6px }
span.hideForPrint { display:none;}
input { display:none;}
select { display:none;}
div.smallprint { display:none;}
a.goLink { display:none;}
}
@media screen {     /*link definitions*/
a {color: blue}
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }
a:focus { text-decoration:underline; }
}

body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote,span { font-family:Arial,sans-serif; }

p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote,span { font-size:14px; }

body {
background-color: #fff;/*#aaa;/*this #aaa and the border #aaa's to #000*/
color:            #000000;
margin:           3px;
padding:          0px;
}  
span.info {         /*user defined picture texts*/
font-style:       italic;
}
td.currpic {        /*current picture frame*/
border:           1px solid #aaa;
background-color: #fff; /*should equal the fade-to color from the script*/
padding:          5px;  /*some space needed as browsers are different*/
}

td.browsetd {
padding-right:    1px;
}

div.tdpic{          /*browse-mode thumbnails*/
border:           1px solid #aaa;
background-color: #fff;
padding:          3px;
}

table {
vertical-align:   middle; 
}