/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body              { color: #647068; font-size: 15px; font-family: "Lucida Grande"; background-color: #2e3a3a; margin: 40px 5 5; padding-top: 40px; padding-left: 12px }

/* Style for all table cells. */
td  { font-size: 10px; font-family: "Lucida Grande" }
.image  { margin: 5; border: solid 2px #838383 }

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
        text-align: center;
        vertical-align: bottom;
}
/* Don't have margins on the slide pages. */
body#slide   { margin: 0 }
/**/
#slide .name {
        font-weight: bold;
        font-size: 14px;
}

/* Header */
h1 {
        font-size: 30px;
        font-weight: bold;
}

/* Custom link styles */
a:active   { color: #647068; text-decoration: none }

a:visited   { color: #b0c4db; text-decoration: none }

a:hover {
        text-decoration: underline;
        color: #FFFFFF
}

a:link   { color: #647068; text-decoration: none }
a:hover { color: #fff; text-decoration: underline }
#imageinfo {
        visibility: hidden;
}
.title       { color: #cdcdcd; font-size: 12px; font-weight: normal; text-align: center }

.right_space  {
 padding-right:50px;}

.space  {
 padding-right:25px;}
/**/
