/* Style sheet for pave page.  Adds to c2c.css. */
/* secondary header, aligned right */
table
{
  border:solid 2px #6E7C97;
}
.panel
{
  background-color:#A4ADBD; /* light steel blue */  
}
ul
{
  line-height:1.3em;  
}
li
{
  list-style-type:square; 
}
.opt
{
  font-style:italic;
}
.listheader
{
  font-weight:bold;
  list-style:none;
  margin-bottom:2px;
}
#tricycle
{
 margin-top:15px;
 margin-left:15px;
 width:300px; 
 text-align:center;
 font-size:90%;
 font-weight:bolder;
}


/* Slide view -- enlargement of thumbnail */
#slide
{
  background-color:White;
}

.slidecaption
{
  border:none;
}

.pop
{
  margin:15px;
}

