@charset "UTF-8";

/* CSS peculiar to Oeconomist.com website. */
/* Copyright (c) by Daniel Kian Mc Kiernan.  All rights reserved. */

/* DEFAULTS ACROSS MEDIA */

body
{
  background-image: url(/images/backgrnd.png) ;
}

/* frame for framed viewport */

#inframe /* Needs thought */
{
  position: absolute ;
  top: 14px ;
  left: 14px ;
}

div#viewFrameTop
{
  background-image: url(/images/vf_top.png) ;
  position: absolute ;
  top: 0 ;
  left: 0 ;
  z-index: 1001 ;
  width: 100% ;
  height: 12px ;
}
div#viewFrameUpperLeft
{
  background-image: url(/images/vf_ul.png) ;
  position: absolute ;
  top: 0 ;
  left: 0 ;
  z-index: 1002 ;
  width: 32px ;
  height: 32px ;
}
div#viewFrameLeft
{
  background-image: url(/images/vf_left.png) ;
  position: absolute ;
  top: 0 ;
  left: 0 ;
  z-index: 1001 ;
  width: 12px ;
  height: 100% ;
}
div#viewFrameLowerLeft
{
  background-image: url(/images/vf_ll.png) ;
  position: absolute ;
  bottom: 0 ;
  left: 0 ;
  z-index: 1002 ;
  width: 32px ;
  height: 32px ;
}
div#viewFrameBottom
{
  background-image: url(/images/vf_bot.png) ;
  position: absolute ;
  bottom: 0 ;
  left: 0 ;
  z-index: 1001 ;
  width: 100% ;
  height: 12px ;
}
div#viewFrameLowerRight
{
  background-image: url(/images/vf_lr.png) ;
  position: absolute ;
  bottom: 0 ;
  right: 0 ;
  z-index: 1002 ;
  width: 32px ;
  height: 32px ;
}
div#viewFrameRight
{
  background-image: url(/images/vf_right.png) ;
  position: absolute ;
  top: 0 ;
  right: 0 ;
  z-index: 1001 ;
  width: 12px ;
  height: 100% ;
}
div#viewFrameUpperRight
{
  background-image: url(/images/vf_ur.png) ;
  position: absolute ;
  top: 0 ;
  right: 0 ;
  z-index: 1002 ;
  width: 32px ;
  height: 32px ;
}

div#returnToMain
{
  text-align: left ;
}

div#returnToMain img
{
  border: 0 ;
}

@media screen { /* Default */ }
@media print { }
@media handheld { }
@media tv { /* Default */ }
@media projection { }
@media tty { }
@media aural { }
@media braille { }
@media emboss { }
