/* ConfTool CSS File for Paper Abstracts */
/* Paper abstracts - may be used for proceedings and session overview */
.paper {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
}

.paper_type {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 color: #606060;
 font-weight: bold;
}

.paper_session {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 color: #606060;
 font-weight: bold;
}

.paper_keywords, .paper_topics {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 color: #606060;
}

.paper_label {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 color: #606060;
 font-style: italic;
}

.paper_title {
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 9pt;
 color: #903000;
 margin-top: 1em;
 margin-bottom:  0.1em;
/* margin-bottom: 1em; */
}

.paper_author {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 font-weight: bold;
 margin-top: 0.0001pt;
 margin-bottom:  0.1em;
}

.paper_email {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 text-decoration: underline;
 color: #0000A0;
 margin-top: .0001pt;
 margin-bottom:  .0001pt;
/* margin-bottom: 1em; */
}

.paper_organisation {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 margin-top: 0.0001pt;
 margin-bottom: 0.1em;
}

.paper_abstract {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 text-align: justify;
 margin-top: 0.3em;
 margin-bottom: 0.2em;
 /* line-height: 1.3em; */
}

.paper_abstract_list {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 list-style-type:disc;
 list-style-position:outside;
 margin-top: 0pt;
 margin-bottom: 0.2em;
 margin-left:0.8em;
 padding-left:1pt;
 text-align:justify;
 text-indent:0em;
}

.paper_abstract_orderedlist {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
 list-style-type:decimal;
 list-style-position:outside;
 margin-top: 0pt;
 margin-bottom: 0.2em;
 margin-left:0.8em;
 padding-left:1pt;
 text-align:justify;
 text-indent:0em;
}

/* --- invoice --------------------------------*/

.invoice_table {
 border: 1px;
 border-style: solid;
 border-collapse:collapse;
 border-color: #CCCCCC;
 padding: 5px;
 border-spacing: 0px;
}

.invoice_tr {
 background-color: #FFFFFF;
}
.invoice_head_tr {
 background-color: #E0E0E0;
 padding: 5px;
}
.invoice_td {
 border: 1px;
 border-style: solid;
 border-color: #666666;
 padding: 5px;
}

/* payment -------------------------------------------- */

.statementtitle {
 border: 3px double black;
 background-color: #dddddd;
 padding: 3px;
}

.statementcell {
 border: 1px solid black;
 padding: 3px;
 border-collapse:collapse
}
