body {
  color: black;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
}

.gwt-Frame {
  font-size: 10pt;
  background-color: white;
  border: hidden;
  frameborder: 0;
  overflow:visible; 
  width:100%; 
}

.parameter-disclosure {
}

.parameter-disclosure-open .header {
  background-color: #dfdfdf;
  border-bottom: 1px solid #777777;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

.parameter-disclosure-closed .header {
  background-color: #dfdfdf;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

.parameter-application {
	background-color: #efefef;
	border: 1px solid #777777;
}

.IE .parameter-application .pentaho-disclosure-panel-open {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.IE .parameter-application .pentaho-disclosure-panel-closed {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.parameter-submit-panel {
	padding: 3px 0px 3px 10px;
	margin-top: 10px;
}

.parameter-container {
  table-layout: fixed;
}

.parameter {
	margin: 5px 0px 0px 10px;
}

.parameter-error {
	margin: 5px 0px 0px 10px;
	border: 1px solid red;
	padding: 2px;
}

.parameter-label {
	font-size: 10pt;
	font-weight: bold;
  white-space: nowrap;
}

.parameter-error-label {
	font-size: 10pt;
	font-weight: bold;
}

.parameter-flow {
  display: inline;
  float: left;
}

.gwt-SuggestBoxPopup {
  color: black;
  background-color: white;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

.gwt-SuggestBoxPopup .item {
  padding: 2px 2px 2px 2px;
  cursor: pointer;
  cursor: hand;
}

.gwt-SuggestBoxPopup .item-selected {
  color: black;
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0;
  padding: 2px 2px 2px 2px;
  cursor: pointer;
  cursor: hand;
}

.gwt-CheckBox {
  font-size: 10pt;
}

.gwt-RadioButton {
  font-size: 10pt;
}


.dialogButtonPanel {
  border-top: 1px solid #848484;
  background-color: #ececec;
}

.gwt-DialogBox {
  background-color: #ececec;
  border: 1px solid #848484;
  z-index: 1000;
}

.gwt-DialogBox .Caption {
  background-image: url(subtoolbar_bg.png);
  background-color: #d3d3d3;
  color: black;
  cursor: move;
  border-bottom: 1px solid #848484;
  text-align: left;
  padding: 6px 0px 6px 5px;
}

.gwt-DialogBox .dialogMiddleCenter {
  height: 100%;
}

.gwt-DialogBox .dialogMiddleCenterInner {
  height: 100%;
}


.pageControllerPanel {
  border-top: 1px solid #777777;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-top: 5px;
}

.pageControllerButton {
  cursor: pointer;
  cursor: hand;
}

.pageControllerButton-hover {
  background-color: #CCCCCC;
}


.gwt-DateBox input {
  width: 8em;
}
.dateBoxFormatError {
  background: #ffcccc;
}
.dateBoxPopup {
  z-index: 3;
}

.gwt-DatePicker {
  border: 1px solid #777777;
  cursor: default;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none
}
.datePickerDays {
  width: 100%;
  background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  font-size: 75%;
  text-align: center;
  padding: 4px;
  outline: none;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: #CCCCCC;
  padding: 0px 4px 2px;
  cursor: default;
}
.datePickerDay {
  padding: 4px;
  cursor: pointer;
  cursor: hand;
}
.datePickerDayIsToday {
  border: 1px solid black;
  padding: 3px;
}
.datePickerDayIsWeekend {
  background: #EEEEEE;
}
.datePickerDayIsFiller {
  color: #888888;
}
.datePickerDayIsValue {
  background: #777777;
  color: white;
}
.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}
.datePickerDayIsHighlighted {
  background: #F0E68C;
}
.datePickerDayIsValueAndHighlighted {
  background: #bbddd9;
}
.datePickerMonthSelector {
  background: #CCCCCC;
  width: 100%;
}
td.datePickerMonth {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 70%;
  font-weight: bold;
}
.datePickerPreviousButton,
.datePickerNextButton {
  font-size: 120%;
  line-height: 1em;
  cursor: pointer;
  cursor: hand;
  padding: 0px 4px;
}

.waitPopup{
  position: absolute;
  left: 44%;
  top: 44%;
  padding: 15px 8px;
  z-index: 20001;
  height: auto;
  border: 1px solid #ccc;
  background: white;
}
.waitPopup_table{
  color: #444;
  background-image: url(large-loading.gif);
  background-position: left center;
  background-repeat: no-repeat;
  font: bold 13px tahoma, arial, helvetica;
}

.waitPopup_title{

  color: #444;
  font: bold 16px tahoma, arial, helvetica;
  margin-left: 40px;
  padding-bottom: 3px;
}

.waitPopup_msg{
  font: normal 13px arial, tahoma, sans-serif;
  margin-left: 40px;
}

.modalDialogPageBackground {
  z-index:250;
  cursor: progress;
}

.parameter-content-panel {
	background-color: #9f9f9f;
	border: 1px solid black;
	margin: 0px 10px 10px 10px;
	padding: 10px;
}

.IE .parameter-content-panel {
	margin: 0px;
	padding: 0px;
}

.parameter-wrapper {
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
}
.IE .parameter-wrapper {
  /* account for the scrollbar taking up vertical space when present */
  padding-bottom: 16px
}

.custom-list-item  .gwt-Label {
  font-size: 0.85em;
}

.text-parse-error {
  color: #900000;
}
