/* 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: #4b4b6e;
	background-color: #6d6d91;
	background-repeat: repeat-x;
	margin-top: 7px;
	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: 12px;
	font-weight: bold;
	color: #4b4b6e;
}	

#slide .xptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EFEFEF;
}	

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

a.gray:active {
	text-decoration: none;
	color: #FFAAAA;
}

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

a.gray:visited {
	text-decoration: none;
	color: gray;
}

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

a.gray:hover {
	text-decoration: underline;
	color: #D0D0D0;
	font-weight: bold;
}

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

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

.comment {
	color: white;
	font-weight: bold;
	font-size: 11px;
}

.image {
	margin: 1;
; background-color: #A8B1C5; border: small #6d6d91 inset
; visibility: visible; clip:  rect(   )
}

/* To control the font of the image label */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4b6e;
}

.imageinfo {
	position:absolute;
	left:73px;
	top:104px;
	z-index:1;
	background-color: #FFFFCC;
	layer-background-color: #FFFFFF;
	width: 360px;
	visibility: hidden;
	border: 2px #000000 solid;
}

.foldersign {
	position:relative;
	left:-32;
	top:0;
	z-index:1;
	border: 0;
}
