/* CSS style sheet; by Timothy j. Flammger */
/*      top right bottom left */

body {
	background:#eee;
	color: #000;
	font: 12pt Verdana,Arial,sans-serif;
}

/*
	Anchors
*/
a {
	color: #448;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #884;
	text-decoration: underline;
}

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

a.button {
	display: block;
	padding: .25em;
	margin: .25em;
	width: 200px;
	background: #ccc;
	text-align: center;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
}

li a { display: block; }

/*
	Headers
*/
h1 {
	width: 90%;
	margin: 0;
	padding: .25em 5%;
	border: 0;
	font: 24pt "Lucida Calligraphy Italic",fantasy;
	font-weight: bold;
	background: #ccb;
}

h2 {
	margin: 0;
	padding: .25em;
	font-weight: bold;
	font-size: 12pt;
	background: #668;
	color: #eee;
}

h3 { }

h4 {
	margin: .25em;
	padding: .25em;
	font-weight: bold;
	font-size: 12pt;
}

/*
	Images
*/
img {
	border: 0;
	margin: 0;
	padding: 0;
}

img.left {
	float: left;
	margin: 1em 1em 1em 0em;
	z-index: 150;
}

img.right {
	float: right;
	padding: 1em;
	z-index: 150;
}

/*
	Text
*/
p {
	margin: 0 20px;
	padding: 0 20px;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	line-height: 1.5em;
}


/*
	Tables
*/
table {
	background: #ccc;
	border: 4px ridge rgb(255,255,255);
	margin: 0px;
	padding: 0px;
}

td {
	background: #eee;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	margin: 0px;
	padding: .25em;
	text-align: left;
	text-indent: .5em;
	font-size: 10pt;
}

td.header {
	background: #ccc;
	border: 0;
	margin: 0px;
	padding: .25em 1em;
	text-align: center;
	text-indent: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}

/*
	DIVs
*/
#window {
	width: 94%;
	height: 94%;
	overflow: auto;
 margin: 1%;
	border: 1px solid #000;
	padding: 0;
	background: #bba;
	position: absolute;
	z-index: 0;
}

#top {
	width: 680px;
	height: 20px;
	margin-left: 12%;
	padding: 0;
	border: 1px solid #000;
	background: #aab;
	position: absolute;
	top: 10px;
	z-index: 50;
}

#prev {
	width: 20px;
	height: 480px;
	margin-left: 12%;
	padding: 0;
	border: 1px solid #000;
	background: #556;
	position: absolute;
	top: 30px;
	z-index: 50;
}

#prev a {
	background-position: 0px 0px;
	background-image: url(./img/prv.gif);
	overflow: hidden;
	height: 480px;
	width: 20px;
	display: block;
}

#prev a:hover {
	background-position: -20px 0px;
}

#next {
	width: 20px;
	height: 480px;
	margin-left: 12%;
	padding: 0;
	border: 1px solid #000;
	background: #556;
	position: absolute;
	top: 30px;
	left: 660px;
	z-index: 50;
}

#next a {
	background-position: 0px 0px;
	background-image: url(./img/nxt.gif);
	overflow: hidden;
	height: 480px;
	width: 20px;
	display: block;
}

#next a:hover {
	background-position: -20px 0px;
}

#pic {
	width: 640px;
	height: 480px;
	overflow: auto;
	margin-left: 12%;
	padding: 0;
	border: 0;
	background: #000;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: 50;
}

#info {
	width: 640px;
	margin-left: 12%;
	padding: 20px;
	border: 1px solid #000;
	background: #aab;
	position: absolute;
	top: 510px;
	z-index: 50;
}

/*
	general classes
*/
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }
.dblspace {	line-height: 200%; }
.small { font-size: 8pt; }
.red	{ color: #c00; }