/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A0A0A0;
	background-image: url(bgr_marble.jpg);
	SCROLLBAR-FACE-COLOR: #DDDDDD; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FBFEFF; 
	SCROLLBAR-SHADOW-COLOR: #FBFEFF; 
	SCROLLBAR-3DLIGHT-COLOR: #DDDDDD; 
	SCROLLBAR-ARROW-COLOR:#FBFEFF; 
	SCROLLBAR-TRACK-COLOR:#FBFEFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #DDDDDD; 
	SCROLLBAR-BASE-COLOR: #FBFEFF;
}

/* Style for the Title */
#index .xptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: black;
}	

#slide .xptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: black;
}	

/* Custom link styles */
a:active {
	text-decoration: none;
	color: black;
}

a.gray:active {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

a.gray:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

a.gray:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: black;
}

a.gray:link {
	text-decoration: none;
	color: black;
}

.comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.comment2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.image {
	margin: 2;
}

/* To control the font of the image label */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

.imageinfo {
	position:absolute;
	left:73px;
	top:104px;
	z-index:1;
	background-color: #FFFFCC;
	layer-background-color: #FFFFFF;
	width: 360px;
	visibility: hidden;
	border: 2px solid #000000;
}

.foldersign {
	position:relative;
	left:-32;
	top:0;
	z-index:1;
	border: 0;
}

HR {COLOR: blue}
