/**
 * CSS related to all pages.
 */
 .header {
background-color:#C6E184;
background-image:url("../../../images/heading/headerIm.JPG");
background-position:left top;
background-repeat:no-repeat;
color:white;
font-family:verdana;
font-size:xx-small;
font-weight:bold;
}

body {
	font-size: 11px;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	background-color: ##C6E184;
}

a:hover {
	color: #747474;
	font-weight: normal;
	text-decoration: none;
}

a {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

div.spacer {
	clear: both;
}

span.searchButton {

}

span.searchButton span.searchButtonLeft {
	float: left;
	display: block;
	background-image: url(../../../images/buttons/search_left.gif);
	width: 9px;
	height: 30px;
}

span.searchButton span.searchButtonRight {
	float: left;
	display: block;
	
	background-image: url(../../../images/buttons/search_right.gif);
	width: 9px;
	height: 30px;
}

span.searchButton a {
	float: left;
	display: block;
	
	background-image: url(../../../images/buttons/search.gif);
	height: 30px;
	text-decoration: none;
}

span.searchButton a span {
	color: #FFF;	
}

span.searchButton a span.detailButtonMiddle {
	line-height: 30px;
	font-size: 13px;
	letter-spacing: 3px;
}

span.searchButton a span.searchButtonMiddle {
	line-height: 28px;
	font-size: 14px;
	letter-spacing: 2px;
}

div#chosenPictureContainer {
	margin-top: 20px;
	height: 160px;
}

div#chosenPictureContainer img {
	border: 1px solid #000000;
	max-width: 195px;
	max-height: 155px;
	
}

div#picturesTableContainer {
	text-align: center;
}

div#picturesTableContainer table {
	margin: auto;
}

div#picturesTableContainer table img {
	width: 75px;
	border: 1px solid #000000;
}

div#picturesTableContainer table td {
	padding: 5px;
}
ul#menu {
 list-style-type: none;
 padding: 0;
 margin: 0;
 border: 0;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 15px;
 background: #FFFFCE url(navigation_over.gif) no-repeat;
}
ul#menu li {
 display: inline;
	
}



