/* blue over you */

body {
background: #4D6680;
padding: 0;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
min-width:  530px;
}

a {
color: blue;
text-decoration: none;
}

a:hover {
color: red;
text-decoration: none;
}

a:active {
color: red;
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: none;
}

a.javapop:link {
	cursor: ne-resize;
	}
	
a.javapop:visited {
	cursor: ne-resize;
	}

a.javapop:hover {
	cursor: ne-resize;
	}

a.javapop:active {
	cursor: ne-resize;
	}
	
a.fzpop:link {
	cursor: n-resize;
	}
	
a.fzpop:visited {
	cursor: n-resize;
	}

a.fzpop:hover {
	cursor: n-resize;
	}

a.fzpop:active {
	cursor: n-resize;
	}

img {
border: 1px solid #4d6680;
}

img.icon {
border: 0px;
}

.title {
text-align: left;
background: #4D6680;
padding: 8px;
color: yellow;
font-size: 12pt;
font-weight: bold;
display: block;
overflow: visible;
white-space: nowrap;
}

/* Gallery table */

.galleryTable {
width: auto;
clear: both;
padding: 8px;
margin: 0 auto 0 auto;
}

.gallery {
background: #B5CCE3;
clear: both;
}

.galleryRow {
}

.galleryColumn {
padding: 5px;
}

/* gallery image */

.galleryImage {
text-align: center;
margin: 0 auto;
}

.caption {
text-align: center;
}

.caption a:hover {
}

/* page */

.pageImage {
}

.galleryPage {
padding: 8px;
text-align: center;
font-size: 14px;
font-weight: bold;
clear: both;
background: #B5CCE3;
}

.galleryPage img {
text-align: center;
margin: 0 auto;
}

.description {
font-size: 13px;
font-weight: normal;
color: black;
width: 500px;
text-align: left;
margin: 10px auto;
}

/* navigation */

.navigation {
background: #90B3D5;
padding: 8px;
text-align: left;
font-size: 11px;
color: black;
clear: both;
display: block;
overflow: visible;
white-space: nowrap;
}

.navigationLinks {
display: inline;
margin-right: 8px;
color: blue;
}

.navigationLinks a {
padding-right: 4px;
}

.pageIndex, .pagePrevious, .pageNext {
display: inline;
padding: 5px;
}

.pageIndex a, .pagePrevious a, .pageNext a {
display: inline;
}

.currentLink:visited {
padding: 3px 5px 3px 5px;
display: inline;
margin-right: 1px;
background: #90B3D5;
font-weight: bold;
border: 1px solid #000;
color: blue;
}

.pageLink {
display: inline;
padding: 3px 5px 3px 5px;
font-weight: normal;
background: #90B3D5;
margin-right: 1px;
}

.pageLink:visited {
display: inline;
padding: 3px 5px 3px 5px;
font-weight: normal;
background: #90B3D5;
color: purple;
text-decoration: none;
}

.pageLink:hover {
display: inline;
padding: 3px 5px 3px 5px;
font-weight: normal;
background: #B5CCE3;
color: red;
}

.pageLink:active {
display: inline;
padding: 3px 5px 3px 5px;
font-weight: normal;
background: #B5CCE3;
color: red;
text-decoration: underline;
}

/* Photocast link */

.photocast {
float: right;
}

.photocastLable {
  display: none;
}

.photocast a {
font-family: Verdana, sans serif;
font-size: 10px;
text-decoration: none;
padding: 2px 4px 2px 4px;
position: absolute;
background: #ff8000;
color: white;
top: 10px;
right: 10px;
border: 1px white solid;
}

/* copyright */

.copyright {
padding: 10px;
color: #aaa;
text-align: left;
clear: both;
}

/* Live Search */

.searchLink {
display: inline;
padding: 5px;
color: blue;
}

.searchBox {
font-size: 13px;
width: auto;
padding: 10px;
}

.searchBox input {
font-size: 14px;
margin-top: 5px;
color: #444;
}

.results {
margin: 10px;
}

.results h2 {
font-size: 16px;
margin: 0;
padding: 0;
}

.results img {
width: 100px;
height: auto;
margin: 2px 5px 2px 0;
}

.tagCloud {
padding: 5px;
background: #90B3D5;
margin: 10px;
font-size: 10px;
}

.tagCloud a {
color: blue;
text-decoration: none;
}
