/* ConfTool CSS File for Printouts */

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

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

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

.mainbg	{ background-color: #fff; }

.main_content {
 clear: both;
 width: 100%;
 margin: 0 auto;
 text-align: left;
 clear:left;
}

p {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
 margin-bottom:3pt;
 margin-top:3pt;
 margin-left:1px;
 margin-right: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;
}
dd {
 margin-left:1.8em;
}
hr{
 height:0;
 border-bottom: 1px solid #aaa;
 border-top: 0px;
 width:100%;
 clear: both;
 display: block;
}
.hrtablehead {
 height:0;
 border-bottom: 1px solid #aaa;
 border-top: 0 none;
 width:85%;
 clear: both;
 display: block;
 overflow: hidden;
 padding:0;
 margin:0;
}
.hrtablehead {
 *margin:-5px 0 -7px 0; /*  IE Hack */
}

/* 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;
}
pre {
 font-size: 7pt;
 line-height: 1.1em;
}


/* -- 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: #000; }
.fontgray, .fontgrey { color: #666; }


.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: #f8f8f8; }
.lightbg	{ background-color: #f0f0f0; }
.mediumbg	{ background-color: #eeeeee; }
.mediumbg_gradient { background-color: #eeeeee; }
.dimbg		{ background-color: #dddddd; }
.graybg,.greybg { background-color: #cccccc; }
.darkbg 	{ background-color: #bbbbbb; }
.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; }
.highlightbg  { background-color: #FFFccc; }
.navbarborder { background-color: #666699; }

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

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

.oddrow {
 background-color: #e8f0f8;
}
.evenrow {
 background-color: #f0f8ff;
}
.oddrow2 {
 background-color: #d8d8d8;
}
.evenrow2 {
 background-color: #f0f0f0;
}
.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;
}

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

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

/* login page ------------------------------------ */

.tbldialog {
 background-color: #f8f8f8;
}

.td_dlg_title {
 background: #eee;
 vertical-align: middle;
 text-align: left;
 height: 42px;
}

.login_second_header {
 width: 68%;
 float: right;
 margin-top: 12px;
}

.login_separators {
 width: 32%;
 text-align: right;
 padding: .3em 0em .3em 0em;
}

.login_box_left {
 float: left;
 width: 32%;
 text-align: right;
 padding-top: .35em;
 clear:left;
}

.login_box_right {
 float: left;
 width: 67%;
 text-align: left;
 padding-top: .35em;
}

/* 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: 3px 0px 3px 2px;
 margin-left: auto;
 margin-right: auto;
}
.infoview_spacer {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 position:relative;
 padding: 0 0 0 2px;
 margin-left: auto;
 margin-right: auto;
 height:3px;
 overflow:hidden;
}
.infoview_spacerline {
 clear:left;
 float:left;
 overflow:hidden;
 width:100%;
 height: 1px;
 background: transparent;
}
.infoview_IDbox_right {
 float:right;
 text-align:center;
 padding:1px 5px;
 margin:2px 4px 2px 2px;
 overflow: hidden;
}
.infoview_body {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 text-align:left;
 position:relative;
 padding: 2px 0 2px 2px;
 margin-left: auto;
 margin-right: auto;
 overflow: auto;
}
.infoview_border {
 border: 1px solid #000;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 border-collapse:collapse;
 border-spacing: 0px;
}

/* --- 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: #f8f8f8;
}
.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;
}

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

.ct_messagebox {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 float: left;
 background-color: #fff;
 width:100%;
}

.message_error {
 float: left;
 border: 2px solid #c71818;
 background: #fff url("images/red_fader.gif") repeat-x;
 color: #c71818;
}

.message_warning {
 float: left;
 border: 2px solid #ee8800;
 background: #fff url("images/orange_fader.gif") repeat-x;
 color: #995500;
}

.message_info {
 float: left;
 border: 2px solid #339933;
 background: #fff url("images/green_fader.gif") repeat-x;
 color: #276d0f;
}

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

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

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

.ct_message_image {
 float: left;
 height: 35px;
 width: 35px;
 margin: 10px 6px 10px 12px;
}

.image_error {
 background: url(icons/error_symbol.gif) no-repeat;
}

.image_warning {
 background: url(icons/warning_symbol.gif) no-repeat;
}

.image_info {
 background: url(icons/info_symbol.gif) no-repeat;
}

.ct_message_text {
 float: left;
 padding: 5px 0px 5px 5px;
 width: 85%;
}

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

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

.infoview_invert {
 background-color: #fff;
}

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

/* link-list-format ------------------------------------ */

.list_element_actions ul {
	font-size:8pt;
	margin-left: 0.6em;
	list-style-image: url(icons/arrow_right_grey.gif);
}
:root .list_element_actions li { text-indent: -3px; } /* FF, Safari */
*html .list_element_actions ul { line-height: 1em; }  /* IE6 */
*html .list_element_actions li { margin-top: 0.3em; }
*+html .list_element_actions ul { line-height: 1em; } /* IE7 */
*+html .list_element_actions li { margin-top: 0.3em; }

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

.review0 { background-color: #ff4c4c; color:#600; !important}
.review1 { background-color: #ff6633; color:#620; !important}
.review2 { background-color: #ff9966; color:#642; !important}
.review3 { background-color: #ffcc66; color:#652; !important}
.review4 { background-color: #fff066; color:#663; !important}
.review5 { background-color: #ffff66; color:#660; !important}
.review6 { background-color: #e0ff99; color:#563; !important}
.review7 { background-color: #ccff66; color:#462; !important}
.review8 { background-color: #99ff33; color:#361; !important}
.review9 { background-color: #66f000; color:#250; !important}
.review10 { background-color: #00e033; color:#050; !important}
.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;
}
.invoice_logo{
  max-width: 640px;
  max-height: 80px;
  width: expression(this.width > 640 ? "640px" : true);
  height: expression(this.height > 80 ? "80px" : true);
}


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

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

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

/* Related Links Box --------------------------------- */

#related_links {
 float:right;
 clear:both;
 text-align: left;
}

#related_links_header {
background: #f8f8f8;
}
#related_links_body {
 border: 1px solid #d2d2d2;
 border-top: 0;
}

#related_links li {
 padding: 2px 0 2px 0;
}

.related_links_next {
 list-style-image: url(icons/arrow2_right_grey.gif);
}
.related_links_pref {
 list-style-image: url(icons/arrow2_left_grey.gif);
}

.related_links_empty {
 font-size:1pt;
 padding: 0;
 margin: 0;
 list-style-type: none;
 list-style-image: none;
}


/* navbars -------------------------- */

.navbar {
 width: 100%;
 margin: auto;
 padding: 0;
 height: 1.9em;
 border: 1px solid #d2d2d2;
 background: #e9e9e9 url(images/navbar_bg.gif) repeat-x;
}
*html .navbar {height: 1.8em;}

.navbar_elements {
 float: left;
 padding: .18em .5em 0.30em .4em;
 border-right: 1px solid #d3d3d3;
}
.navbar_elements_right {float:right; border-right:0; border-left: 1px solid #d3d3d3;}
.navbar_elements_hover:hover { background: #f0f0f0; }
.navbar_elements a:link, .navbar_elements a:visited, .navbar_elements a:hover { cursor: hand;  text-decoration:none; }

.navbar_icons {float:left; width: 20px; height: 1.7em;}
*html .navbar_icons {margin-right: 2px; padding:0;}

.navbar_item {
 float: left;
 padding: .23em .0em 0em .4em;
}
*html .navbar_item { padding: .16em 0 .11em .2em; }

.navbar_breadcrumb {
 float:left;
 width: 100%;
 border: 1px solid #d2d2d2;
 border-top: 0;
 background: #fafafa url(images/lightgray_fader.gif) repeat-x;
}

.navbar_footer {
 float: left;
 width: 100%;
 border: 1px solid #d2d2d2;
 background: #fafafa;
}

.breadcrumb_inner {
 width: auto;
 padding: 5px 3px 4px 3px;
}

.breadcrumb_right {
 float:right;
 text-align: right;
 padding: 0 0 2px 10px;
}

.navbar_local {
 float: left;
 width: 100%;
 border: 1px solid #d2d2d2;
 border-top: 0;
 background: #fafafa url(images/lightgray_fader.gif) repeat-x;
}

/*  Search in sessions --------------------------*/

#session_search_right {
 float: right;
 width: 170px;
 height: 21px;
 text-align: center;
 padding: 2px 0 0 0;
}
*html #session_search_right {  padding-top: .2em; }
*+html #session_search_right {  padding-top: .15em; }

#session_search_right input.search {
 font-size: 10px;
 color: #808080;
 background: url(icons/magnifier.gif) no-repeat;
 background-position: 4px 1px;
 width: 110px;
 line-height: 16px;
 padding-left: 20px;
}

/* style buttons as links -------------*/

.navbar_elements.link_buttons { padding: .33em .6em 0em .6em; }
*html .navbar_elements.link_buttons { padding: .55em .6em .2em .6em; }
*+html .navbar_elements.link_buttons { padding: .26em .6em 0em .6em; }

.navbar_elements.link_buttons:hover {
 background: none;
}

.link_button.clear {
 border: 0px solid #cccccc;
 height: 18px;
 width: 12px;
 color: #a00;
 padding: 0;
}

.link_button {
 color:#000090;
 font: bold 8pt arial,helvetica,sans-serif;
 background: transparent;
 border: 0px;
 padding: 2px 0 0 0;
 margin: 0 0 0 0;
}
*html .link_button {
 width: auto;
 overflow: visible;
 cursor: pointer; cursor: hand;
 background: url(images/button_bg_trans.gif);
}
*+html .link_button {
 width: auto;
 overflow: visible;
}
.link_button.disabled {
 color: #aaaaaa;
 background: transparent;
}
.link_button:hover { cursor: pointer; }

.link_button.current {
 color: #000000;
 background: transparent;
 padding: 0 0 0 0;
 font-size:10pt;
}
.link_button.current:hover { cursor: default; }
.link_button.disabled:hover { cursor: default; }

.navbar_current {
 background-image: url(images/navbar_bg.gif);
 background-repeat: repeat-x;
}

