/* So, like, you can edit this stuff and really alter the way the thing
 * looks.  Yeah.
 */


/* The whole page */

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

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

/* The box with the stuff in it */

div.content {
	background-color: white;
	margin-left: 2%;
	margin-right: 2%;
}

div.contentIE {
	background-color: white;
        margin-left: 2%;
        margin-right: 2%;
}


/* The navigation bar */

tr.navbar {
	background-color: #3366cc;
}

td.navbar {
	font-family: arial, sans-serif;
	font-size: 10pt;
	margin-top: 1ex;
	color: white;
}

a.navbar:link {
	color: #80ffa8;
}
a.navbar:visited {
	color: #80ffa8;
}

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;
}

/* The (optional) description text */
div.description {
	background-color: #606060;
	color: white;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	padding: 0.5em;
}

/* The body */

div.feature {
	text-align: center;
}

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

tr.album {
	background-color: white;
}

td.album {
	font-family: times, times new roman, serif;
	font-size: larger;
	text-align: center;
}
	
/* The pictures */

a.album-pic {
	color: black;
	border: none;
}

img.album-pic {
	color: black;
	border: none;
}


a.body-pic {
	color: black;
}

tr.body {
	background-color: white;
}

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


/* The view.html footer */

table.footer {
	border: node;   /* Change this to solid if you need to debug */
	background-color: white;
	color: black:
}

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

td.footer-prev {
	border: none;  /* Change this to solid if you need to debug */
	width: 200px;
	max-width: 200px;
	text-align: right;
	font-size: small;
}

td.footer-adjust {
	color: black;
	border: none;
	text-align: center;
        font-size: small;
}

td.footer-next {
	border: none;  /* Change this to solid if you need to debug */
	width: 200px;
	max-width: 200px;
	text-align: left;
	font-size: small;
}

img.footer-prev-pic {
	border: none;
}

img.footer-next-pic {
	border: none;
}

/* The index.html footer */

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

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

td.ifooter-prev {
	width: 200px;
	text-align: left;
}

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

/* Generated by */

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

