
table.sortable {empty-cells: show;border: 1px #880038 solid;border-collapse: collapse;border-spacing: 0px;}
table.sortable td {empty-cells: show;border-style: solid; border-width: 0px 1px 1px 0px; border-color: #880038;padding:5px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #333333;}
table.sortable th {background-color: #EFEFEF;empty-cells: show;border-style: solid; border-width: 0px 1px 1px 0px; border-color: #880038;padding:5px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #333333;}

table.sortable td a { color: #438894; text-decoration: none; }
table.sortable td a:hover  { color: #880038; text-decoration: none; }

table.sortable tr.noshow { display: none;}

table.sortable tr.highlight td { background-color: #F1F1F1; border-top: 2px black solid; font-weight: bold; }
table.sortable tr.abstract td, tr.review td, tr.bibtex td { background-color: #F1F1F1; border-bottom: 2px black solid; }
table.sortable tr.nextshow td { border-bottom: 1px gray solid; }

table.sortable tr.bibtex pre { width: 100%; overflow: auto;}

/*From Jabref template : */
#qs { width: auto; border-style: solid; border-color: gray; border-width: 1px 1px 0px 1px; padding: 0.5em 0.5em; display:none; position:relative; }
#qs form { padding: 0px; margin: 0px; }
#qs form p { padding: 0px; margin: 0px; }

.invalidsearch { background-color: red; }

p.infolinks { margin: 0.5em 0em 0em 0em; padding: 0px; }

#qssettings { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #333333;padding: 0.5em; position: absolute; top: 0.2em; right: 0.2em; border: 1px gray solid; background-color: white; display: none; }
#qssettings p { font-weight: bold; cursor: pointer; }
#qssettings ul { display: none; list-style-type: none; padding-left: 0; margin: 0; }
#qssettings.active ul { display: block; }

@media print {
	p.infolinks, #qssettings, #qs { display: none !important; }
	table { border-width: 0px; }
	tr { page-break-inside: avoid; }
	tr > * + * + * + * + * {display: none; }
	thead tr::before { content: "Reference"; border: 1px gray solid; padding: 0.5em; vertical-align: top; font-weight: bold; text-align: center; display: table-cell; background-color: #EFEFEF; }
	tr[id]::before { content: attr(id); display: table-cell; border: 1px gray solid; padding: 0.5em; vertical-align: top; font-style: italic; }
}

th.sort_asc, th.sort_des { border: 2px black solid; }





