﻿    body
    {
        background-color: #e8e8ea;
        font-size: 0.75em;
        font-family: Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 0;
        color: #000;
    }
    
    body, html
    {
        height: 100%;
    }
    
    span
    {
        display: block;
    }

    a:link
    {
        color: #034af3;
        text-decoration: none;
    }
    
    a:visited
    {
        color: #034af3;
        text-decoration: none;
    }
    a:hover
    {
        color: #ef5595;
        text-decoration: underline;
    }
    a:active
    {
        color: #ef5595;
    }

    p, ul
    {
        margin-bottom: 0px;
        line-height: 1.6em;
        margin: 0px;
    }

    /* HEADINGS   
    ----------------------------------------------------------*/
    h1, h2, h3, h4, h5, h6
    {
        font-size: 1.5em;
        color: #000;
    }

    h1
    {
        font-size: 2em;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    h2
    {
        padding: 0 0 0px 0;
        font: Helvetica, Arial, sans-serif;
        font-size: 2.5em;
        letter-spacing: -1px;
        font-weight: normal;
    }

    /* PRIMARY LAYOUT ELEMENTS   
    ----------------------------------------------------------*/
    .page
    {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFF;
    }
    
    #navigation
    {
        border-top: solid 1px #ebebeb;
        height: 19px;
        color: #ef5595;
        background-image: url('/images/breadcrumb.gif');
        background-repeat: repeat-x;
        padding-left: 20px;
        padding-bottom: 4px;
    }
    
    #navigation a:link, #breadcrumb a:visited 
    {
        text-decoration: none;
        color: #666;
    }
    
    #navigation a:hover
    {
         color: #333333;
    }
    
    #navigation ul
    {
        list-style-type: none;
    }
    
    #navigation li
    {
        float: left;
        margin-right: 20px;
        padding-bottom: 5px;
    }
    
    #header
    {
        position: relative;
        margin-bottom: 0px;
        background-color: #FFF;
        padding: 0px;
        height:70px;
        padding-right: 20px;
        padding-left: 20px;
        background-image: url('/images/AkzoNobel_263_65.jpg');
        background-position: right bottom;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    
    #header #title
    {
        position: relative;
        top: 6px;
        width: 100%;
    }
    
    #header #title h1
    {
        font: Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-weight: lighter;
        letter-spacing: -1px;
    }

    #header #title h1 #CR
    {
        color: #333333;
    }
   
    #header #title h1 #Akzo
    {
        color: #a7a7a7;
    }

    #main
    {
        padding: 0px 30px 15px 30px;
        background-color: #fff;
    }
    
   #LeftColumn
   {
       width: 460px;
       float: left;  
   }
   
   #RightColumn
   {
       width: 350px;
       margin-left: 490px;       
   }

    /* FORM LAYOUT ELEMENTS   
    ----------------------------------------------------------*/

    fieldset 
    {
        margin: 1em 0;
        padding: 1em;
        border: 1px solid #dddddd;
    }

    fieldset p 
    {
        margin: 2px 12px 10px 10px;
    }

    fieldset label 
    {
        display: block;
    }

    fieldset label.inline 
    {
        display: inline;
    }

    legend 
    {
        font-size: 1.1em;
        font-weight: 600;
        padding: 2px 4px 8px 4px;
    }
    
    form input, form select
    {
        margin: 0px 3px 0px 3px;
       
    }

    input[type="text"] 
    {
        width: 196px;
        border: 1px solid #DDDDDD;
    }
    
    input[type="radiobutton"] 
    {
        margin: 0px 0px 0px 0px;
    }
    
    select
    {
        width: 200px;
    }

    Form .Button
    {   
        width: 100px;
        height: 26px;
        margin: 10px 3px 6px 3px;
    }
    
    Form .Label
    {
        width: 100%;
        margin: 4px 3px 6px 3px;
         display: block;
    }

    /* TABLE
    ----------------------------------------------------------*/

    table 
    {
      border: solid 1px #ebebeb;
      border-collapse: collapse;
    }

    table td 
    {
      padding: 5px;   
      border: solid 1px #ebebeb;
    }
    
    .FirstColumn
    {
        font-weight: bold;
        width: 100px;
    }

    table th
    {
      padding: 6px 5px;
      text-align: left;
      background-color: #ebebeb; 
      border: solid 1px #ebebeb;   
    }

    /* MISC  
    ----------------------------------------------------------*/
    .error
    {
        color:Red;
    }

    div#title
    {
        display:block;
        float:left;
        text-align:left;
    }

    .field-validation-error
    {
        color: #ff0000;
    }

    .input-validation-error
    {
        border: 1px solid #ff0000;
        background-color: #ffeeee;
    }

    .validation-summary-errors
    {
        font-weight: bold;
        color: #ff0000;
    }

/* QNet Mixit Online  
    ----------------------------------------------------------*/
   
   #SearchMethodMenu
   {
       padding-left: 30px;
   }
   
   
   /* Fix the float issue, floating content would otherwise appear outside of the parent element */
   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
    }

    .clearfix {display: inline-block;}

    /* Hides from IE5/Mac \*/
    * html .clearfix {height: 1px;}
    .clearfix {display: block;}
    /* End hide from IE5/Mac */

