.logText {
	color: red;
}
.logFrame {
	border: 1px solid red;
	padding: 1px;
	margin-top: 3px;
}
.adminFrame {
	border: 1px solid #ffaaaa;
	padding: 1px;
	margin-top: 3px;
	background-color: #ffd5d5;
}

.menuLevel {
	margin-left: 10px;
}

body { 
   text-align: center; 
   margin-top: 0px; 
   padding: 0px;
   background-color: #eff3e2;
	background-image: url("images/page_bg.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input {
	font-size: 8pt;
	border: 1px solid silver;
}
input[type="file"] {
	font-size: 8pt;
	border: 0px solid silver;
}
.formHidden {
	display: inline;
}

#page { 
	width: 885px;
	position: relative;
	margin: auto; 
	padding-bottom: 0px;
   
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	text-align: left;
	font-size: 10pt;
   
	background-color: #98b657;
	background-image: url("images/content_bg.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

#page table {
	font-size: 10pt;
}

#page #headPane { 
	height: 128px;
   
	background-image: url("images/top.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#page #userPane {
	height: 20px;
	_height: 24px;
	text-align: right;
	padding: 2px;
	padding-right: 2px;
	background-image: url("images/user.gif");
	background-position: top left;
	background-repeat: repeat-y;
}
#page #userPane .logText {
	font-size: 8pt;
	display: inline;
}
#page #userPane input {
	font-size: 8pt;
	margin: 0px;
	width: 80px;
	border: 1px solid #dec203;
	height: 14px;
	_height: 18px;
}
#page #userPane input.button {
	color: #874319;
	background-color: #f5f6db;
	height: 18px;
}
#page #userPane .logFrame {
	border: 0px solid red;
	padding: 0px;
}
#page #userPane a {
	color: #874319;
}

#page #menuPane {
	width: 126px;
	_width: 156px;
	height: 400px;
	background-image: url("images/menu.gif");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;

	padding-top: 62px;
	padding-left: 30px;
}
#page #menuPane a {
	color: black;
	font-weight: bold;
	font-size: 10pt;
	
	background-image: url("images/menu_point.gif");
	background-position: top left;
	background-repeat: no-repeat;
	
	padding-left: 10px;
	display: block;
	margin-bottom: 2px;

}
#page #menuPane a:hover {
	color: #415513;
}

#page #contentPane {
	width: 702px;
	_width: 729px;
	float: right;
	background-image: url("images/content.gif");
	background-position: top left;
	background-repeat: no-repeat;

	padding-top: 17px;
	padding-left: 10px;
	padding-right: 17px;
	padding-bottom: 10px;

}
#page #contentPane h2 {
	font-family: arial, helvetica, sans-serif;
	color: #874319;
	font-size: 14pt;
	
	background-image: url("images/title_bg.gif");
	background-position: bottom left;
	background-repeat: repeat-x;

	padding-left: 10px;
	width: 60%;

}

#page #contentPane .adminFrame h2 {
	background-image: none;
	border-bottom: 1px solid #dec203;
	margin-top: 6px;
}

#page #contentPane h3 {
	font-family: arial, helvetica, sans-serif;
	color: #874319;
	font-size: 12pt;
	
	background-image: url("images/title_bg.gif");
	background-position: bottom left;
	background-repeat: repeat-x;

	padding-left: 5px;
	width: 50%;

}
#page #contentPane h3 a {
	color: #874319;
	text-decoration: none;
}

#page #contentPane h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	
	padding-left: 5px;
	padding-right: 5px;

}
#page #contentPane a {
	color: #415513;
}
#page #contentPane table.dogReference {
	width: 85%;
	border: 1px solid #98b657;
	margin-top: 10px;
}
#page #contentPane .dogReference td.content {
	text-align: left;
	width: 100%;
}
#page #contentPane .pictureThumb {
	border: 1px solid #98b657;
	padding: 2px;
	text-align: center;
}
#page #contentPane .pictureThumb a:hover {
	text-decoration: none;
}
#page #contentPane .pictureThumb img {
	border: 0px;
}
#page #contentPane .pictureDetail {
	border: 1px solid #98b657;
	padding: 2px;
}

#page #copyPane {
	font-size: 7pt;
	text-align: center;
	padding-bottom: 5px;
	clear: left;
	width: 156px;
	float: left;
}
#page #copyPane .line {
	line-height: 1px;
	background-color: black;
	margin-left: 13px;
	margin-right: 9px;
	margin-bottom: 2px;
	margin-top: 5px;
}
#page #copyPane a {
	color: #415513;
}

#page #footPane {
	clear: both;
	height: 7px;
	background-color: #98b657;
	background-image: url("images/foot_bg.gif");
	background-position: top left;
	background-repeat: repeat-y;
}


