html, body{
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.hbox{

}
.vbox{

}

/* IE_6_FIX: these selectors do not work in IE6, replaced with explicit table padding for now.
.hbox > tbody > tr > td{
  padding: 0px 3px 0px 3px;
}
.vbox > tbody > tr > td{  
  padding: 3px 0px 3px 0px;
}
.dialog-button-panel > tbody > tr > td{
  padding: 4px 0px 0px 0px;
}
*/

.dialog-button-panel{

}

.checkbox label{
	padding-left:3px;
}

.promptBoxLabel{
	padding-left: 5%;
}

.image-button-over{
	cursor:pointer;
}


.gwt-Tree {
  background: white;
}

.gwt-Tree table {
  border-collapse: collapse;
}

.gwt-Tree .gwt-TreeItem {
  cursor: pointer;
  cursor: hand;
}

.gwt-Tree .gwt-TreeItem-selected {
  background-color: #DDDDDD;
  cursor: pointer;
  cursor: hand;
}

/*=========================  TOOLBAR  =========================*/
.toolbar{
  width:100%;
  background-image: none;
  height:100%;  
  vertical-align: middle;
  background-color: #d8d8d8;
  border-top: none;
  border-left: none;
  border-left: none;  
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #848484
}

/*=========================  TABLE  =========================*/

/*
	All this stuff is already in the pentaho-gwt-widgets projects, where it belongs. I won't
	remove it now cuz I'm unsure of the consequences, but keep in mind that if you need
	to modify this, you'd better modify the pentaho-gwt-widgets->Widgets.css 
*/


.xul-label{
  white-space: nowrap;
  font-size: .86em;
}

.hyperlink{
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

.xul-label-disabled{
	color: #999;
}

.gwt-Dialog {
  width:100%;
}
.xul-fieldset {
 border:1px solid #777777;
 padding: 0px;
 margin: 0px;
}

.xul-textbox{
  padding: 1px 0px;
}

legend {
  padding: 0.2em 0.5em;
  color:black;
  font-size:.86em;
}

.gwt-FileUpload {

}

.tree-item-custom-widget td{
  padding-top:0px;
  padding-bottom:0px;
  padding-right:3px;
  padding-left:0px;
}

.tree-item-custom-widget{
  border: 1px solid transparent;
  padding:0;
  width: auto !important;
}
.tree-item-custom-widget-selected{
  background-color: #dbdbdb;
}

.tree-item-custom-widget-selected.dragdrop-dragging{
  background-color: #CBEFA3;
}
.tree-item-custom-widget-proxy{
  opacity: 0.85;
  filter: alpha(opacity=85);
  border: 1px dashed #999 !important;
  z-index: 1500 !important;
}
.tree-item-custom-widget-proxy-valid{
}

.tree-item-custom-widget-drop-hover{
  border: 1px solid #347C2C;

  background-color: #5ED95E;
}
.tree-drop-indicator{
  height: 1px;
  background-color: #2096FC;
  margin-top: 1px;
}

.tree-drop-indicator-symbol{
  position:absolute;
  width: 100%;
  z-index: 1500;
  height:7px;
  width:7px;
  display:inline;
  background-image: url("images/dnd-circle.png");
  background-position: left center;
  background-repeat: no-repeat;
  float:left;
  padding-left:7px;
  padding-top:4px;
}

.multiline-simple-panel {
 background-color: white;
 border:solid;
 border-width:1px;
}

.multiline-simple-panel textarea {
 overflow : hidden;
 border : none;
 outline: none;
 resize : none;
}

.gwt-Tree > DIV > TABLE{
  width: 100%;
}

.gwt-Tree > DIV > TABLE > TBODY > TR > TD:first-child{
  width: 10px;
}

.radio > tbody > tr > td:first-child {
  width: 40%;
  padding-left: 0px;
  white-space: nowrap;
}
.radio > tbody > tr > td {
  width: 60%;
  padding-left: 3px;
}

.buttonTable > tbody >tr > td {
  padding:1px;
}

.custom-list-item .gwt-Label{
  font-size: 1em;
}
.gwt-Label{
  font-size: .86em;
}

.expand-panel {
  height:100%;
  width:100%;
  position:relative;
}

.expand-panel > tbody > tr > td > A {
  text-decoration: none;
  outline: 0;
  background-image: none;
  background-color: #ededed;
}

.expand-panel .gwt-Image {
  border: 0px;
}

.expand-panel-header-label {
  font-size: .86em;
  padding-left: 3px;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #000;
}
.expand-panel-content {
  padding: 5px;
}

.expand-panel-header {
  text-decoration: none;
  color: #000;
}

.expand-panel-header {
  text-decoration: none;
  color: #000;
}

.toolbar-button{
  opacity: 1;
  filter: alpha(opacity=100);

}
.toolbar-button-disabled{
  opacity: 0.4;
  filter: alpha(opacity=40);

}

.xul-pre {
  font-family: "Lucida Console", Monaco, monospace;
  background: white;
  height: 100%;
  width: 100%;
  margin: 0px;
}

.xul-editPanel{
  border: 1px solid #888;
}

.xul-editPanel-title{
  background-color: #666;
  border-bottom: 1px solid #333;
  padding: 2px 0px 2px 4px;
}

.xul-editPanel-title-label{
  color: white;
  font-size: .86em;
}

.xul-editPanel-content{

}

.tree-scroll-panel{
  position:relative;
  overflow:auto;
  height:100%;
  width:100%;
}

.label-scroll-panel{
  position:relative;
  overflow:auto;
  height:100%;
  width:100%;
}

.textbox-scroll-panel{
  position:relative;
  overflow:auto;
  height:100%;
  width:100%;
}