* {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

body {
	padding: 0;
	margin: 0;
	background: black url(images/page_bg.gif) repeat-x top left;
}

img {
	border: 0;
}

a {
	color: #e30606;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dashed #e30606;
}

#container {
	width: 1010px;
	margin: auto;
}

#header {
	clear: both;
	height: 110px;
}

#logo {
	float: left;
}

#baseline {
	float: left;
	padding: 20px 0 20px 40px;
	color: white;
}

#baseline h1 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

#baseline h2 {
	font-size: 1em;
	font-style: italic;
	margin: 0;
	text-align: right;
}

#nav {
	height: 25px;
	background: black url(images/nav_bg.gif) repeat-x -3px left;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	text-align: center;
	padding-top: 5px;
}

#nav a {
	color: black;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
	border-bottom: 2px dashed black;
}

#gallery {
	background: white;
}

#content {
	clear: both;
}

#body {
	float: left;
	width: 1000px;
	padding: 5px;
}

#bodyAdmin {
	float: left;
	width: 1000px;
	padding: 5px;
	font-size: 0.9em;
}

#breadcrumbs {
	clear: both;
	border-bottom: 2px dashed black;
	font-size: 0.8em;
	padding: 5px;
	height: 1.2em;
}

#breadcrumbs a, #breadcrumbs span {
	padding: 0 0 0 14px;
	background: url('images/icon_path_separator.gif') no-repeat left;
}

#breadcrumbs a.BreadCrumb-1 {   /* no :first-child in IE */
	padding-left: 0;
	background-image: none;
	white-space: nowrap;
}

#gallery.IE div.block-core-BreadCrumb span {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    padding-right: 4px;      /* IE has less space at right of each span */
}

#breadcrumbs div.block-core-BreadCrumb span.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
}

#breadcrumbs select {
	font-size: 0.8em;
	border: 1px solid #999;
	background-color: #eee;	
}

div.itemTitle {
	float: left;
	font-size: 0.9em;
	margin-bottom: 10px;
}

div.itemTitle h1 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

div.itemInfos {
	float: right;
	font-size: 0.8em;
	padding-right: 10px;
	margin-bottom: 10px;
}

div.navigator div.next-and-last {
  float: right;
}
div.navigator div.next-and-last.no-previous {
  float: none;
  text-align: right;
}

div.navigator {
	border-top: 1px dashed #e30606;
	border-bottom: 1px dashed #e30606;
	padding: 5px 0 5px 0;
	font-size: 0.8em;
}

div.navigator a:hover {
	border: 0;
	color: black;
}

div.navigator a.first {
  padding-left: 27px;
  background: url('images/nav_first.gif') left no-repeat;
}

div.navigator a.previous {
  padding-left: 27px;
  background: url('images/nav_prev.gif') left no-repeat;
}

div.navigator a.next {
  padding-right: 27px;
  background: url('images/nav_next.gif') right no-repeat;
}

div.navigator a.last {
  padding-right: 27px;
  background: url('images/nav_last.gif') right no-repeat;
}

div.navigator div.first-and-previous img {
  vertical-align: middle;
  padding-right: 0.5em;
}

div.navigator div.next-and-last img {
  vertical-align: middle;
  padding-left: 0.5em;
}

div.pages {
	padding: 5px 0 5px 0;
	font-size: 0.8em;
}

div.pages span {
	padding-right: 5px;
}

#itemMatrix {
	margin: 15px 0 15px 0;
}

#itemMatrix select {
	font-size: 0.7em;
	border: 1px solid #999;
	background-color: #eee;
	width: 150px;
	text-align: left;
}

.albumCell {
	text-align:center;
	border: 1px dashed #666;
	background-color: #ccc;
}

.itemCell {
	text-align: center;
}

.imageCell {
	margin: 10px auto 10px auto;	
	width: 1000px;
	overflow: auto;
	text-align: center;
}

.imageCell a, .itemCell a, .albumCell a {
	border: 0;
}

div.block {
	clear: both;
	display: block;
}

div.fleft {
	float: left;
}

div.fright {
	float: right;
}

.small {
	font-size: 0.7em;
}

#footer {
	clear: both;
	border-top: 2px dashed black;
	font-size: 10px;
	padding: 5px;
	height: 15px;
}

#copyright {
	text-align: center;
	color: white;
	font-size: 0.7em;
	margin: 5px 0 10px 0;
}

.block-exif-ExifInfo h3 {
	margin: 10px 0 5px 0;
	padding: 5px;
	border-top: 1px dashed #e30606;
	border-bottom: 1px dashed #e30606;
	font-size: 1em;
}

.gbDataTable, .block-exif-ExifInfo {
	font-size: 0.8em;
	margin-bottom: 10px;
}

.gbDataTable td {
	padding: 3px;
}

.gbEven {
	background-color: #fbe8e8;
}

.summary-newitems {
	margin: 5px auto;
	display: block;
	text-align: center;	
}

span.giNew, span.giUpdated {
	border: 1px solid #e30606;
	color: #e30606;
	font-weight: bold;
	background-color: #fbe8e8;
	padding: 3px;
}
