/* So, like, you can edit this stuff and really alter the way the thing
 * looks.  Yeah.
 */
/* this file was originally part of phpix picture gallery, and then modified by Kevin Sonney */
/* The whole page */

body {
    color: #000000;
	background-color: #444444;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

body#modify {
	/* Different color so you know you're in modify mode */
	background-color: #444444;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

h1 { 
	font-family: helvetica, sans-serif;
}

/* The box with the stuff in it */

div.content {
	background-color: #444444;
	/* align: center; */
	margin-left: auto;
	margin-right: auto;
}

div.contentIE {
	background-color: #444444;
	/* align: center; */
	margin-left: auto;
	margin-right: auto;
}


/* The navigation bar */

tr.navbar {
	background-color: white;
    align: center;
}

td.navbar {
	font-family: arial, sans-serif;
	font-size: 10pt;
	margin-top: 1ex;
	color: #000000;
	background-color: white;
	text-align: center;
    align: center;
}

a.navbar:link {
	background-color: white;
	color: #000000;
}
a.navbar:visited {
	background-color: white;
	color: #999999;
}

font.endpoint {
	font-weight: bold;
}


td.location, td.dimensions {
	vertical-align: top;
	text-align: right;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: #3366cc;
}

/* The (optional) description text */
div.description {
	background-color: #444444;
	color: white;
	width: 65%;
	margin: 1em;
	padding: 0.5em;
}

/* The body */

div.feature {
	/* align: center; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.feature img {
	margin: 4px;
}

table.body {
	background-color: #444444;
	padding: 10px;
}

tr.body {
	background-color: #444444;
}

td.body {
	font-family: times, times new roman, serif;
	text-align: center;
	vertical-align: middle;
}


/* The footer */

table.footer {
	/* align: center; */
	margin-left: auto;
	margin-right: auto;
}

td.footer-pagedesc {
	vertical-align: bottom;
	font-size: smaller;
}

td.footer-prev {
	text-align: left;
}

td.footer-adjust {
	text-align: center;
}

td.footer-next {
	text-align: right;
}

td.footer-this {
	color: #a00000;
	font-family: times, times new roman, serif;
	font-weight: bold;
}

td.footer-jump {
	font-family: times, times new roman, serif;
	font-weight: bold;
}

/* Generated by */

div.generated {
	text-align: right;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: x-small;
}

font.footer {
	font-size:x-small;
	font-family:arial,serif;
	text-align: center;
}
