body
{
}

#horiz_centering
{
  width: 100%;
  text-align: center;
}

#horizontal_centering
{
  position: absolute;
  left: 50%;
  height: 100%;
}

#vertical_centering 
{
  vertical-align: middle;
  
  border: 0;
  padding: 0;
  margin: 0;
  height: 100%;
}

#vertical_centering tr
{
  height: 100%;
}

#vertical_centering tr td
{
  height: 100%;
  padding: 0px;
}

#vertical_centering tr td.margin
{
  padding: 0px;
  height: 100%;
  width: 33%;
}

.left
{
  text-align: right;
}

.right
{
  text-align: right;
}

.center
{
  text-align: center;
}

.bottom-border
{
  border-bottom: 1px solid black;
}

.top-border
{
  border-bottom: 1px solid black;
}

.spacer
{
  height: 1px;
  min-height: 1px;
  line-height: 1px;
  border-bottom: 1px black solid;
}

.spacerTOP
{
  height: 1px;
  min-height: 1px;
  line-height: 1px;
  border-top: 1px black solid;
}


.spacer2
{
  height: 1px;
  min-height: 1px;
  line-height: 1px;
  background-color: black;
}


.no_decoration
{
  
  text-decoration:  none;
}

.padding_img
{
  padding-top:  3px;
}

.no-margin-bottom
{
  margin-bottom: 0px;
}

.height-15em
{
  padding-top: 3px;
}

.galleries_padding
{
  padding-left: 15px;
}

.selected
{
  font-size:  1em;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: none;
  color:  #111;
  display: inline;
}


.galleries
{
  font-size:  1em;
  text-decoration: underline;
  color:  black;
  display: inline;
}

.galleries:hover
{
  color: blue;
  text-decoration: underline;
  display: inline;
}

.copyright
{
  float: right;
  font-size: .9em;
  
}