/* 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: 12px;
	color: #666666;
/*	background-color: BLACK; or EFEDE0*/
/background-color: #EFEDE0;/
background-color: #ffffff;
	background-image: url(../res/green_topbar.gif);
	background-repeat: repeat-x;
	margin-top: 12px;




}

/* Style for the Title */
.xptitle {
	font-family: Lucida Sans Unicode, Tahoma,"HANA Regular",arial,"Swiss 721 Light BT","Antigoni Light","Oz Handicraft BT","Helvetica Black", sans-serif;
	font-size: 20px;
	font-weight: medium;
color: #EAEAEA;
/*
color: #EAEAEA;
	color: #E0A200;
	color: #E0B400;
	color: #FFBA8F;
color: #FFC35F;
color: #FFFFFF;
background-color: #FFC35F;*/
}	

img {
	border-color: #ffffff;




}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {background-color: #FFFFFF;
	text-decoration: underline;
	color: #333333;
	
}

a:link {
	text-decoration: none;
	color: #666666
}

.comment {
	color: black;
	font-weight: bold;
	font-size: 10px;

}	
.titlesub {
	font-family:  Verdana, Swiss 721 Light BT,Lucida Sans Unicode;
        color: #FFF1B7;
	font-weight: bold;
	font-size: 11px;

}	




.searchengine {
	
        
	font-weight: light;
	font-size: 9px;

}	










.stills {
        color: #EAEAEA;
	
	font-weight: medium;
	font-size: 11px;


}



.stills a:active {background-color: #FFFFFF;
	text-decoration: none;
	color: #ffffff;
}

.stills a:visited {
	text-decoration: none;
	color: #999999;
}

.stills a:hover {background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	border-top: 1px solid black;border-bottom: 1px solid black;
}

.stills a:link {
	text-decoration: none;
	color: #333333;
}










/* 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: 12px;
	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: 22px;
	font-weight: bold;
}
DISABLED IT */







