body {
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left center;
}
body, p, input {
	font-family: Candara, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
input.text {
	font-size: 11pt;
	border: 2px solid #aaa;
}
input.text:focus {
	border: 2px solid #be7e2a;
	background-color: #eed3b0;
	outline: none;
}
input.button {
	font-family: sans-serif;
}

.p8red {
	color: #941515;
}
.p8black {
	color: #000;
}

a, a:visited {
	color: #be7e2a;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ee9e35;
}

h1 {
	font-family: "Courier New", monospace;
	font-size: 32pt;
	font-variant: small-caps;
	font-weight: bold;
}

h2 {
	font-family: "Courier New", monospace;
	font-size: 20pt;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 12px;
}

table {
	width: 100%;
	margin-bottom: 16px;
}

th {
	white-space: nowrap;
	border-bottom: 2px solid #be7e2a;
	padding-right: 8px;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}
	th.number {
		text-align: right;
	}
	th.date {
		text-align: left;
	}

td {
	padding-top: 2px;
	border-bottom: 1px solid #ffe3be;
	vertical-align: top;
	padding-right: 8px;
}
td:first-letter {
	text-transform: capitalize;
}
	td.number {
		text-align: right;
	}
	td.date {
		text-align: left;
		white-space: nowrap;
	}
	td.author {
		text-transform: capitalize;
		white-space: nowrap;
	}

.dateGenerated {
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: none;
}

.headerFooter {
}

.infoBox {
	display: none;
	border: 4px solid #be7e2a;
	background-color: #ffebd0;
	padding: 0 20px 20px 20px;
	position: absolute;
	left: 0;
	top: 0;
	width: 730px;
	height: 400px;
}

.box {
	width: 850px;
	margin: 20px auto 0px auto;
	padding: 10px 25px 10px 25px;
	border-left: 12px solid #be7e2a;
	color: #000;
	background-color: #fff;
	/* Oh crap: first line is for IE8, second for IE6/7, third for CSS3. */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	z-index: 0;
}

#birdTop {
	margin: 0 auto -43px auto;
	width: 850px;
	height: 128px;
}
	#birdTop img {
		position: relative;
		left: 90px;
		z-index: 999;
	}

#header {
	margin-top: 20px;
	text-align: left;
	z-index: 0;
}
	#header .sub  {
		font-size: 12pt;
		text-align: right;
	}
	
#footer {
	position: relative;
	overflow: hidden;
	text-align: right;
	margin-bottom: 20px;
}
	#footer img {
		padding: 2px 0 8px 0;
	}
	
#betaLogo {
	position: absolute;
	left: 35px;
	top: -20px;
}

#bookTitle {
	width: 170px;
}
#bookAuthor {
	width: 140px;
}
#comment {
	width: 195px;
}

#errorMsg {
	display: none;
	border: 2px solid #800;
	background-color: #fcc;
	margin-top: 8px;
	padding: 2px 5px 1px 5px;
	font-weight: bold;
	color: #800;
}
