/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies. */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666666;
background-color: #000000;
background-image: url(gifs/bg-014.gif);
background-repeat: repeat-x, repeat-y;
margin-top: 12px;
scrollbar-face-color:black;
scrollbar-arrow-color:yellow;
scrollbar-track-color:black;
scrollbar-shadow-color:blue;
scrollbar-highlight-color:green;
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}

/* Style for the Title */
.xptitle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 32px;
font-weight: bold;
color: #ffff00;
}

/* The image border color */
img { border: #CCCCCC; }

/* Custom link styles */
a:active { text-decoration: none; color: #996699; font-weight: bold; }
a:visited { text-decoration: none; color: #3333ff; font-weight: bold; }
a:hover { text-decoration: underline; color: #00ff00; font-weight: bold; }
a:link { text-decoration: none; color: #ff0000; font-weight: bold; }

I { background-color: #FFFF99 }

.comment { color: #FFFF99; font-weight: bold; font-size: 10px; }

/* Put a border on all generated images */
.image { margin: 5; border: 2 solid; }

/* Align the content of the cells on the index pages.
#index td { text-align: left; vertical-align: top; }
DISABLED IT to have control over the tables in the index page */

/* Style for all table cells. */
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; }

/*.camera { font-size: 10px; }
I DISABLED IT */

/* Remove the margin under the images on the index pages. */
#index .image { margin-left: 2; margin-right: 10; margin-bottom: 0; }

/* Don't have margins on the slide pages.
body#slide { margin: 0; }
DISABLED IT so that slides will look the same as index page */

/* Highlight the image name on the slide pages.
#slide .name { font-weight: bold; font-size: 14px; }
NOT USED */

/* Header
h1 { font-size: 30px; font-weight: bold; }
DISABLED IT */