body {
  margin: 1em;
  font: small sans-serif;
  color:#999999;
  background-color: #2B3B60;
}

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

h1, h2, h3 {
  color: #CCCCCC;
}

h1 {
color:#999999;
  font-size: large;
}

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

a:hover {
color: #FFFFFF;
}

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

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

input.button {
  font-weight: bold;
  border: 1px outset #fff;
  color: #fff;
  background-color: #CCCCCC;
}

label {
  cursor: default;
}


#header {
border: 1px dashed #999999;
padding:0.5em;
margin-right: 2%;
background-color: #344772;
}

#crumb {
font-size:16px;
}

#footer {
font-size:10px;
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: #344772;
  border: 1px solid #888;
  width: 100%
}

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

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

table.formTable input, table.formTable textarea, table.formTable .inputbox {
  width: 500px;
}

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: #fff;
  border: 1px dashed #000;
  margin: 1em 0 1em 0;
  padding: 5px;
  font-size: x-small;
}

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

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

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

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

.sgNavBar {
width: 250px;
}

.name {
color: #99999;
font-size:16px;
}

div.sgContainer {
position:relative;
top: -30px;
left: -5px;
clear: both; 
}

div.sgContainer2 {
clear:both;
}

div.sgTab {
visibility:hidden;
text-align: left;
}

div.sgContent {
text-align: center;
}

table.sgContent {
text-align: center;
}

div.sgGallery, div.sgThumbnail {
text-align: center;
  margin: 0.5em;
  background-color: #344772;
}

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

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

div.sgThumbnail {
float: left;
}

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

div.stretcher {
  clear: both;
}

img.sgImage {
margin-top:15px;
  border: 1px solid #000;
}

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