

.manage_title {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: light;
  font-variant: normal;
  width: 70%;
  text-align: center;
  background-color: transparent;
  border: 1px solid black;
  padding: 5px;
  margin: 10pt;
  text-indent: 2pt;
  line-height: 15pt;
}

.photo-index-table {
  float: left;
}

.boxborder-tab,
.boxborder-tab-selected {
  padding-bottom: 2px;
  border: 1px solid #cccccc;
  background: #eee;
}

.boxborder-tab a,
.boxborder-tab-selected a {
  text-decoration: none;
}

.boxborder-tab a:hover,
.boxborder-tab-selected a:hover {
  text-decoration: underline;
}

.boxborder-tab-selected {
  border: 1px solid #cccccc;
  border-bottom: none;
  background: #fff;
}

.boxborder {
  border: 1px solid #cccccc;
}

.boxborderR {
  border-top: 1px solid #cccccc; 
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.boxborderNOTOP {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.boxborderLR {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.boxborderL {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.boxborderRIGHT {
  border-right: 1px solid #cccccc;
}

form {
  margin : 0px;
  padding : 0px;
  border : 0px;
}

legend {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #000;
  padding: 2px 10px 2px 10px;
  border: 1px solid #cccccc;
}

fieldset {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #cccccc;
}
         
.field,
.field-left {
  margin: 0 1em .5em 1em;
}    

.field-left {
  float: left;
}      
  

label {
  font-weight: normal;
}

.formHelp {
  font-style: italic; 
  font-size: 70%;
}

.previous { 
  text-align: left; 
  float: left
}

.next { 
  text-align: right; 
  float: right;
}

#breadcrumbs {
  margin: 1em 0 1em 0;
}

#breadcrumbs
#breadcrumbs span {
  font-size: 8px;
}

#breadcrumbs a,
#breadcrumbs span a {
  text-decoration: none;
}

#breadcrumbs a:hover,
#breadcrumbs span a:hover {
  text-decoration: underline;
}

.zps_header {
  border: 1px solid #cccccc;
  align: center;
  margin: 0;
  padding: 1px 1px 3px 10px;
}

.zps_actions {
  text-align: right;
  padding:0 0.2em;
  margin:0;
  color: #000000;
}

.zps_actions a { 
  font-size: 9px;
  text-decoration: none;
  padding: 2px 12px 2px 10px;
  border-left: 1px solid #cccccc;
}

.zps_actions a:hover { 
  text-decoration: underline;
}

.zps_image {
  border : thin solid #000000;
  margin: 0;
  padding: 0;
}

.documentDescription {
  margin-top: 1em;
  margin-bottom: 1em;
}

.listingBar, .listingBar_light {
  border: 1px solid #cccccc;
  color: #000000;
  align: center;
  margin: 0;
  padding: 1px 10px 3px 10px;
}                        
  
.listing {
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
      
.listing th {
  font-weight: normal;
  padding: 0em 1em 0em 1em;
}

.listing .gallery-description-header {
  text-align: center;
  font-weight: normal;
  padding-bottom: .5em;
  border-bottom: 1px solid #cccccc;
}
      
.listing .odd {
}
      
.listing .even {
}
      
.listing .listingCheckbox {
  text-align: center;
}
      
.listing td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}

.listing h5 {
  padding: 0;
  margin: .5em 0 1em 0;
}
      
.listing h5 a {
  text-decoration: none;
}

.listing h5 a:hover {
  text-decoration: underline;
}
      
.listing img {
  border:0px;
  vertical-align: middle;
}

.listing .last-update {
  font-size: 9px;
  color: #333;
}

.portalMessage  {
  background-color: #ffce7b;
  border: 1px solid #ffa500;
  color: Black;
  font-weight: bold;
  margin: 2em 10% 1em 10%;
  width:80%;
  padding: 0.5em 1em;
  vertical-align: middle;
}

.portalMessage a {
  color: Black;
  text-decoration: underline;
}

