﻿/*
Title:      	Department specific styles (colors etc.) - default colors
Author:     	kvs, © 2007 anaXis nv.
Updated:        Aug 17 2007
*/

/*
	Basic colors: 
	WGK Geel: #ffdf1c
	WGK Blauw: #003876
	WGK 50% blauw: #6e7fad

    WGK West Vlaanderen Geel: #ffdf00
	WGK Blauw: #003772
*/

body {color: #000;}

/* ---- [ typography ] ------------ */
a {color:  #003772; }
/*a:hover {color: #6e7fad;}*/
/*a:visited {color: #6e7fad;}*/
h1 {color: #003772;}
h2 {color: #003772; }
hr {color: #003772;}
li {color: #000;}

h1 span{background-color:#ffdf00;}
h2 span{border-bottom:solid 1px #ffdf00;margin:0; padding:0;}

/*	wrapper
--------------------------------*/

/*	header
--------------------------------*/
#headertop {}
#topmenu a {color: #003772;font-size:1.5em;}


#canvas .menubutton, #canvas .menubutton a /*, #canvas .group a:visited*/ {color: #003772; background-color: #ffdf00; text-decoration: none; }
#canvas .menubutton 

/* Nice effect in IE7, FF, Opera; Disaster in IE5, IE6*/
/* Maybe later, instead of first-letter pseudo, create a span around the first letter.
   This makes the hover effect on the menu buttons work as well in IE5 & 6 
   Otherwise it's either first letter or hover, not both)*/
/*#canvas .menubutton .firstletter {color: #ffdf1c;}*/


/*	container
--------------------------------*/

#headerappendix {background: #ffdf1c url('images/cornerbottom.gif') no-repeat; background-position: left bottom;}

#teaser h1 a,#curpoll h1 a {background-color: #ffdf00; }
#teaser h1,#curpoll h1 {color: #003772; }
#teaser h2,#curpoll h2  {font-weight:normal; }

#sidebar li { border-color: #003772; color:#003772;}
/*#anchors h2{display:none !important;visibility:hidden;padding:0; margin:0;}*/
#anchors h2 { cursor:pointer;}
#anchors p,#anchors ul li,#anchors table{display:none;}
#anchors p.show,#anchors table.show,#anchors table.show {display:block !important;}
#anchors ul li.show{display: list-item;}

#anchors div div{display:block;float:left;width:685px;}
#anchors #anchors_list{margin-left:18px;}
#anchors #anchors_list ul{list-style-image:url('images/titlebullet2.gif');margin:5px 0px 10px;} 
#anchors #anchors_list ul li{padding:0 0 0 5px;}
#anchors #anchors_list ul li a{text-decoration:none;border-bottom:solid 1px #ffdf00;margin:0;font-weight:bold;font-size:1.1em; }
 
#tree div.lvl1 a {color: #003772;}
#tree div.lvl1 li a { background-image: url('images/listbullet1.gif'); background-repeat: no-repeat; background-position: left center;}
#tree div.lvl2 a {color: #2f5189;}
#tree div.lvl2 li a { background-image: url('images/listbullet2.gif'); background-repeat: no-repeat; background-position: 10px center;width:196px; }
#tree div.lvl3 a {color: #5a6ea0;}
#tree div.lvl3 li a { background-image: url('images/listbullet3.gif'); background-repeat: no-repeat; background-position: 15px center;}
#tree div.lvl4 a {color: #8592bb;}
#tree div.lvl4 li a { background-image: url('images/listbullet4.gif'); background-repeat: no-repeat; background-position: 20px center;}
#breadcrumb {color:#003772;}
#content h1{}
#content a{text-decoration:underline;}
#content h2 a,#content h1 a{text-decoration:none;}
#content h2{display:block; margin-bottom:15px; background-image: url('images/titlebullet2.gif'); background-repeat: no-repeat; background-position: left center; padding-left: 22px;line-height:0.8em\9 ;}
#content table td{border: solid 1px #ffdf00;border-spacing:0;margin:auto;padding:3px 3px 3px 13px;}
#content .elo_TextBox table td{border:none;}
#content table {border-collapse: collapse;width:auto !important;}
#content table table{#width:650px !important;}
#content .rssHeader td{font-weight:bold;}
#content table tr.headerrow th{text-align:center;}

#content .sitemap {}
#content .sitemap a {}
#content .sitemap ul {margin: 2px 0 0 18px;}
#content .sitemap li {font-size: 1.3em; font-weight:bolder; visibility:visible !important; }
#content .sitemap li li {font-size: 1.1em;  visibility:visible !important;}
#content .sitemap li li li {font-size: .9em;}
#content .sitemap li li li li {font-size: .9em; }

/* ---- [ detailsEnterprise ] -------------- */
#content #tabDetailedInfo{}
#content #tabDetailedInfo tr td{border:0;padding-left:0px;}
#content #tabDetailedInfo a.labels{font-size:9pt;}

/* ---- [ meaning tags ] -------------- */
#content abrr,#content q,#content dfn,#content acronym{font-style:italic;}
#content #tabDetailedInfo tr td{border:0;padding-left:0px;}
#content #tabDetailedInfo a.labels{font-size:9pt;}



/*	footer
--------------------------------*/
#footer a{color: #000;}

/* forms */
div.form-container{border: solid 1px #ffdf00;padding:5px 5px 5px 5px; }
#searchEnterprise div.form-container{border:none;}
div.form-container fieldset legend {color: #003772;}
div.form-container #searchblock {border: solid 1px #ffdf00; }
#searchEnterprise .block .datagrid td{border: solid 1px #ffdf00;}
#searchEnterprise .block .datagrid .header td{border-bottom: solid 2px #ffdf00;}





