
/* General stuff */
HTML
{
  margin: 0;
  padding: 0; 
}

BODY 
{
  background-color    : #ffffff;
  font-family         : Tahoma,Arial,Helvetica,san-serif;
  font-size           : small;
  color               : #202020;
  padding             : 0.0em;
  margin              : 0.0em;
  min-width: 720px; /* Should work on most STBs, stops SDfDM colliding with logo */
}

H1
{
  font-family         : "Humanst521 BT",Tahoma,Arial,Helvetica,san-serif;
  font-size           : large;
  font-weight         : bold;
  text-decoration     : underline;
  color               : #003070;
  text-align          : left;
}

H2 
{
  font-family         : "Humanst521 BT",Tahoma,Arial,Helvetica,san-serif;
  font-size           : 110%;
  font-weight         : bold;
  color               : #003070;
  border-top: solid 1px #003070;
}

H3, H3 A
{
  font-size           : 100%;
  font-weight         : bold;
  margin: 0;
  color               : #003070;
}

P
{
  margin-top:  0.5em;
  margin-bottom: 0.5em;
  text-align: justify; 
  line-height: 140%;
}

A IMG
{
  border              : none; 
}

/* Banner */
DIV.banner
{
  height: 120px;
  background-color:  #80c0c0;
  background-image:  url(wave.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  overflow: hidden;
}

H1.logo
{
  margin: 0;
  padding: 0;
  float: left;
  width: 33%;
  color: white;
  text-decoration: none;
  font-size: 150%;
  line-height: 100%;
}
  
DIV.banner IMG.logo
{ 
  margin-top: 8px;
}

DIV.heading, DIV.bigheading
{
  position: absolute;
  top: 32px;
  right: 12px;
  font-size: 32px;
  font-family: "Calisto MT", "URW Palladio L", "Century Schoolbook L", "Times New Roman", serif;
  font-style: italic;
  color: #d0f0ff;
}

DIV.bigheading
{
  font-size: 48px;
  top: 24px;
}

/* Options bar */
DIV.options
{
  clear: both;
  padding-left: 1em;
}

DIV.option, DIV.option-current
{ 
  display: inline;
  margin              : 0.0em;
  text-align          : center;
  font-family         : "Humanst521 BT",Tahoma,Arial,Helvetica,san-serif;
  font-weight         : bold;
  font-size: 110%;
  padding-right: 0.5em;
}

DIV.options A
{
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;

  text-decoration     : none;
}

DIV.option-current A
{
  color: #80f0f0;
}

DIV.option A
{
  color: white; 
}

DIV.options A:hover 
{
  color    : #80ff80;
  background-color: transparent;
}

/* Main body */
DIV.main
{
  padding: 2em;
}

TABLE.twocolumn
{ 

}

TD.leftside
{ 
  vertical-align: top;
  width: 70%;
  text-align: center;
}

TD.leftside DIV.content
{
  margin: 0 auto;
  width: 80%;
  text-align: left;
}

TD.rightside
{ 
  padding-left: 2em;
  vertical-align: top;
  width: 30%;
}


DIV.single
{ 
  text-align: center;
}

DIV.single DIV.content
{
  margin: 0 auto;
  text-align: left;
  width: 60%;
}

object#flash_flow
{ 
  width: 100%;
}

embed#flash_flow
{
  width: 100%;
}

DIV.flow-diagram
{
  z-index: -1;
  overflow: hidden;
}

DIV.flow-diagram P
{
  text-align: center;
}

P.elevator
{ 
  color: #003070;
  font-family         : "Humanst521 BT",Tahoma,Arial,Helvetica,san-serif;
  font-size: 160%;
  line-height: 130%;
  text-align: center;
  margin-bottom: 1em;
}

img.picture
{
  float: right;
  margin-top: 4px;
  margin-left: 2em;
  margin-bottom: 1em;
  max-width: 33%;
}

A
{ 
  color               : #4080C0;
  text-decoration     : none;
}

A:hover 
{
  background-color    : #c0e0ff;
}

UL, OL
{
  border: 1px solid #003070;
  margin-right:  2em;
  margin-left:   2em;
  background-color    : #e0fff0;
  padding: 4px;
}

/* Suppress background/border if already in box */
DIV.box UL, DIV.box OL
{
  border: none;
  background-color: transparent;
  margin: 0;
  margin-bottom: 1em;
}

DIV.listbox
{
  margin-top: 1em;
  margin-bottom: 1em;

  margin-left: 10%;
  margin-right: 10%;
}

LI
{
  font-weight: bold;
  list-style-position : inside;
  line-height         : 160%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}

UL LI
{
  list-style-type     : disc;
}  

P.intro
{
  line-height: 150%;
  font-size: 120%;
  margin-bottom: 2em;
}

/* News sidebar */
DIV#newsbar H2
{ 
  font-size: 160%;
  border: 0;
  margin: 0;
  padding: 0.2em;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: normal;
}

DIV#newsbar H3
{
  font-weight         : bold;
  color               : #003070;
  margin-top: 0.5em;
}

DIV.newsabstract
{ 
  border-top: solid 1px #003070;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

DIV.newsabstract IMG.bullet
{
  float: left; 
  margin-bottom: 1em;
}

DIV.newsabstract P
{ 
  clear: both;  
}
SPAN.date
{ 
  font-weight: bold;
}

DIV.more P.more
{
  font-weight: bold;
  text-align: right;
  margin-bottom: 1em;
}

IMG.bullet
{
  margin-right: 0.5em;
  vertical-align: middle;
}

DIV.product
{ 
  margin-bottom: 2em;
}

DIV.product H2
{ 
  padding-top: 8px;
  margin-bottom: 16px;
}

SPAN.product-name
{
  font-family: "Calisto MT", "URW Palladio L", "Century Schoolbook L", "Times New Roman", serif;
  font-style: italic;
  font-size: 110%;
  font-weight: normal;
}

IMG.product-icon
{ 
  vertical-align: middle;
  margin-right: 4px;
}

IMG.thumbnail
{
  float: right;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  margin-left: 2em;
}

/* News */
DIV.newsitem
{
  margin-top: 1em;
  padding-top: 1em;
}

DIV.newsitem H2
{
  padding-top: 12px;
}

/* Partners */
DIV.partner-category
{
  margin-top: 2em;
  margin-left: 2em;
  margin-bottom: 2em;
}

DIV.partner
{
  vertical-align: middle;
  display: inline;
  margin-right: 3em;
}

DIV.partner IMG
{
  vertical-align: middle;
  margin-bottom: 2em;
}

DIV.partner A:hover
{
  background-color: transparent;
}

/* Contact */
TH
{  
  text-align: right;
}

TABLE.contact TD, TABLE.contact TH
{  
  padding: 0.5em;
  font-size: 120%;
  vertical-align: top;
}

TABLE.legal TD, TABLE.legal TH
{  
  padding: 0.5em;
  font-size: 80%;
  vertical-align: top;
}

/* Footer */
DIV.footer
{ 
  background-image:  url(wave.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  color: #003070;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
}

DIV.footer P
{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: right;
}



/* Rounded corner box trickery */
DIV.box
{
  position: relative;
  min-width: 100px;
  z-index: 1;
  padding-left: 8px;
  _zoom: 1;  /* IE6 hack to force hasLayout, otherwise width of top is wrong */
}

/* Default background for boxes */
div.box div.top,
div.box div.top div.left,
div.box div.bottom,
div.box div.bottom div.left
{
  background: white url(box-background.gif) no-repeat top right; 
}

/* Thin top stripe */
div.box div.top
{
  position: relative;  /* Become scope for left below */
  background-position: top right;
  width: 100%;
  height: 12px;
  z-index: -1;
  font-size: 1px;
}

div.box div.top div.left
{
  position: absolute;
  top: 0px;
  left: -12px;
  background-position: top left;
  width: 12px;
  height: 12px;
}

/* Bottom stripe, containing content */
div.box div.bottom
{
  position: relative;
  height: 100%; 
  background-position: bottom right;
  padding-bottom: 1px;  /* Avoid clipping leakage over antialiased bottom of box */
}

div.box div.bottom div.left
{
  position: absolute;
  top: 0px;
  left: -12px;
  background-position: bottom left;
  width: 12px;
  height: 100%;
  /* Evil IE6 hack */
  _height: expression(this.parentNode.offsetHeight + 'px');
}

/* Content - offset slightly to centre in box */
div.box div.bottom div.boxcontent
{
  position: relative;
  left: 0px;
  margin-right: 12px;
  z-index: 1;
}
