/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-color: white;
	color: black;
	margin: 1;
}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 10pt;
} 

/* Make the text background orange */
.orange {background-color: #dc8b2e;}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 1;
}

.nav {
	font-weight: normal;
	font-size: 24px;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000
}

a:visited {
	text-decoration: none;
	color: #000088
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}

a:link {
	text-decoration: none;
	color: #0000FF
}

#title {
        font-size: 18pt;
        font-weight: bold;
        color: #ffffff;
}

#imageinfo {
        position:absolute;
        left:250px;
        top:43px;
        width: 220px;
        z-index:1;
        background-color: #a8ccb6;
        filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
        layer-background-color: #FFFFFF;
        visibility: hidden;
        border: 0px dashed #000000;
        padding: 5px 5px 5px 5px;
}

#tellafren {
        position:absolute;
        left:10px;
        top:43px;
#        width: 200px;
        z-index:1;
        background-color: #a8ccb6;
        filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
        layer-background-color: #FFFFFF;
        visibility: hidden;
        border: 0px dashed #000000;
        padding: 2px 2px 2px 2px;
}
