@charset "utf-8";
/* CSS Document */

body {
	background-color: #F0F1C9;
	font-family: Cambria, serif;
	font-size: 80%;
	color: #4A0000;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 135%;
	margin: 0px;
	padding: 0px;
	position:absolute;
	top:27px;
	left:290px;
	font-weight: bold;
	color: #336600;
}
form {
	background-color: #EDE2D8;
	padding: 1em;
	width: 60em;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
h2 {
	font-size: 90%;
	padding: 0px;
}
.dullform {
	font-weight: lighter;
	background-color: #ECEDBC;
}
.msg {
	font-weight: bold;
	color: #FF3300;
	text-align: left;
	padding: 1em;
}
.petname {
	font-size: large;
	font-weight: bold;
	color: #993300;
}
.entrystats {
	font-size: small;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pettext {
	font-size: medium;
}
.petframe {
	background-image: url(images/frame1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
	width: 500px;
	border: 1px solid #9FB38C; /* This adjusts positions in Firefox */
}
.pettextN {
	width:330px;
	height:220px;
	font-size: medium;
	vertical-align:middle;
	margin-top:42px;
	padding-top: 50px;
	padding-right: 37px;
	padding-bottom: 52px;
	padding-left: 60px;
	overflow: auto;
}
table.pets {
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
table.petsN {
	color: #333333;
	background-color: #9FB38C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.navbuttons {
	display:block;
	position: absolute;
	top: 70px;
	left: 250px;
	height:2em;
	vertical-align:middle;
}
span.navbutton {
	text-align:center;
	border-top: 1px solid #EDF8B1;
	border-right: 1px solid #CAC59F;
	border-bottom: 1px solid #CAC59F;
	border-left: 1px solid #EDF8B1;
	background-color: #FFFFCE;
}
a.navbutton {
	font-weight: bold;
	text-decoration: none;
	padding-left:0.5em;
	padding-right:0.5em;
}
.nonavbutton {
	font-weight: bold;
	text-decoration: none;
	padding-left:0.5em;
	padding-right:0.5em;
	text-align:center;
	color: #999999;
}
.mostrecentpanel {
	background-color: #FFFFF0;
	position:absolute;
	left:1em;
	width:16em;
	padding:0.5em;
	border: thin inset #DBDABD;
	top: 160px;
}
.newspanel {
	position:absolute;
	top:418px;
	left:20em;
	width:26em;
	padding:0.5em;
	font-size:medium;
}
td.pettext {
	width: 25em;
}
td.pettextN {
	width: 25em;
}
td.petpics {
	width: 400px;
}
.confirm {
	background-color: #CCFFCC;
	padding: 1em;
	width: 55em;
}
.scroll {
	overflow: auto;
}
.logostrap {
	position:absolute;
	top:0.25em;
	left:0px;
	text-align:center;
	font-weight: bold;
	font-size: 140%;
	color: #477862;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}
#siteinfo {
	font-size: 100%;
	color: #cccccc;
	padding: 10px;
	margin-top: -1px;
	text-align: center;
	width: 100%;
}
text,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.warning {
	background-color: #BEFF37;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
}
.piccaption {
	font-size: xx-small;
}
