.qf_checkbox,  .qf_checkbox td {
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
	vertical-align: top;
}
.redcas_version_info {
  text-align: center;
  font-size: x-small;
  font-family: sans-serif;
  color: graytext;
}
.redcas_login_form {
}
.redcas_login_form_table td {
  padding-bottom: 10px;
}
.redcas_login_center_col_header1 {
  background-color: #FFCC00;
  width: 25px;
  height: 35px;
}
.redcas_login_center_col_header2 {
  background-color: #0099CC;
  padding-left: 10px;
}
.redcas_login_center_col {
  padding: 25px 25px 50px 25px;
  background-color: #EEEEEE;
}
.redcas_login_center_col_footer1 {
  background-color: #0099CC;
  padding-left: 10px;
  height: 7px;
}
div.redcas_entry_form_options {
  display: none;
  float: right;
  width: 200px;
  background-color: #AABBCC;
  padding: 10px;
}
.redcas_entry_center_col {
  padding: 10px 25px 0px 25px;
  background-color: #EEEEEE;
}
td.redcas_entry_center_col_panel {
	padding: 0;
}
div.redcas_entry_form_options td, div.redcas_entry_form_options input {
	font-size: 10px;
}
div.redcas_entry_form_options input {
	font-size: 10px;
	padding: 2px 2px 2px 2px;
}
.redcas_entry_center_col_header1 {
  background-color: #FFCC00;
  width: 25px;
  height: 35px;
}
.redcas_entry_center_col_header2 {
  background-color: #0099CC;
  padding-left: 10px;
  width: 700px;
}
.redcas_entry_center_col_header3 {
  text-align: right;
  background-color: #0099CC;
  color: #FFFFFF;
  padding-right: 10px;
  font-size: small;
  width: 80px;
}
#redcas_entry_image_print {
  background-image: url("../plugins/edc_plugin/images/icon_print_white.png");
  background-position: center;
  background-repeat: no-repeat;
}
#redcas_entry_image_options {
  background-image: url("../plugins/edc_plugin/images/icon_checkbox_active_white.png");
  background-position: center;
  background-repeat: no-repeat;
}
.redcas_entry_center_col_footer1 {
  background-color: #0099CC;
  height: 7px;
}
.redcas_entry_left_col_header {
  background-color: #0099FF;
  padding-left: 10px;
  color: #FFFFFF;
}
.redcas_entry_left_col_footer {
  background-color: #FFCC99;
  color: #FF0000;
}
.redcas_entry_center_legend {
  margin-top: 1em;
  padding-left: 10px;
}
.redcas_entry_center_legend td{
  padding-left: 10px;
}
.redcas_entry_annotation {
  display: inline;
  font-weight: bold;
  color: #FF0000;
  border: medium solid #FF0000;
}
.redcas_entry_annotation_table {
  display: inline;
  font-weight: bold;
  color: purple;
  border: medium solid purple;
}
.redcas_entry_annotation_varname {
  display: inline;
  font-weight: bold;
  color: green;
  border: medium solid green;
}
.redcas_entry_annotation_format {
  display: inline;
  font-weight: bold;
  color: red;
  border: medium solid red;
}
.redcas_entry_annotation_groupname {
  display: inline;
  font-weight: bold;
  color: gray;
  border: medium solid gray;
}
.redcas_entry_form {
  border: none;
  border-color: #000000;
  background-color: #EEEEEE;
  margin: 0px 0px 0px 0px;
  padding: 1em;
}
.redcas_entry_form_col {
  background-color: #EEEEEE;
  margin-bottom: 0px;
}
.redcas_entry_form_table td {
  padding-bottom: 1ex;
  padding-top: 1ex;
}
.redcas_entry_form_footnote td {
  font-size: x-small;
}
.redcas_entry_table {
  font-size: 11px;
  width: 95%;
  background-color: #CCCCCC;
  margin-top: 1em;
  border: 1px solid #000;
  border-collapse: collapse;
  font-stretch: narrower;
  margin-bottom: 20px;
}
.redcas_entry_table thead td {
  background-color: #0099FF;
  border: 1px solid #000;
  padding: 5px;
  word-wrap: break-word;
}
.redcas_entry_table tbody td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 5px;
  word-wrap: break-word;
  overflow: hidden;
}
.redcas_entry_table_last_col {
  background-color: #FFFF00;
  text-align: center;
}
.redcas_entry_table_highlight td {
  font-style: italic;
  background-color: #AAAAAA;
}
.redcas_entry_table_icon_query a{
  background-image: url("../plugins/edc_plugin/images/icon_warning.gif");
  background-position: center;
  background-repeat: no-repeat;
}
.redcas_entry_form_button {
  border: thick;
  border-color: #FF0000;
  color: #FFCC00;
  background-color: #0099FF;
  cursor: pointer;
}
.redcas_entry_element_label {
  vertical-align: text-top;
}
.redcas_entry_element_input {
  vertical-align: top;
}
.redcas_entry_element_html {
  display: inline;
  vertical-align: top;
}
.redcas_entry_element_html tt {
  display: inline;
  vertical-align: top;
}
.redcas_entry_element_html td {
  border: 0px;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
}
.redcas_entry_element_html input[type="text"] {
  border-style: solid;
  border-width: 2px;
}
.redcas_entry_element_html input[type="password"] {
  border-style: solid;
  border-width: 2px;
}
.redcas_entry_element_html_highlight {
  background-color: #FFFF99;
}
.redcas_entry_element_html textarea {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 2px;
  vertical-align: bottom;
}
.redcas_entry_element_html select {
  border-style: solid;
  border-width: 2px;
}
.redcas_entry_element_tip {
  display: inline;
  font-weight: bold;
}
.redcas_entry_element_note {
  display: inline;
}
.redcas_entry_element_error {
  word-wrap:break-word;
  display: inline;
  font-weight: bold;
  font-size: small;
  color: red;
}
.redcas_entry_element_warning {
  word-wrap:break-word;
  display: inline;
  font-weight: bold;
  font-size: small;
  color: green;
}
.redcas_query_value_changed {
  font-style: italic;
  /*text-decoration: blink;*/
}
.redcas_entry_left_col {
  background-color: #EEEEEE;
  width: 180px;
  margin-right: 1em;
  /*position: fixed;*/
  z-index: 1;
}
.redcas_entry_left_col a {
  text-decoration: none;
}
.redcas_entry_left_col_back_to_overview a {
  font-style: italic;
}
.redcas_entry_group_label {
  display: inline;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 0ex;
  vertical-align: text-top;
}
.redcas_entry_group_inline div {
  width: auto;
  vertical-align: text-bottom;
  padding-left: 0px;
  margin-left: 0px;
}
.redcas_entry_group_inline table.redcas_entry_form_table {
  width: auto;
  vertical-align: text-bottom;
  padding-left: 0px;
  margin-left: 0px;
  width: 100%;
}
.redcas_entry_group_inline td {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}
.redcas_entry_element_inline_table td {
  padding: 0 5px 0 0;
  margin: 0;
  text-align: left;
  vertical-align: middle;
}
table.redcas_entry_element_inline_table td div.redcas_entry_element_inline {
  display: block;
}
.redcas_required_marker {
  color: red;
  font-weight: bold;
  font-size: large;
  display: inline;
}
div.redcas_request_marker {
  display: inline;
  width: auto;
}
div.redcas_request_list_marker {
  display: inline;
  width: auto;
}
div.redcas_entry_element_request {
  display: none;
}
table.redcas_entry_element_request {
  font-size: smaller;
}
.redcas_entry_left_col_abort {
  font-style: italic;
  background-color: #BBBBBB;
}
.redcas_entry_left_col_abort a {
  font-style: italic;
  color: #333333;
}
.redcas_entry_left_col_crflinks td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.redcas_entry_left_col_crflinks_highlight td {
  background-color: #CCCCFF;
}
.redcas_entry_left_col_crflinks_icons {
  text-align: right;
  font-family: sans-serif;
  font-size: xx-small;
   color: white;
}
.redcas_entry_left_col_crflinks_number {
  background-repeat: no-repeat;
  background-image: url("../plugins/edc_plugin/images/dummy.gif");
  background-position: right;
  border-right: 2px;
}
.redcas_entry_left_col_crflinks_number_locked {
  background-repeat: no-repeat;
  background-image: url("../plugins/edc_plugin/images/dummy_locked.png");
  background-position: right;
  border-right: 0px;
  padding-right: 5px;
  height: 16px;
}
.redcas_entry_left_col_spacer td {
  height: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.redcas_entry_element_tip a {
  font-size: 18px;
  font-family: serif;
  font-weight: bold;
  color: #0000AA;
  text-shadow: aqua;
  text-decoration: none;
}
div.redcas_entry_element_query {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
  color: #336633;
  background-color: #99FF66;
  margin: 10px 10px;
  bottom: -10px;
  left: 0px;
  position: relative;
}
table.redcas_entry_element_query {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
  color: #336633;
  background-color: #99FF66;
}
.redcas_entry_element_query textarea {
  border-color: #336633;
  border-style: solid;
  border-width: 2px;
  vertical-align: top;
}
.redcas_entry_element_query input {
  color: #336633;
  border-color: #336633;
  border-style: solid;
  border-width: 2px;
  vertical-align: top;
  background-color: #AAFF88;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: normal;
  padding: 3px;
}
.redcas_entry_element_query_parent {
  display: none;
}
.redcas_info_table {
  margin: 10px 0px 20px 0px;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: bold;
}
#redcas_js_alert {
  text-align: left;
  font-size: large;
  font-family: sans-serif;
  font-weight: bold;
  color: #FF0000;
  background-image: url("../plugins/edc_plugin/images/dialog-warning_large.png");
  background-color: #FFCCCC;
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 60px;
  margin: 20px 0px 20px 0px;
  border-width: 3px;
  border-color: #FF0000;
  border-style: solid;
  width: 90%;
}
.redcas_warning {
  text-align: left;
  font-size: large;
  font-family: sans-serif;
  font-weight: bold;
  color: #FF0000;
  background-image: url("../plugins/edc_plugin/images/dialog-warning_large.png");
  background-color: #FFCCCC;
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 60px;
  margin: 20px 0px 20px 0px;
  border-width: 3px;
  border-color: #FF0000;
  border-style: solid;
  width: 90%;
}
.redcas_message {
  text-align: left;
  font-size: large;
  font-family: sans-serif;
  font-weight: bold;
  color: #009900;
  background-image: url("../plugins/edc_plugin/images/process-ok_36.png");
  background-color: #90F090;
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 60px;
  margin: 20px 0px 20px 0px;
  border-width: 3px;
  border-color: #009900;
  border-style: solid;
  width: 90%;
}
.redcas_entry_warning {
  text-align: left;
  font-size: medium;
  font-family: sans-serif;
  font-weight: bold;
  color: #FF0000;
  background-image: url("../plugins/edc_plugin/images/dialog-warning_large.png");
  background-color: #FFCCCC;
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 60px;
  margin: 20px 0px 20px 0px;
  border-width: 3px;
  border-color: #FF0000;
  border-style: solid;
  width: 90%;
}
.redcas_entry_warning a, .redcas_entry_warning a:active {
  font-size: medium;
  font-family: sans-serif;
  font-weight: bold;
  font-style: italic;
}
.redcas_entry_warning a:visited {
  font-size: medium;
  font-family: sans-serif;
  font-weight: bold;
  font-style: italic;
}
.redcas_entry_warning a:hover {
  font-size: medium;
  font-family: sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #FF5555;
}

.redcas_entry_message {
  text-align: left;
  font-size: medium;
  font-family: sans-serif;
  font-weight: bold;
  color: #009900;
  background-image: url("../plugins/edc_plugin/images/process-ok_36.png");
  background-color: #90F090;
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 60px;
  margin: 20px 0px 20px 0px;
  border-width: 3px;
  border-color: #009900;
  border-style: solid;
  width: 90%;
}
.redcas_entry_form_warning {
  text-align: left;
  font-size: medium;
  font-family: sans-serif;
  font-weight: bold;
  color: #77DD44;
  background-image: url("../plugins/edc_plugin/images/icon_warning_large.png");
  background-color: #99FF66;
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 60px;
  margin: 20px 0px 20px 0px;
  border-width: 3px;
  border-color: #77DD44;
  border-style: solid;
  width: auto;
}
.redcas_entry_form_error {
  text-align: left;
  font-size: medium;
  font-family: sans-serif;
  font-weight: bold;
  color: #FF0000;
  background-image: url("../plugins/edc_plugin/images/process-stop_36.png");
  background-color: #FFCCCC;
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 60px;
  margin: 20px 0px 20px 0px;
  border-width: 3px;
  border-color: #FF0000;
  border-style: solid;
  width: auto;
}
.redcas_entry_form_warning_error_top td {
  padding: 0px;
}
table.redcas_info {
  margin-bottom: 15px;
  padding: 5px 5px;
  background-color: #DDDDDD;
  border: 2px solid #AAAAAA;
  width: 100%;
}
table.redcas_info thead td {
  font-family: sans-serif;
  font-size: medium;
  font-weight: bold;
  background-color: #AAAAAA;
  color: #EEEEEE;
  margin: 5px 0px;
  border: 0;
  padding: 3px;
}
td.redcas_info_body {
  font-family: sans-serif;
  font-size: small;
  font-weight: normal;
  padding: 5px;
}
td.redcas_info_updated {
  text-align: right;
  vertical-align: text-top;
}
span.redcas_info_updated {
  font-size: x-small;
  font-weight: normal;
}
table.redcas_ajax_query_list {
  font-size: small;
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
table.redcas_ajax_query_list thead td {
  font-weight: bold;
  padding: 5px;
  vertical-align: top;
}
table.redcas_ajax_query_list tbody td {
  border: 1px solid #888888;
  padding: 5px;
  vertical-align: top;
}
table.redcas_ajax_query_list tbody td:first-child {
  vertical-align: middle;
}
.redcas_ajax_query_list_hover {
  background-color: #BAD2E0;
}
div.redcas_entry_table_print_icon_query {
  display: none;
}
.redcas_entry_element_html span.qf_freezed_value {
	font-style: italic;
	font-weight: bold;
	color: #0033FF;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
/*#redcas_div_id_Var td {
  background-color: #DDDDDD;
  padding: 1em 1em 1em 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #FF0000;
  position: relative;
  top: -100px;
  background: #FF0000;
}
#redcas_div_id_incl1 td {
  background-color: #DDDDDD;
  padding: 0em 0em 0em 0em;
  border-style: solid;
  border-width: 1px;
  border-color: #FF0000;
}*/