body {
	margin: 0px;
	margin-bottom: 20px;
	font-family: Arial, sans-serif, Verdana;
	line-height: 16px;
	font-size: 12px;
	background-color: #E5E5E5;
}

.container {
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(/images/container/shade_right.png);
	background-position: right;
	padding-right: 7px;
	border-left: 1px solid #CCCCCC;
}

input {
	width: 175px;
	font-family: Arial, sans-serif, Verdana;
	font-size: 14px;
}

input.search {
	background-repeat: no-repeat;
	background-image: url(/images/misc/search.gif);
	background-position: 3px 3px;
	padding-left: 20px;
}

a {
	font-weight: bold;
	color: #EE3A43;
}

a:hover {
	color: #666666;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5 {
	line-height: normal;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.gradient {
	height: 4px;
	line-height: 0px;
	font-size: 1px;
	background-image: url(/images/header/gradient.gif);
}

.header {
	height: 115px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(/images/header/background.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.header .esprit {
	padding-top: 20px;
}

.header span {
	padding-top: 45px;
	float: right;
	color: #EE3A43;
}

.sub_header {
	height: 55px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(/images/sub_header/background.png);
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	border-bottom: 2px solid #DADADA;
}

.sub_header input {
	margin-left: 10px;
}

.sub_header h1 {
	line-height: 55px;
	font-size: 24px;
	color: #444444;
}

.sub_header div {
	margin-top: 15px;
	float: right;
	color: #666666;
}

.page {
	width: 930px;
	margin-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	display: table;
	position: relative;
}

.page .flap {
	width: 142px;
	height: 88px;
	background-image: url(/images/page/flap.gif);
	position: absolute;
	bottom: -4px;
	right: 0px;
	_bottom: -5px;
}

.page .flap a {
	width: 100%;
	height: 100%;
	display: block;
}

.page .flap:hover {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.page .content {
	width: 695px;
	float: left;
}

/* LIST */
.page .content .table_header {
	font-size: 11px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px dotted #CCCCCC;
	background-color: #F7F7F7;
	color: #666666;
}

.page .content .table_header input {
	margin-left: 10px;
}

.page .content table {
	width: 100%;
}

.page .content table, .page .content table tr, .page .content table tr td, .page .content table tr th {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

.page .content table tr td {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ECECEC;
}

.content table tr.odd td {
	background-color: #F7F7F7;
}

.page .content table tr td.links {
	vertical-align: middle;
}

.page .content table tr td.links a {
	padding-right: 5px;
}

.page .content table tr.misc td {
	border: none;
}

.page .content table tr td.job {
	font-size: 14px;
}

span.code {
	color: #333333;
	background-color: #FFEB99;
	font-size: 11px;
	padding: 2px;
}

.page .content table tr td.job span.period {
	font-size: 11px;
	color: #666666;
}

.page .content table tr.organisation td {
	height: 30px;
	background-color: #E5E5E5;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(/images/page/content/table/organisation_background.gif);
	padding: 0px;
	border: none;
}

.page .content table tr.organisation td div.organisation_image {
	width: 125px;
	position: absolute;
	left: 750px;
	text-align: center;
}

.page .content table tr.organisation td span {
	float: right;
	font-size: 11px;
	color: #666666;
	padding-top: 6px;
	padding-right: 20px;
}

.page .content table tr.organisation td span a {
	color: #666666;
}

.page .content table tr.organisation td div.organisation_link {
	float: left;
	line-height: 30px;
	background-color: #EE3A43;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(/images/page/content/table/organisation_link.gif);
	padding-left: 10px;
	padding-right: 20px;
}

.page .content table tr.organisation td div.organisation_link {
	text-decoration: none;
	font-weight: bold;
}

.page .content table tr.organisation td div.organisation_link,
.page .content table tr.organisation td div.organisation_link a {
	color: #FFFFFF;
}

/* AUTO COMPLETE */
.auto_complete {
	width: 250px;
	position: absolute;
	z-index: 100;
	background-color: #FFFFFF;
	border: 1px solid #888;
	margin-top: 0px !important;
}

.auto_complete ul, .side .auto_complete ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.auto_complete ul h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
}

.auto_complete ul h3.error {
	color: red;
	font-size: 11px;
}

.auto_complete ul li.selected { 
	background-color: #FFE57D;
	font-weight: bold;
}

.auto_complete ul li {
	display: block;
	padding: 2px;
	padding-left: 10px;
	line-height: 16px;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}

.auto_complete ul li p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.auto_complete ul li a {
	padding-right: 5px;
}

.auto_complete ul li span {
	font-size: 10px;
}

/* */

.page .side {
	width: 193px;
	margin-right: 20px;
	_margin-right: 10px;
	margin-bottom: 70px;
	float: right;
	font-size: 11px;
}

.page .side .block {
	background-image: url(/images/page/side/block_background.gif);
	background-repeat: repeat-y;
}

.page .side .block h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.page .side .block_content {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.page .side .block .block_header,
.page .side .block .block_footer {
	height: 7px;
	font-size: 1px;
	line-height: normal;
}

.page .side .block .block_header {
	background-image: url(/images/page/side/block_top.gif);
}

.page .side .block .block_footer {
	background-image: url(/images/page/side/block_bottom.gif);
}

.page .side ul,
.page .side ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.content .introduction {
	background-color: #FFF7D8;
	padding: 10px;
	margin-bottom: 20px;
	border-top: 1px dotted #FFEB99;
	border-bottom: 1px dotted #FFEB99;
}

.content .introduction ul {
	margin-top: 0px;
}

.footer {
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
	padding-top: 20px;
	background-image: url(/images/container/shade_bottom.png);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 11px;
	text-align: center;
}

.footer .corner {
	width: 7px;
	height: 7px;
	margin-right: -7px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(/images/container/shade_corner.png);
	line-height: normal;
	font-size: 1px;
}