/*
// **********************************************************************
// * Copyright © 2005-2006 ckconsult.com - All rights reserved.
// *
// * This is a standard copyright header for source code
// * at ckconsult.com. This file can't be reproduced or used 
// * without the express written permission of their owner.
// * 
// * SITE : http://www.ckconsult.com
// * SITE VERSION : 2.0
// * LAST MODIFICATION : 17.03.2005 10:23
// * AUTHOR : bedoo.com
// * 
// * DESCRIPTION : Main CSS part for print.
// * 
// **********************************************************************
*/ 

/*
---------------------------------
	GENERAL STYLE
---------------------------------
*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

A, A:link, A:visited, A:active {
	text-decoration: none;
	color: #000000;
}

H3 {
	display: block;
	border: 0px;
	padding: 10px 0px 0px 0px;
	margin: 0;
	height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

H4 {
	display: block;
	border: 0px;
	border-bottom: 1px solid #999999;
	padding: 8px 2px 0px 0px;
	margin: 0px;
	height: 20px;
	background-color: #e5e5e5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

H5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

H6 {
	display: block;
	margin: 4px 8px 4px 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}

.citation {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.mainmargin {
	width: 0px;
	display: none;
}

.mainprint {
	width: 90%;
	overflow: scroll;
}

.notprintable {
	width: 0;
	display: none;
}

.printable{
	display: inherit;
	page: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	overflow: scroll;
	text-align: left;
	width: 90%; /* 170mm */
}
hr + h3 {
	page-break-before: always;
}


/*
---------------------------------
	CONTACT STYLE
---------------------------------
*/

.contact{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 7px;
	height: 20px;
	padding-top: 4px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 16px;
}

.contactname {
	border-bottom: 1px solid #cccccc;
	padding: 3px 0;
	text-align: left;
	font-weight: bold;
	color: #666;
}

.contactitre {
	border-bottom: 1px solid #cccccc;
	padding: 3px 0;
	text-align: right;
	font-weight: normal;
	color: #ccc;
}

#doublelist LI {
	list-style: square;
}

/*
---------------------------------
	SERVICES STYLE
---------------------------------
*/

.servicestitle {
	background-color:#666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	height: 18px;
	padding-left: 7px;
	border-right: 6px solid #ffffff;
	
}

.servicesdetail{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding-left: 7px;
	height: 16px;
	padding-top: 4px;
	border-right: 6px solid #ffffff;
	border-bottom: 1px solid #cccccc;
}
A.serviceslinks {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #666666;
}

A:hover.serviceslinks {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

/*
---------------------------------
	JOB STYLE
---------------------------------
*/

H6 {
	display: block;
	margin: 4px 8px 4px 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.jobposition {
	display: block;
	border-bottom: 1px solid #999999;
	padding: 3px 0px 3px 0px;
	text-align: right;
	color: #999999;
}

.jobresumend, .jobresume {
	margin: 4px 2px 4px 12px;
	padding: 0 0 8px 0;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}

.breadcrumb {
	display: block;
	border-bottom: 1px solid #999999;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold important!;
	margin: 4px 0px 16px 0px;
	padding: 2px 0px 4px 0px;
	height: 16px;
}
SPAN.breadcrumb A {
	text-decoration: none;
	color: #666666;
}

.stayright{
	display: none;
}

.cktext{
	display: block;
	page: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	overflow: visible;
	text-align: left;
	width: 90%;
}

.partnerstxt {
	margin: 0;
	padding: 0 8px 24px 8px;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

.ckjobtitle {
	font-family: Helvetica, Verdana, Geneva, Lucida, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	text-decoration: none;
	padding: 20px 0 4px 0;	
}

#subjob, #toolbox {
	display: none;
}

.joblinea {
	border-bottom: 1px solid #000;
	padding: 2px 0;
}

.joblineb {
	border-bottom: 1px solid #000;
	padding: 2px 0;
}

/*
---------------------------------
	FOOTER STYLE
---------------------------------
*/

.footertext{
	margin: 16px 0 0 0;
	padding: ;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	height: 50px;
	text-align: left;
}