/* CSS Document pour la top page de la planete Europarl/Parliament [createur Pellichero Olivier] */

/* ======================================================================================================== */
/* Import des styles generaux */
	/* Reinitialisation des balises */
	@import "../../common/css/reset.css";
	/* Styles gerant la structure principale de la page */
	/* Styles generaux */
	@import "../../common/css/common.css";
	/* Styles pour la zone d'entete */
	@import "../../common/css/header.css";
	/* Styles pour la zone de pied de page */
	@import "../../common/css/footer.css";
	/* Styles pour la zone principale */
	@import "../../common/css/body.css";
	/* Styles pour la boite */
	@import "../../common/css/box.css";
	/* Styles pour le contenu des boites */
	@import "../../common/css/content.css";
	/* Styles pour les corrections de contenu des boites */
	@import "../../common/css/alteration.css";
	/* Styles pour les bannieres */
	@import "../../common/css/banner.css";
	/* Styles pour les bannieres */
	@import "../../common/css/form.css";
	/* Import gerant le design pour l'impression */
	@import "../../common/css/print.css";
	/* Styles pour les sondages */
	@import "../../common/css/pollbox.css";
	/* Styles gerant le design de la planete */
	/* Import gerant les classes "non ep_" */
	@import "../../common_dit/css/common_dit.css";
	/* Style generaux (nouveaux styles + correctifs des styles generaux) */
	@import "common_parliament.css";
	@import "../../common/css/epbox.css";
	
	@import "../../ep_framework/css/widgets.css";
	
/* Fin d'import */ 	
/* ======================================================================================================== */


/* glossary*/

.ep block .glossary {

	bottom: 0;
	
	display: block;
	
	font-size: 1em;
	
	height: 1%;
	
	left: 0;
	
	position: absolute;
	
	width: 100%;
	
	z-index: 20;
	
	border-radius: 5px 5px 5px 5px;
	
	-moz-border-radius: 5px;

}

.ep block .glossary ul { 
	
	display: block;
	
	font-size: 1em;
	
	margin: 12px 0;
	
	padding: 0;
	
	position: relative;
	
	text-align: center;
	
	vertical-align: middle; 


}


.glossary{
	
	text-align: center;
	
	padding: 6px 4px 10px;


}


.glossary ul li,

.glossary ul li div {
	
	display: inline;
	
	position: relative;

}

.glossary ul li a,

.glossary ul li a:visited {
	
	background-color: transparent;
	
	border: 1px solid transparent;
	
	border-radius: 5px 5px 5px 5px;
	
	-moz-border-radius: 5px;
	
	color: #195B92;
	
	display: inline-block;
	
	font-size: 1.1em;
	
	margin: 0 1px;
	
	outline: medium none;
	
	overflow: hidden;
	
	padding: 6px 4px;
	
	text-decoration: none;
	
	text-transform: uppercase;


}

.glossary ul li a:hover {
	
	background-color: #F4F4F4;
	
	border-color: #DBE1E4;
	
	color: #195B92; 

}




.glossary ul li a.grey{
	
	background-color: #E9E9E9;
	
	border: 1px solid transparent;
	
	border-radius: 5px 5px 5px 5px;
	
	-moz-border-radius: 5px;
	
	color: #195B92;
	
	display: inline-block;
	
	margin: 0 1px;
	
	outline: medium none;
	
	overflow: hidden;
	
	padding: 6px 4px;
	
	text-decoration: none;
	
	text-transform: uppercase;

}

.glossary ul li a.inactive{
	
	background-color: transparent;
	
	border: 1px solid transparent;
	
	border-radius: 5px 5px 5px 5px;
	
	-moz-border-radius: 5px;
	
	color: #195B92;
	
	display: inline-block;
	
	font-size: 1.1em;
	
	margin: 0 1px;
	
	outline: medium none;
	
	overflow: hidden;
	
	text-decoration: none;
	
	text-transform: uppercase;
	
	padding: 6px 4px;

}




.glossary ul li span.inactive{
	
	background-color: transparent;
	
	border: 1px solid transparent;
	
	border-radius: 5px 5px 5px 5px;
	
	color: #9F9F9F;
	
	display: inline-block;
	
	font-size: 1.1em;
	
	margin: 0 1px;
	
	outline: medium none;
	
	overflow: hidden;
	
	text-decoration: none;
	
	text-transform: uppercase;
	
	padding: 6px 4px;

}

.glossary ul li.ep_selected a {

border-color: #DBE1E4; 

}

/* end glossary */

/* elementstyle p */

.elementstyle p {

	font-size: 1.1em;
	
	padding: 0 12px 2px;

}





/* end */






/* table */



#maincontent .ep_boxbody .ep_element1col .ep_elementtext table.meps_table .light_tr td,

table.lobbyists .light_tr td {

	background: url(../../common/img/background/boxbody_bg_greylight.jpg);

}


#maincontent .ep_boxbody .ep_element1col .ep_elementtext table.meps_table th,

#maincontent .ep_boxbody .ep_element1col .ep_elementtext table.meps_table .dark_tr td,

table.lobbyists th,

table.lobbyists .dark_tr td {

	background: url(../../common/img/background/boxbody_bg_greydark.jpg);

}


.name_lobbyists,

.accredited_assistants,

.local_assistants { 

	padding-left: 18px !important;
	
	margin-left: 6px;

}

.name_organisation {

	background: url(../img/icon/bullet_square_orange.gif) no-repeat 1px center;

}


.lobbyist_name {

	padding-left: 18px !important;
	
	margin-left: 6px;
	
	text-transform: uppercase;

}


.temp_persons {

	background: url(../img/icon/icon_lobby_temp.gif) no-repeat left center ; 
	
	padding-left: 18px !important;
	
	margin-left: 6px;
	
	cursor: pointer;
	
	text-transform: uppercase;

}

table.lobbyists {

	width: 100%; 
	
	border-collapse: collapse;
	
	border-spacing: 0;
	
	empty-cells: show;
	
	/*margin-bottom: -1px;*/


}

table.lobbyists tbody { 

	font-size: 1.2em;

}

table.lobbyists a {

	color: #195B92; 
	
	text-decoration: none;

}

table.lobbyists a:hover { 

	text-decoration: underline;

}

table.lobbyists th .ep_title {
	
	font-weight: bold;
	
	font-size: 1.5em;
	
	color: #13334D; 

}



table.lobbyists th .ep_title_name {

	font-weight: bold;
	
	font-size: 1.5em;
	
	color: #13334D;
	
	padding-left: 18px !important;
	
	margin-left: 6px; 

}





table.lobbyists tr th, 

table.lobbyists tr td {

	border: 1px solid #FBFBFB; 
	
	padding: 5px 6px;
	
	margin: 0;
	
	height: 30px;
	
	vertical-align: middle;

}

.ep_block table.lobbyists th {

	text-align: left;
	
	height: 45px;

}

table.lobbyists tr td:first-child, 

table.lobbyists tr th:first-child {

	border-left: 1px solid #FBFBFB; 

}

table.meps_assistants td .spacer_assistants {

	width: 100%;
	
	text-align: center;

}

/* end table */



/* ep red */



.ep_red{

	color:red;

}


/* end ep red */



/* iconsearch */




.icon_search:hover{

	cursor:pointer;
	
	background:url(../img/icon/icon_search_hover.png);


}

.icon_search{

	float:left;
	
	margin-top:-1px;
	
	width:27px;
	
	height:27px;
	
	background:url(../img/icon/icon_search.png);

}


/* end iconsearch */



/* page trainee unpaid*/


.radiolabel2{
	
	color: #707070;
	
	font-size: 1.2em;
	
	width:550px;
	
	margin-top:5px;


}


.label2{
	
	color: #13334D;
	
	font-size: 1.2em;
	
	width:550px;
	
	margin-top:5px;
	
	font-weight: bold; 

}

/*

fieldset .ep_block1col_high_educ{

margin-left:-12px; 

}

*/

.ep_step2col_educ{
	
	width:580px;
	
	border:0px solid red;
	
	margin-top: 15px;

}


.ep_block2col_educ{

	width:143px;
	
	min-height: 210px;
	
	float: left;
	
	border:0px solid blue;

}


.label_establishment_educ1{

	border: 0px solid #DDDDDD;
	
	color: #13334D;
	
	font-size: 1.1em;
	
	margin-left: -3px;
	
	margin-top:18px;
	
	overflow: hidden;
	
	padding-left:10px;
	
	position: relative; 
	
	width:115px;
	
	height:50px;


}


.data_establishment_educ1{

	background-color: #F1F1F1;
	
	border: 1px solid #DDDDDD;
	
	font-size: 0.9em;
	
	margin-top:5px;
	
	margin-left: -3px;
	
	padding-left:5px;
	
	position: relative;
	
	z-index: 25;
	
	width:120px;
	
	height:130px;

}


　

.label_specify_field_educ1{

	border: 0px solid #DDDDDD;
	
	color: #13334D;
	
	font-size: 1.1em;
	
	margin: 0;
	
	overflow: hidden;
	
	padding-left:10px;
	
	position: relative; 
	
	width:115px;
	
	height:50px; 
	
	margin-top:18px;

}

.data_specify_field_educ1{

	margin-top:4px;
	
	margin-left:-10px;
	
	padding-left:10px; 

}


.label_degree_educ1{
	
	border: 0px solid #DDDDDD;
	
	color: #13334D;
	
	font-size: 1.1em;
	
	margin-top:18px;
	
	margin-left:5px;
	
	overflow: hidden;
	
	padding-left:17px;
	
	position: relative; 
	
	width:115px;
	
	height:50px;

}

.data_degree_educ1{

	background-color: #F1F1F1;
	
	border: 1px solid #DDDDDD;
	
	font-size: 0.9em;
	
	margin-top:5px;
	
	margin-left:15px;
	
	padding-left:5px;
	
	position: relative;
	
	z-index: 25;
	
	width:120px;
	
	height:130px;

}

.label_period_study_educ1{

	border: 0px solid #DDDDDD;
	
	color: #13334D;
	
	font-size: 1.1em;
	
	margin-left:10px;
	
	margin-top:18px;
	
	overflow: hidden;
	
	padding-left:10px;
	
	position: relative; 
	
	width:122px;
	
	height:50px;

}

.data_period_study_educ1{

	background-color: #F1F1F1;
	
	border: 1px solid #DDDDDD;
	
	font-size: 0.9em;
	
	margin-top:5px;
	
	margin-left:17px;
	
	padding-left:5px;
	
	position: relative;
	
	z-index: 25;
	
	width:120px;
	
	height:130px;

}

.label_establishment_educ2{

	border: 0px solid #DDDDDD;
	
	color: #13334D;
	
	font-size: 1.1em;
	
	margin-left: -290px;
	
	overflow: hidden;
	
	padding-left:10px;
	
	position: relative; 
	
	width:110px;
	
	height:50px;


}


.data_establishment_educ2{

	background-color: #F1F1F1;
	
	border: 1px solid #DDDDDD;
	
	font-size: 0.9em;
	
	margin-top:5px;
	
	margin-left:-290px;
	
	padding-left:5px;
	
	position: relative;
	
	z-index: 25;
	
	width:120px;
	
	height:130px;

}


.label_specify_field_educ2{

	border: 0px solid #DDDDDD;
	
	color: #13334D;
	
	font-size: 1.1em;
	
	margin-left: -217px;
	
	overflow: hidden;
	
	padding-left:10px;
	
	position: relative; 
	
	width:150px;
	
	height:50px;

}


.data_specify_field_educ2{

	margin-top:5px;
	
	margin-left:-230px;
	
	padding-left:10px;
	
	width:150px;
	
	font-size: 0.9em; 

}


.label_degree_educ2{

	border: 0px solid #DDDDDD;
	
	color: #13334D;
	
	font-size: 1.1em;
	
	margin-left:-135px;
	
	overflow: hidden;
	
	padding-left:17px;
	
	position: relative; 
	
	width:110px;
	
	height:50px;

}


.data_degree_educ2{

	background-color: #F1F1F1;
	
	border: 1px solid #DDDDDD;
	
	font-size: 0.9em;
	
	margin-top:5px;
	
	margin-left:-128px;
	
	padding-left:5px;
	
	position: relative;
	
	z-index: 25;
	
	width:120px;
	
	height:130px;

}


.label_period_study_educ2{

	border: 0px solid #DDDDDD;
	
	color: #13334D;
	
	font-size: 1.1em;
	
	margin-left:-58px;
	
	overflow: hidden;
	
	padding-left:10px;
	
	position: relative; 
	
	width:120px;
	
	height:50px;


}

.data_period_study_educ2{
	
	background-color: #F1F1F1;
	
	border: 1px solid #DDDDDD;
	
	font-size: 0.9em;
	
	margin-top:5px;
	
	margin-left:-55px;
	
	padding-left:5px;
	
	position: relative;
	
	z-index: 25;
	
	width:120px;
	
	height:130px;

}

.label_establishment_educ1 abbr{

	border: medium none;
	
	color: #64B8FF;
	
	cursor: help;
	
	display:block;
	
	font-size: 1.3em;
	
	font-weight: bold;
	
	position: absolute;
	
	text-decoration: none;
	
	top: -0.2em;
	
	margin-left:110px;


}


.label_specify_field_educ1 abbr{

	border: medium none;
	
	color: #64B8FF;
	
	cursor: help;
	
	display:block;
	
	font-size: 1.3em;
	
	font-weight: bold;
	
	position: absolute;
	
	text-decoration: none;
	
	top: -0.2em;
	
	margin-left:64px;

}


.label_degree_educ1 abbr{

	border: medium none;
	
	color: #64B8FF;
	
	cursor: help;
	
	display:block;
	
	font-size: 1.3em;
	
	font-weight: bold;
	
	position: absolute;
	
	text-decoration: none;
	
	top: -0.2em;
	
	margin-left:110px;

}


.label_period_study_educ1 abbr{

	border: medium none;
	
	color: #64B8FF;
	
	cursor: help;
	
	display:block;
	
	font-size: 1.3em;
	
	font-weight: bold;
	
	position: absolute;
	
	text-decoration: none;
	
	top: -0.2em;
	
	margin-left:117px;

}

#maincontent .ep_formbox .ep_boxbody .ep_stepblock .ep_datafocus,

#maincontent .ep_strictformbox .ep_boxbody .ep_stepblock .ep_datafocus{
	
	background-color: #f1f1f1;
	
	border-color: blue;

}


.label_period_study_educ1bis{
	
	border: 0px solid #DDDDDD;
	
	color: #13334D;
	
	font-size: 1.1em;
	
	margin-left:10px;
	
	margin-top:4px;
	
	overflow: hidden;
	
	padding-left:10px;
	
	width:25px;
	
	height:15px;
	
	float:left;

}


.slash_def{

	border: 0px solid red;
	
	color: #13334D;
	
	margin-left:5px;
	
	margin-top:0px;
	
	/*overflow: hidden;*/
	
	padding-left:0px;
	
	font-size: 1.2em;
	
	width:5px;
	
	height:15px;
	
	float:left;
	
	text-align: center;

}


.ep_data_period_study{
	
	background-color: #F1F1F1;
	
	border: 1px solid #DDDDDD;
	
	font-size: 1em;
	
	/*left: 0;*/
	
	margin-left:2px;
	
	/*margin: 0 12px;*/
	
	padding: 1px;
	
	z-index: 25;
	
	width:26px;
	
	float:left;

}


.ep_data_period_study div {
	
	width: 25px;
	
	float:left; 

}


.ep_data_period_study div input {
	
	width: 25px;
	
	float:left;

}


input .ep_field2{
	
	width:27px;
	
	border: none;
	
	font-size: 1.1em;
	
	float:left; 

}


.ep_data_period_study2{

	background-color: #F1F1F1;
	
	border: 1px solid #DDDDDD;
	
	font-size: 1em;
	
	/*left: 0;*/
	
	margin-left:4px;
	
	/*margin: 0 12px;*/
	
	padding: 1px;
	
	z-index: 25;
	
	width:40px;
	
	float:left;
	
	margin-top: -13px;

}


.ep_data_period_study2 div {
	
	width: 40px;
	
	float:left; 

}


.ep_data_period_study2 div input {

	width: 40px;
	
	float:left;

}


input .ep_field3{

	width:25px;
	
	border: none;
	
	font-size: 1.1em;
	
	float:left; 

}


span .slash{
	
	background: none;
	
	border: none;
	
	width: 5px;
	
	float: left;
	
	font-size: 1.2em;

}


textarea{

	resize: none;

}
