/* 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: #EFEDE0;
	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: #5f5f5f;
}

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

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

a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: gray
}

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