html {
	font-family: 'Helvetica', Arial, sans-serif;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	display: block;
	background-color: #ccc;
}

body {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}

a {
	color: #5382BF;
	text-decoration: none;
}

a:hover {
	cursor: hand;
	text-decoration: underline;
}

a:visited {
}

.strong {
	font-weight: bold;
}

#divMain {
	width: 74.923rem;
	background: #ffffff;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 0px;
}

#divMain hr {
	width: 97%;
	height: 1px;
	background: #ccc;
	border: 0px;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#divLogo {
	padding: 16px 0px 0px 15px;
}

#divUserinfo {
}

#tblUserinfo {
	width: 100%;
	height: 53px;
}

#tblUserinfo td {
	text-align: right;
	vertical-align: bottom;
	padding: 2px 16px 2px 16px;
}

#divLogin {
	width: 25%;
	float: left;
}

#divLogin fieldset {
	border: 1px solid #ccc;
	padding: 16px 16px 16px 16px;
}

#divLogin fieldset legend {
	font-size: 1.2rem;
	font-weight: bold;
}

#divLogin ul {
	padding: 0px;
	margin: 0px;
}

#divLogin li {
	list-style: none;
	display: list-item;
	text-align: -webkit-match-parent;
	margin: 0;
	padding: 0 0 .2em 0;
}

#divLogin label {
	padding: 0px 0px 0px 4px;
	display: block;
	color: #444;
}

#divLogin input {
	font-size: 1.2rem;
	width: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#divWelcome {
	margin-left: 25%;
	padding: 10px;
}

#divWelcomeTitle {
	font-size: 1.4rem;
	padding: 8px;
	background-color: #224184;
	color: #fff;
	font-weight: bold;
}

#divWelcomeMsg {
	font-size: 1.1rem;
	padding: 8px;
}

#divWelcomeMsg strong {
	font-size: 1.2rem;
	font-weight: normal;
	color: #1A4185;
}

#divContent {
	padding: 14px;
}

#divNavigation {
	padding: 5px 8px 5px 8px;
	background-color: #009ae0;
	font-size: 12pt;
	color: #ffffff;
}

#ucPicture {
	padding: 0;
	margin: 0;
}

#ucPicture #divControls {
	padding: 16px 0px 16px 0px;
}

#ucPicture #divControls table {
	width: 100%;
}

.tdPrevLink {
	text-align: left;
}

.tdNextLink {
	text-align: right;
}

.tdInfo {
	text-align: center;
}

#divPicture {
	padding: 0;
	margin: 0;
	text-align: center;
}

#divPicture img {
	border: 0px;
	max-width: 945px;
}

#divTitle {
	padding: 4px 0px 4px 0px;
	margin: 0;
	text-align: center;
	color: #1A4185;
	font-size: 19px;
}

#divNavigation a {
	color: #ffffff;
	text-decoration: none;
}

#divNavigation a:hover {
	text-decoration: underline;
}

#divError {
	margin: 8px 10px 8px 3px;
	padding: 8px 8px 8px 8px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #424242;
	background-color: #ffcccc;
}

#divInfo {
	margin: 8px 10px 8px 3px;
	padding: 8px 8px 8px 8px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #424242;
	background-color: #ffffcc;
}

.divPicHead {
	width: 200px;
	height: 200px;
	padding: 8px 8px 16px 8px;
	margin: 0;
	background-color: #ffffff;
	border-left: 1px solid #464646;
	border-top: 1px solid #464646;
	border-right: 1px solid #464646;
	text-align: center;
}

.divPicHead.dir {
	background: url('/css/img/album.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.divPicHead:hover {
	background-color: #009ae0;
}

.divPicHead img {
	max-width: 200px;
	max-height: 200px;
	padding: 0px;
	margin: 0px;
}

.divPicTitle {
	max-width: 208px;
	padding: 12px 4px 12px 4px;
	margin: 0;
	color: #ffffff;
	background-color: #464646;
	font-family: Arial; font-size: 8pt;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; /* IE and WebKit */
	-o-text-overflow: ellipsis; /* Opera */
	border-left: 1px solid #464646;
	border-bottom: 1px solid #464646;
	border-right: 1px solid #464646;
}

#divZipDownload {
	text-align: right;
	padding-right: 32px;
	margin-bottom: 8px;
}

.divPageNumbers {
	text-align: center;
	padding: 4px;
}

#divGallery {
	padding: 32px 0px 32px 0px;
}

#divGallery li {
	padding: 0px 0px 0px 26px;
}

#divFooter {
	font-size: 0.9rem;
	padding: 10px 20px 10px 20px;
	background-color: #E8E8E8;
	border-top: 1px solid #ccc;
}

#divCopyright {
	float: left;
}

#divImprint {
	text-align: right;
}

.buttonClass {
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding: 4px 13px;
	color: #ffffff;
	font-family: 'Helvetica Neue',sans-serif;
	font-size: 17px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #1A87B9;
}

.buttonClass:hover {
	background: #35b6f1;
	background: -moz-linear-gradient(top,#35b6f1 0%,#289Bd0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#35b6f1),color-stop(100%,#289Bd0));
	background: -webkit-linear-gradient(top,#35b6f1 0%,#289Bd0 100%);
	background: -o-linear-gradient(top,#35b6f1 0%,#289Bd0 100%);
	background: -ms-linear-gradient(top,#35b6f1 0%,#289Bd0 100%);
	background: linear-gradient(top,#35b6f1 0%,#289Bd0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35b6f1',endColorstr='#289Bd0',GradientType=0);
	cursor: pointer;
}