/**
* 					D I S A B L E  D E P R E C A T E D  H T M L
******************************************************************************/

font, basefont {
	color: inherit;
	font: inherit;
	font-size: 100%;
}

center,
*[align] {
	text-align: inherit;
}

s,
strike,
u {
	text-decoration: inherit;
}

img {
	border: none;
	margin: 0;
}

ol {
	list-style-type: decimal;
}

body {
	background-color: transparent;
}


tr,
th,
td {
	background-color: transparent;
	border: none;
	height: auto;
	vertical-align: inherit;
	width: auto;
}

table[border],
.content table[border] {
	border-collapse: separate;
	border-spacing: 0;
}

nobr {
	white-space: normal;
}

marquee {
	-moz-binding: none;
	overflow: visible;
}

blink {
	text-decoration: none;
}

/**
* 									G E N E R A L
******************************************************************************/


html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 125%;
	/*overflow-y: scroll;*/ /* http://www.michael-van-laar.de/online-marketing-blog/blog/artikel/der-bessere-trick-gegen-ruckelnde-websites/ */
}

body {
	font-size: 50%;
}

a {
	color: #000;
	text-decoration: underline;
}

strong,
th,
thead td,
h1,
h2,
h3,
h4,
h5,
h6,
dt {
	font-weight: bold;
}

cite,
em,
dfn {
	font-style: italic;
}

code,
kbd,
samp,
pre,
tt,
var,
input[type='text'],
input[type='password'],
textarea {
	1font-family: mono-space,monospace;
	font-size: 100%;
}

pre {
	white-space: pre;
}

pre * {
	font-size: 100%;
	white-space: pre;
}

del {
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #000000;
}

small,
sup,
sub {
	font-size: 85%;
}

big {
	font-size: 125%;
	line-height: 80%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

abbr[title],
acronym[title],
dfn[title] {
	border-bottom: 1px dotted #000000;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

blockquote {
	padding-left: 2.2em;
}

hr {
	display: none; /* Eventually we will re-reset it later for content */
}

:lang(af),
:lang(nl),
:lang(pl) {
	quotes: '\201E' '\201D' '\201A' '\2019';
}

:lang(bg),
:lang(cs),
:lang(de),
:lang(is),
:lang(lt),
:lang(sk),
:lang(sr),
:lang(ro) {
	quotes: '\201E' '\201C' '\201A' '\2018';
}

:lang(da),
:lang(hr) {
	quotes: '\00BB' '\00AB' '\203A' '\2039';
}

:lang(el),
:lang(es),
:lang(sq),
:lang(tr) {
	quotes: '\00AB' '\00BB' '\2039' '\203A';
}

:lang(en-GB) {
	quotes: '\2018' '\2019' '\201C' '\201D';
}

:lang(fi),
:lang(sv) {
	quotes: '\201D' '\201D' '\2019' '\2019';
}

:lang(fr) {
	quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a';
}

*[lang|='en'] q:before {
	content: '\201C';
}

*[lang|='en'] q:after {
	content: '\201D';
}

*[lang|='en'] q q:before {
	content: '\2018';
}

*[lang|='en'] q q:after {
	content: '\2019';
}

input,
select,
button {
	cursor: pointer;
}

input[type='text'],
input[type='password'] {
	cursor: text;
}

input[type='hidden'] {
	display: none;
}

/**
* 								C O N T E N T
******************************************************************************/

.content {
	font-size: 1.2em;
	line-height: 1.6em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #000000;
}

.content h1 {
	border-bottom: 1px dotted #00782C;
	color: #00782C;
	font-size: 1.5em;
	left: 245px;
	line-height: 22px;
	margin: 1em 0 .5em;
	margin-top: 0;
	padding: 6px 0 10px 15px;
	position: absolute;
	width: 723px;
}

/* page template #01.04 [1 col: content with padding] */
.pt-01-04 .content h1 {
	left: 0;
	padding-top: 30px;
	padding-left: 30px;
	width: 968px;
}

/* newsletter */
.pt-01-01-01 .content h1 {
	left: 0;
	padding-top: 10px;
	width: 533px;
}

.content h2 {
	font-size: 1.333em;
	margin: 0 0 .535em;
}

.content h3 {
	font-size: 1.166em;
	line-height: 1;
	margin: 1.14em 0 .57em;
}

.content h4 {
	font-size: 1em;
	line-height: 1;
	margin: 1.23em 0 .615em;
}

.content h4.conf-hd {
	background: whitesmoke none repeat scroll 0 0;
	border-bottom: 1px solid #E5E5E5;
	padding: .25em;
}

.content h5 {
	font-size: .833em;
	line-height: 1;
	margin: 1.33em 0 .67em;
}

.content h6 {
	font-size: .833em;
	font-weight: 400;
	line-height: 1;
	margin: 1.6em 0 .8em;
}

/*
.content hr {
	background: #000000;
	border: none;
	color: #000000;
	display: block;
	height: 1px;
	width: 100%;
}
*/

.content ul {
	list-style: disc outside;
}

.content ol {
	list-style: decimal outside;
}

.content hr,
.content p,
.content ul,
.content ol,
.content dl,
.content pre,
.content address,
.content table,
.content form {
	margin-bottom: 1.6em;
}

.content p+p {
	margin-top: -.8em;
}

/**
* 									T A B L E S
******************************************************************************/

.content table {
	border: 1px solid #B8C1BB;
	border-collapse: collapse;
	border-spacing: 0;
	caption-side: top;
	empty-cells: show;
	margin-bottom: 1em;
}

.content thead {
	background-color: #D0E0D4;
}

.content thead td {
	background-color: #D0E0D4;
	border: 1px solid #B8C1BB;
}

.content th,
.content td {
	border: 1px solid #B8C1BB;
	margin: 0;
	padding: .25em;
	text-align: left;
	vertical-align: top;
}

.content th {
	1background-color: #ECE9D8;
	border-bottom: 1px solid #CCC;
}

.content td {
	border-bottom: 1px solid #B8C1BB;
}

.content .zebra tbody tr:nth-child(even) {
	background-color: rgba(128, 128, 128, .05);
}

.content table p {
	margin: 0;
}

/**
* 									F O R M S
******************************************************************************/

.content form {
	1padding: 1em;
}

.content fieldset {
	margin-bottom: .8em;
	padding-bottom: .8em;
}

/* \*/

.content legend {
	border-bottom: 1px dotted #CCC;
	display: block;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
}

/* */

@media all and (min-width: 0px) /* for Opera 8 */ {

	.content legend {
		margin-bottom: .8em;
		padding-bottom: .8em;
	}

	.content fieldset {
		margin-top: 0;
	}

	/*
	.content[class^='content'] fieldset {
		margin-bottom: .8em;
		padding-bottom: .8em;
	}
	*/

}

.content fieldset>*:first-child {
	margin-top: 0;
}

.content .field-wrapper,
.content .tx_powermail_pi1_fieldwrap_html {
	float: left;
	padding: 0 0 1em 0;
	width: 100%;
}

.content .field-wrapper-indent {
	padding-left: 30%;
	width: 70%;
}

.content .field-wrapper-button {
	border-bottom: 1px dotted #CCC;
}

.content .field-wrapper-button input {
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#FFFFFF), to(#CCCCCC) );
	background: -moz-linear-gradient( top, #FFFFFF, #CCCCCC );
	border: 1px solid #666666;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-left: .5em;
	padding-right: .5em;
}

.content .field-wrapper-button input:hover {
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#CCCCCC), to(#FFFFFF) );
	background: -moz-linear-gradient( top, #CCCCCC, #FFFFFF );
	border: 1px solid #CCCCCC;
	border-left-color: #666666;
	border-top-color: #666666;
}

.content label {
	1color: #000000;
	float: left;
	font-weight: 700;
	padding-right: 2%;
	width: 28%;
}

.content span.required {
	float:right;
}

.content .tx_powermail_pi1_fieldwrap_html_captcha label {
	display: block;
	float: none;
	margin-bottom: .8em;
	width: auto;
}

.content .tx_powermail_pi1_fieldwrap_html_captcha_description {
	margin-top: .8em;
}

.content textarea,
.content input[type='text'],
.content input[type='password'],
.content .powermail_text,
.content .powermail_textarea {
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#EEEEEE), to(#FFFFFF) );
	background: -moz-linear-gradient( top, #EEEEEE, #FFFFFF );
	border: 1px solid #CCCCCC;
	border-left-color: #666666;
	border-top-color: #666666;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
	margin-right: -3px;
	padding: .2em;
	width: 66%;
}

.content textarea:focus,
.content input[type='text']:focus,
.content input[type='password']:focus,
.content .powermail_text:focus,
.content .powermail_textarea:focus {
	background: #FFFFFF;
}

.content input,
#login .button,
#search .button {
	padding: .2em .1em;
}

.content select {
	float: left;
	margin-right: -3px;
	padding: .2em .1em 0;
	width: 69.3%;
}

.content select[multiple] {
	margin-bottom: .8em;
}

.content option {
	padding: 0 .4em .1em;
}

.content button {
	padding: .3em .5em;
}

.content .powermail_check_inner,
.content .powermail_radio_inner,
.content .tx_powermail_pi1_fieldwrap_html_reset,
.content .tx_powermail_pi1_fieldwrap_html_submit {
	margin-left: 30%;
}

.content .tx_powermail_pi1_fieldwrap_html_check p,
.content .tx_powermail_pi1_fieldwrap_html_radio p {
	margin-bottom: .8em;
}

.content .tx_powermail_pi1_fieldwrap_html_check label,
.content .tx_powermail_pi1_fieldwrap_html_radio label {
	float: none;
}

.content input[type='radio'] {
	bottom: -.2em;
	position: relative;
}

/* old form styles begin (ry30, 12.07.10) */

.csc-mailform-field {
	height: 1%;
	margin: 0.5em 0;
	overflow: hidden;
}

/*
.csc-mailform-field {
	background-color: whitesmoke;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	height: 1%;
	margin: 0.5em 0;
	overflow: hidden;
	padding: 0.5em;
}

.csc-mailform-field label {
	display: block;
	float: left;
	line-height: 1.6em;
	margin-right: 5%;
	width: 30%;
}

.csc_mailform_input, .csc-mailform-field textarea, .csc-mailform-field select {
	border: 1px solid #8D8B7E;
	display: block;
	float: left;
	padding: 0.2em;
	width: 60%;
}

.csc_mailform_check {
	margin-top: 0.2em;
}

.csc-mailform-field select {
	margin-right: 0.5em;
	width: auto;
}

.csc_mailform_submit {
	1background: url(../img/bg_activities_researchareas_items.gif) repeat-x bottom;
	border: 1px solid #8D8B7E;
	border-right-color: #000;
	border-bottom-color: #000;
	padding: 0.2em;
}
*/

/* old form styles end (ry30, 12.07.10) */

/**
* 									L I S T S
******************************************************************************/

.content dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

.content ul,
.content ol {
	margin-left: 2.2em;
}

.content caption {
	padding-bottom: .8em;
}

.content ul ul,
.content ol ul,
.content ul ol,
.content ol ol {
	margin-bottom: 0;
}

/**
* 							C O M M O N  C L A S S E S
******************************************************************************/

/* new clearfix */

.group:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* messages */

.error {
	color: #FF3333;
}

.info {
	color: #0066FF;
}

.success {
	color: #339933;
}

/* positioning */

*[align="right"] {
	text-align: right;
}

/* boxes */

.box {
	margin: 20px;
	overflow: hidden;
}

.box .left,
.box .middle {
	float: left;
}

.box .right {
	float: right;
	margin-left: -5px;
}

/* box-01 (slider for homepage) */


.home-colgauche{float:left; width:678px; margin:10px 0px 10px 20px; overflow:hidden;}
.home-coldroite{float:left; width:280px; margin:10px 20px 10px 0px; overflow:hidden;}
.box-01 .left, .box01-left{
	background: url("../images/bg_slider.png") no-repeat left top;
	height: 230px;
	position: relative;
	width: 664px;
	overflow: hidden;
	margin:0px 0px 20px 0px;
}

.box-01 .left-inner, .box01-left .left-inner{
	height: 203px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 658px;
}

.box-01 .carousel-pagination, .box01-left .carousel-pagination {
	top: 209px;
	position: absolute;
	right: 10px;
}

.box-01 .carousel-pagination a, .box01-left .carousel-pagination a {
	background-image: url("../images/icon_slider_control.png");
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 10px;
	margin-left: 5px;
	text-indent: -9999px;
	width: 10px;
}

.box-01 .carousel-pagination a:hover, .box01-left .carousel-pagination a:hover {
	cursor: pointer;
}

.box-01 .carousel-pagination a.active, .box01-left .carousel-pagination a.active {
	background-position: left -60px;
}

.box-01 .carousel-control, .box01-left .carousel-control {
	display: none;
}

.box-01 .slider-inner li, .box01-left .slider-inner li {
	display: inline;
	float: left;
	overflow: hidden;
}

.box-01 .panel-inner, .box01-left .panel-inner {
	position: relative;
}

.box-01 .panel-inner img, .box01-left .panel-inner img {
	width: 685px;
}

.box-01 .caption, .box01-left .caption {
	color: #FFF;
	cursor: pointer;
	left: 20px;
	position: absolute;
	top: 90px;
}

.box-01 .caption h2, .box01-left .caption h2 {
	margin-top: 0;
}

.box-01 .left-content, .box01-left .left-content {
	float: left;
	width: 664px;
	margin-top: 15px;
}

.box-01 .left-content  h2, .box01-left .left-content  h2 {
	font-size:15px;
	margin-bottom: 5px;
}
.box-01 .left-content p, .box01-left .left-content p {
	line-height: 1.5em;
	font-size: 11px;
}

.box-01 .right, .box01-right {
	width: 280px;
	height: 309px;
	position: relative;
	float:right;
	overflow:hidden;
	margin-top:20px;
}

.box-01 .right-inner, .box01-right .right-inner {
	padding-left: 20px;
}

.box-01 .right h2, .box01-right h2 {
	color: #515C54;
	font-size: 16px;
}

/* box-02 (for homepage) */

.box-02 {
	margin: 20px;
}

.box-02 .left, .box02-left {
	width: 666px;
	float: left;
}
.box-02 .right, .box02-right {
	margin-top:0px;
	float: right;
	width: 280px;
	height:232px;
	overflow: hidden;
	margin-bottom:21px;
}

.box-02 .left-inner, .box02-left .left-inner {
	padding-right: 6px;
}

.box-02 .middle-inner , .box02-left .middle-inner {
	padding: 0 3px;
}

.box-02 .right-inner {
	padding-left: 6px;
}

.box-02 .left h2, .box02-left h2,
.box-02 .right h2, .box02-right h2 {
	border-bottom: 2px solid #D6A338;
	padding: 0 0 10px 0;
}

.box-02 .left h2, .box02-left h2,
.box-02 .left .footer a, .box02-left .footer a {
	color: #A64E40;
	text-decoration: none;
}

.box-02 .right h2, .box02-right h2,
.box-02 .right .footer a, .box02-right .footer a {
	color: #D6A338;
	text-decoration: none;
}
.box02-right{
	position:relative;
}
.box02-right .footer {
	margin: 0;
	padding: 0;
	position:absolute;
	bottom:0;
	text-align:right;
	width:100%;
}

.box-02 p {
	font-size: 12px;
}

.newsbox {
	font-size: 12px;
}
.box-01 .right .newsbox, .box01-right .newsbox {
	height: 231px;
}
.box-01 .right .newsbox h2, .box01-right .newsbox h2{
	color: #378854;
	border-bottom: 2px solid #378854;
	padding-bottom: 5px;
}

.greenbox {
	background-color: #9BC482;
	height: 250px;
	position: relative;
}

#spacer {
	height: 20px;
	clear: both;
}

/* container */

.container {
	margin-bottom: 0.5em;
}

.container .content {
	padding: 1em;
}

.container .header {
	background: url(../images/bg_header_fade.jpg) #fff repeat-y;
}

.container .header h2 {
	font-size: 130%;
	margin: 0;
	padding: .125em 1em .125em .8em;
}

.container .header h3 {
	background: url(../images/icon_arrow_right_beige.gif) no-repeat left center;
	color: #444444;
	font-weight: normal;
	padding: .125em 1em .25em 1em;
}

.container .footer {
	font-size: 90.99% !important;
	line-height: normal;
	margin: 0 1em 1em 1em;
	text-align: right;
}

.container .footer a {
	background: url(../images/icon_arrow_right.gif) no-repeat 0 0.3em;
	font-weight: 700;
	padding-left: 7px;
}

.container_01 {
	background: url(../images/bg_box_fade.jpg) repeat-x bottom;
	padding: 0 0 .125em 0;
}

.container_02 {
	border: 1px solid #8D8B7E;
}

.container_66_33 .subcl {
	border-right: 1px solid #AEAE96;
}

/*  address / contacts */

.address_item dd {
	margin-left: 0;
}

.address_item span {
	margin-right: 0.5em;
}

.address_item .mail {
	background: url(../images/icon_email.png) no-repeat 0 2px;
	padding-left: 20px;
}

/* meetings */

.meetings_header {
	display: none;
}

.meetings_browsebar,
.meetings_backlink {
	border-bottom: 1px solid #B8C1BB;
	height: 1%;
	padding: 0.5em 0;
	overflow: hidden;
}

.meetings_browsebar .category {
	float: left;
	margin-right: 1em;
}

.meetings_browsebar ul {
	float: left;
	margin: 0;
}

.meetings_browsebar li {
	background: none !important;
	display: inline;
	line-height: 19.2px;
	padding-left: 0 !important;
}

.meetings_browsebar a {
	display: block;
	float: left;
	margin-right: .75em;
	width: auto;
}

.meetings_table {
	border: 1px solid #B8C1BB;
	border-bottom: 0;
	border-collapse: separate;
	color: windowtext;
	margin: 0;
	width: 100%;
}

.meetings_table caption {
	background: #619975;
	color: #fff;
	font-size: 120% !important;
	font-weight: 700;
	margin-top: 1em;
	padding: 0.25em;
	text-align: left;
}

.meetings_table thead {
	1background: buttonface none repeat scroll 0%;
	1color: windowtext;
}

.meetings_table thead th {
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
	border-style: solid;
	border-width: 1px;
	cursor: default;
}

.meetings_th_date {
	width: 10%;
}

.meetings_table table {
	border: 0;
	margin: 0;
}

.meetings_table td {
	border: 0;
}

.meetings_td_date {
	white-space: nowrap;
}

.meetings_table .meetings_td_meeting, .meetings_table .meetings_particip {
	border-bottom: 1px solid threedshadow;
}

.meetings_td_meeting {
	padding: 0;
}

.meetings_particip {
	vertical-align: bottom;
}

.meetings_top_link {
	margin-top: 0.5em;
	text-align: right;
}

.meetings_closed_info {
	margin: .6em 0 .6em 0 !important;
}

/*	----------------------------------------------------------------------------
	EXPLORATORY WORKSHOPS
	--------------------------------------------------------------------------*/

	.ew_year_list {
		height: 1%;
		margin-left: 0!important;
		overflow: hidden;
	}

		.ew_year_list li {
			background: none!important;
			display: inline;
			line-height: normal;
			padding-left: 0!important;
		}

			.ew_year_list a {
				display: block;
				float: left;
				margin-right: 0.5em;
				width: auto;
			}

	.ew_counter_header {
		font-size: 120%!important;
	}

	.ew_list_ol li {
		border-bottom: 1px solid #e5e5e5;
	}

		.ew_list_proj {
			margin-bottom: 0;
		}

		.ew_list_main {
			margin-top: 0;
		}

		.ew_title_link {
			font-weight: 700;
		}

		.ew_title_approved {
			color: #007324;
			font-weight: 700;
		}

	.ew_detail_contacts_div {
		margin-bottom: 1em;
	}

/*	----------------------------------------------------------------------------
	CONFERENCES
	--------------------------------------------------------------------------*/

	.conf_archives_list {
		height: 1%;
		margin-left: 0!important;
		overflow: hidden;
	}

		.conf_archives_list li {
			background: none!important;
			display: inline;
			line-height: normal;
			padding-left: 0!important;
		}

			.conf_archives_list a {
				display: block;
				float: left;
				margin-right: 0.5em;
				width: auto;
			}

	.conf_detail_title_header {
		text-transform: uppercase;
	}

	.conf_listitem_program {
		font-weight: 700;
	}

	.conf_listitem_title {
		text-transform: uppercase;
	}

	.conf_detail_fees_th .small {
		font-weight: normal;
	}

	.conf_detail_area h4 {
		background: whitesmoke;
		border-bottom: 1px solid #e5e5e5;
		padding: 0.25em;
	}

	.conf_detail_section_em {
		font-weight: 700;
	}

	.conf_calendartable {
		width: 100%
	}

	.conf_calendartable_year {
		font-size: 200%!important;
		font-weight: bold;
		width: 33%
	}

	.conf_list_ul li {
		margin: 1em 0;
	}

	.conf_list_header_highlight {
		background:#ECE9D8 none repeat scroll 0 0;
		border:1px solid #ACA899;
		padding:0.28em;
	}

/**
* 								Y A M L  C L A S S E S
******************************************************************************/

/* YAML classes (yaml.de) */

.floatbox {
	overflow: hidden;
}

/* Subtemplates */

.subcolumns {
	width: 100%;
	padding: 0 1px 0 1px;
	margin: 0 -1px 0 -1px;
	overflow: hidden;
}

.c50l,
.c25l,
.c28l,
.c30l,
.c33l,
.c38l,
.c66l,
.c70l,
.c72l,
.c75l,
.c62l {
	float: left;
	overflow: hidden;
}

.c50r,
.c25r,
.c28r,
.c30r,
.c33r,
.c38r,
.c66r,
.c70r,
.c72r,
.c75r,
.c62r {
	float: right;
	overflow: hidden;
}

.c25l,
.c25r {
	width: 24.999%;
}

.c28l,
.c28r {
	width: 27.999%;
}

.c30l,
.c30r {
	width: 29.999%;
}

.c33l,
.c33r {
	width: 33.333%;
}

.c50l,
.c50r {
	width: 49.999%;
}

.c66l,
.c66r {
	width: 66.666%;
}

.c70l,
.c70r {
	width: 69.999%;
}

.c72l,
.c72r {
	width: 71.999%;
}

.c75l,
.c75r {
	width: 74.999%;
}

.c38l,
.c38r {
	width: 38.196%; /* golden ratio */
}

.c62l,
.c62r {
	width: 61.803%; /* golden ratio */
}

.subc {
	padding: 0 0.5em 0 0.5em;
	overflow: hidden;
}

.subcl {
	padding: 0 1em 0 0;
	overflow: hidden;
}

.subcr {
	padding: 0 0 0 1em;
	overflow: hidden;
}

.search-button {
	margin-left: 20px;
	margin-top: -4px;
}



/* Tabs */
.tabs {
	font-size:93%;
	line-height:normal;
}
.tabs .tabs-list {
	margin:0;
	list-style:none;
}
.tabs .tabs-list li {
	float:left;
	margin:0;
	padding:0 0 0 5px;
}
.tabs .tabs-list a {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	border: 1px solid #006633;
	border-bottom: none;
	position: relative;
	z-index: 99999;
	top: 1px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
.tabs .tabs-list a {float:none;}
/* End IE5-Mac hack */

.tabs .tabs-list a {
	background-color: #008E46;
}

.tabs .tabs-list a:hover {
	color:#333;
}
.tabs .tabs-list .current a {
	color:#333;
	background-color: transparent;
	border-bottom: 1px solid #FFF;
}

.tabs .current-info,
.tabs .accessibletabsanchor,
.tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
	position:absolute;
	left:-999em;
}
.tabs .content{
	clear:both;
	padding:1em;
	border: 1px solid #006633;
	height: 230px;

	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.tabs .content p {
	margin-bottom: 1em;
}


.greenbox .carousel {
	position: relative;
}
.greenbox .carousel .carousel-control {
	background: none;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    overflow: hidden;
    vertical-align: middle;
    width: 15px;
    z-index: 999;
}
.greenbox .carousel .previous {
	position: absolute;
	left: 5px;
	top: 7px;
}
.greenbox .carousel .next {
	position: absolute;
	right: 5px;
	top: 7px;
}
.box-02 .carousel h2 {
	border: none;
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 15px;
	margin-right: 75px;
	margin-top: 10px;
	padding-bottom: 0;
	padding-left: 25px;
}
.box-02 .carousel a {
	color: #FFFFFF;
	text-decoration: none;
}

.carousel-pagination a {
    background-image: url("../images/icon_slider_control.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 10px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 10px;
}
.carousel-pagination a.active {
    background-position: left -60px;
}

.greenbox .carousel-pagination {
	margin-top: 5px;
}

.greenbox .center-wrap {
	position: absolute;
	top: 7px;
	right: 30px;
}

.greenbox li {
    display: inline;
    float: left;
    height: 250px;
	list-style: none outside none;
    overflow: hidden;
    width: 333px;
}
.greenbox li p {
	color: #FFFFFF;
	line-height: 1.5em;
	margin: 10px;
}

ul.pagination{text-align:center; list-style:none; margin:0.5em 0;}
ul.pagination li{display:inline;}
ul.pagination li a.active{color:#006633; font-weight:bold;}

h2.alt, h3.alt, h4.alt, h5.alt, h6.alt{color:#00782C;}

.activity-detail ul{margin:0px; padding:0px; list-style:none;}
.activity-detail ul li{margin:0px; padding:0px;}

.picto{display:inline-block; width:16px; height:16px; background:transparent no-repeat center top;}
.picto-pdf{background-image:url('../images/icons/page_white_acrobat.png');}