
/* presentation.php */
.cmd {font-family:Arial; font-size:11px;font-weight:bold }
table.presentation {border:1px solid silver}

/* anchor behavior for menus */
a.photomenu, a:link.photomenu, a:visited.photomenu, a:hover.photomenu, a:active.photomenu {
font-family : tahoma, arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
cursor: pointer;
}
 /* border around single image viewers */
div.pictureWindow {border: 0px dotted white}

/* filmstrip */
div.filmstrip_body { background-color:#9DAAA6 }
div.filmstrip { overflow:auto; width:520px; height:166px }
table.filmstrip { background-color:#000000 }
div.filmstrip_text { color:#000000;text-align:center }

div.lighttable_body {background-color:#A8E2FF}
td.lighttable_outline {border: 1px solid silver;background-color:#F8F8F8}
div.lighttable_text { color:#000000;text-align:center }
div.lighttable_text80 { font-size:9px;color:#000000;text-align:center }
div.lighttable_text160 { font-size:11px;color:#000000;text-align:center }
div.lighttable_text256 { color:#000000;text-align:center }

div.slideshow_body {background-color:#FFE8B7}
div.slideshow_text { color:#000000;text-align:center }

/* pr_edit.php */
ul.slist {border: 1px solid #000000; list-style: none; height: 16em; overflow: auto; padding:0; margin:0; font-size: 10px; }
ul.slist2 {border: 1px solid #000000; list-style: none; height: 20em; overflow: auto; padding:0; margin:0; font-size: 12px; }
ul.slist3 {border: 1px solid #000000; list-style: none; height: 34em; overflow: auto; padding:0; margin:0; font-size: 12px; }

div.photoediter {border:1px solid #C0C0C0}
div.photopreveiw {border:1px solid #C0C0C0}
.readonlypath {background-color:#DDDDDD}

/* albumedit.php */
.pn:visited { font-family:Arial; font-size:14px; font-weight:bold; text-decoration:none}
.pn:link { font-family:Arial; font-size:14px; font-weight:bold; text-decoration:none}
.pn:active { font-family:Arial; font-size:14px; font-weight:bold; text-decoration:none}
div.editbackground {border:1px solid #C0C0C0}
div.previewbackground {border:1px solid #C0C0C0}

/* matching div style for displaying defaults */
.photoTitleBody div, .photoTitleBody p  {
    margin: 0px;
    padding: 0px;
    font-family: verdana;
	font-size:16px;
}

.photoDescrBody div, .photoDescrBody p  {
    margin: 0px;
    padding: 0px;
    font-family: verdana;
	font-size:16px;
}
a.quietLink:link              { color:blue; text-decoration:underline; }
a.quietLink:visited           { color:blue; text-decoration:underline; }
a.quietLink:hover             { color:orange; text-decoration:underline; }
a.quietLink:active            { color:blue; text-decoration:underline; }
