body, td {
	background: #ffffff;
	color: #000;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	padding: 5px 0;
	margin: 5px 0;
}

table, tr, th, td {
	background: #9ecce8;  
	vertical-align: top;
}

p {
	/*text-align: justify;*/
}

a:link { 
	color: #000; 
	background: transparent; 
}

a:visited { 
	color: #000; 
	background: transparent; 
}

a:active { 
	color: #6aafd8; 
	background: transparent; 
}

a:hover { 
	color: #ffdd49; 
	background: transparent; 
	border-color: #ff3300; 
}

a img {
	border-width: 2px;
	border-color: #9ecce8;
	text-decoration: none;
	/*filter: alpha(opacity=80);*/
}

a:hover img {
	color: #c1e85f; 
	background: transparent; 
	border-color: #c1e85f; 
	text-decoration: none;
	/*filter: alpha(opacity=100);*/
}

#header {
	background: #ffffff;
	margin: 0px;
	border-width: 0 0 5px 0;
	border-style: solid;
	border-color: #9ecce8; 
	vertical-align: top;
	text-align: right;
	height: 125px;
}

#header .logo {
	/* padding: 0 50px 0 0; */
	float: left;
}
	
#header .navigation {
	padding: 10px;
	float: right;
}

#header table, #header tr, #header td {
	background: #ffffff;
	border-style: none;
}

#header .navigation a {
	color: #9ecce8;
	font-size: 1.4em;
	font-weight: bold; 
	text-decoration: none;
	vertical-align: top;
	margin: 10px;
}

#header .navigation a:link { 
	color: #9ecce8; 
}

#header .navigation a:visited { 
	color: #9ecce8; 
}

#header .navigation a:active { 
	color: #9ecce8; 
}

#header .navigation a:hover { 
	color: #c1e85f; 
}

#header .selected, #header .selected table, #header .selected tr, #header .selected td {
	background-color: #9ecce8;
	border-width: 0px;
	margin: 0 0 0 0;
}

#header .navigation .selected a:link {
	color: #ffffff;
}

#header .navigation .selected a:visited {
	color: #ffffff;
}

#header .navigation .selected a:active {
	color: #ffffff;
}

#header .navigation .selected a:hover { 
	color: #ffdd49; 
}

#footer {
	color: #000;
	padding: 5px;
	text-align: center;
	font-size: smaller;
	border-width: 5px 0 0 0;
	border-style: solid;
	border-color: #9ecce8; 
	
}

#main {
	margin: 0px;
	background:  #9ecce8;
	border-width: 5px 50px;
	border-style: solid;
	border-color: #9ecce8;  
	font-size: 12px;	
}

.error {
	border-width: 1px;
	border-color: #660000;
	border-style: solid;
	background-color: #fcc;	
}
.breadcrumb_section {
	display: block;
}

.breadcrumb_section a {
	font-weight: bold;
}

.breadcrumb_section :visited {
	color: inherit;
	text-decoration: none;
}

.breadcrumb_section :link {
	color: inherit;
	text-decoration: none;
}

.breadcrumb_section :hover {
	/*color: inherit;*/
	color: #ffdd49;
	text-decoration: underline;
}

.image_pager_section {
	display: block;
	margin: 10px 0 0 0;
}

.subalbum_section {
	display: block;
	padding: 2px 40px 2px 70px;
	margin: 0px 0px 5px 0px;
}

.thumb_selection {
	display: block;
	overflow: scroll;
}

#image_view_section {
	display: block;
	text-align: center;
	width: 500px;
	height: 518px;
	background-repeat: no-repeat;
	background-position: center;
}

#image_view {}

/* The centered ID is intended to create a table whose content is centered in the window */
.centered {
	text-align: center;
	margin: 0 auto 2em auto;
	padding: 1em 0 0 0;
}

.centered td {
	text-align: center;
	padding: 1em 1em 0 1em;
}

/* The Background Audit is intended to hide input fields intended thwart spam bots */
.bg_audit {
	display: none;
}

.errorList {
	color: #d00;
	margin: 0 0 5px 0;
}
