body {
/* body related style 
	scrollbar-3dlight-color:#9285cc;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#bfc0cf;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#9285cc;
	scrollbar-shadow-color:#483d78;
	background-color:#FFFFFF;*/
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	OVERFLOW: auto;
	color: #000000;
}

.HeaderIntro {
/* used for in joblist for Available positions & >contact us... */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.margine {
/* used somewhere.. */
	border: 1px solid #000000;
	background-color:#000000;
}
.categorieHref {
/* link in the same page to each category */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.cellCategorie {
/* cell of the category list at the begining of the document */
	text-align: center;
}
.cellJobHeader {
/* header where it is written: job_title, company, age, etc */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	background-color: #999999;
	border: .5pt solid #FFFFFF;
	height: 38px;
	white-space: nowrap;
	padding: 1px;
	vertical-align: middle;

}
.cellCategorieTitlu {
/* cell of each category, above the available positions of each category */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #9999FF;
	padding: 1px;
	height: 25px;
	font-style: italic;
	font-weight: bold;
	border-bottom: .5pt solid #FFFFFF;

}
.tableCategory {
/* table of each category */
	border: 1px solid #DDDDDD;
}
.cellLinkJob {
/* cell of the link to the pop-up, through the position title */
	border-bottom: 1px solid gray;
	height: 29px;
}
.linkJob {
/* link to the pop-up, through the position title */
	color: #000000;
	font-size: 9pt;
}

.cellJobField {
/* title for each item to display for a position in the list */
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	height: 29px;
	font-size: 8.8pt;

}
.detailsJobTitle {
/* job-title in the pop-up window */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-style: italic;
}
.detailsTitle {
/* ex: Profile, Mission, in the pop-up window */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}
.detailsText {
/* description of mission,profile, contact, etc */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

