body { 
	background-color: #fff; 
	background-image: url(/images/grid_bg.gif);
	color: #7b8e84; 
	margin: 20px;
}

body, p, ol, ul, td {
  font-family: helvetica, arial, sans-serif;
  font-size:   13px;
  line-height: 18px;
}


pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:hover { color: #fff; background-color: #000; }

a img { border: none; }
a:hover img, a.img:hover {background: none;}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

ul.list_sortable {
	list-style: none; /*square inside none; */
	padding-left: 0px;
	border-top: 1px dashed #ccc;
}

ul.list_sortable li {
	font-size: 14pt;
	line-height: 18pt;
	cursor: move;
	border-bottom: 1px dashed #ccc;
	padding: 5px;
}

ul.list_sortable li:hover {
	background-color: #eeffdd;
}

ul.list_sortable li a {
	font-size: 10pt;
	cursor: pointer;
}

h1#site_title {
	font-size: 26pt;
	font-weight: normal;
	color: #7b8e84;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 2px;
}

h1#site_title a:hover {
	/* border-bottom: 1px solid #7b8e84; */
}

#menu {
	float: left;
	height: 100%;
}

#content {
	margin-top: 30px;
	display: block;
	margin-left: 180px;
}

#menu a {
	color: #7b8e84;
	font-size: 12pt;
	line-height: 20pt;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}

#menu a:hover, #menu ul li.selected a:hover {
	color: white;
	background-color: #7b8e84;
}

#menu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#menu ul li.selected a {
	background-color: #fff;
	border: 1px solid #ddd;
}


#footer {
	clear: both;
	margin-top: 30px;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 8pt;
	color: #999;
	border-top: 1px solid #ddd;
}

#footer a {
	color: #777;
	padding: 1px;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#homepage {
	border: 1px solid #aaa;
	background-color: #ccc;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	color: #000;
}

#homepage .announce {
	display: block;
	padding: 10px;
	position: relative;
	top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	background-image: url(/images/translucent70.png);
	behavior: url(/stylesheets/iepngfix.htc);
	overflow: auto;
	height: 120px;
}

/* GALLERY PAGE */

#double_gallery_holder {
	width: 545px;
}

#gallery_holder {
	width: 505px;
	float: left;
}

.half_gallery_holder {
	width: 252px;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}

.half_gallery_holder h1 {
	margin-left: 5px;
}

.gallery_description {
	float: left;
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	margin: 5px;
	width: 220px;
	background-color: #fff;
}

.category_cell, .picture_cell {
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 6px;
	display: block;
	float: left;
	min-width: 100px;
	min-height: 125px;
}
.category_cell:hover, .picture_cell:hover {
	border: 1px solid #cdd;
}

.category_cell img, .picture_cell img {
	border: 1px solid #aaa;
	width: 100px;
	height: 100px;
	background-color: #ccc;
}

.category_cell a img, .picture_cell a img {
	background-color: #ccc;
}

.category_cell a, .picture_cell a {
	text-decoration: none;
}
.category_cell .title, .picture_cell .title {
	margin-top: 5px;
	font-size: 8pt;
	text-align: center;
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
}
.category_cell:hover .title, .picture_cell:hover .title {
	overflow: visible;
	background-color: #fff;
}

#gallery_nav_links {
	padding-top: 30px;
	display: block; 
	clear: left;
	text-align: left;
}

/* GALLERY PAGE */


/* PICTURE PAGE */

table.picture_nav_table, table.picture_nav_table td {
	border: 0;
	margin: 0;
	padding: 0;
}

.picture_display {
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 15px;
	display: block;
}

.picture_display img {
	border: 1px solid #aaa;
	background-color: #ccc;
}

.picture_display a {
	text-decoration: none;
}
.picture_display .caption {
	margin-top: 15px;
	min-height: 50px;
	color: #666;
	font-size: 8pt;
}

.picture_display .title {
	color: #000;
	font-size: 10pt;
}

#image_arrow_previous, #image_arrow_next {
	vertical-align: bottom;
}

#picture_nav_links {
	padding-top: 30px;
	text-align: center;
}

fieldset.image_extras {
	background-color: #f9f8f9;
}

/* END PICTURE PAGE */


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

