/*
	hangman.BE
	@copyright	In2red
	@author	Tom Vanden Berghe <tom@in2red.be>
*/


/**
 * CLEAR & FIXES
 * _____________________________________________
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

html, body {
	height: 100%;
}

body{
	background:#fff url(../images/layout/bg.jpg);
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#000;
}

body#zone_1{background-image:none;}

h1 {
	font-size: 24px;
	font-weight:normal;
	color:#000;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#203f47;
}

h3 {
	font-size: 12px;
	font-weight:bold;
	color:#203f47;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

h4 {
	font-size: 14px;
	font-weight:normal;
	color:#000;
}

h5 {
	font-size: 12px;
	font-weight:normal;
	color:#000;
}

p {
	font-size:11px;
}

strong{font-weight:700;}

a{
	color:#0099CF;
	text-decoration:none;
	outline: none;
}

a:hover{
	color:#e42926;
	text-decoration:none;
}


.clear{clear:both;}
.hidden{display:none;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


span.form-error {
	padding: 2px 0;
	font-size: 11px;
	display: block;
	color: #CC0000;
	margin-left:210px;
}













/**
 * WRAPPERS & STRUCTUR
 * _____________________________________________
 */


#containerWrapper{
	width:900px;
	margin:0 auto;
}


#containerHeader{
	height:190px;
	width:900px;
	background:url(../images/layout/header.png) top no-repeat;
}

#containerFooter{
}


#containerContent{
	margin-top:17px;
	width:655px;
	margin-left:196px;
}

#containerContentFooter{
}


#containerContent #left {
	position:absolute;
	width: 212px;
	margin:0px;
	padding:0px;
}

#containerContent #content {
	background-color:white;
	
	padding:20px;
	margin-bottom:10px;
}

#zone_1 #containerContent #content {
	border:#000 dashed 1px;
}


div#content {
	min-height:330px;
	height:expression(this.scrollHeight > 330 ? "auto":"330px");
}









/**
 * GENERAL & HEADER
 * _____________________________________________
 */

h1 a{
 	width: 180px;
	height: 286px;
	position: absolute;
	margin:0px;
	padding:0px;
	margin-top:29px;
	margin-left:19px;
 	background: transparent url(../images/layout/logo_line.png) no-repeat top left;
	text-indent: -9999px;
}




/**
 * CONTENT CONTAINERS
 * _____________________________________________
 */
 


#line{
	position:absolute;
	height:250px;
	background:url(../images/layout/line.png) no-repeat center;
	width:100%;
	margin:0px;
	padding:0px;
}

 
#content h2{
	color:#00AEEF;
	

	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
}

#content h3{
	color:#e42926;	
	
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content p{
	padding-bottom:12px;
	line-height: 18px;
}


#content ul{
	padding:0px 20px 15px 15px;
	list-style:disc;
	list-style-position:outside;
	list-style-image:url(../images/layout/listicon.gif);
}

#content ol{
	padding:0px 20px 15px 19px;
	list-style:decimal;
	list-style-position:outside;
}

#content li{
	padding:2px 0;
}

#content a{text-decoration:underline;}

#content a.button{
	background-color:#FFF200;
	color:#DE1928;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 10px;
	font-weight:700;
	text-decoration:none;
}

#content a.btnactie{
	background-color:#DE1928;
	color:#FFF200;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:10px 0px;
	width:180px;
	font-weight:700;
	text-decoration:none;
	display:block;
	text-align:center;
}


#content a.downloadbutton{
	color:#000;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:5px;
	width:100px;
	text-decoration:none;
	display:block;
	position:absolute;
	
	margin-left:495px;
	margin-top:-15px;
	
	background:#FFF200 url(../images/layout/pdf_icon.png) no-repeat 5px;
	padding-left:35px;
	
}

#content a.btnactie:hover{
	color:#fff;
}

#content a.button:hover{
	color:#00AEEF;
}

#content #contentLeft{
	width:400px;
	float:left;
}


#content #contentRight{
	width:180px;
	float:right;
	padding-top:30px;
}



#cms-content table td{padding:20px;}


.box{
	background-color:white;
	width:205px;
	float:left;
	height:80px;
}

.box img{
	position:absolute;
	padding:5px 0 0 20px;
}
.box p a{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:18px 10px 0 76px;
	display:block;
}

.box1 a{color:#e42926;}
.box2 a{color:#f58020;}
.box3 a{color:#00aeef;}

.box2{margin:0 20px;}



#zone_1 .box{
	border:#000 dashed 1px;
	width:203px;
}

#zone_1 .box3{
	background-color:#FFF200;
	border:none;
}

a.toplink{
	text-align:right;
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#999;
}
 
 
 /**
 * FOOTER
 * _____________________________________________
 */
 
#footer{
 	margin-top:10px;
 	background-color:white;
 	text-align:right;
 	padding:2px 10px;
} 

#footer a{
 	color:#000;
} 
 
 
 #supportbanner{
	text-align:right;
	margin-top:40px;
	position:absolute;
	margin-left:494px;
}
 
 
  /**
 * NAVIGATION
 * _____________________________________________
 */
 
 
 
#menu {
	z-index:9999;
	margin:0px;
	padding:0px;
	padding-bottom:0px;
	position:absolute;
	width:655px;
	margin-top:165px;
	margin-left:196px;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}


#menu li {
	float: left;
	position: relative;
	margin-right:10px;
}

#menu a{
	font-weight:bold;
	display: block;
	text-decoration: none;
	color: #df1929;
	padding:0px 8px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#fff200;
	
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	
}

#menu a:hover, #menu a.active {
	color: #00aeef;
	/*background:#fff200 url(../images/layout/nav-ancker-down.gif) no-repeat 5px;*/
}


html #menu a , html #menu a:hover{
	display: block;
	float:left;
	text-align:center;
}




#menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	left: 0;
	width: 160px !important;
	width: 150px;
}

html #menu ul ul {
	top: 28px;  
	background-color: #fff200;
}

#menu ul ul a, #menu ul ul a:visited {
	background-color: #fff200;
	display: block;
	font-size: 11px;
	font-weight:normal;
	color: #000;
	height:auto;
	padding:4px 10px;
	width: 190px;
	border-width: 0 0 0 0;
	text-align:left;
}

html #menu ul ul a, html #menu ul ul a:visited {
	width: 160px !important;
	width: 150px;
}

#menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
	top: 10px;  
}


#menu ul ul a:hover {
	color: #ED1C24;
	text-align:left;
	margin:0;
	text-align:left;
	background-color:#fff;
	background-image:none;
}

#menu ul ul li{
	border-bottom:#ED1C24 dashed 1px;
	margin:0px;
	padding:0px 0px;
	background-color: #fff200;
}

#menu ul ul li.noline{
	border-bottom:none;
}


#menu ul li.active ul a:hover {
	text-align:left;
}

#menu:hover >a {
	color: #fff;
}

#menu ul ul:hover >a {
	color: #fff;
	background: #fff200;
}


#menu ul li:hover ul,
#menu ul a:hover ul {
	visibility: visible;	
}





#subNav{
	position: absolute;
	width:166px;
	padding-top:130px;
	margin-left:-166px;
}

#subNav dd{
	background-color:#FFF200;
	/*padding-left:4px;
	padding-right:5px;*/
}


#subNav dd a{
	display:block;
	border-bottom:#d8e2e9 solid 1px;
	padding:5px 20px;
	text-decoration:none;
	color:#000;
	font-weight:700;
	border-bottom:#ED1C24 dashed 1px;
}


#subNav dd.sub1 a{
}

#subNav dd.sub1 a{
	padding-left:30px;
	display:block;
}

#subNav dd a:hover,#left #subNav dd.sub1 a:hover{
	background-color:#fff;
}

#subNav dd a.active,#left #subNav a.active:hover
{
	background-color:#fff;
}






 
 
 /**
 * FORMS
 * _____________________________________________
 */

.gt-form {
}
.gt-form .gt-form-text, .gt-form .gt-form-textarea {
	border: 1px solid #aaa;
	background-color: #fff; /*F5F9EA*/
	padding: 1%;
	font-size: 108%;
	width: 98%;
}
.gt-form .gt-form-text-error, .gt-form .gt-form-textarea-error {
	border: 1px solid #aaa;
	border-left:3px solid #CC0000;
	background-color: #fff; /*F5F9EA*/
	padding: 1%;
	font-size: 108%;
	width: 98%;
}

.gt-form label {
	color: #454545;
	display: block;
	margin-bottom: 3px;
}
.gt-form option {
	font-size: 108%;
}
.gt-form .gt-form-row {
	margin-bottom: 10px;
}

/* Auto clear the form row */
.gt-form .gt-form-row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.gt-form-row {display: inline-block;}

/* Hides from IE-mac \*/
* html .gt-form-row {height: 1%;}
.gt-form-row {display: block;}
/* End hide from IE-mac */
/* End auto clearing the form row */

.gt-form .gt-form-row-inline {
	clear: left;
}
.gt-form .gt-form-row-inline label {
	width: 27%;
	margin-right: 4%;
	padding: 1% 0;
	float: left;
	display: inline;
}
.gt-form .gt-form-element-label {
	margin-bottom: 5px;
	padding-left: 3px;
}
.gt-form .gt-form-note {
	font-size: 93%;
	margin: 0 0 5px 0;
	font-style: italic;
	color: #666666;
}
.gt-form .gt-form-row-inline .gt-form-text,
.gt-form .gt-form-row-inline .gt-form-text-error,
.gt-form .gt-form-row-inline .gt-form-textarea,
.gt-form .gt-form-row-inline .gt-form-textarea-error {
	width: 63%;
}

.gt-form .gt-form-radio, .gt-form .gt-form-checkbox {
	margin-right: 3px;
}
.gt-form .gt-submit-btn {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
.gt-form .gt-cancel {
	line-height: 31px;
}

.gt-error {
	background-color: #cc0000;
	padding: 5px;
	color: #fff;
}
.gt-notice-box {
	border: 3px solid #aaa;
	padding: 1em;
	background-color: #fff; /*F5F9EA*/
}
.gt-success {
	background-color: #6caa00;
	padding: 5px;
	color: #fff;
}

.gt-form .gt-submit-btn{
	background-color:#FFF200;
	color:#DE1928;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 10px;
	font-weight:700;
	text-decoration:none;
	border:none;
}

/* @group Modules */
/* Width Styles */
.gt-width-33 {
	width: 33%;
}
.gt-width-66 {
	width: 66%;
}
.gt-width-99 {
	width: 99%;
}
.gt-width-25 {
	width: 25%;
}
.gt-width-50 {
	width: 50%;
}
.gt-width-75 {
	width: 75%;
}
.gt-width-100 {
	width: 100%;
}


#newsbox{
	background-color:#FFF400;
	padding:10px;
}

#newsbox dl{
	border-bottom:#ED1C24 dashed 1px;
	padding-bottom:10px;
	margin-bottom:10px;
}

#newsbox dl h3 {
	margin:0px;
	padding:0px;
	font-size:15px;
}

#newsbox dl h3 a{
	color:#E42926;
	text-decoration:underline;
	margin:0px;
	padding:0px;
}

#newsbox dl .date,.date{
	font-size:10px;
	color:#666;
	margin-bottom:10px;
}

h2#nospace{
	margin:0px;
	padding:0px;
}



