﻿/*----------------------------------------------------------
The base color for this template is #0091be. If you'd like
to use a different color start by replacing all instances of
#0091be with your new color.

Primaire kleuren Gent:zoveel stad
    * Black     #000000
    * PMS 432   #344047
    * PMS 7460  #0091be
    * White     #ffffff

Secudaire kleuren Gent:zoveel stad
    * PMS 390   #C1CD23     Lichtgroen
    * PMS 348   #008752     Donkergroen
    * PMS 287   #00539B     Blauw
    * PMS 267   #492F92     Donkerblauw
    * PMS 253   #9D3393     Paars
    * PMS 200   #031245     Rood
    * PMS 152   #F3901D     Oranje
    * PMS 124   #EEB111     Geel
----------------------------------------------------------*/
body
{
    background-color: #0091be;
    font-size: 12px;
    font-family: Verdana;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #0091be;
    text-decoration: underline;
    font-style: italic;
}

a:visited
{
    color: #0091be;
    text-decoration: underline;
    font-style: italic;
}

a:hover
{
    color: #492F92;
    text-decoration: none;
    font-style: italic;
}

p, ul
{
    line-height: 1.6em;
}

.description
{
    font-style: italic;
}

header, footer, nav, section
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-weight: normal;
    font-size: 1em;
    margin: 0 0 0 0;
    color: #696969;
}

/* 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: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    margin: 0 0 0 5px;
    color: #ffffff;
    border: none;
    line-height: 1.5em;
    font-size: 32px !important;
}

#main
{
    margin: 18px 0 0 0;
    padding: 10px 20px 10px 20px;
    background-color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 10px 15px 15px 0px rgba(0, 0, 0, 0.5); /*Use rgba for #000000 with 50% opacity*/
}

footer, #footer
{
    background-color: #ffffff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    position: relative;
    margin: 0 0 0 0;
    text-align: right;
}

body nav ul ul 
{
    display: none;
    position:absolute;
    background: #5C87B2;
    border-top: 5px solid #5C87B2;;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

body nav ul ul li a
{
    line-height: 3.1em;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    margin: 0 0 0 -5px;
    padding: 20px 20px;
    font-weight: bold;
    text-decoration: underline;
    color: #0091be;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
}

ul#menu li:first-child a
{
    border-radius: 10px 10px 0 10px;
    -webkit-border-radius: 10px 10px 0 10px;
    -moz-border-radius: 10px 10px 0 10px;    
}

ul#menu li:last-child a
{
    border-radius: 10px 10px 10px 0;
    -webkit-border-radius: 10px 10px 10px 0;
    -moz-border-radius: 10px 10px 10px 0;    
}

ul#menu li a:hover
{
    background-color: #00539b;
    color: #ffffff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #00539b;
    color: #ffffff;
    text-decoration: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #0091be;
    padding: 10px 15px 10px 15px;
    margin: 5px 0 10px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

legend
{
    font-size: 16px;
    font-weight: bold;
    color: #0091be;
}

textarea
{
    min-height: 75px;
}

input[type="text"], input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 250px;
}

input[type="text"]:focus, input[type="password"]:focus
{
    border: 1px solid #0091be;
    box-shadow: 1px 1px 1px #0091be;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    font-size: 14px;
    padding: 5px;
}

img
{
    margin: 5px 15px 5px 0px;
}

.imgHistory
{
    margin: 0px 0px 0px 0px;
}

.success
{
    font-weight: bold;
    color: Green;
}

.bold
{
    font-weight: bold;    
}

/* TABLE
----------------------------------------------------------*/
.tableFullWidth
{
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

td
{
    margin-left: 10px;
    text-align: left;
}

.tdlabel
{
    width: 25%;
}

.tdfield
{
    width: 75%;
}

.tdtext
{
    width: 80%;
    color: #000000;
    font-weight: normal;
}

.tdHistory
{
    height: 16px;
}

.tdright
{
    text-align: right;
}

.thHistory
{
    background-color: #00539b;
    color: #ffffff;
    text-align: left;
}

.thHistoryright
{
    text-align: right;
}

.trEven
{
    background-color: #F0F0F0;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
    font-weight: bold;
}

#menucontainer
{
    margin-top: 40px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 0 5px 0 0;
    color: #ffffff;
    vertical-align: top;
    position: relative;
    top: -45px;
}

/*#logindisplay a:link
{
    color: #ffffff;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #ffffff;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #ffffff;
    text-decoration: none;
}*/

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* Header 
------------------------------------------------------*/

/*
.header-title
{
    font-size: 2em;
    font-weight: bold;
    float: left;
    margin: 20px;
}
.header-languageselector
{
    border-radius: 5px;
    border: 1px solid #025187;
    position: relative;
    float: right;
    left: -10px;
    width: auto;
    margin-top: 10px;
    padding-left: 2px;
    padding-right: 4px;
    font-size: 0.8em;
    font-weight: bold;
    background: #076AB1 url('Images/header-languageselector-background.gif') repeat-x; * for non-css3 browsers *
    background: -webkit-gradient(linear, left top, left bottom, from(#45AFF4), to(#076AB1)); * for webkit browsers *
    background: -moz-linear-gradient(top,  #45AFF4,  #076AB1); * for firefox 3.6+ *
}

.header-languageselector a
{
    border: 1px solid transparent;
    display: block;
    text-align: center;
    text-decoration: none;
    float: left;
    position: relative;
    color: #FFFFFF;
    margin: 1px;
}

.header-languageselector a:hover
{
    border: 1px solid #FFFFFF;
}
*/