/* Print Style Sheet */


/*---{ disabled elements )--------------------------------------------------------------*/


#utilNav, #globalNav, #sidecol, #painting, .btn, #logo, #sidebar, #breadcrumbs, .detailTraining .print, #pageNav, #footerNav, #footer span.hide,  #divide, #quickSearch, #loginBox, a.back, #gotoTop, #textSizeNav{
	display: none;
}


#topHeader div.col2, #sectionPage #stepBox, p.more, p.back, #stepBox .nav, #kaartContainer, .frmFilter{
	display:none;

}

p.date, .subHeader{
	color:#999;
	font-style:italic;
	padding:0;
	margin:0;
}

/*---{  #printHeader)---------------------------------------------------*/


#printHeader{
	height:90px;
	border-bottom:1px solid #ddd;
	padding:10px 0;
	margin:0 0 40px 0;
	text-align:center;
}

#printHeader img{
	border:none;
}

#printHeader .inner{
}



/*---{  print URLs after link text )---------------------------------------------------*/

/*
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
}

a#divide:link:after,  a#divide:visited:after {
   content: " (" attr(href) ") ";
}
*/

	
/*---{ common elements )----------------------------------------------------------------*/


body{
	margin: .6in;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #000000;
	line-height:1.6em;
}

a, a:hover, a:link, a:visited {
	text-decoration:underline;
}	

/* headers */

h1,h2,h3, .KOP1, .KOP2, KOP3, .Kop1, .Kop2, .Kop3{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	text-decoration:none;
	text-transform: none;
	padding:0px;
	margin: 20px 0 20px 0;
	line-height:normal;
}

#h1, .KOP1, .Kop1{
	font-size: 150%;	
}

#h2, .KOP2, .Kop2{
	font-size: 120%;	
}

#h3, .KOP3, .Kop3{
	font-size: 100%;
}

a{
	color:#666;
	text-decoration:underline;
}

img{
	border:1px solid #ccc;
	padding:4px;
}

p{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	padding-top:0;
	padding-left:0;
	padding-right:0;
}

/* logo */

#logo{
	
}

#logo a{
	text-decoration:none;
}

/* address */

#header address{
	font-style:normal;
	font-size:100%;
	margin:0 0 50px 0;
}

/* table */

table{
	margin-bottom:20px;
	border-collapse:collapse;
}

td, th{
	text-align:left;
	vertical-align:top;
	padding:0 10px 10px 0;
	margin:0px;
}

th{
	font-weight:bold;
}


/* frm */

#frm th, #frm td{
	padding: 0 10px 10px 0;
}


/* dl */

dl{
	margin-bottom:20px;
	padding:0px;
}

dt,dd{
	margin:0px;
	padding:0px;
}

dt{
	font-weight: bold;
	color:#666666;
	margin-bottom:5px;
}

dd{
	margin-bottom:5px;
}


#footer{
	color: #ccc;
	margin:20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
}

#footer p{
	margin: 0 0 5px 0;
}

/*---{ site specific )----------------------------------------------------------------*/


/* todo */
div.detailTraining form#trainingaction{
	display: none;
}

div.detailTraining .Kop2{
	border-bottom:1px solid #ccc;
	display:block;
	padding-bottom:5px;
}

div.detailTraining .dataPrice{
	/*
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;	
	*/
	width:90%;
}

.dataPrice  td, .dataPrice   th{
	/*
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	*/
	white-space:nowrap;
	padding:3px;
}

.dataPrice  table tr th{
	/*background:#ccc;*/
}




div.detailTraining .divLocation table{
	margin-bottom:0px;
}

div.detailTraining .divLocation{
	margin-bottom:20px;
}

div.detailTraining .isPriceTip{
	display:none;
}
div.detailTraining .hidePriceTable{
	display: block;
}

/* highlightsTrainers */


.highlightsTrainers .defaultBox{
float:left;
margin:0 20px 20px 0;

}




/* printFooter */



#printFooter{
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	position:relative;
	border-top:1px solid #ccc;
}

#printFooter table{
	border-collapse:collapse;
	padding:0;
	margin:0;
}

#printFooter table td{
	text-align:left;
	vertical-align:top;
	padding:0 100px 0 0;
	margin:0;
	white-space:nowrap;
}



table.dataPrice tr th.title{
	width: 150px;
}
table.dataPrice tr td.date{
	width: 250px;
}
