.date { font-style : italic; font-weight : bold; font-size : smaller }
.author { font-weight : bold; font-size : smaller; color : #333 }
.inactive { color : #888888 }
.fadednote { color: #666666; font-style: italic; }

BODY {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
  color: black;
  font-size: 10pt;
}

P {
  margin: 0.2em 0 0.8em 0;
}

H1 {
  color: #08F;
  font-size : 1.4em;
  margin: 0.2em 0;
  font-weight: 600;
}

H2 {
  color: #006;
  font-size : 1.2em;
  margin: 0.2em 0;
  font-weight: 600;
}

H3 {
  color: #111;
  font-size : 1em;
  margin: 0.2em 0;
  font-weight: 600;
}

BLOCKQUOTE {
  padding: 1em;
  margin: 0;
  font-style: italic;
  color: #333;
}

A {
  color: blue;
}
A:visited {
  color: blue;
}

DIV.menuItem1 {
  border-top: 1px solid #eee;
  width: 100%;
  padding: 0.1em 0;
}
DIV.menuItem {
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 0.1em 0;
}
DIV.menuItem:hover {
}

A.menuItem {
  text-decoration: none;
}
A.menuItem:hover {
  text-decoration: underline;
  color: #000;
}

#header {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
  margin: 0;
  padding: 0;
}

#bannerBackTop { /* the background color */
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 84px;
  width: 100%;
  background-color: #33f;
  margin: 0;
  padding: 0;
}

#bannerTopSlice { /* the IMG's DIV */
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 84px;
  margin: 0;
  padding: 0;
}

#bannerBackMiddle { /* a DIV with a single space */
  position: absolute;
  display: block;
  left: 0px;
  top: 79px;
  height: 5px;
  width: 100%;
  background-image: url(http://www.2rrr.org.au/gr/lightBar.gif);
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
}

#bannerBottomSlice { /* DIV around th IMG */
  position: absolute;
  display: block;
  left: 0;
  top: 84px;
  height: 26px;
  margin: 0;
  padding: 0;
}
#bodyPanels {
}

#main {
  display: block;
  position: absolute;
  left: 0;
  top: 93px;
  left: 120px;
  clear: both;
  margin: 1em;
  padding: 0;
}

#footer {
  display: block;
  clear: both;
  width: 100%;
  border-top: 1px solid #999;
  padding-top: 0.7em;
  margin: 1em;
  font-size: 0.8em;
}
.footerLine {
  color: #666;
  text-align: center;
}

#leftPanel {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  width: 115px;
  margin: 0.5em;
  font-size: 9pt;
}
.leftMenuTitle {
  font-size: 1.2em;
  /* background-color: #336; */
  color: black;
  font-family: "Times New Roman";
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5em;
  margin-top: 0.7em;
  font-style: italic;
  border-bottom: 1px solid #333;
}

#panelPhoto {
  display: block;
  width: 100%;
  height: 63px;
  text-align: center;
}

#rightPanel {
  float: right;
  width: 200px;
  padding: 0;
  margin-left: 1em;
  margin-bottom: 1em;
}

#onAir {
}
#onAirHeader {
  font-style: italic;
  font-weight: 600;
  width: 100%;
  border-top: 1px solid #00c;
  border-bottom: 1px solid #00c;
  margin-bottom: 0.5em;
  color: white;
  background-color: #00a;
  text-align: center;
}
#onAirBody {
  font-size: 0.8em;
}
#comingUpHeader {
  font-weight: 600;
}
#comingUp {
}

#sponsor {
}
#sponsorHeader {
  font-style: italic;
  font-weight: 600;
  width: 100%;
  border-top: 1px solid #c00;
  border-bottom: 1px solid #c00;
  margin-bottom: 0.5em;
  color: white;
  background-color: #a00;
  text-align: center;
}
#sponsorHeader A {
  color: white;
  text-decoration: none;
}
#sponsorHeader A:hover {
  text-decoration: underline;
}
#sponsorTitle {
  font-weight: 600;
}
#sponsorBody {
  font-size: 0.8em;
}
#sponsorCredit {
  font-size: 0.8em;
  color: #666;
  font-style: italic;
}

.newsItem {
  margin: 0 0 1em 0;
}
.newsTitle {
  color: #00C;
  font-size: 1em;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.newsDate {
  font-style: italic;
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}
.newsAuthor {
  color: #666;
  font-size: 0.9em;
  padding: 0px;
  margin: 0;
}
.newsBody {
  font-size: 1em;
  margin-bottom: 1em;
  margin: 0;
}

.projectDate {
  color: #666;
  font-style: italic;
}

.error {
  color : red;
}

.rssTimestamp {
  font-style: italic;
  color: #666;
  font-size: 72%;
}

.rssMaintenance {
  font-size: 80%;
}
