@charset "iso-8859-1";
/* FILE: cacpghev.css */
/* AUTHOR: John Hredzak */
/* Style Sheet for CAC of Pittsburgh Events Pages */
/* Supplement to Style Sheet cacpgh.css */

/********* EVENT HIGHLIGHTS *********/
/* Near top of page */
.evhilites, .evhilites p, .evhilites div {
  text-align: center;
  font-size: 13pt;
  font-weight: bold;
  }

/********* OUTER BOX *********/
/* Encloses one or more info or directions boxes */
table.outerbox {
  width: 92%;
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #666666;
  }
table.outerbox caption {
  color: #ffff66;
  background-color: #666666;
  font-size: 11pt;
  font-weight: bold;
  padding: 5px;
  }

/********* INFO BOX *********/
table.infobox {
  width: 100%;
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #000000;
  }
table.infobox caption {
  color: #ffffff;
  background-color: #000000;
  font-size: 10pt;
  font-weight: bold;
  padding: 4px;
  }
table.infobox td {
  background-color: #F8F8F8;
  font-size: 10pt;
  }
/* Sub-heading cell */
.infosubhdng {
  text-align: center;
  font-weight: bold;
  }
/* Cell with centered text (e.g. links cells) */
.infoctr {
  text-align: center;
  }
/* Small (lesser) text */
.infosmalltext {
  font-size: 8pt;
  font-weight: normal;
  }

/********* DRIVING DIRECTIONS/MAPS BOX *********/
table.dirbox {
  width: 90%;
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #008000;
  }
table.dirbox caption {
  color: #ffffff;
  background-color: #008000;
  font-size: 10.5pt;
  font-weight: bold;
  padding: 4px;
  }
table.dirbox td {
  background-color: #ccffcc;
  font-size: 9pt;
  }
table.dirbox h5 {
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 12px;
  }
table.dirbox ul {
  margin: 6px 0px 6px 20px;
  }
table.dirbox li {
  font-size: 9pt;
  margin: 0px 0px 3px;
  }
.dirctr {
  text-align: center;
  }
.dirctr a {
  font-weight: bold;
  }