/* ConfTool Main CSS File */

/* -- general settings --------------------------- */
body {
 background: #ffffff;
 color: black;
 font-family: arial, helvetica, verdana, sans-serif;
 font-size: 10pt;
 margin-top: 10px;
 min-width: 620px;
}

div#center_main {
 width: 100%;
 text-align: center;
}

.main {
 clear: both;
 width: 760px;
 padding: 0;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}

.mainbg	{ background-color: #F8F8F8; }

.main_elements {
 clear: both;
 width: 760px;
 margin: 0 auto;
 text-align: left;
 clear:left;
}

div#main_n {  }
div#main_e {  }
div#main_s {  }
div#main_w {  }
div#main_ne {  }
div#main_se {  }
div#main_sw {  }
div#main_nw {  }
div#main_nw { padding: 0px; }

p {
 font-family: arial, helvetica, sans-serif;
 font-size: 10pt;
 margin-bottom:4pt;
 margin-top:4pt;
}
td {
 font-family: arial, helvetica, sans-serif;
 font-size: 10pt;
}

h1 {
 font-family: arial, helvetica, sans-serif;
 font-size: 16pt;
 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,ol, li {
 margin-bottom:1pt;
 margin-top:1pt;
 text-indent:0em;
 margin-left:0.8em;
 padding-left:1pt;
}
dl {
 margin-top:1pt;
 margin-bottom:8pt;
}
hr{
 height:0;
 border-bottom: 1px solid #aaa;
 border-top: 0px;
 width:100%;
 clear: both;
 display: block;
}

a:link { TEXT-DECORATION: none; color: #000090; }
a:visited { TEXT-DECORATION: none; color: #700090; }
a:active { TEXT-DECORATION: underline; color: #400050; }
a:hover { TEXT-DECORATION: underline; color: #400050; }

form {
 margin:0pt;
}

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

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


.fontpositive { color: #009000; }
.fontnegative { color: #B00000; }
.fontother    { color: #996633; }
.fontlight    { color: #f8f8f8; }
.fontgray     { color: #808080; }


.font7 { font-size: 7pt; }
.font8 { font-size: 8pt; }
.font9 { font-size: 9pt; }
.font10 { font-size: 10pt; }
.font12 { font-size: 12pt; }
.font14 { font-size: 14pt; }
.font20 { font-size: 20pt; }
.font36 { font-size: 36pt; }

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

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


/* -- background colors --------------- */
.brightbg	{ background-color: #f0f0f0; }
.lightbg	{ background-color: #e0e0e0; }
.mediumbg	{ background-color: #cccccc; }
.mediumbg_gradient {
 background-color: #cccccc;
 background-image:url(images/mediumbg_gradient.gif);
 background-repeat:repeat-y;
}
.dimbg		{ background-color: #999999; }
.graybg,.greybg { background-color: #808080; }
.darkbg		{ background-color: #666666; }
.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; }
.navbarborder { background-color: #666699; }

/* -- lists ------------ */
.listheader {
 background-color: #cccccc;
 background-image:url(images/listheader_gradient.gif);
 background-repeat:repeat-x;
}

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

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

.oddrow_del {
 background-color: #ffa0a0;
}
.evenrow_del {
 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;
 background-image:url(images/dlg_title_gradient.gif);
 background-repeat:repeat-x;
 vertical-align: middle;
 text-align: left;
}

.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:white;
}

.topline_printonly { }
.leftline_printonly { }
.newpage_printonly{ }

.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: 10pt;
 color: #eeeeee;
}
.form_label_small {
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 8pt;
 color: #eeeeee;
}
.form_label_sub {
 font-family: arial, helvetica, sans-serif;
 font-weight: normal;
 font-size: 10pt;
 color: #ffffff;
}

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

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

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

.form_td_label {
 background-color: #666666;
}
.form_td_label_error {
 background-color: #bb6468;
}

.form_td_field {
 background-color: #d4d4d4;
}
.form_td_field_error {
 background-color: #ffb4b8;
}

.form_td_label_sub {
 background-color: #808080;
 /* background-image:url(images/label_sub_gradient.gif); */
}
.form_td_label_sub_error {
 background-color: #996666;
}
.form_td_field_sub {
 background-color: #d4d4d4;
}
.form_td_field_sub_error {
 background-color: #ffcccc;
}

.form_td_entry {
 background-color: #b0b0b0;
}
.form_td_entry_error {
 background-color: #CC9999;
}
.form_td_label_yellow {
 background-color: #b8b040;
}
.form_td_field_yellow {
 background-color: #fff880;
}

.form_separator_label {
 color: #eeeeee;
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 12pt;
}
.form_td_separator {
 background-color: #6666AA;
 border-top-width:1px;
 border-top-style:solid;
 border-color:white;
}
.form_td_separator_gradient {
 background-color: #6666AA;
 border-top-width:1px;
 border-top-style:solid;
 border-color:white;
 background-image:url(images/separator_gradient.gif);
 background-repeat:repeat-y;
}

.form_subseparator_label {
 color: #eeeeee;
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 10pt;
}
.form_td_subseparator_left {
 background-color: #7070B0;
 border-top-width:1px;
 border-top-style:solid;
 border-color:white;
 background-image:url(images/subseparator_gradient_left.gif);
 background-repeat:repeat-x;
}
.form_td_subseparator_right {
 background-color: #AABBEE;
 border-top-width:1px;
 border-top-style:solid;
 border-color:white;
 background-image:url(images/subseparator_gradient.gif);
 background-repeat:repeat-x;
}

.form_td_buttons {
 border-top-width:1px;
 border-top-style:solid;
 border-color:white;
 background-color: #999999;
 background-image:url(images/mediumbg_gradient.gif);
 background-repeat:repeat-y;
}

/* -- header and footer of ConfTool --------------- */
.cthead_info_val {
 color: #eeeeee;
 font-family: arial, helvetica, sans-serif;
 font-size: 10pt;
}

.cthead_info_label {
 color: #eeeeee;
 font-family: arial, helvetica, sans-serif;
 font-size: 10pt;
 font-weight: bold;
}

.cthead_td_cmds {
 background-color: #3096D1;
}

.cthead_td_select {
 background-color: #d8dde4;
}

.cthead_td_info {
 background-color: #005B8E;
}

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

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

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

/* message and error boxes ------------------------ */

.errorboxTitleTD {
 background-color: #993333;
}
.errorboxTitle {
 color: #ffffcc;
 font-size: 12pt;
 font-weight: bold;
 font-family: arial, helvetica, sans-serif;
}
.warningboxTitleTD {
 background-color: #aa9933;
}
.warningboxTitle {
 color: #ffffcc;
 font-size: 12pt;
 font-weight: bold;
 font-family: arial, helvetica, sans-serif;
}
.infoboxTitleTD {
 background-color: #339933;
}
.infoboxTitle {
 color: #ffffcc;
 font-size: 12pt;
 font-weight: bold;
 font-family: arial, helvetica, sans-serif;
}
.boxmsgTD {
 background-color: #ffffcc;
}
.boxmsg {
 color: #000000;
 font-size: 10pt;
 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; }
.review1 { background-color: #ff6633; }
.review2 { background-color: #ff9966; }
.review3 { background-color: #ffcc66; }
.review4 { background-color: #fff066; }
.review5 { background-color: #ffff66; }
.review6 { background-color: #e0ff99; }
.review7 { background-color: #ccff66; }
.review8 { background-color: #99ff33; }
.review9 { background-color: #66f000; }
.review10 { background-color: #00e033; }
.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
}
