/* ********************************************** */
/*          General Layout of the HTML page       */
/* 			version 1.0.12/20070607 (Test)		  */
/* ********************************************** */
body {
	margin: 0px;
	padding: 0;
	font: .8em arial, hevetica, sans-serif;
	text-align: left;
	color: black;
	background: #ffffcc;
}
/* modif julie */ 
a{
	color:#1575AF;
}
td#td_top{
	background-image:url("http://iate.europa.eu/images/bg_iate_top.jpg");
	background-repeat:no-repeat;
	background-color:#FFFFCC;
	height:108px;
	text-align:right;
	vertical-align:bottom;
	padding-right:0.5em;
}
td#td_top table{
	float:right;
}
/*td#td_top table td{
	text-align:right;
}*/
div#langDiv{
	width:148px;
	border:1px solid #679CBB;
	float:right;
	padding:3px;
	text-align:center;
	background-image:url("http://iate.europa.eu/images/bg_lang.jpg");
	filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60;
}
/* end modif julie */
p#notes {
	border-bottom: 1px dotted black;
	padding-bottom: 1em;
}
p#footer {
	border-top: 1px dotted black;
	padding-top: 1em;
}
code {
	font-size: .9em;
}
html>body code {
	font-size: 1.3em;
}
/* ********************************************** */
/*                  Top Menu Layout               */
/* ********************************************** */
#uiLanguageForm {
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	height: auto;
	width: auto;
	clear: both;
	font: bold 1.1em arial, hevetica, sans-serif;
	color: white;
}
.quickSearchForm {
	margin: 0px;
	padding: 0px;
	font: bold 6px arial, hevetica, sans-serif;
}
/* ********************************************** */
/*                  Main Page Layout              */
/* ********************************************** */
#searchForm {
	border: none;
	margin: 0;
	padding: 0;
	width: 700px;	/*** Largeur du formulaire ***/
	text-align:left;
}
#userSettingsForm {
	border: none;
	margin: 0;
	padding: 0;
	width: 700px;
	text-align:left;
}
#searchResultPage {
	border: none;
	margin: 0;
	padding: 0;
	width: 700px;
	text-align:center;
}
#loginForm {
	border: none;
	margin: 0;
	padding: 0;
	width: 500px;
	text-align:left;
}

        /* * * * * * * * * * *   H E A D E R   * * * * * * * * * * */

#headerFormLayout {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em arial, hevetica, sans-serif;
	color: white;
	background: #025A8D;
	margin: 0;
	padding: .5em;
	text-align:center;
}
#headerFormLayout table {
	font: bold 1.1em arial, hevetica, sans-serif;
	color: white;
	background: #025A8D;
	margin: 0;
	padding: .5em;
}

		/* * * * * * * * * * *   F O O T E R   * * * * * * * * * * */
#footerPageLayout {
	text-align: center;
	font: normal 0.9em arial, hevetica, sans-serif;
	color: black;
	background: white;
	margin: 0;
	padding: .5em;
}
#footerPageLayout a {
	color: black;
}
#footerFormLayout {
	text-align: right; /*** Buttons are rigth aligned ***/
	font: normal 0.9em arial, hevetica, sans-serif;
	color: white;
	background: #025A8D;
	margin: 0;
	padding: .5em;
}
#footerFormLayout input {
	font-weight: bold; /*** Pour amliorer la lisibilit des boutons ***/
	margin-left: 1em;
}

        /* * * * * * * * * * *     B O D Y     * * * * * * * * * * */

#bodyFormLayout {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	border: 1px solid black;
	color: black;
	background: #FFFFCC;  /*** #efefef; ***/
	margin: 0;
	padding: 1em;
	width: 697px;
}
#bodyFormLayout fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
}
#bodyFormLayout legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
}
#bodyFormLayout p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#bodyFormLayout fieldset#userIdPassword label {	/*** Mise en forme des intituls de champs ***/
	float: left;	/*** Trs important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intituls prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont aligns  droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrs verticalement. ***/
}
#bodyFormLayout label:hover, #footerFormLayout input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs  cliquer sur les intituls ***/
}
#bodyFormLayout label.inputFieldMandatory {
	font-weight: normal;
}
#bodyFormLayout label.inputFieldError {
	color:#FF0000;
	font-weight: bold;
}
#bodyFormLayout label.inputFieldNormal {
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
}
#bodyFormLayout .example {
	font-style: italic;
	font: normal 0.8em arial, hevetica, sans-serif;
	color: #666;
	background: transparent;
	margin: 0;
	margin-left:100px;
	padding: 0;
}
#bodyFormLayout a.help {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#bodyFormLayout a.help img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}
#bodyFormLayout a.help:hover {
	cursor: help;
}
#bodyFormLayout a.button {
	text-decoration: none;
}
#bodyFormLayout a.button img {
	margin: 0;
	padding: 0;
	border: 0;
}
#bodyFormLayout a.button:hover {
	cursor: help;
}
#bodyFormLayout .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: black;
}
#bodyFormLayout .normal {	/*** Retour  l'tat normal aprs l'utilisation ***/
	background: white;
	color: black;
}

        /* * * * * *   C O L L A P S I B L E   L I S T   * * * * * */


#searchForm #collapsibleSrcLangList {
	width:600px;
	background-color:#FFFFFF;
	border: 1px dotted black;
	padding:10px;
	margin:0px 0px 0px 0px;
	float:left;
}
#searchForm #collapsibleSrcLangList .languageBlock {
	float:left;
	padding:2px;
	width:50px;
}
#searchForm #collapsibleSrcLangList label {float:left;}
#searchForm #collapsibleSrcLangList input {float:left;}

#searchForm #collapsibleTargetLangList {
	width:500px;
	background-color:#FFFFFF;
	border: 1px dotted black;
	padding:2px;
	margin:0px 0px 0px 0px;
	float:left;
}
#searchForm #collapsibleTargetLangList .languageBlock {
	float:left;
	padding:1px;
	width:36px;
}
#searchForm #collapsibleTargetLangList label {float:left;}
#searchForm #collapsibleTargetLangList input {float:left;}


#searchForm #srcButtonBar {
	width:500px;
	text-align:right;
	margin:5px 0px 0px 20px;
}
#searchForm #targetButtonBar {
	width:500px;
	text-align:right;
	margin:5px 0px 0px 20px;
}

#searchForm #domain {
	width:650px;
}

#searchForm #domainFieldSet {
	width:680px;
}

        /* * * * * * * * * * *  M E S S A G E  * * * * * * * * * * */

#messageBox {
	background-color:#FFFFFF;
	border: 1px dotted black;
	padding: 5px;
	width:670px;
}

#messageBox ul {
	padding-left:20px;
}

        /* * * * * * * *  C O N F I G U R A T I ON   * * * * * * * */

#userSettingsForm #sourceLangTable {
	background-color:#FFFFFF;
	border: 1px dotted black;
	padding: 3px;
	width:620px;
	margin:0px 5px 0px 5px;
}
#userSettingsForm #targetLangTable {
	background-color:#FFFFFF;
	border: 1px dotted black;
	padding: 3px;
	width:620px;
	margin:0px 5px 0px 5px;
}
#userSettingsForm #srcButtonBar {
	width:620px;
	text-align:right;
	margin:5px 5px 0px 5px;
}
#userSettingsForm #targetButtonBar {
	width:620px;
	text-align:right;
	margin:5px 5px 0px 5px;
}

        /* * * * * * * * * * *  R E S U L T  * * * * * * * * * * * */

#searchResultBody {
	text-align:left;
	width:700px;
}
#searchResultPage .lilRecordLeft {
    /* background-color:#FFFFCE;
	background-color:#CC9900; */
	border-bottom: 1px solid black;
	padding: 6px;
	width:20px;
	margin:10px;
}
#searchResultPage .lilRecordTop {
    border-bottom: 1px none black;
}
#searchResultPage .lilRecordBottom {
    border-bottom: 1px solid black;
}
#searchResultPage .lilRecord {
	vertical-align: middle;
	height: 20px;
    border-bottom: 1px dotted black;
    padding-left: 3px;
    padding-right: 2px;
}

#searchResultPage img {
	vertical-align: middle;
	cursor: pointer;
}

#searchResultPage .termRecord, .termRecord a, .termRecord a:hover, .termRecordOver a {
	text-decoration:none;
	color:#000000;
}

#searchResultPage .termRecord {
	cursor:pointer;
    padding-right: 2px;
}

#searchResultPage .termRecord:hover, .termRecordOver {
	text-decoration:none;
	cursor: pointer;
	background-color:#F4F4E0;
}
#searchResultPage .termRecord.icon:hover {
	cursor: help;
}

#searchResultPage .lilRecordLeftFooter {
    font-size: small;
	text-align:left;
	background:#F4F4E0;
	border-bottom: 1px solid black;
}
#searchResultPage .lilRecordRigthFooter {
    font-weight: normal;
	font-size:smaller;
	text-align:right;
	width:60px;
	background:#F4F4E0;
	border-bottom: 1px solid black;
}
#searchResultFooter {
	color:black;
	text-align:center;
	letter-spacing: 1px;
	word-spacing: 5px;
}
#searchResultFooter a {
	color:black;
}
#searchResultHeader {
	text-align:right;
	font: normal 0.9em arial, hevetica, sans-serif;
	color: black;
	/*background: #025A8D;
	background:#CC9900;*/
	background:#FFFFCE;
}

        /* * * * * * * * * * *  D E T A I L  * * * * * * * * * * * */

#entryDetailPage {
	border: none;
	margin: 0;
	padding: 0;
	width: 700px;
	text-align:center;
}
#entryDetailPage fieldset#entry legend {
	font-weight:bold;
}
#termEntry {
	
	text-align:left;

	font: bold 0.9em arial, hevetica, sans-serif;
}
#term {
	float: left;
	width: 100px;
	text-align: left;
	margin: 0 .5em 0 .5em;
	padding: 0 .5em 0 0;
	line-height: 1.8;

	font: bold 0.9em arial, hevetica, sans-serif;
}
#entryDetailPage fieldset#entry label {
	float: left;
	width: 100px;
	text-align: left;
	margin: 0 .5em 0 .5em;
	padding: 0 .5em 0 0;
	line-height: 1.8;
	font: italic 0.9em arial, hevetica, sans-serif;
}


#entryDetailPage fieldset#definition {
	border: 1em;
	padding:1em;
	margin:2em;
}
#entryDetailPage fieldset#definition label {
	float: left;
	/*width: 20%;*/
	text-align: left;
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	line-height: 1.8;
}
#entryDetailPage fieldset#definition {
    border:1px dotted black;
	/*width:400px;*/
}
#entryDetailFooter {
    text-align:right;
}

