/*
@import url('/baseStyle.css');
@import url('/psMenuStyle.css');
*/
@media print {
   div.pageNav { display: none; }
   div#showControls { display: none; }
   iframe#photoselector { display: none; }
   div#menu { display: none; }
   embed#soundtrack { display: none; }
   div#imageDiv img { display: block; opacity: 1.0; filter: alpha(opacity=100); }
}

div.pageNav { z-index: 20; }
body { color: #000000 ; background-color: #FFFFFF; font-size: 12px; margin: 3px; font-family: 'Arial', sans-serif; }
body.negativeview { color: #FFFFFF; background-color: #000000; }
img { border : none; }

p { font-family: 'Arial', sans-serif; font-size: 100%; }

a { color: #0000FF; font-size: 100%; }
a:visited { color: #000080; }
a:active { color: #FF0000; }

a.plainlink { text-decoration: none; }
a.plainlink:active { color: silver ; font-weight: bold; }

a.headerTitle { font-size: 36px; font-style: italic; font-weight: bold; text-decoration: none; color: #00008F; }

hr { width: 100%; height: 2px; background-color: #0000FF; color: #0000FF; }

td#tree_cell { border-right: 3px groove #0000FF; }

basefont {color: red }

fieldset { font-family: arial; border-color: #0000FF; padding-left: 6px; padding-right: 6px; }
fieldset legend { font-family: arial; font-style: italic; font-weight: bold; margin-right: 6px; margin-left: 6px; }

table, td { border-color: blue; }

table.negativeview { background-color: #000000; background-image: url(/images/negative_bg.gif); background-repeat: repeat-y; }
table.negativeview td { background: none; padding-right: 10px; padding-left: 10px; }
table.negativeview td img { width: 77px; height: auto; }
div#preview { scrolling: no; margin: 0px; }
div#showControls { z-index: 10; width: 106px; height: 24px; background-color: white; border: 1px solid silver; margin: 0px; display: block; position: absolute; opacity: 0.3; filter: alpha(opacity=30); }
div#showControls a img { padding: 2px 2px; height: 20px; }
div#videoDiv { z-index: 2; width: 372px; display: none; }
div#imageDiv { z-index: 2; width: 372px; display: block; }
div#editDiv {  z-index: 0; background-color: white; border: 1px solid silver; margin: 0px; display: none; position: absolute; }

