/* Temporaire */
.done { text-decoration: line-through; }

table.liste {
	width: 100%;
	border-collapse: collapse;
}
table.liste td, table.liste th { padding: 5px; }
table.liste tr.pair { background: #DDD; }
table.liste tr.impair { background: #EEE; }
table.liste td.actions { width: 1%; white-space: nowrap; text-align: right; }

/* Soumission d'abstracts */
#resume { font-family: Courier New, monospace; font-size: 15px; }
#resume-compteur { font-weight: bold; }

/* Liste des auteurs en checkbox */
#rauteurs label { display: block; margin-left: 35%; }
#rauteurs label.main { margin-left: 0; }
table.abstracts td.titre { width: 50%; }
table.abstracts ul.auteurs .affiliation { display: none; }
/* Liste des auteurs de chaque abstract */
ul.auteurs li {
	margin-left: 1em;
	list-style: disc inside;
}
.principal { font-style: normal; text-decoration: none; border-bottom: 1px solid; cursor: help; }
.orateur { font-style: normal; border-bottom: 1px dotted; cursor: help; }

/* Liste des documents */
td.icone { padding-left: 20px !important; }

/* Partie relectures */
.relectures .categorie { background: #BBB; font-weight: bold; }
.relectures .relecteurs { background: #F1F1F1; }
.relectures .super-relecteurs a { color: darkred; }
.relectures .relecteurs .selected, .relectures .super-relecteurs .selected { font-weight: bold; }

table.relectures td.titre { width: 70%; }
td.notes { text-align: left; }
td.moyenne { text-align: center; }
.own { font-weight: bold; }
.resume { margin: 1em 5% !important; }
.bonus { text-align: center; font-weight: bold; }
fieldset.legende {
	margin-top: 1em;
	padding: 5px;
	border: 1px solid;
}
.abstract-tip {
	border: 1px #AAA solid;
	border-width: 0 2px 2px 0;
}
.abstract-tip .tip {
	background: #FFF;
	padding: 5px;
	max-width: 350px;
	border:1px solid;
}
.abstract-tip .tip-title {
}
.abstract-tip .tip-text {
	padding: 5px 0 0 15px;
	border-top: 1px solid;
}

/* Partie d'impression */
body.print { font-size: 0.8em; }
body.print .legende { display: none !important; }
body.print .notice {
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}
body.print th,body.print td  { border: 1px solid; }
body.print th { text-align: left; }
body.print table.liste, body.print .abstract_detail { page-break-after: always; }
