/* So, like, you can edit this stuff and really alter the way the thing
 * looks.  Yeah.
 */


/* The whole page #FFCC66 = orange , #0000FF = bleu , #660099 = violet */

/*body {
 *	background-color: #e0e0e0;
 *	font-family: Arial, Helvetica, 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;
	align: center;
}

div.contentIE {
	 background-color: white; 
	align: center;
}


/* The navigation bar */

tr.navbar {
	background-color: #660099;
}

td.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 1ex;
	color: white;
}

a.navbar:link {
	color: white;
}
a.navbar:visited {
	color: white;
}

font.endpoint {
	font-weight: bold;
}


td.location, td.dimensions {
	vertical-align: top;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFCC66;
}

/* The (optional) description text */
div.description {
	/* background-color: #606060; */
	color: blue;
	width: 65%;
	margin: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* The body */

div.feature {
	align: center;
	text-align: center;
}

table.body {
	/* background-color: white; */
	padding: 10px;
}

tr.album {
	/* background-color: white; */
}

td.album {
	font-family: Arial, Helvetica, 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: black;
}

tr.body {
	/* background-color: white; */
}

td.body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: center;
}


/* The footer */

table.footer {
	align: center;
}

td.footer-pagedesc {
	vertical-align: bottom;
	font-size: smaller;
}

td.footer-prev {
	text-algin: left;
}

td.footer-adjust {
	text-align: center;
}

td.footer-next {
	text-align: right;
}

td.footer-this {
	color: #a00000;
	font-family: Arial, Helvetica, sans-seriff;
	font-weight: bold;
}

td.footer-jump {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Generated by */

div.generated {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

