/*                              */
/*   default css for wrl NB     */
/* Tim Dinh  version:02-08-2010 */
/* Added keywords to important parts*/

*
{
  margin: 0;
  padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    border:0 none;
    font-size:100%;
    margin:0;
    padding:0;
    vertical-align:baseline;
    text-align: left;
}
html 
{
    height:100%;
}
body
{
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    background:none repeat scroll 0 0 #FFFFFF;
}
/*CONTENT WRAPPER - width, center*/
#wrapper
{
    margin:0 auto;
    position:relative;
    width:1000px;
}
/***    START SHARED SITE STRUCTURE page, header, content, footer   ***/
/***                CONTENT PAGE alignment, padding                 ***/
        #header
        {
            height: 150px;
            width:100%;
            z-index:2;
        }
            #logo
            {
                cursor:pointer;
                display:inline-block;
                font-size:3em;
                outline:0 none;
                padding-right:9px;
            }
            a.skipLink
            {
                position: absolute;
                left: -5000px;
                top: 10px;
                z-index: 100;
                display: block;
                padding: 2px 2px;
                background: #FFF;
                color: #cc0000;
                line-height: 1em;
                text-decoration: none;
            }
            a.skipLink:focus
            {

                left: 0px;
                color: #6699cc;
                text-decoration: underline;
            }
        #topnavigation {
        	list-style-type: none;
        }
        #topnavigation li{
        	float:left;	
        	padding-left:10px;
        }
        #breadcrumb
        {
            position:absolute;
            top:130px;
            width:1000px;
            padding-top:5px;
        }
        #content
        {
            z-index: 100;
            position:absolute;
            top:165px;
            left:0px;
            width:1000px;
        }
        #footer
        {
            position: absolute;
            left:0px;
            display:block;
            color:#fff;
            font-size:1.1em;
            padding:10px 8px 0 10px;
            z-index:2;
            height:22px;
            width:980px;
        }
            #footer.notuRecordFooter
            {
                top:705px;
            }
            #footer.notuCastFooter
            {
                top:650px;
            }
            #footer.defaultFooter
            {
                bottom:-50px;
            }
            #footer.helpFooter
            {
                bottom:-100px;
            }
        #footer ul,
        #footer li
        {
            list-style:none outside none;
            margin:0;
            padding:0;
            margin-right: 5px;
        }
        #footer li
        {
            float:left;
        }
        #footer a{
            color:#6e6e6e;
        }
        #footer_right
        {
            float:right;
            margin-top: -5px;
        }
        #footer_left
        {
            float:left;
            margin-top: -5px;
        }
        .footerLogo
        {
            margin: 0 5px;
        }
/*                         */
/*END SHARED SITE STRUCTURE*/
/*                         */


/*ARCHIEF*/
    #archief
    {
        float:left;
        width: 793px;
        margin-right: 2px;
    }
    .archief_text
    {
        float: left;
        width:500px;
        margin-top: 10px;
    }
/*HELPPAGINA*/
    #help p
    {
        margin-top: 10px;
    }
    #help h3
    {
        margin-top: 10px;
    }
        /*RECENTE VERGADERINGEN*/
        #recenteVergaderingen
        {
            float:left;
            width:205px;
        }

        #recenteVergaderingen .nav-main li
        {
            line-height: 1.7em;
        }
/*uitgebreid zoeken*/

#searchfrm
{
    margin-top: 20px;
}#searchfrm p
{
    clear:both;
}
#searchfrm input
{
    float:left;
    margin:5px 5px 5px 5px;
    height: 20px;
}
#einddag, #begindag
{
    width:50px;
}
#searchfrm select
{
    margin: 5px;
}
#searchfrm option
{
    padding-right: 15px;
}
#searchfrm input.submit
{
    margin-left:0px;
}
/**ZOEKRESULTATEN**/
#zoekresultaten
{
    float:left;
    min-height: 400px;
    width: 793px;
    margin-right: 2px;
    padding-bottom: 20px;
}
#zoekresultaten p
{
    margin-top: 5px;
}
#zoekresultaten a.volgende
{
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#zoekresultaten a.vorige
{
    float:left;
    margin-bottom: 10px;
    margin-top: 10px;
}
.resultaat
{
    clear: both;
    display: block;
    width: 785px;
    border: 1px solid #e6e6e6;
    padding: 3px;
    margin: 5px 0 0 0;
}
#uitgebreidzoeken
{
    float:left;
    width: 793px;
    margin-right: 2px;
    padding-bottom: 20px;
}
    .datesortLabel
    {
        width:125px;
    }
/*HOOFDSCHERM*/
#hoofdscherm
{
    background-color: #fff;
    position:absolute;
    top: 120px;
    left: 302px;
    width: 696px;
}
    #hoofdscherm p
    {
        padding: 5px;
    }
    #hoofdscherm h3
    {
        padding: 5px;
    }/*HOOFDSCHERMLIVE*/
    #hoofdscherm ol{
        margin-left: 30px;
    }
    #hoofdscherm ul{
        margin-left: 30px;
    }
#hoofdschermLive
{
    position: absolute;
    top: 0px;
    left: 302px;
    width: 696px;
    max-height: 400px;
}
    #hoofdschermLive p
    {
        padding: 5px;
    }
    #hoofdschermLive h3
    {
        padding: 5px 0 5px 0;
    }
    #agendaVolledig
    {
        padding-top: 5px;
        max-height: 455px;
        overflow: auto;
        border: 1px solid #e6e6e6;
    }
    #agendaVolledigLive
    {
        padding: 8px;
        max-height: 310px;
        overflow: auto;
	border: 1px solid #e6e6e6;
        margin-bottom: 10px;
        position: relative;
    }
        .agendapunt
        {
            display: block;
            border-bottom: 1px solid #e6e6e6;
            width: 677px;
        }
        .agendapuntNC
        {
          display: block;
          padding: 5px;
          width:657px;
          border: 1px solid #e6e6e6;
          margin-top: 4px;
          color:#004d97;
          line-height: 20px;
        }
        .agendapuntLive
        {
          display: block;
          padding: 5px;
          width:657px;
          border: 1px solid #e6e6e6;
          margin-top: 4px;
          color:#004d97;
          line-height: 20px;
        }
		.agendapuntLive a {
		width: 550px;
		display: inline-block;
		float: left;
		}
        .subjectLive
        {
          display: block;
          padding: 5px;
          width:664px;
          margin-top: 4px;
        }
        .invisible
        {
            display:none;
        }

        .agendapunt p
        {
            margin-bottom: 5px;
        }
        .afspeelbalk
        {
            display: block;
            height: 15px;
            padding: 3px 0px 3px 30px;
            width: 642px;
            margin-left: 3px;
            font-weight: bold;
            color:#404040;
            font-size: 0.9em;
            margin-bottom: 10px;
        }
        .agendapuntTijd
        {
	
         float:right;
         padding-right: 5px;
         color:#404040;
        }
        .afspeelbalk a
        {
            text-decoration: underline;
            color: #404040;
        }
        .docBalk
        {
            display: block;
            //height: 15px;
            padding: 3px 0px 3px 30px;
            width: 642px;
            margin-left: 3px;
            font-weight: bold;
            color:#404040;
            font-size: 0.9em;
            margin-bottom: 10px;
        }
.docBalkLive {

    color: #404040;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-left: 0px;
    padding:0px 0px 0px 30px;
    
    /*width: 590px;*/
}
.clear{
    clear:both;
}
        .docBalk a
        {
            color:#004d97;
	    display:block;
	    float:left;
	    width:500px;
        }
            .paperclip
            {
                background: #696969 url(../img/paperclip.png) no-repeat;
                background-position: 3px 3px;
                width: 10px;
            }
        .donkerBlokje {
            border-right: 1px solid #E3E3E3;
            color: #FFFFFF;
            display: block;
            float: right;
            font-size: 11px;
            font-weight: normal;
            height: 18px;
            padding: 3px 5px 0;
        }
        .afspeelbalkSpreker
        {
            display: block;
            height: 15px;
            padding: 3px 0px 3px 30px;
            width: 642px;
            margin-left: 3px;
            font-weight: normal;
            color:#404040;
            font-size: 11px;
            margin-bottom: 10px;
        }
        .afspeelbalkSpreker a
        {
            color: #404040;
            text-decoration: underline;
        }
        /*SprekerInformatie icoontje uitgelijnd links naast startijd en duur van AP keywords: icoon, icon, informatie **/
        .sInfo
        {
            float: right;
            padding-right: 50px;
        }
        .left
        {
            float:left;
        }
/*zoeken*/
    #zoeken
    {
        position: absolute;
        left:784px;
        top:0px;
        width: 216px;
    }
        input#zoekveld
        {
            background:none repeat scroll 0 0 #F9F9F9;
            border:1px solid #C5C5C5;
            color:#6E6E6E;
            font-size:14px;
            height:18px;
            width:210px;
            padding:2px;
            vertical-align:middle;
            margin-top: 5px;
            
        }

        #zoekSubmit
        {
            border:0 none;
            color:#404040;
            font-size:16px;
            height:24px;
            margin-top:5px;
            vertical-align:middle;
            width: 216px;
        }

/*Spreker info*/
#sprekersInformatie.javascriptOff
{
    position: absolute;
    top:0px;
    left: 1002px;
    width: 480px;
}
/*Spreker info*/
#sprekersInformatie.javascriptOn
{
    position: absolute;
    top:0px;
    left: 302px;
    width: 480px;
}
#sprekersInformatieLive
{
    position: absolute;
    top:370px;
    left:302px;
    width: 698px;

}
#warning
{
    float: left;
    width: 280px;
    padding: 5px;
}
/*sprekersnavigatie*/
    .sprekerBlok
    {
        margin-top: 5px;
        width:478px;
        height:80px;
        border: 1px solid #e6e6e6;
    }
        .pasfoto
        {
            height: 74px;
            float: left;
            margin: 3px;
        }
        .sprekerBlok p
        {
            vertical-align: text-top;
            padding: 4px 0px 4px 3px;
            margin: 3px 3px 3px 66px;
        }
        .sprekerBlok p.naam
        {
            vertical-align: text-top;
            background-color: #e6e6e6;
            margin-left: 66px;
            padding-left: 3px;
        }
        .sprekerBlok a
        {
            color:#404040;

        }
    .sprekerBlokLive
    {
        margin-top: 5px;
        width:696px;
        height:80px;
        border: 1px solid #e6e6e6;
    }
        .sprekerBlokLive p
        {
            vertical-align: text-top;
            padding: 4px 0px 4px 3px;
            margin: 3px 3px 3px 66px;
        }
        .sprekerBlokLive p.naam
        {
            vertical-align: text-top;
            background-color: #e6e6e6;
            margin-left: 66px;
            padding-left: 3px;
        }
        .sprekerBlokLive a
        {
            color:#404040;

        }
        .sHidden
        {
            display:none;
        }
        /*COMMENTAAR*/
#commentaar
{
    position:absolute;
    left:0px;
    top:370px;
    width:300px;
    padding-bottom: 20px;
    margin-right: 2px;
}

#commentaarBlok
{
    width:288px;
    border: 1px solid #e6e6e6;
    margin-top: 2px;
    padding: 5px;
    height: 200px;
    overflow: auto;
}
    #commentaarBlok p.comment
    {
        padding: 3px;
        width: 250px;
        line-height: 20px;
        font-weight: bold;
    }
/*MEDIASPELER*/
#speler
{
    position:absolute;
    top:0px;
    left:0px;
    width:300px;
    z-index: 8000;
}
    .videotype
    {
        border:0 none;
        color:#404040;
        font-size:11px;
        height:24px;
        width: 280px;
        margin-left:5px;
        vertical-align:middle;
        background-color: #fff;
        cursor: pointer;
        text-align: left;
    }
/*STARTNAVIGATIE*/
#navigatie-start
{
        float: left;
        margin-right:20px;
        margin-top: 10px;
        width:220px;
        overflow:auto;
}

#navigatie-start ul,
#navigatie-start li
{
    list-style: none outside none;
    margin:0;
    padding:0;
}
#navigatie-start .nav-main li
{
    line-height: 1.7em;
}
#navigatie-start .nav-main li li a.selected,
#navigatie-start .nav-main a.selected
{
    color:#004D97;
}
#navigatie-start .nav-main li li a.selected,
#navigatie-start .nav-main a.selected
{
    background:none repeat scroll 0 0 #FAFAFA;
    color:#004D97;
}
#navigatie-start .nav-main li li a {
    background:none repeat scroll 0 0 #FAFAFA;
    color:#404040;
    font-size:11px;
    padding-left:16px;
}


ul.normal-list li
{
    list-style-type: disc;
    margin-left: 30px;
}
/*NAVIGATIE*/
#navigatie
{
    position: absolute;
    left:0px;
    top:330px;
    width:300px;
    font-size: 1em;
    text-align: left;
}

#navigatie ul,
#navigatie li
{
    list-style: none outside none;
    margin:0;
    padding:0;
}
.nav-main
{
    list-style-type: none;
    height: 280px;
}
.nav-width
{
    width: 300px;
    overflow: auto;
}
#navigatie .nav-main li
{
    line-height: 1.7em;
    width: 280px;
}

#navigatie .nav-main li li a {
    background:none repeat scroll 0 0 #FAFAFA;
    color:#404040;
    font-size:0.9em;
    padding-left:16px;
}
#navigatie .nav-main li li li a {
    background:none repeat scroll 0 0 #FAFAFA;
    color:#404040;
    font-size:0.9em;
    padding-left:32px;
}
.nav-main a {
    border-bottom:1px solid #E5E5E5;
    color:#404040;
    display:block;
    font-size:0.9em;
    padding:2px 5px 2px 6px;
    text-decoration:none;
}
.nav-main span.nav-title {
    border-bottom:1px solid #E5E5E5;
    color:#004D97;
    display:block;
    font-size:0.9em;
    padding:2px 5px 2px 6px;
    text-decoration:none;
}
/* TOP LINK*/
#navigateTop
{
    position: fixed;
    left:10px;
    height: 16px;
    bottom: 100px;

}

#top_button
{
    background-image: url('../img/top_button.png');
    width: 88px;
    height: 18px;
    color:#000;
    padding-left: 12px;
    padding-top: 2px;
}
#top_button a
{
    color: #000;
    text-decoration: none;
    font-size: .8em;
}
/*DOWNLOAD DIV*/

#download
{
    position:fixed;
    width: 100%;
    height:100%;
    background-image: url('../img/black_50.png');
    background-repeat: repeat;
    top:0px;
    left:0px;
    z-index: 9999;
}
    #downloadPanel
    {
        position: relative;
        margin: 0 auto;
        width: 300px;
        background-color: #fff;
        top:150px;
        padding: 20px;
    }
    .downloadList
    {
        margin-top: 10px;
    }
    .closeDownload
    {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 2px;

    }
/*END TOP LINK*/

.invisible { position:absolute; left:-1500em; }
a{
    color:#004D97;
}
a img,fieldset { border: none;}

legend { display:none }

.highlight
{
    font-weight: bold;
    background-color: #ffff00;
}
.highlight2
{
    background-color: #FEFF80;
    border: solid 1px #000;
    color:#000;
}

.highlight2 a
{
    color:#000;
}

label
{

    float:left;
    width:125px;
    line-height: 20px;
    margin:5px 5px 5px 0px;

}

.clear_float
{
    font-size: 0px;
    line-height: 0px;
    clear: both;
}
#waarmerk
{
    position: absolute;
    right:20px;
    top:-60px;

}
#waarmerk img
{
    width:45px;
}
.foutmelding
{
    margin-top: 5px;
    
}
ul.foutmelding
{
    margin-left: 25px;
    list-style-type: circle;
}
h3.foutmelding
{
    margin-top: 5px;
}

ol.letterLijst{
    list-style-type: upper-alpha;
}
