@charset "UTF-8";
/* CSS Document */

/* CMS Styles */

/* Platform-wide definitions for HbbTV  */

/* panel container styles  */
/*
.panel_content {  -webkit-transition-property: top,left;     -webkit-transition-duration: 0.5s; }
*/
.panel                { position:absolute; top:0px; height:auto; bottom:0px; left:0px; width:auto; right:0px }
.panel_holder         { top:0px; height:auto; bottom:0px; left:0px; width:auto; right:0px }

/* use this style to set default text for the platform, including the base fount */
.title, .name, .alias, .caption, .description, .assetCaption, .assetDescription, .readMoreText, .thumbnail, .introText, .fullText, li        { font-size:20px }

/* use this style to set default styles for the platform. Use to set sizes optimised for the display */

//#video {  width:1280px; height:720px; }
//#videoObject {  width:1280px; height:720px; }

//#videoBroadcastObject { width:1280px; height:720px; z-index:20 }

iframe {  position:absolute; top:160px, left:320px; width:640px; height:360px;  border: 5px solid red; z-index:100  }

.panelTitle          { font-size:24px }
.title               { font-size:21px }
.articleBody .title  { font-size:21px }
li.title             { font-size:20px }

.name               {  }
.alias              {  }
.caption            {  }
.description        {  }
.assetCaption       {  }
.assetDescription   {  }
.readMoreText       {  }

.thumbnail          {  }
.image              {  }
.externalImage      {  }

.AVCRD              {  }
.AVCSD              {  }
.AVCHD              {  }
.externalVideo      {  }


.introText          {  }
.fullText           {  }

ul                  { -webkit-padding-start: 0px; }
li                  { list-style-type: none;  }

/* ARTICLE STYLES */

.article {}

.article .articleBody  { margin:5px; padding:5px }

.article .articleBody .title {  padding:5px   }
.article .articleBody .introtext {   }
.article .articleBody .fulltext {   }
.article .articleBody .image {   }
.article .articleBody img {   }




/* Standard styles */

body {margin:0px;padding:0px}

img {padding:0px;margin:0px;width:100%}

/* field styles */


/* overrides  */

a:hover {  }

li  {  list-style-type: none; }


//object#videoBroadcastObject {  border: 2px red solid; }
//object#video {  border: 2px green solid; }




