/* ConfTool CSS File for Printouts */

/* -- general settings --------------------------- */
body {
 background: #ffffff !important;
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
}

p {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
 margin-bottom:3pt;
 margin-top:3pt;
 margin-left:1px;
 margin-righ:1px;
}

td {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
}

h1 {
 font-family: arial, helvetica, sans-serif;
 font-size: 14pt;
 margin-top:6pt;
 margin-bottom:6pt;
}
h2 {
 font-family: arial, helvetica, sans-serif;
 font-size: 14pt;
 margin-top:5pt;
 margin-bottom:5pt;
}
h3 {
 font-family: arial, helvetica, sans-serif;
 font-size: 12pt;
 margin-top:4pt;
 margin-bottom:4pt;
}
h4 {
 font-family: arial, helvetica, sans-serif;
 font-size: 11pt;
 margin-top:4pt;
 margin-bottom:4pt;
}
ul,li {
 margin-bottom:1pt;
 margin-top:1pt;
 text-indent:0em;
 margin-left:0.8em;
 padding-left:1pt;
}
ol {
 margin-bottom:1pt;
 margin-top:1pt;
 text-indent:0.5em;
 margin-left:0.8em;
 padding-left:1pt;
}

dl {
 margin-top:1pt;
 margin-bottom:8pt;
}
hr{
 color:black; background-color:black;
 border: 0 none;
 height: 1px;
 width:100%;
 clear: both;
 display: block;
}

/* a:link { TEXT-DECORATION: underline; } */
a:link { TEXT-DECORATION: none; }
/* a:visited { TEXT-DECORATION: underline; } */
a:visited { TEXT-DECORATION: none; }
a:active { TEXT-DECORATION: underline; }
a:hover { TEXT-DECORATION: underline; }

form {
 margin:0pt;
}

/* -- font settings ----------------  */

.fontnormal {
}
.fontbold {
 font-weight: bold;
}
.fontlabel {
 font-style: italic;
}
.fontmonospaced {
 font-family: courier new, monospaced;
 font-weight: normal;
}


.fontpositive { color: #009000; }
.fontnegative { color: #AA0000; }
.fontother    { color: #806030; }
.fontlight    { color: #f8f8f8; }
.fontgray, .fontgrey { color: #808080; }


.font7 { font-size: 6.5pt; }
.font8 { font-size: 7pt; }
.font9 { font-size: 8pt; }
.font10 { font-size: 9pt; }
.font11 { font-size: 10pt; }
.font12 { font-size: 11pt; }
.font14 { font-size: 12pt; }
.font20 { font-size: 18pt; }
.font36 { font-size: 30pt; }

.ctparagraph {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.1em;
}

.cmda {
 font-size: 9pt;
 text-decoration: none;
 font-weight: bold;
}


/* -- background colors --------------- */
.brightbg	{ background-color: #f0f0f0; }
.lightbg	{ background-color: #e0e0e0; }
.mediumbg	{ background-color: #cccccc; }
.mediumbg_gradient { background-color: #cccccc; }
.dimbg		{ background-color: #999999; }
.graybg,.greybg { background-color: #909090; }
.darkbg 	{ background-color: #888; }
.blackbg 	{ background-color: #000000; }
.positivebg { background-color: #66AA66; }
.negativebg { background-color: #CC8080; }
.lightnegativebg	{ background-color: #FFCCCC; }
.otherbg	{ background-color: #999966; }
.whitebg	{ background-color: #FFFFFF; }
.yellowbg	{ background-color: #FFFF80; }
.mainbg		{ background-color: #F0F0F0; }
.navbarborder { background-color: #666699; }

/* -- lists ------------ */
.listheader {
 font-family: arial, helvetica, sans-serif;
 background-color: #cccccc;
}

.listheader_label {
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 9pt;
}

.oddrow {
 background-color: #c0d0e8;
}
.evenrow {
 background-color: #d4e4fc;
}
.oddrow2 {
 background-color: #c8c8c8;
}
.evenrow2 {
 background-color: #e0e0e0;
}
.oddrow_highlight {
}
.evenrow_highlight {
}

.oddrow_del,.oddrow_del2 {
 background-color: #ffa0a0;
}
.evenrow_del,.evenrow_del2 {
 background-color: #ffb0b0;
}
.oddrow_del_highlight {
 background-color: #ffd0d0;
}
.evenrow_del_highlight {
 background-color: #ffd0d0;
}

/* -- Tables ------------- */

.table_noborder {
 border: 0px;
 border-style: solid;
 padding: 0px;
 border-spacing: 0px;
}

.table_blackborder1px {
 border: 1px;
 border-style: solid;
 border-collapse:collapse;
 border-color: black;
 padding-top: 5px;
 padding-bottom: 5px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 border-spacing: 0px;
}

.tbldialog {
 background-color: #ccddff;
}

.td_dlg_title {
 background-color: #bbccee;
}


.topline_black {
 border-top-width:1px;
 border-top-style:solid;
 border-color:black;
}

.topline_white {
 border-top-width:1px;
 border-top-style:solid;
 border-color:black;
}

.topline_printonly {
 border-top-width:1px;
 border-top-style:solid;
 border-color:black;
}

.leftline_printonly {
 border-left-width:1px;
 border-left-style:solid;
 border-color:black;
}

.newpage_printonly{
 page-break-after:always;
}

.center {
 text-align: center;
}

/* --- Infoview Divs - to replace tables from above... --- */
.infoview_maindiv {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 border: 0px;
 padding-left: 0px;
 padding-top: 5px;
 padding-bottom: 5px;
 position:relative;
 clear: both;
 width: 100%;
 text-align: center;
}

.infoview_innerbox {
 margin-left: auto;
 margin-right: auto;
 clear: both;
}

.infoview_header {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 text-align:left;
 position:relative;
 padding:2px;
 margin-left: auto;
 margin-right: auto;
 width:100%;
}

.infoview_spacer {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 position:relative;
 padding:1px;
 margin-left: auto;
 margin-right: auto;
 width:100%;
 height:1px;
 overflow:hidden;
}

.infoview_body {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 text-align:left;
 position:relative;
 padding:2px;
 margin-left: auto;
 margin-right: auto;
 width:100%;
}

/* --- forms ------------------------ */
.form_table {
}

.form_label {
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 9pt;
 color: #000;
}
.form_label_small {
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 8pt;
 color: #000;
}
.form_label_sub {
 font-family: arial, helvetica, sans-serif;
 font-weight: normal;
 font-size: 9pt;
 color: #000;
}

.form_radio {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
}

.form_checkbox {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
}

.form_hint {
 font-family: arial, helvetica, sans-serif;
 font-size: 8pt;
}

.form_td_label {
 background-color: #ddd;
 border-right: 1px solid #888;
}
.form_td_label_error {
 background-color: #996666;
}

.form_td_field {
 background-color: #cccccc;
}
.form_td_field_error {
 background-color: #ffcccc;
}

.form_td_label_sub {
 background-color: #ccc;
}
.form_td_label_sub_error {
 background-color: #996666;
}
.form_td_field_sub {
 background-color: #ddd;
}
.form_td_field_sub_error {
 background-color: #ffcccc;
}

.form_td_entry {
 background-color: #999999;
}
.form_td_entry_error {
 background-color: #CC9999;
}

.form_td_label_yellow {
 background-color: #dddd00;
}
.form_td_field_yellow {
 background-color: #ffff00;
}

.form_separator_label {
 color: #222;
 font-weight: bold;
 font-size: 11pt;
}
.form_td_separator,.form_td_separator_gradient {
 background-color: #cdf;
 border-color:#000000;
}

.form_subseparator_label {
 color: #333;
 font-weight: bold;
 font-size: 9pt;
}
.form_td_subseparator_left {
 background-color: #bce;
 border-top-width:1px;
 border-top-style:solid;
 border-color:#000000;
}

.form_td_subseparator_right {
 background-color: #cdf;
 border-top-width:1px;
 border-top-style:solid;
 border-color:#000000;
}

.form_td_buttons {
 background-color: #999999;
 border-top-width:1px;
 border-top-style:solid;
 border-color:#000000;
}



.cthead_info_val {
 color: #eeeeee;
 font-size: 9pt;
}

.cthead_info_label {
 color: #111;
 font-size: 9pt;
 font-weight: bold;
}

.cthead_td_cmds {
 background-color: #ccddff;
}

.cthead_td_select {
 background-color: #d8dde4;
}

.cthead_td_info {
 background-color: #666699;
}

.cthead_cmds {
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 9pt;
}

.cthead_a {
 font-size: 9pt;
 text-decoration: none;
 font-weight: bold;
 font-family: arial, helvetica, sans-serif;
}

.ctfoot {
 color: #505050;
 font-size: 7pt;
 text-decoration: none;
 font-weight: normal;
 font-family: arial, helvetica, sans-serif;
}

/* boxes -------------------------------------------- */

.errorboxTitleTD {
 background-color: #993333;
}
.errorboxTitle {
 color: #ffffcc;
 font-size: 11pt;
 font-weight: bold;
 font-family: arial, helvetica, sans-serif;
}
.warningboxTitleTD {
 background-color: #999933;
}
.warningboxTitle {
 color: #ffffcc;
 font-size: 11pt;
 font-weight: bold;
 font-family: arial, helvetica, sans-serif;
}
.infoboxTitleTD {
 background-color: #339933;
}
.infoboxTitle {
 color: #ffffcc;
 font-size: 11pt;
 font-weight: bold;
 font-family: arial, helvetica, sans-serif;
}
.boxmsgTD {
 background-color: #ffffb0;
}
.boxmsg {
 color: #000000;
 font-size: 9pt;
 font-family: arial, helvetica, sans-serif;
}

/* --- infoviews --------------------------------*/

.infoview_table {
 padding-top: 5px;
 padding-bottom: 0px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 border-spacing: 1px;
}

.infoview_invert {
 background-color: #666666;
}

.infoview_sep {
 background-color: #666699;
}
.infoview_tr {
 background-color: #cccccc;
}

/* --- reviewing --------------------------------*/

.review0 { background-color: #ff4c4c; color:#600;}
.review1 { background-color: #ff6633; color:#620;}
.review2 { background-color: #ff9966; color:#642;}
.review3 { background-color: #ffcc66; color:#652;}
.review4 { background-color: #fff066; color:#663;}
.review5 { background-color: #ffff66; color:#660;}
.review6 { background-color: #e0ff99; color:#563;}
.review7 { background-color: #ccff66; color:#462;}
.review8 { background-color: #99ff33; color:#361;}
.review9 { background-color: #66f000; color:#250;}
.review10 { background-color: #00e033; color:#050;}
.noreview { }

/* --- imprint -----------------------------------*/

.imprint {
 background-color: #E8EEFF;
 padding: 10px;
 margin: 10px;
}



/* --- 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
}


