/* POPUPPANEL */

.gwt-PopupPanel {
	z-index: 1350;
}
.gwt-PopupPanel .popupContent {
  background: transparent;
}
.gwt-PopupPanelGlass {
    background-color: #000;
    opacity     : 0.3;
    filter      : alpha(opacity=30);
    z-index: 1300;
}

/* DIALOGBOX */
.gwt-DialogBox {
	border      	: 1px solid #919191;
	background-color: #FFF;
}
.gwt-DialogBox .Caption {
  padding		: 8px 8px 8px 4px;
  text-align	: center;
  background-color	: #e4e4e4;
  font-size		: 110%;
  cursor		: default;
  white-space	: nowrap;
  max-height	: 20px;
  border-bottom	: 1px solid #bbbbbb;
  font-weight: bold;
}
.gwt-DialogBox .dialogContent {
	padding: 5px;
}
.gwt-DialogBox .dialogMiddleCenter {
/*   padding		: 9px; */
  background	: white;
}

/* DISCLOSURE PANEL */
.gwt-DisclosurePanel {

}
.gwt-DisclosurePanel-open {

}
.gwt-DisclosurePanel-closed {

}
.gwt-DisclosurePanel .header,.gwt-DisclosurePanel .header a,.gwt-DisclosurePanel .header td
	{
	text-decoration: none; /*Remove underline from header*/
	cursor		: pointer;
	cursor		: hand;
	padding		: 2px 2px 2px 1px;
	margin:2px 0px 0px 0px;
}
.gwt-DisclosurePanel .content {
/* 	border-left	: 1px solid grey; */
	padding		:	4px;
	margin-top:3px;
}



.gwt-DatePicker {
  border: 1px solid #ccc;
  border-top:1px solid #999;
  cursor: default;
}

.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none;
}
.datePickerMonthSelector {
	padding-top:5px;
}
.datePickerMonthSelector td:focus {
  outline: none;
}

.datePickerDays {
  width: 100%;
  background: white;
}

.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  font-size: 85%;
  text-align: center;
  padding: 4px;
  outline: none;
  font-weight:bold;
  color:#333;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: #fff;
  padding: 6px 4px 2px;
  cursor: default;
  color:#666;
  font-size:70%;
  font-weight:normal;
}

.datePickerDay {
  padding: 4px 7px;
  cursor: hand;
  cursor: pointer;
}

.datePickerDayIsWeekend {
  background: #f7f7f7;
}

.datePickerDayIsFiller {
  color: #999;
  font-weight:normal;
}

.datePickerDayIsValue {
  background: #d7dfe8;
}

.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}

.datePickerDayIsHighlighted {
  background: #edf6cb;
}

.datePickerDayIsValueAndHighlighted {
  background: #edf6cb;
}

.datePickerDayIsToday {
  	padding: 3px;
  	color: #84a404;
  	font-size: 108%;
}

.datePickerMonthSelector {
  width: 100%;
  padding: 1px 0 5px 0;
  background: #fff;
}

.datePickerPreviousButton,
.datePickerNextButton {
  font-size: 120%;
  line-height: 1em;
  color: #3a6aad;
  cursor: hand;
  cursor: pointer;
  font-weight: bold;
  padding: 0px 4px;
  outline: none;
}

td.datePickerMonth {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  color: #333;
}
.dateBoxPopup {
}


/*
+++++++++++++++++++++++++++++++++++
  SUGGEST BOX
+++++++++++++++++++++++++++++++++++
*/
.gwt-SuggestBox {}
.gwt-SuggestBoxPopup {
	-moz-border-radius		: 4px;
    -webkit-border-radius	: 4px;
    -khtml-border-radius	: 4px;
    border-radius			: 4px;
    border					: 1px solid #bbb;
    background				: white;
    /* must be higher than the z-index of cadas-GuiMsgContainer .image */
    z-index: 1351;
}
.gwt-SuggestBoxPopup .item {
  	padding		: 3px 6px;
  	cursor		: default;
}
.gwt-SuggestBoxPopup .item .ad-id {
	font-family	: monospace;
	font-size	: 110%;
}
.gwt-SuggestBoxPopup .item .coord-id {
    white-space : nowrap;
}
.gwt-SuggestBoxPopup .item .ad-name {}
.gwt-SuggestBoxPopup .item .ad-iata {
	font-family		: monospace;
}
.gwt-SuggestBoxPopup .item-selected {
	background: #c8ddff;
}

.next, .previous {
    height: 10px;
    margin-left: 85%;
}
.gwt-SuggestBoxPopup .next {
    background: transparent url('../images/suggestion/nextprev.gif') no-repeat scroll 2px 2px;
}
.gwt-SuggestBoxPopup .previous {
    background: transparent url('../images/suggestion/nextprev.gif') no-repeat scroll 2px -36px;
}
.gwt-SuggestBoxPopup .item-selected .next {
    background: transparent url('../images/suggestion/nextprev.gif') no-repeat scroll -16px 1px;
}
.gwt-SuggestBoxPopup .item-selected .previous {
    background: transparent url('../images/suggestion/nextprev.gif') no-repeat scroll -16px -36px;
}


.gwt-SuggestBoxPopup .suggestPopupContent {
	-moz-border-radius		: 4px;
    -webkit-border-radius	: 4px;
    -khtml-border-radius	: 4px;
    border-radius			: 4px;
}
.gwt-SuggestBoxPopup .suggestPopupTopCenter {}
.gwt-SuggestBoxPopup .suggestPopupBottomCenter {}
.gwt-SuggestBoxPopup .suggestPopupTopCenterInner,
.gwt-SuggestBoxPopup .suggestPopupBottomCenterInner {}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {}
.gwt-SuggestBoxPopup .suggestPopupMiddleRight {}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeftInner,
.gwt-SuggestBoxPopup .suggestPopupMiddleRightInner {}
.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeft {}
.gwt-SuggestBoxPopup .suggestPopupTopRight {}
.gwt-SuggestBoxPopup .suggestPopupBottomLeft {}
.gwt-SuggestBoxPopup .suggestPopupBottomRight {}

html>body .gwt-SuggestBoxPopup {
}
* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.gwt-SplitLayoutPanel-HDragger {
  background: #e7e7e7 url(../images/thumb_vertical.png) center center no-repeat;
  cursor: col-resize;
}

.gwt-SplitLayoutPanel-VDragger {
  background: #e7e7e7 url(../images/thumb_horz.png) center center no-repeat;
  cursor: row-resize;
}
.gwt-TreeTable {
  overflow-y: auto;
  height: 400px;
  border-collapse: collapse;
  border: 1px solid grey;
  padding: 1px;
}

.gwt-TreeTable th {
  position: sticky;
  top: 0;
  z-index: 2;
  font-weight: bold;
  height: 30px;
  background-color: #f7f7f7;
  text-align: left;
  text-shadow: #ddf 1px 1px 0;
  border-bottom: 2px solid #6f7277;
}
.gwt-TreeTable th:first-child {
  padding: 3px 7px;
}

.gwt-TreeTable .even_row {
  border: 1px solid transparent;
  background: #fff;
}

.gwt-TreeTable .odd_row {
  border: 1px solid transparent;
  background: rgb(243, 247, 251);
}

.gwt-TreeTable .gwt-TreeTableTr-selected {
  background: #c8ddff;
}
.gwt-RadioButton {
  display: block;
}