/* Copyright 2009 Netskills, University of Newcastle
   This file contains style info for top level elements
 */

body { 
  margin: 0px;
  padding: 0px;
  background-color: #bfbfbf;
  font-size: 0.72em;
  color: #2A0041;
  font-family: 'Trebuchet MS', 'arial', 'helvetica', sans-serif;
  line-height: 175%;
}

div#pagecentre {
  margin: 0px auto;
  width: 959px;
} 

div#innerbody {
  position: absolute;
  top: 100px;
  margin: 0px;
  padding: 0px;
  background-color: white;
  width: 956px;
  border-left: 1px solid #797979;
  border-right: 2px solid #595959;
}


p {
  padding: 0em 0em 0em 0em;
  margin: 0.5em 0em 0.5em 0em;
}

p.smallprint {
  font-size: smaller;
  font-style: italic;
}

p.bigprint {
  font-size: larger;
}

q {
  font-style: italic;
}

img {
    border: 1px solid #2a0041;
    margin: 1em 1em 1em 1em;
}

img.noborder {
    border: none;
}

a, span.thispageanchor {
    color: #9B7DAC;
    font-weight: bold;
}

a.standalone {
    font-weight: bold;
    font-size: larger;
    padding: 0.3em;
    text-decoration: none;
}

a:hover {
    color: #8ECE98;
}

h1,h2,h3,h4,h5,h6,legend {
    color: #5B3171;
    font-weight: bold;
    margin: 0.5em 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #5B3171;
}

h1 {
    color: red;
    line-height: 130%;
}    

h2 {
    font-size: 160%;
    margin: 0.9em 0px  0.3em 0px;
    background: #c0e5ca url('/site/img/backgrounds/lightgreen-dark-top-16.jpg') repeat-x scroll top left;
    padding: 0.2em 1em;
}

h3,h4,h5,h6 {
    font-weight: bold;
    line-height: 120%;
}

h3 {
    font-size: 150%;
    margin-top: 8px;
}

h4 {
    font-size: 125%;
}



hr {
    color: #5B3171;
    background-color: #5B3171;
    height: 2px;
    border: #5b3171 solid 1px;
}

ul {
    margin: 0em 0em 0em 1.5em;
    padding: 0em 0em 0em 0em;
}

ul.nobullet {
  list-style: none;
}

ul li {
    font-size: small;
    margin: 0.2em 0em 0.2em 0em;
    padding: 0em 0em 0em 0em;
    list-style-type: disc;
    font-weight: normal;
}

ul.nobullet li {
    list-style-type: none;
}

dl{
    padding: 0em;
    margin: 0em 0em 0em 0em ;
}

dl dt{
    font-weight: bold;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0.0em ;
}

dl dt a{ 
    color: #5B3171;
}

dl dd{
    font-weight: normal;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 1.25em ;
}

div.greenbox, div.purplebox, div.orangebox {
    width: 180px;
    border-style: solid;
    border-width: 2px;
    padding: 1em 1em 1em 1em;
    margin: 0em 0em 2em 0em;
    -moz-border-radius: 0.35em;
    border-radius: 0.35em;
}    

div.greenbox a, div.purplebox a, div.orangebox a div.greenbox span.thispageanchor, div.purplebox span.thispageanchor, div.orangebox span.thispageanchor {    
    color:	#5b3171;
}

div.greenbox a:hover, div.purplebox a:hover, div.orangebox a:hover {    
    color:	#2a0041;
}

div.greenbox h2, div.purplebox h2, div.orangebox h2 {
    background:	transparent;
    padding-left: 0px;
    padding-right: 0px;
}

div.box {
  /* box is depracated in favour of greenbox */
    border-color: red;
    background-color: pink;
}

div.greenbox {
    border-color: #83ce98;
    background: #c0e5ca url('/site/img/backgrounds/lightgreen-dark-top-128.jpg') repeat-x scroll top left;
}

div.purplebox {
    border-color: #9B7dac;
    background: #d4c0e0 url('/site/img/backgrounds/lightpurple-dark-top-128.jpg') repeat-x scroll top left;
}

div.orangebox {
    border-color: #f09000;
    background: #f7c67c url('/site/img/backgrounds/lightorange-dark-top-128.jpg') repeat-x scroll top left;
} 
