/***********************************************/
/* Styles for print                            */
/***********************************************/ 
* {
    width: auto !important;
    float: none !important;
    font-size: 9pt;
}

body {
    font-family: Verdana, Arial, sans-serif;
    background-image: none;
    font-size: 9pt;
    color: #000000;
    width:480pt;
}

a {
    color: #808080;
}
a:hover {
    text-decoration: underline;
}
img {
    border-style: none;
}
td {
    empty-cells: show !important;
    vertical-align: middle;
}

p {
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 5pt;
}

h2 {
    margin-top: 20pt !important;
    margin-bottom: 5pt !important;
    font-size: 11pt;
    text-decoration: underline;
}

h3 {
    margin-top: 10pt !important;
    margin-bottom: 2pt !important;
}

.recherche {
    height: auto !important;
    position: relative !important;
    width: 420pt !important;
}

/* tableau de recherche */
.rechercheDesignation,
.rechercheChamps {
    border-bottom: 1px solid #cccccc;
    vertical-align: top;
    padding: 2pt !important;
    border-bottom: 1px solid #cccccc;
}

.rechercheDesignation {
    width: 200pt !important;
}

.rechercheChamps {
    white-space: nowrap;
}

/* liste de résultats */
.rappelCriteres {
    padding: 5px;
    width: 480pt !important;
}

#nbreResultats {
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rappelCriteres h3 {
    margin: 0px;
}

.affaire {
    margin-top: 20px;
    width: 470pt !important;
    border-bottom: 1px solid #cccccc;
}

.affaire_title {
    font-weight:bold;
}

.decision {
    margin-left:10px;
    border-top:1px solid #cccccc;
    margin-top:3px;
    margin-bottom:5px;
}

.procedure {
    margin-left:10px;
    margin-top:3px;
    margin-bottom:5px;    
}


.menubox,
.btn_chooser,
.btn_search,
.btn_reset,
.btn_impression,
.rechercheHelp,
.rappelCriteres input,
.modifierLesCriteres,
#titrePage,
.tabberlive .tabbertabhide,
ul.tabbernav {
	display: none;
}

.rich-datalist {
    list-style-type: none; 
    list-style-image: none; 
    padding:0px;margin:0px;
}

div.decision_ext_links_title {
    padding-left: 25px;
    padding-top: 2px;
    font-weight: bold;
    color: #334D55;
}


div.decision {
    padding-top: 5px;
    padding-bottom: 5px;
}

div.decision_title {
    padding-left: 0px;
    margin-bottom: 5px;
    font-size: 110%;
    font-weight: bold;
    color: #334D55;
}

div.decision_conclusions {
    margin-left: 0px;
    margin-bottom: 5px;
    font-weight: normal;
}

#disclaimer{
	align-items: center;
    display: flex;
    justify-content: center;
    padding: 1%;
}

td.decision {
    border:0px;
    vertical-align: top;
}
/* Tooltip style */
/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip {
    position: absolute;
    z-index: 1010;
}
div.tooltip {
    display: none;
    padding: 2px;
    border: 1px solid #808080;
    background-color: #f0f0f0;
    color: #000000;
    font-size: 90%;
    text-align: left;
}

.alerte {
    color: red;
    font-weight: bold;
}
table.liste_table_documents {
    width: 400pt !important;
}
    

table.liste_table_documents .liste_table_cell_doc {
    width: 70% !important;
}

table.liste_table_documents .liste_table_cell_links_curia {
    width: 15% !important;
}
table.liste_table_documents .liste_table_cell_links_eurlex {
    width: 15% !important;
}

table.liste_table_documents .liste_table_cell_external_links {
    width: 15% !important;
}

