body
{
  color: #0257a1; 
  background: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt; 
}

h1
{
  color: #0257a1
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

strong
{ 
  color:red;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

td.image
{
  color: #0257a1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 1em
}


table.imagedir
{
  border:0
  
}

/* Container for annotation text. */          
#annotation                                                                          
{
  align: center;
   margin-left: 5%;
   margin-right: 5%;
   font-size: 1.0em;
   line-height: 1.5em;
   background-color: #fff;
/*  border: 1px solid gray; */
}


/* Container for directories block. */                                                    
#directories
{
  background-color: #44a;
  color: #99f;
}

#directories a {
  display:block;
  text-decoration:none;
  font-size: 1em;
  font-weight:normal;
  color:white;
}                     

#directories a:hover {
   color:#f00;
}
    
/* Box with thin black line around edge and a background color */
#imageblock
{
  display: normal;
  background-color: #fff; /* #ddd; */                                               
  color: #333;                                                                      
  border: 1px solid gray;
/*  line-height: 130%; */                                                           
}                                                                                   

#imageblock table
{
   display: inline;
}

#imageblock a {
  display: normal;
  text-decoration:none;
  font-weight:normal;
  color:#55f;
}                     

#imageblock a:hover 
{
   display: normal;
   color:#fb2;
}

#image
{
  align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid gray;
}

#image img
{
   border: 1px solid gray;
}

#image table
{
  align: center;
  border: 0px;
}

#button
{
  display: normal;
}

#info ul {
  display: inline;
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}

#info li
{

}

#caption
{
  font-size: 1em;
  font-style: oblique;
  font-weight: bold;
  color: #77f;
}

#details
{
  color: #77f;
  font-size: .75em;
}

#details table
{
  border: 0px;
  font-size: 1em;
}

#details strong
{
  color: #333;
  font-weight: bold;
}

#controls
{
  width: 100%;
  background-color: #333;
  color: #333;
}

#controls table
{
  border: 0px;
}

#controls a {
  display:block;
  text-decoration:none;
  font-size: 1em;
  font-weight:normal;
  color:white;
}                     

#controls a:hover {
   color:#f00;
}
