.cmscontent table {
  border: 1px solid black;
  empty-cells: show; 
  border-collapse: collapse;
  font-size: 1.0em;
}
.cmscontent th {
  font-size: inherit;
  padding: 2pt;
}
.cmscontent td {
  text-align: left;
  font-size: inherit;
  padding: 2pt;
}
table.footnote {
  border: none;
  padding: 2px;
  width: 100%
}
.footnote * td {
  text-align: left;
  font-size: 0.9em;
  padding: 2pt;
}
td.major {
  text-align: center;
  width: 100%;
  background-color: #DDDDDD;
  color: #000000 ;
}
h1 {
  font-weight: bold;
}
h2 {
  font-size: 1.3em;
  font-weight: bold;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
}
h4 {
  font-size: 1.0em;
  font-weight: bold;
}
h5 {
  font-size: 1.0em;
  font-weight: bold;
}
h6 {
  font-size: 1.0em;
  font-weight: bold;
}
li {
  font-size: inherit;
}
blockquote {
  font-size: 1em;
}
.content a {
  background-color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.content a:link {
}
.content a:visited {
}
.content a:active {
}
.content a:hover {
  text-decoration: underline;
}
.toc a {
  color: blue;
  background-color: #FFFFFF; 
  text-decoration: none;
}
.p-list {
    margin-top: 3px;
    margin-bottom: 3px;
}

/* list style for toc (left nav) */
.toclist {
  list-style: none;
  margin: 2px;
  padding: 0;
}
li.toc {
  background-image: url(arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 0%;
  padding: 1px 0px 1px 18px;
  margin: .1em 2px;
  font-size: 80%;
}

/* style for fees legend */
.fees-key-container {
  position: relative;
  height: 70px;
  width: 53em;
}
.key-element {
  position: absolute;
  left: 0;
  width: 3em;
}
.value-element {
  position: absolute;
  right: 0;
  width: 50em;
  text-align: left;
}

/* style for link to printable version of program */
.program-printable-link {
  float: right;
  text-align: center;
  font-size: 80%;
}

/* style for link to transitional versions */
ul.transitional-links {
  float: right;
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0.5em 0;
  font-size: 110%;
  display: block;
  border: 1px solid black;
}
ul.transitional-links li {
  /*border: 1px solid black;*/
  margin: 0;
  padding: 0.5em 0;
  display: inline;
  background-color: #FFF5D2;
  padding: 0.5em;
}
ul.transitional-links li.tab {
  border-right: 1px solid black;
}
ul.transitional-links li.transitional-link-current {
  background-color: #ffcc00;
  color: #000;
  font-weight: bold;
}

.hidden {
  display: none;
}
.show {
  display: block;
}
/* stuff from program search */
table.ResultsTable 
{
  border: 0;
}
.ResultsTable td {
  background-color: #ffffff;
  color: #000000;
  vertical-align: top;
  border-bottom-width: 1px;
  border-bottom-color: #c5ced5;
  border-bottom-style: solid;
}
.ResultsTable th {
  background-color: #959ca1;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  border-bottom-width: 2px;
  border-bottom-color: #ffcc00;
  border-bottom-style: solid;
}
.ListCaption {
  font-weight: bold ;
  padding-top: 15px;
  padding-bottom: 10px;
}
.SummaryTable thead {
  background-color: #fff5d2;
}
.EnrolmentTable thead {
  background-color: #fff5d2;
}
.ProgramEnquiriesTable {
  /* this style is on tr not thead */
  background-color: #fff5d2;
}

#qtac-codes, #cricos-codes, #offer-statement {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

span.change-add {
  color: #00cc00;
}
span.change-del {
  color: #ff0000;
  text-decoration: line-through;
}
span.change-chgm {
  color: #0000cc;
}
div.change-add {
  padding: 2px;
  margin: 2px 0;
  border: 2px solid #00cc00;
}
div.change-del {
  padding: 2px;
  margin: 2px 0;
  border: 2px solid #ff0000;
}
div.change-chgm {
  padding: 2px;
  margin: 2px 0;
  border: 2px solid #0000cc;
}
span.test-mode.unaccredited {
  font-style: italic;
  font-weight: bold;
  color: red;
}
div.test-mode.unaccredited {
  text-align: center;
  font-weight: bold;
  color: red;
}

.new-program {
  vertical-align: middle;
  margin-left: 4px;
}

