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


/* The whole page */

body {
	background-color: White;
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-size: 10pt;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	margin-bottom : 0;
	padding-bottom : 0;
}

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

/* The box with the stuff in it */

div.content {
	background-color: white;
	margin-left: 0;
	margin-right: auto;
}

div.contentIE {
	background-color: white;
	margin-left: 0;
	margin-right: auto;
}


/* The navigation bar */

tr.navbar {
	background-color: #F0F0E3;
}

td.navbar {
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-size: 10pt;
	margin-top: 1em;
	color: margin-top: 1em;
	height : 3em;
	border-bottom : 1px solid #52443C;
	padding-left : 1em;
}
A:LINK {
	text-decoration : none;
	font-weight : bold;
	color: #5B5B2F;
}
A:HOVER {
	text-decoration : underline;
}
A:ACTIVE {
	text-decoration : underline;
	
}
A:VISITED {
		text-decoration : none;
		font-weight : bold;
		color: #5B5B2F;
}

a.navbar:link {
	color: #5B5B2F;
	font-weight : bold;
}
a.navbar:visited {
	color: #5B5B2F;
	font-weight : bold;
}

font.endpoint {
	font-weight: bold;
}


td.location, td.dimensions {
margin-top: 1em;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-size: 10pt;
	color: #52443C;
	height : 3em;
	border-bottom : 1px solid #52443C;
}

/* The (optional) description text */
div.description {
	background-color: #ddddcc;
	color: black;
        text-align: center;
	margin-left: auto;
        margin-right: auto;
        margin-top: 1px;
	padding: 0.5em;
}

/* The body */

div.feature {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top : 1em;
}

A.body-desc {
	color : #808040;
}


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

tr.album {
	background-color: white;
}

td.album {
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-size: larger;
	text-align: center;
}
	
/* Rotation commands */

table.rotate {
	width: 100%;
	/* Nothing here, chief */
}

tr.rotate {
	/* Add fancy formatting here */
}

td.rotate#ccw {
	text-align: left;
}

td.rotate#cw {
	text-align: right;
}	
	

/* The pictures */

a.album-pic {
	color: black;
}

a.body-pic {
	color: #808040;
}


img.body-pic {
	border : 2px solid Black;
	margin-top : 3px;
}

tr.body {
	background-color: white;
}

td.body {
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	text-align: center;
	vertical-align: center;
}


/* The footer */

table.footer {
	margin-left: auto;
	margin-right: auto;
	border-top : 1px solid #52443C;
	margin-top : 1em;
	background-color: #EBEBD8;
	width : 100%;
}

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: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;
}

td.footer-jump {
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;
}

/* Generated by */

div.generated {
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-size: x-small;
}

