﻿/*----------------------------------------------------------
geel: #F6D20A
blauw: #0c0070
bodytekst #CCCCCC
----------------------------------------------------------*/
body
{
    background: Black url(images/achtergrond.png) repeat-y scroll left top;
    font-size: .65em;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #cccccc;
}

#adminheader
{
    border-bottom: 2px solid #aaa;
    background: #fff;
    padding: 5px;
    color: Black;
}

#blocks
{
    width:97%;
}

.fileUpload
{
    margin: 4px 0;
}

div.queueItem
{
    position: relative;
    padding: 10px;
    background: #eee;
    margin: 0 0 10px;
    color: #000;
}

div.queueItem .filestatus
{
    margin: 0 20px;
    font-style: italic;
}

div.queueItem .delete
{
    position: absolute;
    top: 10px;
    right: 10px;
}

#videoFile
{
    font-weight: bold;
    color: #fff;
    margin: 0 10px;
}

.fileUpload object {
    position: relative;
    top: 4px;
    margin-left: 6px;
}
a:link,
a:visited
{
    color: White;
    text-decoration: none;
}

a:hover,
a:active
{
    color: #F6D20A;
    text-decoration: none;
}

#main a:link,
#main a:visited
{
    color: #F6D20A;
    text-decoration: none;
}

#main a:hover,
#main a:active
{
    color: #F6D20A;
    text-decoration: underline;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.2em;
    text-align:justify;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 14px;
    color: #f6d20a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 16px;
    padding-bottom: 0.3em;
    margin-bottom: 0;
    /*font-weight: bold;*/
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 12px;
}
h4
{
    font-size: 11px;
}
h5, h6
{
    font-size: 10px;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1000px;
}

#header
{
    background-color: Black;
    background-image: url(images/header.png);
    height: 76px;
}

#content
{
    background-position: top;
    background-color: Black;
    background-image: url(images/content_achtergrond.png);
    _height: 1px;
    background-repeat: no-repeat;
    height: 1792px;
}

#navContainer 
{
    margin-top:100px;
}

#navContainer ul .moveUpLittle
{
   margin-top: -16px;
}

#navContainer ul .moveUp
{
   margin-top: -34px;
}

#navContainer ul .moveUpBig
{
   margin-top: -120px;
 
}

#main,
#leftColumn
{
    float: left;
}

#leftColumn
{
    background-image: url(images/menu_achtergrond.png);
    width: 298px;
    height: 441px;
}

#main
{
    width: 680px;
    padding-left: 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 0.5em 0;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 0.8em;
    padding: 2px 4px 4px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table.Admin
{
  border: solid 1px #f6d20a;
  border-collapse: collapse;
}

table.Admin td 
{
  padding: 5px;   
  /*border: solid 1px #e8eef4;*/
}

table.Admin th
{
  /*padding: 6px 5px;*/
  text-align: left;
  background-color: #f6d20a; 
  border: solid 1px #f6d20a; 
  color: Black;  
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:White;
    background-color: Red;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

div#title
{
    display:block;
    float:right;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.feedback,
.message
{
    background-color: #0c0070;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: White;
}

.thumbs
{
    padding-top: 5px;
}

.thumbs .item
{
    width: 150px;
    height: 136px;
    background-color: #E2E7E3;
    text-align: center;
    border: 1px solid #222D80;
    margin: 0px 0px 10px 25px;
    float: left;
    padding: 5px;
}
.width150
{
    width: 150px;
    padding-bottom: 5px;
}

/*
.small
{
    font-size: 9px;
}
*/

.downloadarea a:link,
.downloadarea a:visited,
.downloadarea a:active
{
    font-size: 10px;
    text-decoration: none;
    color: #696969;
}

.downloadarea a:hover
{
    font-size: 10px;
    background-color: #e74e16;
    color:#222D80;
}	

#homepageText
{
 color:White;
font-size:16px;
margin-top:16em;
text-align:right;
}	 	

.subKop
{
    color: #f6d20a;
    font-weight:bold;
}

.smallLink
{
    font-size: 10px;
}

.partTitle
{
    color: Yellow;
}

.pageText
{
    font-size:10px;
    padding-bottom: 10px;
}

#homepageText
{
 text-align: right;
 margin-top:16em;   
 font-size: 16px;
 color: White;
}

.editPart
{
    margin-bottom: 30px; 
    padding: 3px;
    text-align:right;
    background-color: #F6D20A;
}

.partBackground
{
    border: 1px #696969 dotted;
}

.linkPart
{
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 10px;
    text-align: center;
}

.linkPart p a:link,
.linkPart p a:visited
{
    color: #F6D20A;
    text-decoration: none;
}

.linkPart p a:hover,
.linkPart p a:active
{
    color: #F6D20A;
    text-decoration: underline;
}

.videoPart
{
    overflow:auto;
}

.videoPart embed
{
    float: left;
}

.videoPart div.description
{
    
}

.videoplayer
{
    margin-right: 10px;
}

#viewImage
{
    margin-top: 67px;
    text-align:center;
}

#blockOptions
{
    overflow: auto;
    list-style-type:none;
    padding: 0;
    margin: 15px 0 0 0;
    text-align: right;
}

#blockOptions li
{
    display: inline;
    padding: 4px 10px 0;
}

#imagesList
{
    list-style-type: none;
    overflow: auto;
    margin: 0;
    padding: 0;
}
#imagesList li
{
    float: left;  
    margin: 0;
    padding: 0;
}

#messageContainer
{
    position: absolute;
    left: 500px;
}
#messageContainer div
{
    background-color: #ffa;
    text-align: center;
    padding: 5px;
    color: Black;
    font-weight: bold;
    margin-top: 10px;
}

#videosList
{
    list-style-type: none;
    padding: 0;
}

#videosList li
{
    border: 1px solid #aaa;
    padding: 1em;
    margin-bottom: 1em;
}

.projectSummary
{
    /*padding: 10px;
    border-top: 2px dotted #F6D20A;*/
}

label
{
    display: block;
}

img
{
    border: 0;
    padding: 3px;
}
