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

font.error{
	size: 9pt;
	color: red;
}

font.warning{
	size: 9pt;
	color: #FF8000;
}

font.info{
	size: 9pt;
	color: #008000;
}

/* Style for all bodies. */

.menuactive {
	cursor: pointer;
	text-align: center;
	font-family: Tahoma, Arial; font-size: 11pt; font-weight: bold; color: #ffffff;
	}

.menuinactive {
	cursor: pointer;
	text-align: center;
	font-family: Tahoma, Arial; font-size: 11pt; font-weight: bold; color: #bbbbbb;
	}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BBBBBB;
	background-color: #FFFFFF;
/*	background-image: url(gifs/orange_topbar.gif);
	background-repeat: repeat-x; */
	margin-top: 12px;
}

/* Style for the Title */
.xptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: FFF1B9;
	
}	

img {
	border-color: #000000;
}

/* Custom link styles */
/*
a:active {
	text-decoration: none;
	color: #bbbbbb;
}
*/
a:hover {
	text-decoration: bold;
	color: #FFFFFF;	
	background-color: #8DA2B8;
}


a:visited {
	text-decoration: bold;
	color: #bbbbbb;
}

a:link {
	text-decoration: bold;
	color: #dddddd;
}

.comment {
	color: black;
	font-weight: bold;
	font-size: 10px;

}

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

/* 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: 10px;
	color: #444444;
}

/*.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 */