body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

/* PHPix stuff... */

/* The box with the stuff in it */

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

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


/* The navigation bar */

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

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

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;
	background-color: #3366cc;
}

/* The (optional) description text */
div.description {
	background-color: #606060;
	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: white;
	padding: 10px;
}

tr.album {
	background-color: white;
}

td.album {
	font-family: times, times new roman, 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: 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;
}

a {
	color: #04658E;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #008F65;
	font-weight: bold;
	text-decoration: underline;
}

/* Admin Stuff */
.message {
	color: red;
	font-weight: bold;
	font-variant: normal;

}

.calendar { background: #eeeeee;     font: 11pt monospace; }
.calMonth { background: transparent; font: bold 12pt sans-serif; }
.calDays  { background: #ccccff; }
.calPrev  { background: #cccccc; }
.calNow   { background: #ccffcc; font-weight:bold; }
.calNext  { background: #cccccc; }
.calHoliday{background: #ffcccc; }
