/*
 *   KABINETSFORMATIE20062007.NL
 *
 *   Stylesheet voor scherm en projectie
 *   Declaraties voor videoplayer minvws
 *   /css/scherm_govvid.css
 *
 *   eend ~ maakt internet menselijk
 *
 *   V1.1 - 02/05/2008 - Jeroen Visser
 *
 ************************************************************/


/*  Videopagina
   [25/07/2007: update naar v0.6 door GV]
-------------------------------------------- */
body#fullscreen {
height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

span.metageg {display: block; color: #aaa;}
.moviecontent { width: 400px; } /* a default value will be replaced by movie width */
.moviecontent ul {border: 0;overflow:hidden;margin:0;padding:0 0 1px 0; list-style:none; }
.moviecontent li {background-image:none !important;padding:0 !important;margin:0 !important;border:0 !important;}
.moviecontent li h2, .moviecontent li h3 { border-bottom:1px solid #dedede; color: #000; margin: 0; padding: 0; font-size: 100%;}
.moviecontent li h2 a, .moviecontent li h3 a {border: 1px solid #FFF; color: #000;}
.moviecontent li a {display: block; padding: 2px 15px 3px 0; font-weight: bold; border-bottom:1px solid #dedede; background:url(../img/bg_icon_basis.gif) right top no-repeat;height:1%; text-decoration: none; color: #000;}
.moviecontent li li a { font-weight: normal; padding: 2px 15px 3px 0;}
.moviecontent li a:hover {border-bottom: 1px solid #000; background:url(../img/bg_icon_basis_hover.gif) right top no-repeat;color:#000000;}
.moviecontent li.download a {background-image: url(../img/bg_icon_download.gif);}
.moviecontent li.download a:hover {background-image: url(../img/bg_icon_download_hover.gif);color:#000000;}
.moviecontent li img { margin-bottom: -4px;}
.moviecontent li a.open { background:url(../img/bg_icon_anker.gif) right top no-repeat; }
.moviecontent li a.open:hover { background:url(../img/bg_icon_anker_hover.gif) right top no-repeat;}
.moviecontent ul.open, .moviecontent div.open, .moviecontent p.open {display: block; }
.moviecontent li a.close { background:url(../img/bg_icon_basis.gif) right top no-repeat; }
.moviecontent li a.close:hover { background:url(../img/bg_icon_basis_hover.gif) right top no-repeat; }
.moviecontent ul.close, .moviecontent div.close, .moviecontent p.close  {display:none;}
