body {
	
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p, td, th, li, h4 {
  font: small sans-serif;
}

h1, h2, h3 {
font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  font-weight: normal;
}

h1 {
	font-size: 30px;
	
}

a:link, a:visited {
  color: #99CCFF;
  text-decoration: none;
}

a:hover {
color: #FFFFFF;
  text-decoration: none;
}

input, textarea, select, .inputbox {
  border: 1px solid #999999;
  color: #000;
  background-color: #fff;
}

input.radio, input.checkbox {
  border: none;
  background-color: #fff;
}

input.button {
	border: 1px solid #666666;
	color: #99CCFF;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label {
  cursor: default;
}


#header {
  
}

#crumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  
}

#footer {
  text-align: left; 
}

a img {
  border: 0;
}

/* image or gallery name header */
.sgTitle {
  margin-bottom: 0;
}

/* image or gallery artist subheader */
.sgSubTitle {
  margin-top: 0;
}

table.sgList {
  background-color: #999999;
  border: 1px solid #888;
  width: 100%
}

tr.sgRow0 {
  background-color: #333333;
  margin: 1px;
}

tr.sgRow1 {
  background-color: #333333;
  margin: 1px;
}

table.formTable input, table.formTable textarea, table.formTable .inputbox {
	width: 500px;
	color: #FFFFFF;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.formTable td {
  vertical-align: top;
}

table.formTable input.radio, table.formTable input.checkbox {
  width: auto;
  height: auto;
}

.sgImageInput {
  text-align: center;
  padding: 2px;
}

#sgAdminMessages {
	background-color: #666666;
	border: 1px dashed #000;
	margin: 1em 0;
	padding: 5px;
	font-size: x-small;
	
}

#sgAdminMessages li.adminError {
  list-style-image: url(images/error.gif);
  margin-left: 20px;
}

#sgAdminMessages li.adminMessage {
  list-style-image: url(images/message.gif);
  margin-left: 20px;
}

#sgAdminBar {
  background-color: #333333;
  border: 1px solid #000;
  margin: 1em 0 1em 0;
  padding: 5px;
  font-size: 11;
}

#sgAdminBar a:link, #sgAdminBar a:visited, #sgAdminBar a:active {
  color: #99CCFF;
  font: x-small Arial, sans-serif;
  position: relative;
  left: 1px;
  top: 1px;
  border: 1px solid #666666;
  text-decoration: none;
  padding: 2px;
  
}

#sgAdminBar a:hover {
color: #000000;
  position: relative;
  left: 0px;
  top: 0px;
  border: 1px solid #000;
 
  background-color: #FFFFFF;
}

span.sgAdminBarSeparator {
  border-left: 1px solid #888;
  width: 0px;
  margin-right: 4px;
}

div.sgNavBar, p.sgNavBar {
  text-align: center;
  float: right;
}


div.sgContainer {
  clear: both;
  text-align: center;
}

div.sgTab {
  padding: 0.25em;
  text-align: left;
}

div.sgContent {
	background-color: #525252;
	border: 1px solid #000;
	padding: 1em;
	text-align: left;
	
}

table.sgContent {
  margin-left: auto;
  margin-right: auto;
}

div.sgGallery, div.sgThumbnail {
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid #888;
	background-color: #333333;
	
}

td.sgGalleryThumbnail {
  width: 60px;
  text-align: center;
}

p.sgGalleryTitle a {
  font-weight: bold;
}

div.sgThumbnail {
  float: left;
}

div.sgThumbnail table {
  width:  110px;
  height: 110px;
  text-align: center;
  vertical-align: middle;
}

div.stretcher {
  clear: both;
}

img.sgImage {
  border: 1px solid #000;
}

input.sgImageCheckbox {
  position: absolute;
  float: left;
  z-index: 10;
}
