@import "../style.css";
div.mc {
    background-color:black;
}
body{
    color: #bbbbbb;
    background-color: #000000;
    background-image: url("../images/backgroundstuff/backzwart.gif");
}

#footer a{
   color: #999999;
}

#grafiekContainer{
    background-image: url("images/backgroundstuff/exclam.gif");
}


.navLinks a{     
    color: #999999;
}


/* template color*/
em, .navAlineaTitel, h1, .navAlineaLinkje:hover, .infoText a, .contentTitle, .contentContainer a, .contentContainer p.titel, #footer a:hover, #firstPartOfBreadCrumb a, #lastPartOfBreadCrumb a,#lastPartOfBreadCrumb .inactive:hover, #sitemapUL li a:hover, .send.button:hover, .answer .formfield:focus, .answer textarea.formfield:focus{
    color: #E2E43B;
}

.coloured {
    color: #E2E43B;
}
/* contrast color */
.contrastStuff{  
    color: #666666;
    
}

#breadcrumb.inactive a{
   color: #888888;
}


/* CONTACT*/
.answer .formfield:focus {
    border-bottom:solid 1px #E2E43B;
    background-color:transparent;
}

.answer textarea.formfield:focus{
    border:solid 1px #E2E43B;
    background-color:transparent;
}


.send.button{
   background-image: url("images/form_buttons/send.png");
}

.send.button:hover{
   background-image: url("images/form_buttons/send_up.png");
}



/* SCHEME    */

#scheme_timTech{
   background-image: url("images/scheme_buttons/timTech.png");
}
#scheme_blocks{
   background-image: url("images/scheme_buttons/blocks.png");
}
#scheme_tools{
   background-image: url("images/scheme_buttons/tools.png");
}
#scheme_apps{
   background-image: url("images/scheme_buttons/apps.png");
}
#scheme_custom{
   background-image: url("images/scheme_buttons/custom.png");
}


#scheme_timTech.active{
   background-image: url("images/scheme_buttons/timTech_up.png");
}
#scheme_blocks.active{
   background-image: url("images/scheme_buttons/blocks_up.png");
}
#scheme_tools.active{
   background-image: url("images/scheme_buttons/tools_up.png");
}
#scheme_apps.active{
   background-image: url("images/scheme_buttons/apps_up.png");
}
#scheme_custom.active{
   background-image: url("images/scheme_buttons/custom_up.png");
}

#scheme_textPaneContainer{
   overflow: hidden;
   border-left: 2px solid #222222;
}

#scheme_background4TextPane{
background-image: url("images/scheme_buttons/largeTextPane.png");
}

/* GRID*/

/* blocks*/
#profiling{
      background-image: url("images/grid_buttons/profiling.png"); 
}

#testing{
      background-image: url("images/grid_buttons/testing.png"); 
}

#matching{
      background-image: url("images/grid_buttons/matching.png");
}

#targeting{
      background-image: url("images/grid_buttons/targeting.png"); 
}



#humans{
      background-image: url("images/grid_buttons/humans.png"); 
}

#objects{
      background-image: url("images/grid_buttons/objects.png"); 
}

#knowledge{
      background-image: url("images/grid_buttons/knowledge.png"); 
}

#experience{
      background-image: url("images/grid_buttons/experience.png"); 
}

#humans.active{
      background-image: url("images/grid_buttons/humans_up.png"); 
}

#objects.active{
      background-image: url("images/grid_buttons/objects_up.png"); 
}

#knowledge.active{
      background-image: url("images/grid_buttons/knowledge_up.png"); 
}

#experience.active{
      background-image: url("images/grid_buttons/experience_up.png"); 
}


#textPaneContainer{
   border-left: 2px solid #333333;
}


#background4TextPane{
    background-image: url("images/grid_buttons/textPane.png");
}
