/* Print template controls */

/* Styles for font controls and basic HTML elements */

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 70%;
  color: black;
  }

a {
  text-decoration: none;
  color: black;
  }

a:link {
  color: black;
  }

a:visited {
  ccolor: black;
  }

a:active {
  color: black;
  }

a:hover {
  color: black;
  text-decoration: underline;
  }

a:visited:hover {
  color: black;
  text-decoration: underline;
  }

h1, h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 1.2em 0 0.8em 0;
  }

h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 1.2em 0 0.8em 0;
  }

h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1.2em 0 0.8em 0;
  }

h5 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1.2em 0 0.8em 0;
  }
  
h6 {
  font-size: 1em;
  font-weight: bold;
  margin: 1.2em 0 0.8em 0;
  }

p {
  font-size: 1em;
  line-height: 1.3em;
  margin: 0.8em 0 0.8em 0;
  }

table, tr, td {
  font-size: 1em;
  }

table {
  border-collapse: collapse;
  border-color: #000000;
  }

th {
  border-collapse: collapse;
  border-color: #000000;
  border-width: 1px;
  padding: 3px 5px;
  vertical-align: top;
  }

td {
  border-collapse: collapse;
  border-color: #000000;
  border-width: 1px;
  padding: 3px 5px;
  vertical-align: top;
  }

strong, b {
  font-weight: bold;
  }

form { 
  margin: 0;
  padding: 0;
  }

input, select, textarea {
  font-size: 1em;
  }

img {
  border: 0;
  }

.clear {
  clear: both;
  }

/* End styles for font controls and basic HTML elements */


#PrintContainer {
  width: 562px;
  float: left;
  padding: 14px 14px 10px 14px;
  }

#PrintContainer h1 {
  font-size: 2.0em;
  font-weight: normal;
  margin: 4px 0 1.2em 0;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #<{ print $/bsi/general/maincolour }>;
  }

#PrintControlContainer {
  float: right;
  text-align: right;
  margin: 0 15px 8px 0;
  position: relative;
  }

#PrintControl {
  padding: 5px 0 4px 0;
  }

#PrintControl a {
  background: url(/resources/images/icon_print_close.gif) no-repeat right center;
  padding: 5px 29px 4px 0;
  }

#MainContentTitle {
  font-size: 1.6em;
  color: black;
  border-bottom: 1px solid #CCC;
  padding-bottom: 2px;
  }

#SectionHomeContentContainer, #DatapageContentContainer {
  padding: 0 0 25px 0;
  }

#SectionHomeContentContainer p {
  margin: 0.3em 0 0.5em 0;
  }

#BSectionHomeContentContainer img {
  vertical-align: bottom;
  }

#SectionHomeContentContainer h2 {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px dotted #B3B3B3;
  margin: 1.2em 0 0 0;
  padding: 0 0 0.1em 0;
  }

#SectionHomeContentContainer h2 a {
  background: url(/resources/images/MS/layout/disc_arw.gif) no-repeat right center;
  padding: 0 24px 0 0;
  color: black;
  text-decoration: none;
  }

#SectionHomeContentContainer h2 a:hover {
  color: black;
  text-decoration: underline;
  }

#PrintFooter {
  background: white url(/resources/images/MS/layout/bg_dots_horizontal.gif) repeat-x top left;
  padding: 10px 0px 10px 0px;
  }


/* Styles for sector splits page */

.SectorContainerLeft {
  float: left;
  width: 190px;
  margin: 0 12px 12px 0;
  }

.SectorContainerRight {
  float: left;
  width: 190px;
  margin: 0 0 12px 0;
  }

.SectorHeaderTop {
  width: 190px;
  background: #09528D url(/resources/images/sectorButton_tl.gif) no-repeat top left;
  height: 5px;
  text-align: right;
  }

.SectorHeader a {
  display: block;
  width: 182px;
  background: #09528D url(/resources/images/sectorButton_arw.gif) no-repeat right center;
  color: white;
  font-weight: bold;
  padding: 0px 0px 0px 8px;
  }

.SectorHeader a:link, .SectorHeader a:visited, .SectorHeader a:active {
  color: white;
  }

.SectorHeader a:hover, .SectorHeader a:visited:hover {
  color: white;
  text-decoration: underline;
  }

.SectorHeaderBtm {
  width: 190px;
  background: #09528D url(/resources/images/sectorButton_bl.gif) no-repeat top left;
  height: 5px;
  text-align: right;
  border-bottom: 1px solid white;
  }

.SectorBody {
  background-color: #EEE;
  padding: 8px 8px 12px 0;
  }

.SectorSpacer {
  float: left;
  }

.SectorImage {
  float: left;
  width: 60px;
  margin-right: 8px;
  }

.SectorBodyText {
  float: left;
  width: 106px;
  }

/* End styles for sector splits page */

/* End print template controls */
