/* Default CSS */

/* Global */
.clear {
}
.hide {
}
img {
  display: none;
}
:active, :focus {
    outline: none;
}

/* Top level styling */
body {
  background: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}
#pageA, #pageB, #pageC, #pageD {
}

#links {
}
#links a {
}
#links a:hover {
}
#banner {
}
#banner img {
}
#pageA #util,
#pageB #util,
#pageC #util,
#pageD #util {
}
#pageA #util {
}
#pageB #util {
}
#pageC #util {
}
#pageD #util {
}
#pageA #util .menu,
#pageB #util .menu,
#pageC #util .menu,
#pageD #util .menu {
}
#menu1 {
}
#menu2 {
}
#menu3 {
}
#menu4 {
}
#pageA #util a,
#pageB #util a,
#pageC #util a,
#pageD #util a {
  font-weight: bold;
}
#pageA #util a:hover,
#pageB #util a:hover,
#pageC #util a:hover,
#pageD #util a:hover {
}

/* Default 'a' */
a {
}
a:hover {
}
/* 'backup' links */
a.up {
  color: #777;
  text-decoration: none;
}
a.up:hover {
  color: #999;
  text-decoration: underline;
}
#leftCentre a.up {
  display: block;
}

/* Standard 'ul' link lists */
ul.linkList {
}
ul.linkList li {
}
#leftCentre ul.linkList {
}
#leftCentre ul.linkList li {
}
/* 'audit' text */
#audit {
  color: #777;
}
#leftCentre #audit {
  color: #777;
}

#content {
}

/* For some irratating reason if I put 5px margin
 * around the floats below, the left-hand one was 
 * pushed in from the left more than 5px in IE6!!!
 * Firefox 2, and Opera 8 were fine (all WinXP SP2).
 *
 * Have used 5px parent padding instead.
 */
#left {
}
#left h2 {
  font-weight: bold;
}
#pageA #left h2 {
}
#pageB #left h2 {
}
#pageC #left h2 {
}
#pageD #left h2 {
}
#left h2 a {
}
#left h2 a:hover {
}

#centre, #leftCentre, #centreRight {
}
#centre {
}
#leftCentre {
}
#centreRight {
}
#centre h2, #leftCentre h2, #centreRight h2 {
  font-weight: bold;
}
#pageA #centre h2, #pageA #leftCentre h2, #pageA #centreRight h2 {
}
#pageB #centre h2, #pageB #leftCentre h2, #pageB #centreRight h2 {
}
#pageC #centre h2, #pageC #leftCentre h2, #pageC #centreRight h2 {
}
#pageD #centre h2, #pageD #leftCentre h2, #pageD #centreRight h2 {
}
#centre h3, #centreRight h3, #leftCentre h3 {
  font-weight: bold;
}
#centre #itemText h3, #centreRight #itemText h3, #leftCentre #itemText h3 {
  font-weight: bold;
}
#itemText {
}
#itemText p {
}
#leftCentre img {
}
#leftCentre #itemText {
}
#itemText h4,
#itemText h5,
#itemText h6 {
  font-weight: bold;
}
#itemText hr {
  border: 1px solid #999;
}
#itemText ul {
}
#itemText dt {
}
#itemText dd {
}
#itemText img {
}
#itemText img.imageLeft {
}
#itemText img.imageBlock {
}
#itemText img.imageRight {
}
#itemText p {
}
#mpSections {
}
#paging {
  color: #777;
}
#mpSections h3 {
}
#mpSections ul {
  color: #666;
}
#mpSections li {
}

#right {
}
#right .quickLinks {
}
#pageA .quickLinks {
}
#pageB .quickLinks {
}
#pageC .quickLinks {
}
#pageD .quickLinks {
}
#right .quickLinks h3 {
  font-weight: bold;
}
#right .quickLinks a {
}
#right .quickLinks a:hover {
}
#right #itemList,
#right #seeAlso,
#right #attachments {
}
#right #itemList h3,
#right #seeAlso h3,
#right #attachments h3 {
  font-weight: bold;
}
#pageA #itemList h3, #pageA #seeAlso h3, #pageA #attachments h3 {
}
#pageB #itemList h3, #pageB #seeAlso h3, #pageB #attachments h3 {
}
#pageC #itemList h3, #pageC #seeAlso h3, #pageC #attachments h3 {
}
#pageD #itemList h3, #pageD #seeAlso h3, #pageD #attachments h3 {
}
#right p {
  font-weight: bold;
}

#portal {
}
/* For some irratating reason if I put 5px margin
 * around the floats below, the left-hand one was 
 * pushed in from the left more than 5px in IE6!!!
 * Firefox 2, and Opera 8 were fine (all WinXP SP2).
 *
 * Have used 5px parent padding instead.
 */
#portal .imageLink img {
}

#portal .contentItem {
}
#portal .contentItem p {
}
#portal .contentItem img.imageLeft {
}
#portal .contentItem img.imageBlock {
}
#portal .contentItem img.imageRight {
}

#portal .bookmarks {
}
#portal .bookmarks ul {
}
#portal .bookmarks li {
}
#portal .bookmarks a {
}

#portal .left {
}

#portal .centre {
}
#portal .centre h2 {
  font-weight: bold;
}

#portal .right {
}
#portal .right h2 {
  font-weight: bold;
}

/* Portal homepage editing */
.portletAction {
  clear: both;
  background: #CFC;
  padding: 2px;
}
.portletAction a img {
  border: 0;
  background: #CFC;
  padding: 2px;
}
.portletSpacer {
  clear: both;
  height: 4px;
  font-size: 0;
}
/* IE seems to need the 'width: 100%' 
 * for the element to scroll properly */ 
.addPortlet {
  font-size: 0.8em;
  overflow: auto;
  width: 100%;
  background: #CFC;
}
.portalLink {
  font-size: 0.8em;
  clear: both;
  margin: 0 0 2px 0;
  padding: 3px 2px 1px 2px;
  background: #CFC;
  border-bottom: 2px solid #679;
}
.portalLink a {
  color: #669 !important;
  text-decoration: none;
}
.portalLink a:hover {
  color: #669 !important;
  text-decoration: underline;
}

#footer {
  clear: both;
}

#footer a {
}
#footer a:hover {
}

/* Drop-down menu styling */
/* Original
#dropmenudiv{
  position: absolute;
  border: 1px solid #CCC;
  border-bottom-width: 0;
  font: normal 12px Verdana;
  line-height: 18px;
  z-index: 100;
}
#dropmenudiv a{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #CCC;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
}
#dropmenudiv a:hover{
  background-color: #DDF;
}
*/
#dropmenudiv{
  display: none;
}
#dropmenudiv a{
  display: none;
}
#dropmenudiv a:hover{
  display: none;
}
