/* basic css elements */

body {
	background-color: #ffffff;
}

div {
	font-family: arial, helvetica, sans-serif;
	border: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #00546b;
	font-weight: bold;
	line-height: 150%;
	margin: 18px 6px 6px 0;
	padding: 0;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #202020;
	line-height: 120%;
	margin: 12px 0 6px 0;
	padding: 9px 0 12px 6px;
	background: url('../images/h3.png') repeat-x top left;
}

h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #ffffff;
	height: 20px;
	line-height: 120%;
	margin: 36px 0 24px 0;
	padding: 6px 0 9px 6px;
	background: url('../images/h4.jpg') repeat top left;
	width: 40%;
}

h5 {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #202020;
	font-weight: bold;
	line-height: 120%;
	margin: 24px 0 12px 6px;
	padding: 0;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #202020;
	line-height: 120%;
	margin: 6px;
	padding: 0;
}

ol, ul {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #202020;
	line-height: 120%;
	margin: 0 6px 12px 0;
	text-align: left;
}

li {
	margin: 6px 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

form {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset {
	overflow: auto;
	border: #fae48e 1px solid;
	margin: 0 0 12px 0;
	padding: 6px 6px 6px 0;
	background: #fff6d7 url('../images/formBackground.jpg') repeat-x top left;
}

input, input[type=file] {
	font-family: arial, helvetica, sans-serif;
	color: #202020;
	margin: 0;
	padding: 3px;
}

select {
	font-family: arial, helvetica, sans-serif;
	color: #202020;
	height: 23px;
	margin: 0;
	padding: 0;
}

option {
	font-family: arial, helvetica, sans-serif;
	color: #202020;
	height: 16px;
	margin: 0;
	padding: 3px 6px 0 3px;
}

textarea {
	font-family: arial, helvetica, sans-serif;
	color: #202020;
	margin: 0;
	padding: 3px;
}

table {
	border-collapse: collapse;
	margin: 0;
}

hr {
	border: none;
	display: block;
	margin: 18px 6px 36px 6px;
	border-top: 1px dotted #666666;
}





/* global layout */

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 110px;
}

.banner {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background: url('../images/grid.jpg') top left;
	margin: 0;
	padding: 0;
}

.title-holder {
	position: relative;
	left: 8px;
	top: 18px;
	height: 20px;
	width: 60%;
}

.deconnect {
	float: right;
	top: 8px;
	width: 40px;
	height: 20px;
	margin:0;
	padding: 0;
}

.deconnect-text {
	text-align: right;
	margin: 0;
	padding: 15px 0 0 0;
}

.identifiant {
	float: right;
	top: 8px;
	width: 30%;
	height: 20px;
	margin: 0 6px 0 0;
	padding: 0;
}

.identifiant-text {
	font-family: "Segoe UI", arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #003399;
	text-align: right;
	line-height: 120%;
	margin: 0 6px 0 0;
	padding: 0;
}

.page-content {
	position: relative;
	clear: both;
	left: 0;
	top: 0;
	width: 95%;
}

.full-page-content {
	position: relative;
	clear: both;
	left: 0;
	top: 0;
	width: 100%;
}

.half-page-content {
	position: relative;
	clear: both;
	left: 0;
	top: 0;
	width: 50%;
}

.full-page-indent {
	position: relative;
	clear: both;
	left: 5%;
	top: 0;
	width: 95%;
}

.full-page-indent-fill {
	position: relative;
	clear: both;
	left: 5%;
	top: 0;
	width: 95%;
	min-height: 350px;
}

.form-indent {
	margin: 0 0 0 5%;
	padding: 0;
	width: 90%;
}

.portraitContent {
	position: relative;
	max-width: 620px;
}

#page-no-holder {
	float: right;
	width: 100px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #202020;
	text-align: right;
	line-height: 120%;
	margin: 3px 6px 0 0;
	padding: 0;
}
 
.eocr-section-holder {
	position: relative;
	left: 0;
	top: -30px;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #202020;
	text-align: right;
	line-height: 120%;
	margin: 0 6px;
}

.eocr-section-selected {
	font-weight: bold;
	color: #ffffff;
	padding: 1px 6px 5px 6px;
	background-color: #83c74a;
}

.eocr-section-selected a:link, .eocr-section-selected a:visited, .eocr-section-selected a:hover, .eocr-section-selected a:focus {
	color: #ffffff;
}

.eocr-section-unSelected {
	padding: 1px 6px 5px 6px;
	background-color: #f0f0f0;
}

.search-form-holder {
	position: relative;
	left: 0;
	top: -30px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #00546b;
	text-align: right;
	line-height: 100%;
	margin: 0 6px;
}

.print-form-holder {
	position: relative;
	left: 0;
	top: 12px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #00546b;
	text-align: right;
	line-height: 100%;
	margin: 0 6px;
}

.print-link-holder-h2 {
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #202020;
	text-align: right;
	line-height: 120%;
	margin: -42px 6px 0 6px;
}

.print-link-holder-h3 {
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #202020;
	text-align: right;
	line-height: 120%;
	margin: -36px 6px 0 6px;
}

.print-link-holder-h4 {
	position: relative;
	top: -50px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #202020;
	text-align: right;
	line-height: 120%;
	margin: 0 6px;
}

.print-link-holder-p {
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #202020;
	text-align: right;
	line-height: 120%;
	margin: -27px 6px 0 6px;
}

#documentHeader {
	margin-bottom: 6px;
}

#documentIntro {
	margin-bottom: 6px;
}

#documentContent {
	margin-bottom: 6px;
}

#documentFooter {
}

#left-docheader {
	float: left;
}

#right-docheader {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	line-height: 140%;
	margin: 3px 0 3px 6px;
	background: url('../includes/qualityLogos.gif') no-repeat bottom right;
}

.rightAlignPageHeaderData {
	text-align: right;
}

.form-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 30%;
}

.form-right {
	margin: 0 0 0 30%;
	padding: 0;
}

.tasksMenuLinks-left {
	float: left;
	width: 33%;
}

.tasksMenuLinks-centre {
	float: left;
	width: 33%;
}

.tasksMenuLinks-right {
	float: right;
	width: 33%;
}

.tasksMenuLinks-left2col {
	float: left;
	width: 50%;
}

.tasksMenuLinks-right2col {
	float: right;
	width: 50%;
}

.signature-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}

.signature-right {
	margin: 0 0 0 50%;
	padding: 0;
}

.signature-block {
	width: 200px;
	height: 132px;
}

#left-table {
	margin: 0;
	float: left;
	width: 49%;
}

#right-table {
	margin: 0;
	float: right;
	width: 49%;
}

#left-column {
	margin: 24px 0 0 0;
	float: left;
	width: 49%;
}

#right-column {
	margin: 24px 0 0 0;
	float: right;
	width: 49%;
}

#left-3column {
	margin: 24px 0 0 0;
	float: left;
	width: 33%;
}

#centre-3column {
	margin: 24px 0 0 0;
	float: left;
	width: 33%;
}

#right-3column {
	margin: 24px 0 0 0;
	float: right;
	width: 33%;
}

.multiple2Columns {
	-webkit-columns: 2 200px;
	-moz-columns: 2 200px;
	columns: 2 200px;
	webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

.multiple3Columns {
	-webkit-columns: 3 133px;
	-moz-columns: 3 133px;
	columns: 3 133px;
	webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

.multiple2Columns p.contract-text, .multiple3Columns p.contract-text {
	margin: 0 6px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.multiple2Columns ul, .multiple3Columns ul {
	margin: 0 0 6px 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.multiple2Columns li, .multiple3Columns li {
	padding: 0 0 6px 0;
	margin: 0 6px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.horizontalBarGraphContainer {
	font-size: 0.75em;
	color: #202020;
	line-height: 120%;
	margin: 6px 0 48px 6px;
}

#horizontalBarGraph {
	display: inline-block;
	width: 40%;
	height: 24px;
	margin: 0 12px -6px 12px;
	background-color: #fba535;
}

.whiteContainer {
	display: inline-block;
	background-color: #ffffff;
}

.clearBlock {
	height: 6px;
	clear: both;
}

.clearBlock3px {
	height: 3px;
	clear: both;
}

.clearBlock24px {
	height: 24px;
	clear: both;
}

.block6px {
	height: 6px;
}

.block12px {
	height: 12px;
}

.block18px {
	height: 18px;
}

.block24px {
	height: 24px;
}

.block30px {
	height: 30px;
}

.block48px {
	height: 48px;
}

.block72px {
	height: 72px;
}

.block96px {
	height: 96px;
}

.block120px {
	height: 120px;
}

.rounded {
	overflow: auto;
	padding: 6px 6px 9px 0;
	border: #e0e0e0 1px solid;
	background: #f2f2f2 url('../images/recap.jpg') repeat-x top left;
}

.roundedLH {
	float: left;
	width: 50%;
	margin: 0;
	overflow: auto;
	padding: 6px 6px 9px 0;
}

.roundedLHRecap {
	float: left;
	width: 50%;
	margin: 0;
	overflow: auto;
	padding: 6px 6px 9px 0;
	border: #e0e0e0 1px solid;
	background: #f2f2f2 url('../images/recap.jpg') repeat-x top left;
}

.roundedLHRecapBis {
	float: left;
	width: 50%;
	margin: 24px 0 0 0;
	overflow: auto;
	padding: 6px 6px 9px 0;
	border: #e0e0e0 1px solid;
	background: #f2f2f2 url('../images/recap.jpg') repeat-x top left;
}

.roundedLHRecapHalfWidth {
	width: 50%;
	margin: 0;
	overflow: auto;
	padding: 6px 6px 9px 0;
	border: #e0e0e0 1px solid;
	background: #f2f2f2 url('../images/recap.jpg') repeat-x top left;
}

.roundedRHRecap, .formRHContainer {
	margin: 0 0 0 50%;
	padding: 0 0 0 60px;
}

.googleMapsContainer {
	margin: 0 0 0 50%;
	padding: 0 0 0 60px;
}

.inlineBarChart-x-axis-labelHolder {
	position: relative;
	margin: 6px 6px 18px 6px;
	font-size: 0.5em;
	color: #202020;
	text-align: center;
}

#map {
	width: 90%;
	height: 350px;
	overflow: hidden;
	text-align: right;
	margin-bottom: 2em;
	padding: 0.5em 0.5em 1em 0.5em;
	border: #e0e0e0 1px solid;
	border-radius: 6px;
}

.financialRecap {
	overflow: auto;
	padding: 6px 0 9px 0;
	border: #f2e3ce 1px solid;
	background: #fffef7 url('../images/financial.jpg') repeat-x top left;
}

.tasks {
	overflow: auto;
	padding: 6px 0 9px 0;
	border: #d2e1f6 1px solid;
	background: #f2f9ff url('../images/taskbarMenu.jpg') repeat-x top left;
}

.pageBottom {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 85px;
	background: url('../images/grid.jpg') top left;
}

.footer {
	margin: 0;
	padding: 12px;
}

.PDFOnLine {
	color: #ffffff;
}

.PDFOnLine.signatureTag {
	font-size: 3em;
}

.PDFOnLine.informationTag {
	font-size: 0.5em;
}





/* navigation */

.navigation-holder {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url('navigationHolder.gif') top left;
}

#navigation {
	position: relative;
	margin: 0;
	padding: 0;
}

#navigation ul {
	font-family: "Segoe UI", arial, helvetica, sans-serif;
	list-style: none;
	margin: 0 0 0 14px;
	padding: 0;
}

#navigation li {
	float: left;
	color: #ffffff;
	font-size: 1.1em;
	line-height: 180%;
	margin: 0;
	padding: 0 18px 0 0;
}

#navigation a {
	float:left;
	color:#ffffff;
}

#navigation #current a {
	color:#ffcc00;
}





/* multi search form */

.multiSearchForm {
	display: inline-block;
	width: 100%;
}

#multiSearch {
	float: right;
	padding: 18px 6px 0 0;
}

input {
	outline: none;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: arial, helvetica, sans-serif;
	color: #202020;
	font-size: 0.75em;
	line-height: 120%;
	margin: 0 6px 0 0;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
	display: none; 
}

input[type=search] {
	border: solid 1px #7b9ebd;
	padding: 3px 6px;
	width: 180px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

input[type=search]:focus {
	border-color: #7b9ebd;
	-webkit-box-shadow: 0 0 5px rgba(123,158,189,.5);
	-moz-box-shadow: 0 0 5px rgba(123,158,189,.5);
	box-shadow: 0 0 5px rgba(123,158,189,.5);
}

input:-moz-placeholder {
	color: #666666;
}

input::-webkit-input-placeholder {
	color: #666666;
}





/* tabbed language navigation */

#tabbedLangContent {
}

#tabbedLangContent div {
}

#tabbedLangContentIcon-nav {
	width: 124px;
	height: 30px;
	margin: 0 0 6px 0;
	padding: 9px 6px;
	border: #d2e1f6 1px solid;
	background: url('../images/tabbedBackground.jpg') repeat top left;
	list-style: none;
}

#tabbedLangContentIcon-nav li {
	display: inline;
	margin: 0;
	padding: 6px 3px;
}

#tabbedLangContentIcon-nav li a:hover, #tabbedLangContentIcon-nav li a:focus {
}

#tabbedLangContentIcon-nav li.current { 
	background: url('../images/tabbedLangContentIcon-nav-current.gif') no-repeat bottom right;
}

#tabbedContent {
}

#tabbedContent div {
}

#tabbedContentIcon-nav {
	height: 30px;
	margin: 12px 0 24px 0;
	padding: 15px 6px 3px 6px;
	border: #d2e1f6 1px solid;
	background: url('../images/tabbedBackground.jpg') repeat top left;
	list-style: none;
}

#tabbedContentIcon-nav li {
	display: inline;
	vertical-align: top;
	margin: 0;
	padding: 6px 15px 12px 15px;
	border: #e0e0e0 1px solid;
	background: url('../images/tableHeaderFooter.jpg') repeat bottom left;
}

#tabbedContentIcon-nav li a:hover, #tabbedContentIcon-nav li a:focus {
}

#tabbedContentIcon-nav li.current { 
	border: #fae48e 1px solid;
	background: url('../images/tabbedLangContentIcon-nav-current.gif') no-repeat bottom center #ffffff;
}

.tabbed {
	min-height: 350px;
}





/* links */

a:link {
	color: #000080;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover, a:focus {
	color: #00c0c0;
	text-decoration: underline;
}

.pageAction {
	color: #000080;
	text-decoration: none;
	cursor: pointer;
} 

a.newWindow:after {
	content: " ";
	display: inline-block;
	background: url('../icons16px/newWindow.png') no-repeat top right;
	width: 14px;
	height: 12px;
} 

.pageAction:hover, .pageAction:focus {
	color: #00c0c0;
	text-decoration: underline;
	cursor: pointer;
} 

.search-result-heading a {
	text-decoration: underline;
} 

.linkAvailable {
	width: 100%;
	height: 100%;
	display: block;
}

p.archived a, p.non-billable a, p.non-importable a {
	color: #888888;
	text-decoration: none;
}

p.archived a:hover, p.non-billable a:hover, p.non-importable a:hover, p.archived a:focus, p.non-billable a:focus, p.non-importable a:focus {
	color: #888888;
	text-decoration: underline;
}

.horizontalSpacer {
	margin-right: 24px;
}

.horizontalHalfSpacer {
	margin-right: 12px;
}

.horizontalLinkSeparator {
	margin-right: 60px;
}





/* images */

.image-align-top {
	vertical-align: top;
	margin: 0 6px;
}

.image-align-top-L {
	vertical-align: top;
	margin: 0 6px 0 0;
}

.image-align-top-R {
	vertical-align: top;
	margin: 0 0 0 6px;
}

.image-align-top-L-pointer {
	vertical-align: top;
	margin: 0 6px 0 0;
	cursor: pointer;
}

.image-align-middle {
	vertical-align: middle;
	margin: 0 6px;
}

.image-align-middle-L {
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.image-align-middle-R {
	vertical-align: middle;
	margin: 0 0 0 6px;
}

.image-align-middle-L-pointer {
	vertical-align: middle;
	margin: 0 6px 0 0;
	cursor: pointer;
}

.planning-miniIcon-L {
	vertical-align: middle;
	margin: 0 6px 0 0;
	border: 1px solid #ffffff;
}

.planning-miniIcon-R {
	vertical-align: middle;
	margin: 0 0 0 6px;
	border: 1px solid #ffffff;
}

.logout {
	vertical-align: middle;
	float: right;
	margin: 0 6px 0 0;
}

.search-form-icon {
	float: left;
	margin: 0 30px 0 0;
}

.logo-title {
	margin: 10px 0 0 10px;
}

.course-report {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.qualityThumb {
	float: right;
	border: 0px none;
	margin: 0 0 6px 0;
}

.qualityFooter {
	float: right;
	border: 0px none;
	margin: 1px 0 0 0;
	max-height: 83px;
}

.eoc-report-logo {
	position: relative;
	float: left;
	margin: 0 25px 0 0;
	left: 0;
	top: 0;
}

.hours-reporting-logo {
	position: relative;
	float: left;
	margin: 0 25px 0 0;
	left: 0;
	top: 0;
}

.presenceSheet-footer {
	position: relative;
	margin: 6px 0 0 0;
	left: 0;
	top: 0;
}

.histogram-y-axis {
	vertical-align: middle;
}

.horizontalChartBar, .horizontalChartBarReverse, .horizontalChartBarNoRounding {
	vertical-align: middle;
	margin-top: 0;
}





/* headings */

.h1-print {
	text-align: center;
	margin: 18px 6px 36px 6px;
}

.h1-subHeading-print {
	text-align: center;
	margin: -18px 6px 36px 6px;
}

.h2-print {
	margin: 24px 6px 18px 6px;
	padding: 0;
}

.h3-print {
	font-weight: bold;
	margin: 24px 6px 6px 0;
	background: none;
}

.h4-print {
	font-weight: bold;
	color: #202020;
	height: auto;
	margin: 18px 6px 6px 6px;
	padding: 0;
	background: none;
	width: auto;
}

.h5-print {
	margin: 12px 6px 6px 12px;
	padding: 0;
}

.contract-section-heading { 
	font-size: 0.8em;
	font-weight: bold;
	line-height: 180%;
}

.section-heading { 
	margin: 24px 0 6px 6px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 180%;
}

.section-heading-c {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 180%;
	text-align: center;
}

.subsection-heading {
	font-weight: bold;
}

.search-result-heading {
	font-size: 0.9em;
	margin: 48px 6px 6px 6px;
}

.search-result-subheading {
	font-size: 0.8em;
	margin: 6px;
}

.materialsMgt-heading {
	font-size: 0.9em;
	font-weight: bold;
 	margin: 18px 6px 6px 6px;
}





/* text */

.p-center {
	text-align: center;
}

.p-right {
	text-align: right;
}

.p-total {
	text-decoration: overline;
	text-align: right;
}

.p-vertical-spacing {
	margin: 18px 6px;
}

.p-indent {
	margin-left: 37px;
}

.p-print {
	margin: 6px 6px 6px 12px;
	padding: 0;
}

.helpText {
	line-height: 180%;
}

.inline-helpText {
	line-height: 180%;
	color: #666666;
	margin-left: 37px;
}

.rightJustify {
	float: right;
}

.error-handling {
	color: #ff0000;
}

.alertWarning {
	color: #ff0000;
}

.alertOK {
	color: #008000;
}

.p-report {
	line-height: 240%;
}

.p-report-inline-helpText {
	color: #666666;
	line-height: 240%;
	margin-left: 37px;
}

.p-report-print {
	text-align: justify;
	line-height: 150%;
}

.p-report-indent {
	text-align: justify;
	line-height: 150%;
	margin: 6px 6px 6px 27px;
}

.p-report-date {
	font-size: 0.7em;
	color: #666666;
	line-height: 100%;
	margin: 6px 0 0 6px;
}

.incorrectText {
	font-style: italic;
	color: #ff0000;
}

.correctText {
	font-style: italic;
	color: #008000;
}

.search-result-text {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #202020;
	line-height: 150%;
}

.p-chart {
	margin: 0 6px 0 16px;
}

.p-chart-axis {
	margin: 0 6px;
}

.p-inline-chart {
	margin: 0 6px 0 10px;
}

.p-inline-chart-axis {
	margin: 0 6px 18px 0;
}

.p-chart-inline-helpText {
	color: #666666;
	margin: 9px 6px 6px 6px;
}

.p-inline-barChart {
	margin: 6px;
}

.p-inline-3stackedBarChart {
	margin: 30px 6px 0 6px;
}

.materialsMgt-figures {
	text-align: right;
 	margin: 18px 6px 6px 6px;
}

.materialsMgt-text {
	line-height: 150%;
 	margin: 6px 6px 12px 6px;
}

.documentNo {
	float: left;
	font-weight: bold;
	margin: 0 6px;
}

.contract-text {
	margin: 0 6px;
}

.contract-text-description {
	width: 80%;
	margin: 0 6px;
}

.contract-text-form {
	width: 30%;
	margin: 0 6px;
}

.contract-text-template {
	color: #666666;
	margin: 0 6px;
}

.contract-text-template-inline {
	color: #666666;
}

.contract-text-right {
	text-align: right;
	margin: 0 6px;
}

.dashIndent {
	text-indent: -0.6em;
	padding-left: 0.6em;
}

.email-text-template {
	color: #666666;
}

.email-text-template-list {
	color: #666666;
	margin-left: 24px;
}

.total {
	text-decoration: overline;
}

.additionalText {
	font-size: 0.75em;
	color: #000000;
	line-height: 100%;
	margin: 0 0 0 6px;
}

.termsConditions {
	font-size: 0.6em;
	color: #202020;
	text-align: justify;
	margin: 3px 6px 0 6px;
}

.footer-text {
	font-family: "Segoe UI", arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #202020;
	text-align: center;
	line-height: 100%;
	margin: 0 6px;
	padding: 12px 0;
}

.nowrap {
	white-space: nowrap;
}





/* lists */

.noIndent {
	margin-left: -12px;
}

.html-coded {
	list-style: none;
	text-indent: -37px;
	text-align: left;
	margin: 6px 6px 12px 18px;
}

.nobullet {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nest-lower-roman {
	list-style: lower-roman;
}

.li-print {
	margin: 6px 0 6px 0;
}

.li-report {
	line-height: 210%;
}

.li-report-nobullet {
	list-style: none;
	line-height: 210%;
}

.li-report-print {
	line-height: 150%;
}

.li-radioButton {
	list-style: none;
	line-height: 150%;
	margin-left: 6px;
}

.li-report-print-nobullet {
	list-style: none;
	line-height: 150%;
}

.li-rightJustify {
	float: right;
}

.li-rightJustify-helpText {
	float: right;
	color: #666666;
}

.li-rightJustifyForm {
	float: right;
}

.li-rightJustifyCursor {
	float: right;
	cursor: default;
}





/* sortable lists */

.groupList {
}

.groupItem {
	position: relative;
	left: -40px;
	list-style: none;
	border: #fae48e 1px solid;
	margin: 0 -40px 24px 0;
	padding: 12px 12px 12px 6px;
	background: #fff6d7 url('../images/formBackground.jpg') repeat-x top left;
}

.memberList {
	font-size: 1em;
	margin: 0 0 0 54px;
	padding: 12px;
}

.memberItem {
	width: 80%;
	color: #666666;
	list-style: none;
	padding: 6px;
	border: #d2e1f6 1px solid;
	background: #f2f9ff url('../images/taskbarMenu.jpg') repeat-x top left;
}

#groupItem_nonActivated {
	border: #e0e0e0 1px solid;
	background: #fefefe url('../images/emptyHolder.jpg') repeat-x top left;
}

.groupItem label {
	width: 7.5%;
	display: inline-block;
}

.groupItem label.error {
	font-weight: bold;
	color: #ff0000;
	margin-left: 6px;
	display: inline;
}

.groupItem input.error, .groupItem select.error, .groupItem textarea.error,
.groupItem input.error:focus, .groupItem select.error:focus, .groupItem textarea.error:focus {
	border-color: #ff0000;
	background-color: #ffccaa;
}

.groupItem input:focus, .groupItem select:focus, .groupItem textarea:focus {
	background-color: #b6dcea;
}

#deleteItem {
	cursor: pointer;
}





/* forms */

fieldset div.left-column {
	float: left;
	width: 49%;
}

fieldset div.right-column {
	float: right;
	width: 49%;
}

fieldset.search {
	min-height: 100px;
	border: none;
	padding-left: 84px;
	background: #ffefbc url('../images/torchlight.png') no-repeat top left;
}

fieldset.clear {
	border: none;
	background: none;
}

fieldset h5 {
	margin: 12px 0 12px 6px;
}

fieldset p {
	margin: 12px 6px;
}

fieldset p.p-total {
	margin: 12px 0 12px 6px;
}

fieldset.search table p {
	margin: 9px 6px;
}

fieldset p label, fieldset.search table p label {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}

fieldset p label.textarea, fieldset table p label.textarea {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

fieldset.clear p label {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

fieldset p label.fullWidth {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
}

fieldset.search p label, fieldset.dataSource p label, fieldset label.inlineSmallTextBox, fieldset p span.inlineFormElement label {
	width: 15%;
	display: inline-block;
	vertical-align: middle;
}

fieldset p label.radiobutton, fieldset table p label.radiobutton {
	width: 15%;
	display: inline;
	vertical-align: middle;
	margin-right: 6px;
}

fieldset p label.error, div.search-form-holder label.error, div.rounded label.error, table p label.error, fieldset ul li.li-report label.error {
	font-weight: bold;
	color: #ff0000;
	margin-left: 6px;
	display: inline;
}

#validationErrorMsg, #validationErrorMsg1, #validationErrorMsg2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #ff0000;
	line-height: 120%;
	margin: 6px;
	padding: 0;
}

fieldset input.error, fieldset select.error, fieldset textarea.error,
fieldset.clear input.error, fieldset.clear select.error, fieldset.clear textarea.error,
div.search-form-holder input.error, div.search-form-holder select.error, div.search-form-holder textarea.error,
div.rounded input.error, div.rounded select.error, div.rounded textarea.error,
table p select.error, table p input.error, table p textarea.error,
fieldset input.error:focus, fieldset select.error:focus, fieldset textarea.error:focus,
fieldset.clear input.error:focus, fieldset.clear select.error:focus, fieldset.clear textarea.error:focus,
div.search-form-holder input.error:focus, div.search-form-holder select.error:focus, div.search-form-holder textarea.error:focus,
div.rounded input.error:focus, div.rounded select.error:focus, div.rounded textarea.error:focus,
table p select.error:focus, table p input.error:focus, table p textarea.error:focus {
	border-color: #ff0000;
	background-color: #ffccaa;
}

fieldset p.inline-helpText {
	color: #666666;
	margin: 6px;
	text-indent: 0;
}

fieldset span.inline-helpText {
	color: #666666;
	margin-left: 18px;
}

fieldset input:focus:not(.form-textbox-clear, .form-textbox-clear-right, .form-textbox-clear-total, .form-textbox-clear-title), fieldset select:focus, fieldset textarea:focus,
table input:focus, table select:focus, table textarea:focus {
	background-color: #b6dcea;
}

fieldset input.form-textbox-colpick:focus {
	background-color: #ffffff;
}

fieldset input.calcTotalBox {
	font-size: 1em;
	font-weight: bold;
	line-height: 100%;
	text-align: right;
	border: none;
	background-color: transparent;
	margin: -3px -4px 0 0;
	padding: 0 6px 0 0;
}

fieldset ul.multilineRadioButtons {
	margin-left: 30%;
	padding: 0;
}

fieldset.dataSource ul.multilineRadioButtons {
	margin-left: 15%;
	padding: 0;
}

.formControls {
	margin: 24px 0 72px 0;
}

.form-textbox, .form-textbox-colpick {
	font-size: 1em;
	border: #7b9ebd 1px solid;
}

.form-textbox-right {
	font-size: 1em;
	text-align: right;
	border: #7b9ebd 1px solid;
}

.inlineFormElement {
	float: right;
	width: 50%;
}

.inlineFormElementReduced {
	float: right;
	width: 35%;
}

.inlineFormElementReducedBis {
	float: right;
	width: 25%;
}

.form-radiobutton {
	font-size: 1em;
	line-height: 100%;
	margin-right: 30px;
}

.form-checkbox {
	font-size: 1em;
	line-height: 100%;
}

.inlineCheckBox {
	font-size: 1em;
	line-height: 100%;
	margin-left: 6px;
	margin-right: 30px;
}

.inlineCheckBoxPrintForm {
	font-size: 1em;
	line-height: 100%;
	margin-left: 6px;
}

.form-textarea {
	font-size: 1em;
	border: #7b9ebd 1px solid;
}

.form-textarea-right {
	font-size: 1em;
	text-align: right;
	border: #7b9ebd 1px solid;
}

.form-button-eng {
	font-size: 0.7em;
	line-height: 100%;
	margin: 6px;
	padding: 0;
	text-align: center;
	height: 24px;
	width: 80px;
}

.form-button-fr {
	font-size: 0.7em;
	line-height: 100%;
	margin: 6px;
	padding: 0;
	text-align: center;
	height: 24px;
	width: 80px;
}

.login-button {
	font-size: 0.7em;
	line-height: 100%;
	margin: 6px;
	padding: 0;
	text-align: center;
	height: 24px;
	width: 40px;
}

.gobutton {
	float: right;
	overflow: hidden;
	border: none;
	height: 22px;
 	width: 22px;
	margin: 0 6px;
	padding: 22px 0 0 22px;
	background: url('../icons24px/search.png') no-repeat 0 0;
	cursor: pointer;
}

.previewbutton {
	float: left;
	overflow: hidden;
	border: none;
	height: 22px;
 	width: 22px;
	margin: 7px 3px 6px 6px;
	padding: 22px 0 0 22px;
	background: url('../icons24px/preview.png') no-repeat 0 0;
	cursor: pointer;
}

.spec-checkbox {
	text-align: center;
	margin: 12px 6px 6px 6px;
}

.spec-checkbox-L {
	text-align: left;
	margin: 12px 6px 6px 6px;
}

.inlineInput {
	margin: 9px 6px 6px 6px;
	line-height: 180%;
}

.materialsMgt-textBox {
	color: #020880;
	line-height: 120%;
	text-align: right;
	border: #7b9ebd 1px solid;
	margin: -2px 0 0 6px;
}

.calcBox {
	font-size: 1em;
	line-height: 100%;
	text-align: right;
	border: none;
	background-color: transparent;
	margin: -3px -3px 0 0;
}

.calcTotalBox {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	border: none;
	background-color: transparent;
	margin: -3px -3px 0 0;
}

.calcTotalBox-C {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	border: none;
	background-color: transparent;
	margin: -3px -3px 0 0;
}

.calcBox-L {
	font-size: 1em;
	text-align: left;
	border: none;
	background-color: transparent;
	margin: -3px -3px 0 0;
}

.table-form-textbox-L {
	font-size: 1em;
	text-align: left;
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.form-textbox-clear {
	font-size: 1em;
	border: none;
	background-color: transparent;
	padding: 3px 0;
}

.form-textbox-clear-right {
	font-size: 1em;
	text-align: right;
	border: none;
	background-color: transparent;
	padding: 3px 0;
}

.form-textbox-clear-total {
	font-size: 1em;
	text-align: right;
	text-decoration: overline;
	border: none;
	background-color: transparent;
	padding: 3px 0;
}

.form-textbox-clear-title {
	font-size: 1em;
	font-weight: bold;
	border: none;
	background-color: transparent;
	padding: 3px 0;
}

.search-form-holder input, .search-form-holder select, .search-form-holder option {
	color: #707070;
}

input[readonly] {
	color: #202020;
} 

label.preLabelOptions {
	margin-right: 24px;
}

p label.radiobutton, p label.checkbox {
	display: inline;
	vertical-align: middle;
	margin-right: 6px;
}

input[readonly].greyedInput, .greyedInput {
	color: #999999;
}





/* default hidden elements */

.tabs .tabs-hide, #groupItem_addGroup, #memberList_nonActivated li.memberItem, .groupAbsences, .individualAbsences, .coursedatesFullN, .trainerStandardRates, .supplementaryTrainerAssignment, .trainingProgrammeItems, .openScheduleViewCourseStartDate, .errorMsg, [id^=dialog-confirm] {
	display: none;
}





/* tables */

.listing tr:hover td, .listing tbody tr:hover td, .listing tr:focus td, .listing tbody tr:focus td {
	background-color: #b2e3f7;
}

.listing tr.noListing:hover td, .listing tbody tr.noListing:hover td, .listing tr.noListing:focus td, .listing tbody tr.noListing:focus td {
	background-color: #ffffff;
}

.tablebgd {
	width: 100%;
}

.minColWidth {
	width:1%;
	white-space:nowrap;
}

.extranet-top-left {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: url('../images/tableHeaderFooter.jpg') repeat bottom left;
}

.extranet-top-adjacent {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: url('../images/tableHeaderFooter.jpg') repeat bottom left;
}

.cell-left {
}

.cell-adjacent {
	border-left: 1px solid #e0e0e0;
}

.cell-right {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.extranet-bottom-left {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: url('../images/tableHeaderFooter.jpg') repeat bottom left;
	white-space: nowrap;
}

.extranet-bottom-adjacent {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: url('../images/tableHeaderFooter.jpg') repeat bottom left;
	white-space: nowrap;
}

.spec-text-h-l {
	font-weight: bold;
	margin: 12px 6px 18px 6px;
}

.spec-text-h-l-indent {
	font-weight: bold;
	line-height: 100%;
	margin: 12px 0 18px 12px;
}

.print-spec-text-h-l {
	font-size: 0.7em;
	font-weight: bold;
	line-height: 100%;
	margin: 12px 1px 18px 1px;
}

.spec-text-l {
	line-height: 150%;
	margin: 9px 6px 6px 6px;
}

.spec-text-discountOrSurcharge-indent {
	font-style: italic;
	line-height: 150%;
	margin: 9px 6px 6px 6px;
	padding-left: 9px;
}

.sub-text-l {
	line-height: 150%;
	margin: 6px 6px 0 6px;
}

.tableRowExpandText-l {
	color: #888888;
	line-height: 180%;
	margin: 3px 6px 6px 6px;
}

.spec-text-lCursor {
	line-height: 150%;
	margin: 9px 6px 6px 6px;
	cursor: default;
}

.print-spec-text-l {
	font-size: 0.7em;
	line-height: 100%;
	margin: 6px 1px;
}

.spec-text-h-c {
	font-weight: bold;
	text-align: center;
	margin: 12px 6px 18px 6px;
}

.print-spec-text-h-c {
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	margin: 12px 1px 18px 1px;
}

.spec-text-c {
	text-align: center;
	line-height: 150%;
	margin: 9px 6px 6px 6px;
}

.sub-text-c {
	text-align: center;
	line-height: 150%;
	margin: 6px 6px 0 6px;
}

.tableRowExpandText-c {
	text-align: center;
	color: #888888;
	line-height: 180%;
	margin: 3px 6px 6px 6px;
}

.spec-text-cCursor {
	text-align: center;
	line-height: 150%;
	margin: 9px 6px 6px 6px;
	cursor: default;
}

.print-spec-text-c {
	font-size: 0.7em;
	text-align: center;
	line-height: 100%;
	margin: 6px 1px;
}

.spec-text-h-r {
	font-weight: bold;
	text-align: right;
	margin: 12px 6px 18px 6px;
}

.spec-text-r {
	text-align: right;
	line-height: 150%;
	margin: 9px 6px 6px 6px;
	white-space: nowrap;
}

.spec-text-discountOrSurcharge-text-right {
	font-style: italic;
	text-align: right;
	line-height: 150%;
	margin: 9px 6px 6px 6px;
	white-space: nowrap;
}

.sub-text-r {
	text-align: right;
	line-height: 150%;
	margin: 6px 6px 0 6px;
}

.tableRowExpandText-r {
	text-align: right;
	color: #888888;
	line-height: 180%;
	margin: 3px 6px 6px 6px;
}

.spec-text-rCursor {
	text-align: right;
	line-height: 150%;
	margin: 9px 6px 6px 6px;
	cursor: default;
}

.print-spec-text-r {
	font-size: 0.7em;
	text-align: right;
	line-height: 100%;
	margin: 6px 1px;
}

.spec-text-counter {
	text-align: right;
	line-height: 150%;
	margin: 9px 6px 6px 6px;
}

.recap-text-l {
	font-size: 0.7em;
	line-height: 100%;
	margin: 9px 3px 0 3px;
}

.recap-text-c {
	font-size: 0.7em;
	text-align: center;
	line-height: 100%;
	margin: 9px 3px 0 3px;
}

.recap-text-r {
	font-size: 0.7em;
	text-align: right;
	line-height: 100%;
	margin: 9px 3px 0 3px;
}

.recap-text-footer-l {
	font-size: 0.7em;
	font-weight: bold;
	line-height: 100%;
	margin: 12px 3px 18px 3px;
}

.recap-text-footer-c {
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	margin: 12px 3px 18px 3px;
}

.recap-text-footer-r {
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	margin: 12px 3px 18px 3px;
}

.archived, .non-billable, .non-importable {
	color: #888888;
}

.paged-table {
	word-spacing: 3px;
}





/* scheduling */

.availability {
	margin: 0 6px;
}

.planning-top {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #add1ff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background-color: #4ebfdf;
}

.planning-top-today { 
	border: 1px solid #add1ff;
	background-color: #bfdbff;
}

.planning-lhCol {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #add1ff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background-color: #bfdbff;
}

.planning-rhCol {
	border: 1px solid #e0e0e0;
	background-color: #bfdbff;
}

.planning-cell {
	border: 1px solid #e0e0e0;
	background-color: #edd377;
}

.planning-cell-available {
	border: 1px solid #e0e0e0;
	background-color: #c0ffc0;
}

.planning-cell-scheduled {
	border-right: 1px solid #e0e0e0;
}

.planning-header {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 150%;
	margin: 12px 6px;
}

.planning-header-today {
	color: #003399;
	text-align: center;
	font-weight: bold;
	line-height: 150%;
	margin: 12px 6px;
}

.planning-header-totals {
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	line-height: 150%;
	margin: 12px 6px;
}

.planning-hours {
	color: #00546b;
}

.planning-totals {
	color: #00546B;
	text-align: right;
	font-weight: normal;
	line-height: 120%;
	margin: 6px;
}

.planning-time-text {
	float: right;
	font-size: 0.6em;
	color: #202020;
	text-align: right;
	line-height: 120%;
	margin: 6px 6px 12px 6px;
}

.planning-startEnd-text {
	float: right;
	font-size: 0.9em;
	text-align: right;
	font-weight: normal;
	margin: 0 -2px 0 0;
}

.dayPlanning-cell {
	border: 1px solid #e0e0e0;
	background-color: #edd377;
}

.dayPlanning-cell-side {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #add1ff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background-color: #edd377;
}

.dayPlanning-cell-available {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #ffffff;
	background-color: #c0ffc0;
}

.dayPlanning-cell-side-available {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #add1ff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #ffffff;
	background-color: #c0ffc0;
}

.dayPlanning-cell-scheduled, .dayPlanning-cell-side-scheduled {
	border-top: 1px solid #ffffff;
	border-right: none;
	border-bottom: 1px solid #e0e0e0;
	border-left: none;
}

.dayPlanning-cell-unavailable, .dayPlanning-cell-side-unavailable {
	background-color: #fef7de;
	border-top: 1px solid #ffffff;
	border-right: none;
	border-bottom: 1px solid #e0e0e0;
	border-left: none;
}

.dayPlanning-slot-header {
	font-weight: bold;
	line-height: 100%;
	margin-right: 8px;
	padding: 0;
}

.dayPlanning-slot-text {
	font-size: 0.7em;
	line-height: 100%;
	padding: 0;
}

.dayPlanning-slot-location {
	font-size: 0.7em;
	line-height: 200%;
	padding: 0;
}





/* presence sheets */

#presence-sheet-header-content {
	min-height: 3cm;
}

#presence-sheet-header-landscape {
	min-height: 3cm;
}

table.presenceSheet p {
	margin: 3px 6px;
}

.presenceSheetItemTitles {
	font-weight: bold;
	white-space: nowrap;
}

.presence-sheet-titling-content {
	height: 1.2cm;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #00546b;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	overflow: auto;
	margin: 6px 0 0 0;
	padding: 6px;
	border: #e0e0e0 1px solid;
	background: url('../images/tableHeaderFooter.jpg') repeat bottom left;
}

.presence-sheet-titling-landscape {
	height: 0.6cm;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #00546b;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	overflow: auto;
	margin: 6px 0 0 0;
	padding: 6px;
	border: #e0e0e0 1px solid;
	background: url('../images/tableHeaderFooter.jpg') repeat bottom left;
}

.presenceSheetStartEndDates { 
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 0 18px;
}

.presenceSheetSubHeading { 
	font-size: 0.9em;
	font-weight: bold;
}

#presence-sheet-grid {
	position: relative;
	clear: both;
}

.presence-sheet-content-horizontalHeading-topRow {
	position: absolute;
	left: 0;
	width: 6.925cm;
	height: 0.7cm;
	border-left: 2px solid #808080;
	border-right: 0px none;
	border-top: 2px solid #808080;
	border-bottom: 0px none;
}

.presence-sheet-content-horizontalHeading-middleRow {
	position: absolute;
	left: 0;
	width: 6.925cm;
	height: 0.7cm;
	border-left: 2px solid #808080;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 0px none;
}

.presence-sheet-content-horizontalHeading-bottomRow {
	position: absolute;
	left: 0;
	width: 6.925cm;
	height: 0.7cm;
	border-left: 2px solid #808080;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 2px solid #808080;
}

.presence-sheet-content-verticalHeading-leftCol {
	position: absolute;
	height: 1.4cm;
	padding: 6px 0 0 0;
	border-left: 2px solid #808080;
	border-right: 0px none;
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
}

.presence-sheet-content-verticalGrid-leftCol {
	border-left: 2px solid #808080;
	border-right: 0px none;
	border-top: 0px none;
	margin: 0;
	padding: 0;
}

.presence-sheet-content-verticalHeading-middleCol {
	position: absolute;
	height: 1.4cm;
	padding: 6px 0 0 0;
	border-left: 1px solid #808080;
	border-right: 0px none;
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
}

.presence-sheet-content-verticalGrid-middleCol {
	border-left: 1px solid #808080;
	border-right: 0px none;
	border-top: 0px none;
	margin: 0;
	padding: 0;
}

.presence-sheet-content-verticalHeading-rightCol {
	position: absolute;
	height: 1.4cm;
	padding: 6px 0 0 0;
	border-left: 1px solid #808080;
	border-right: 2px solid #808080;
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
}

.presence-sheet-content-verticalGrid-rightCol {
	border-left: 1px solid #808080;
	border-right: 2px solid #808080;
	border-top: 0px none;
	margin: 0;
	padding: 0;
}

.presence-sheet-landscape-horizontalHeading-topRow {
	position: absolute;
	left: 0;
	width: 9.625cm;
	height: 0.7cm;
	border-left: 2px solid #808080;
	border-right: 0px none;
	border-top: 2px solid #808080;
	border-bottom: 0px none;
}

.presence-sheet-landscape-horizontalHeading-middleRow {
	position: absolute;
	left: 0;
	width: 9.625cm;
	height: 0.7cm;
	border-left: 2px solid #808080;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 0px none;
}

.presence-sheet-landscape-horizontalHeading-bottomRow {
	position: absolute;
	left: 0;
	width: 9.625cm;
	height: 0.7cm;
	border-left: 2px solid #808080;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 2px solid #808080;
}

.presenceSheet-text-h-l {
	font-weight: bold;
	line-height: 100%;
	margin: 6px 6px 0 6px;
}

.presenceSheet-text-h-c {
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	margin: 6px 6px 0 6px;
}

.presenceSheet-text-h-r {
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	margin: 6px 6px 0 6px;
}

.presenceSheet-header-text-l {
	font-size: 0.65em;
	line-height: 100%;
	margin: 6px 3px 0 3px;
}

.presenceSheet-header-trainer-text-l {
	font-size: 0.5em;
	margin: 3px;
	overflow: hidden
}

.presenceSheet-content-horizontal-text-l {
	font-size: 0.65em;
	line-height: 100%;
	margin: 6px 6px 0 6px;
}

.presenceSheet-content-horizontal-text-c {
	font-size: 0.65em;
	text-align: center;
	line-height: 100%;
	margin: 6px 6px 0 6px;
}

.presenceSheet-content-horizontal-text-r {
	font-size: 0.65em;
	text-align: right;
	line-height: 100%;
	margin: 6px 6px 0 6px;
}

.presenceSheet-landscape-text {
	font-size: 0.7em;
	line-height: 100%;
	margin: 3px 3px 0 3px;
}

.presence-sheet-total {
	height: 0.6cm;
	overflow: auto;
	margin: 0 0 6px 0;
	padding: 6px;
	border: #e0e0e0 1px solid;
	background: url('../images/tableHeaderFooter.jpg') repeat bottom left;
	z-index: -1;
}

.presenceSheet-horizontal-text-h-total {
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	margin: 6px 2cm 0 0;
}

.presenceSheet-vertical-text-h-total {
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	margin: 6px 12.8cm 0 0;
}

.presence-sheet-footer {
	text-align: center;
	font-size: 0.7em;
	color: #666666;
	line-height: 100%;
	margin: 6px 0 0 6px;
}





/* invoicing */

#invoiceContainer {
	position: relative;
	height: 40px;
	margin: 18px 0 0 0;
}

#invoiceContent {
}

.invoice-heading {
	text-align: left;
	margin: 0 6px 18px 6px;
}

.invoice-text-h-l {
	font-weight: bold;
	line-height: 100%;
	margin: 6px;
}

.invoice-text-h-c {
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	margin: 6px;
}

.invoice-text-h-r {
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	margin: 6px 6px 6px 0;
}

.invoice-downPayment-text-h-r {
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	margin: 3px 6px 6px 0;
}

.invoice-text-h-r-template {
	font-weight: bold;
	color: #666666;
	text-align: right;
	line-height: 100%;
	margin: 6px 6px 6px 0;
}

.invoice-text {
	font-size: 0.75em;
	color: #000000;
	line-height: 100%;
	margin: 6px 6px 0 6px;
	text-indent: -9px;
	padding-left: 9px;
}

.invoice-text-right {
	font-size: 0.75em;
	color: #000000;
	text-align: right;
	line-height: 100%;
	margin: 6px 6px 0 0;
}

.invoice-downPayment-text-right {
	font-size: 0.75em;
	color: #000000;
	text-align: right;
	line-height: 100%;
	margin: 3px 6px 0 0;
}

.discountOrSurcharge-indent {
	font-size: 0.75em;
	font-style: italic;
	color: #000000;
	line-height: 100%;
	margin: 6px 6px 0 15px;
}

.discountOrSurcharge-text {
	font-size: 0.75em;
	font-style: italic;
	color: #000000;
	line-height: 100%;
	margin: 6px 6px 0 6px;
}

.discountOrSurcharge-text-right {
	font-size: 0.75em;
	font-style: italic;
	color: #000000;
	text-align: right;
	line-height: 100%;
	margin: 6px 6px 0 0;
}

.rowContent {
	min-height: 12px;
}

.invoice-text-l {
	height: 45px;
	font-size: 0.75em;
	color: #000000;
	line-height: 100%;
	margin: 6px 6px 0 6px;
}

.invoice-text-c {
	height: 45px;
	font-size: 0.75em;
	color: #000000;
	text-align: center;
	line-height: 100%;
	margin: 6px 6px 0 6px;
}

.invoice-text-r {
	height: 45px;
	font-size: 0.75em;
	color: #000000;
	text-align: right;
	line-height: 100%;
	margin: 6px 6px 0 0;
}

.invoice-text-l-reduced {
	height: 45px;
	font-size: 0.7em;
	color: #000000;
	line-height: 100%;
	margin: 3px 6px;
}

.invoice-text-r-reduced {
	height: 45px;
	font-size: 0.7em;
	color: #000000;
	text-align: right;
	line-height: 100%;
	margin: 3px 6px 3px 0;
}

.invoice-text-template {
	color: #666666;
}

.invoice-text-template-right {
	color: #666666;
	text-align: right;
}

#invoice-global {
	position: absolute;
	left: 0;
	width: 12.8cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-global-exVAT {
	position: absolute;
	left: 0;
	width: 14.9cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-description {
	position: absolute;
	left: 0;
	width: 8.6cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-description-exVAT {
	position: absolute;
	left: 0;
	width: 10.7cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-quantity {
	position: absolute;
	left: 8.6cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-quantity-exVAT {
	position: absolute;
	left: 10.7cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-unitPrice {
	position: absolute;
	left: 10.7cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-unitPrice-exVAT {
	position: absolute;
	left: 12.8cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-prestation {
	position: absolute;
	left: 12.8cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-prestation-exVAT {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

#invoice-vatRate {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

#invoice-total-description {
	position: absolute;
	left: 0;
	width: 8.6cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0px none;
}

#invoice-total-vatRate {
	position: absolute;
	left: 8.6cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 0px none;
}

#invoice-total-vatBase {
	position: absolute;
	left: 10.7cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 0px none;
}

#invoice-total-baseHT {
	position: absolute;
	left: 12.8cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 0px none;
}

#invoice-total-nonVAT {
	position: absolute;
	left: 8.6cm;
	width: 6.3cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 0px none;
}

#invoice-total-TTC {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 0px none;
}

#invoice-invoiceTotal-vatRate {
	position: absolute;
	left: 8.6cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-invoiceTotal-vatBase {
	position: absolute;
	left: 10.7cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-invoiceTotal-baseHT {
	position: absolute;
	left: 12.8cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-invoiceTotal-nonVAT {
	position: absolute;
	left: 8.6cm;
	width: 6.3cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#invoice-invoiceTotal-TTC {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

#freeform-heading-1 {
	position: absolute;
	left: 0;
	width: 200px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#freeform-heading-1-exVAT {
	position: absolute;
	left: 0;
	width: 240px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#freeform-heading-1a {
	position: absolute;
	left: 200px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#freeform-heading-1a-exVAT {
	position: absolute;
	left: 240px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#freeform-heading-1b {
	position: absolute;
	left: 280px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#freeform-heading-1b-exVAT {
	position: absolute;
	left: 320px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#freeform-heading-2 {
	position: absolute;
	left: 360px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#freeform-heading-3 {
	position: absolute;
	left: 440px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#freeform-heading-4 {
	position: absolute;
	left: 520px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

#freeform-heading-4-exVAT {
	position: absolute;
	left: 400px;
	width: 200px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

#freeform-total-1 {
	position: absolute;
	left: 0;
	width: 360px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0px none;
}

#freeform-total-1-exVAT {
	position: absolute;
	left: 0;
	width: 400px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0px none;
}

#freeform-total-2 {
	position: absolute;
	left: 360px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 1px solid #000000;
}

#freeform-total-3 {
	position: absolute;
	left: 440px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 1px solid #000000;
}

#freeform-total-4 {
	position: absolute;
	left: 520px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

#freeform-total-4-exVAT {
	position: absolute;
	left: 400px;
	width: 200px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 0px none;
	border-bottom: 1px solid #000000;
}

#materials-description {
	position: absolute;
	left: 0;
	width: 8.6cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#materials-quantity {
	position: absolute;
	left: 8.6cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#materials-unitPrice {
	position: absolute;
	left: 10.7cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#materials-prestation {
	position: absolute;
	left: 12.8cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#materials-vatRate {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

#materials-total-description {
	position: absolute;
	left: 0;
	width: 4.4cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0px none;
}

#materials-total-vatRate {
	position: absolute;
	left: 4.4cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 0px none;
}

#materials-total-baseHT {
	position: absolute;
	left: 6.5cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 0px none;
}

#materials-total-vatBase {
	position: absolute;
	left: 8.6cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 0px none;
}

#materials-total-delivery {
	position: absolute;
	left: 10.7cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 0px none;
}

#materials-total-vatDelivery {
	position: absolute;
	left: 12.8cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 0px none;
}

#materials-total-TTC {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 0px none;
}

#materials-invoiceTotal-vatRate {
	position: absolute;
	left: 4.4cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#materials-invoiceTotal-baseHT {
	position: absolute;
	left: 6.5cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#materials-invoiceTotal-vatBase {
	position: absolute;
	left: 8.6cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#materials-invoiceTotal-delivery {
	position: absolute;
	left: 10.7cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#materials-invoiceTotal-vatDelivery {
	position: absolute;
	left: 12.8cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#materials-invoiceTotal-TTC {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

.invoice-header {
	font-size: 0.7em;
	margin: 6px;
}

.invoiceSettlementTerms {
	font-size: 0.7em;
	margin: 6px;
}

.invoice-footer {
	font-size: 0.7em;
	margin: 6px 0;
	text-align: center;
}

.invoice-bank-header {
	font-size: 0.7em;
	margin: 6px 12px 1px 12px;
	text-align: center;
}

.invoice-bank {
	font-size: 0.7em;
	margin: 1px 12px 6px 12px;
	text-align: center;
}

#reminder-invoiceNo {
	position: absolute;
	left: 0;
	width: 5cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#reminder-invoiceDate {
	position: absolute;
	left: 5cm;
	width: 3cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#reminder-invoiceDueDate {
	position: absolute;
	left: 8cm;
	width: 3cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#reminder-invoiceTotal-TTC {
	position: absolute;
	left: 11cm;
	width: 3cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#reminder-amountOutstanding-TTC {
	position: absolute;
	left: 14cm;
	width: 3cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

#reminder-total {
	position: absolute;
	left: 0;
	width: 14cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#reminder-totalAmountOutstanding-TTC {
	position: absolute;
	left: 14cm;
	width: 3cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}





/* translation and interpreting */

#tradInt-description {
	position: absolute;
	left: 0;
	width: 8.6cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid transparent;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#tradInt-quantity {
	position: absolute;
	left: 8.6cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid transparent;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#tradInt-pricingUnit {
	position: absolute;
	left: 10.7cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid transparent;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#tradInt-unitPrice {
	position: absolute;
	left: 12.8cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid transparent;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#tradInt-prestation {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

#tradInt-global {
	position: absolute;
	left: 0;
	width: 14.9cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid transparent;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#tradInt-total-description-upper, #tradInt-total-description-middle {
	position: absolute;
	left: 0;
	width: 8.6cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#tradInt-total-description-lower {
	position: absolute;
	left: 0;
	width: 8.6cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #000000;
}

#tradInt-total-baseHT {
	position: absolute;
	left: 8.6cm;
	width: 6.3cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
}

#tradInt-invoiceTotal-baseHT {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid #000000;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#tradInt-total-vatBase {
	position: absolute;
	left: 8.6cm;
	width: 6.3cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
}

#tradInt-invoiceTotal-vatBase {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid #000000;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#tradInt-total-TTC {
	position: absolute;
	left: 8.6cm;
	width: 6.3cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #000000;
}

#tradInt-invoiceTotal-TTC {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid #000000;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #000000;
}

#tradInt-total-nonVAT {
	position: absolute;
	left: 12.8cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid #000000;
	border-bottom: 1px solid transparent;
}

#tradInt-invoiceTotal-nonVAT {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid #000000;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#tradInt-legalMentionNonVAT {
	position: absolute;
	left: 8.6cm;
	width: 8.4cm;
	height: 30px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid #000000;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #000000;
}

#tradInt-downPayment-total-description-upper, #tradInt-downPayment-total-description-middle {
	position: absolute;
	left: 0;
	width: 8.6cm;
	height: 18px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#tradInt-downPayment-total-description-lower {
	position: absolute;
	left: 0;
	width: 8.6cm;
	height: 18px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #000000;
}

#tradInt-downPayment-total-baseHT {
	position: absolute;
	left: 8.6cm;
	width: 6.3cm;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
}

#tradInt-downPayment-invoiceTotal-baseHT {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 18px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid #000000;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#tradInt-downPayment-total-vatBase {
	position: absolute;
	left: 8.6cm;
	width: 6.3cm;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
}

#tradInt-downPayment-invoiceTotal-vatBase {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 18px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid #000000;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#tradInt-downPayment-total-TTC {
	position: absolute;
	left: 8.6cm;
	width: 6.3cm;
	height: 18px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #000000;
}

#tradInt-downPayment-invoiceTotal-TTC {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 18px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid #000000;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #000000;
}

#tradInt-downPayment-total-nonVAT {
	position: absolute;
	left: 12.8cm;
	width: 2.1cm;
	height: 18px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid #000000;
	border-bottom: 1px solid transparent;
}

#tradInt-downPayment-invoiceTotal-nonVAT {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 18px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid #000000;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

#tradInt-downPayment-legalMentionNonVAT {
	position: absolute;
	left: 8.6cm;
	width: 8.4cm;
	height: 18px;
	margin: 0;
	padding: 0;
	border-left: 1px solid transparent;
	border-right: 1px solid #000000;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #000000;
}

#tradIntInvoice-global {
	position: absolute;
	left: 0;
	width: 14.9cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#tradIntInvoice-description {
	position: absolute;
	left: 0;
	width: 10.7cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#tradIntInvoice-quantity {
	position: absolute;
	left: 10.7cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#tradIntInvoice-unitPrice {
	position: absolute;
	left: 12.8cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 0px none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#tradIntInvoice-prestation {
	position: absolute;
	left: 14.9cm;
	width: 2.1cm;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

.tradIntTermsConditions {
	font-size: 0.6em;
	margin: 6px;
}





/* printing */

@media print {

.print-management {
	display: none !important;
}

.print-management-pageBreak {
	display: none !important;
}

.print-checkBox {
	display: none !important;
}

.nonPrintableElement {
	display: none !important;
}

table {
	position: relative;
	height: 100%;
	overflow: visible !important;
	float: none !important;
}

td {
	height: 100%;
}

}

.print-management {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 180px;
	background: #ffffff url('../images/printMgt.jpg') repeat-x top left;
	font-family: arial, helvetica, sans-serif;
	color: #202020;
	line-height: 120%;
	padding: 1px 0 0 0;
}

.print-checkBox {
	display: block;
	float: right;
	margin-left: 6px;
	padding: 0;
}

.nonPrintableElement {
	text-decoration: line-through;
}

.print-icon {
	float: right;
	margin: 0 6px 0 0;
	padding: 0;
}

#show-hide {
	display: none;
}

.previewInvoiceFooter {
	position: relative;
	clear: both;
	left: 0;
	top: 0;
	width: 17cm;
	background: #ffffff url('../images/printMgt.jpg') repeat-x top left;
	padding: 6px;
}

.preview-content {
	position: relative;
	clear: both;
	left: 0;
	top: 0;
	width: 17cm;
	background: url('../images/previewBackground.jpg') no-repeat center center;
}

.print-content {
	position: relative;
	clear: both;
	left: 0;
	top: 0;
	width: 17cm;
}

.print-content-header {
	position: relative;
	clear: both;
	left: 0;
	top: 0;
	width: 17cm;
	min-height: 150px;
}

.print-landscape {
	position: relative;
	clear: both;
	left: 0;
	top: 0;
	width: 25.7cm;
}

.print-landscape-header {
	position: relative;
	clear: both;
	left: 0;
	top: 0;
	width: 25.7cm;
	min-height: 150px;
}

.print-management-pageBreak {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	color: #202020;
	line-height: 120%;
	padding: 1px 0 0 0;
}

.page {
	page-break-after: always;
	font-size: 1px;
}

.pageBreak {
	page-break-before: always;
	clear: both;
}

.pageBreakHolder {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}





/* reduced print size */

table.reducedText p {
	font-size: 0.7em;
	margin: 3px;
}

table.reducedText-schedule p {
	font-size: 0.6em;
	margin: 3px;
}