/* Style sheet for Inferno page.  Adds to c2c.css. */
table
{
  border:solid 2px Orange;
}
.panel
{
  background-color:#FEF0D1;  
}

/* Thumbnail gallery */
table.thumbtable
{
  border:solid 2px gray;
  background-color:#FEF0D1;  
}
/* 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;
}

.sumtable
{
  margin-right:155px; 
  margin-left:15px;
}

table#sumtable
{
  width:350px;
  margin-top:15px;
  margin-right:auto;
  margin-left:auto;
  border:solid 1px Gray;  
  background-color:#FEF0D1;  
  text-align:left;
}

#profile
{
  margin-left:15px;
  margin-top:15px;
}

table#sumtable td
{
  padding:3px;
  width:115px;
  border-bottom:solid 1px Silver; 
  border-right:solid 1px Silver;
}

table#sumtable th
{
  padding:5px;
  border-bottom:solid 1px Gray; 
  border-right:solid 1px Silver;
  font-weight:bolder;    
}
table#sumtable tfoot td
{
  color:Maroon;  
}
