/* extra css for a clip page */

#content p#prog_version{
  margin-top:0;
  padding-top: 0;
  text-align: center;
  font-weight: bold;
  /*font-family: "Lucida Sans", Arial, sans-serif;*/
}


table {
  margin: 0.5em 20px 0.5em 10px;
  font-weight: bold;
  clear: left;
  border-collapse: collapse;
}

table td {vertical-align: top;}

table span {
  display: block;
  font-weight: normal;
}

caption {
  font-weight: bold;
  font-size: 130%;
  margin-top: 1em;
  padding-bottom: 0.15em;
  text-align: center;
}

caption span{
  display: block;
  font-weight: normal;
  font-size: 80%;
}

table .trev_full caption {
  margin-top: 1em;
}
caption p {
  font-size: 80%;
  text-align: center;
}

/* columns widths */
table#t_clips col.t2col1{width: 16%; font-weight: bold;}
table#t_clips col.t2col2{width: 84%;}

table#t_version col.t2col1{width: 22%; font-weight: bold;}
table#t_version col.t2col2{width: 78%;}


th{
  padding: 5px 5px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  font-variant: small-caps;
  /*font-family: "Lucida Sans", Arial, sans-serif */
}

tr {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

td {
  padding: 5px 5px 15px 5px;
  font-weight: normal;
  /*font-family: "Lucida Sans", Arial, sans-serif */
}

td li{
  padding-bottom: 0.3em;
}

td.cel_item,  th.cel_item {
  text-align: right;
  font-size: 120%;
  font-weight: bold;
  font-variant: small-caps;
  color: #00008B;
}
 td.cel_item {
  padding-top: 2px;
}
 td.cel_desc,  td.cel_desc p, td.cel_desc li {
  padding: 0 5px 0 10px;
  margin-top: 0;
  margin-left: 0;
  line-height: 100%;
}

#content td.cel_desc p {
  text-align: left;
  margin-top: 0;
}




