/* Style sheet for Alps page.  Adds to c2c.css. */
/* secondary header, aligned right */
h5
{
  float:right;
  padding:0;
  margin:0;
  margin-top:1em;
  margin-bottom:1em;
  margin-left:1em;  
  width: 145px;
  padding:3px;
  font-size:90%;
  font-style:italic;
  font-weight:600;
  border:solid 1px Black;  
}

table
{
  border:solid 2px #6E7C97;
}
.panel
{
  background-color:#A4ADBD; /* light steel blue */  
}

ul
{
  line-height:1.3em;
}

/* Thumbnail gallery */
table.thumbtable
{
  border:solid 2px gray;
  background-color:#A4ADBD; /* steel blue */  
}
/* Thumb img */
.thumbcell
{
  border:solid 1px Silver;
  border-bottom:none;
}

.captioncell
{
  border:solid 1px Silver;
  border-top:none;
}

/* Slide view -- enlargement of thumbnail */
#slide
{
  background-color:White;
}

table#reportindex
{
  border:solid 2px Silver;
  margin-top:15px;
  margin-left:15px;
  margin-right:50px;
  text-align:center;
}

table#reportindex td
{
  padding:5px;
  border: solid 1px Silver;
  vertical-align:middle;  
}

#reportindex p
{
  text-align:left;
  margin:5px 10px 5px 10px;
  padding:0;
}
.slidecaption
{
  border:none;
}

.pop
{
  margin:15px;
}

