/* Add css rules here for your application. */

//.gwt-TabLayoutPanel {
//  float: left;
//  border:2px solid black;	
//}
//.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
//  float: left;
//  cursor: pointer;
//  cursor: hand;
//  margin-left: 2px; 
//  border: 1px solid black;
//  padding: 4px;
//  background-color: white;		
//}
//
//.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected  {
//  float: left;
//  cursor: default;
//  background-color: red;
//  font-weight: bold;	
//}

.rij_border {
  border-bottom-style: solid;	
}
 
.gwt-PanelEd {
  border-style:none;		
}

.gwt-TabPanelEd {
  border-style:none;
}

.gwt-ToolbarEd {
  border-style:none;
}

.gwt-TableEd {
  border-collapse:collapse;
  border-style: 1px solid black;
}

.gwt-LabelEd {
  font-size:10px;
}

.gwt-ListboxEd {
  font-size:10px;
  max-width:400px;
}

.gwt-TextBoxEd {
  font-size:10px;	
  width: 90px;
}

.gwt-TextAreaEd {
  font-size:10px;
  width: 400px;
}

.gwt-ButtonEd {
  font-size:10px;
  height:40px;
  width:130px;	
}

.gwt-TabPanelBottom {
  float: left;
  border:2px solid black;	
}

.gwt-TabPanel .gwt-TabBar .gwt-TabBarItem {
  float: left;
  cursor: pointer;
  cursor: hand;
  margin-left: 2px; 
  border: 1px solid black;
  padding: 4px;
  background-color: white;		
}

.gwt-TabPanel .gwt-TabBar .gwt-TabBarItem-selected {
  float: left;
  cursor: default;
  background-color: red;
  font-weight: bold;	
}

.gwt-TabBar .gwt-TabBarItem-wrapper {
	padding-left: 37px;
}

.gwt-StackPanel .gwt-StackPanelItem-selected {
  font-weight: bold;	
}

/* Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}
