.pa_mainDIV {
	font-size: 11px;
	font-color: black;
	width: 425px;
	margin-top: 2px;
}

.pa_mainDIV table {
}

.pa_navigation {
	text-align: center;
	height: 25px;
	font-size: 110%;
}

.pa_navigation a {
	color: blue;
}

.pa_navigation .innerdiv {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
}

.pa_navigation .innerdiv .current_page {
	color: black;
	font-weight: bold;
}

.pa_navigation .innerdiv div a {
	text-decoration: none;
}

.pa_navigation .innerdiv div .inactive_link {
	color: gray;
}

.pa_breadcrumbs {
	background-color: white;
	color: white;
	font-weight: bold;
	margin-bottom: 12px;
}

.pa_breadcrumbs div {
	background-color: #48A85C;
	border: 1px solid #006D18;
	padding: 4px;
	padding-left: 10px;
}

.pa_breadcrumbs a {
	color: white;
	text-decoration: none;
}
.pa_breadcrumbs a:hover {
	color: white;
	text-decoration: underline;
}

.pa_pagecaption {
	border: 1px solid black;
	background-color: white;
	color: white;
	font-weight: bold;
	padding: 1px;
	font-size: 14px;
	font-family: Arial, Verdana, Arial, Tahoma, sans-serif;
	margin-bottom: 2px;
}

.pa_pagecaption div {
	background-color: navy;
	border: 1px solid black;
	padding: 10px;
}

.pa_overview {
	background: #C0ECC9;
	border: 1px dashed #CCCCCC;
	padding-top: 10px;
}

.pa_overview .pa_photoerror {
	font-weight: bold;
}

.pa_album {
	width: 95%;
	height: 145px;
	border: 1px solid #48A85C;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.pa_album thead td {
	height: 20px;
	background-color: #006D18;
	color: white;
	font-weight: bold;
	padding: 5px;
}

.pa_album tbody td {
	padding: 5px;
	background-color: white;
}

.pa_overview .pa_overview_table {
	width: 110px;
	height: 160px;
	float: left;
	margin: 11px;
}

.pa_folder, .pa_photo {
	text-align: center;
	height: 110px;
	border: 1px solid #48A85C;
}

.pa_folder {
	background: #FFE983;
}

.pa_photo {
	background: white;
}

.pa_caption {
	padding: 5px;
	height: 50px;
	text-align: center;
}

.pa_caption span {
	font-weight: bold;
	font-size: 10px;		
}

.pa_caption .pa_numphotos {
	font-size: 10px;		
	font-weight: normal;
	color: gray;
}

.pa_photoDIV {
	text-align: center;
}

.pa_photoDIV table {
}

.pa_nextTD {
	width: 50%;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

.pa_nextTD a, .pa_prevTD a {
	color: blue;
}

.pa_prevTD {
	width: 50%;
	text-align: left;
	font-weight: bold;
}

.pa_photoTD {
	text-align: center;
}

.pa_photoTD div {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.pa_photoTD img {
	border: 1px solid black;
	margin: 0px;
}

.pa_photo_caption {
	font-weight: bold;
	background-color: gray;
	padding: 5px;
	color: white;
}

.pa_photo_comments {
	color: gray;
}

