body {
margin: 5px;
font-family: verdana;
font-size: .7em;
background-image: url(/images/pagebak.gif);
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}






#container {
width: 758px;
background: #F3EDD7;
border-top: 1px solid #615946;
border-left: 1px solid #615946;
border-right: 1px solid #615946;
border-bottom: 1px solid #615946;
margin: 0 auto;
}

#topbar {
border-bottom: 1px solid #ADB399;
}

#topmenu {

}

#topmenutextlinks {
background: #737061;
border-bottom: 1px solid #4C493A;
color: #E1DECD;
padding: 5px;
padding-left: 10px;
}

	#topmenutextlinks a {
	color: #E1DECD;
	text-decoration: none;
	text-transform: lowercase;
	}
	
	#topmenutextlinks a:hover {
	text-decoration: underline;
	}

#topmenuform {
background: #B4AE98;
margin-top: 3px;
padding: 5px;
padding-left: 10px;
}

	#topmenuform input, #topmenuform select {
	font-size: .8em;
	}

#content {
padding: 10px;
}

#bottommenu {
background: #737061;
padding: 5px;
padding-left: 10px;
color: #E1DECD;
font-size: .9em;
}

	#bottommenu a {
	color: #E1DECD;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: small-caps;
	}
	
	#bottommenu a:hover {
	color: #F5F77A;
	}
	
#credits {
width: 750px;
text-align: right;
padding-top: 3px;
padding-bottom: 13px;
font-size: .8em;
color: #555555;
margin: 0 auto;
}

	#credits a, #credits a:visited {
	color: #5555ff;
	}
	
	#credits a:hover {
	color: #ff5555;
	}

#picinfo {
background: #736F64;
margin-top: 5px;
}

	#picinfo td {
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	}



.comment {
background: #FFFBEF; 
margin-left: 20px;  
padding: 5px;
}


.smalltext {
font-size: .8em;
}

a.underpiclink {
background: #ffffce;
line-height: 1.6em;
border: 1px solid silver;
text-decoration: none;
padding: 2px;
font-family: arial;
font-weight: bold;
display: inline-block;
cursor: pointer;
}

a.underpiclink:hover {
color: red;
}

a.underpiclink:active {
color: black;
}


.row0 {

}

.row1 {
background: #FAF7EE;
}

.photo {
border: 1px solid #615946;
}

.indexlatestpics {
border: 1px solid #b4ae98;
background: #FFFBEF;
}

	.indexlatestpics th {
	background: #b4ae98; 
	color: #FFF8E2; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	padding: 2px;
	}
	
	.indexlatestpics td {
	text-align: left;
	background: #b4ae98;
	}
	
	.indexlatestpics .title {
	margin-bottom: 4px;
	font-style: italic;
	font-size: .9em;
	text-align: center;
	}
	
.statstable {
width: 100%;
border: 1px solid #b4ae98;
}

	.statstable th {
	text-align: left;
	background: #737061;
	color: white;
	}
	
	.statstable .row0 {
	background: #c4bea8;
	}
	
.graphbar {
background: #ccccee;
border: 2px solid coral;
}
	
a.info {
	position:relative;
	z-index:24;
	}

	a.info:hover {
	z-index:25;
	}

	a.info span {
	display: none
	}

	a.info:hover span { 
	display:block;
	position:absolute;
	top:0; 
	left:2em; 
	text-align: center; 
	background: white;
	padding: 2px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	}