.gwt-DecoratedTabBar {
  background: #ccc;
  padding-top: 6px;
}

.gwt-DecoratedTabBar .gwt-TabBarFirst {
  width: 5px;  /* first tab distance from the left */
}

.gwt-DecoratedTabBar .gwt-TabBarRest {
}

.gwt-DecoratedTabBar .gwt-TabBarItem {
  border-collapse: collapse;
  margin-left: 4px;
}

.gwt-DecoratedTabBar .tabTopCenter {
  padding: 0px;
  background: #8E8E8E;
}

.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
  padding: 0px;
  zoom: 1;
}

.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
  width: 3px;
  height: 3px;
}

.gwt-DecoratedTabBar .tabTopLeft {
  background: url(images/circles.png) no-repeat 0px 0px;
  -background: url(images/circles_ie6.png) no-repeat 0px 0px;
}

.gwt-DecoratedTabBar .tabTopRight {
  background: url(images/circles.png) no-repeat -3px 0px;
  -background: url(images/circles_ie6.png) no-repeat -3px 0px;
}

.gwt-DecoratedTabBar .tabMiddleLeft,
.gwt-DecoratedTabBar .tabMiddleRight {
  width: 3px;
  padding: 0px;
  background: #8E8E8E;
}

.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
  width: 1px;
  height: 1px;
}

.gwt-DecoratedTabBar .tabMiddleCenter {
  padding: 0px 5px 4px 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: #8E8E8E;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
  background:#fff;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
  background: url(images/circles.png) no-repeat -6px 0px;
  -background: url(images/circles_ie6.png) no-repeat -6px 0px;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
  background: url(images/circles.png) no-repeat -9px 0px;
  -background: url(images/circles_ie6.png) no-repeat -9px 0px;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
  background: #fff;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
  cursor: default;
  background: #fff;
  color:#333;
  font-weight:bold;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
  cursor: default;
  color: #999999;
}

html>body .gwt-DecoratedTabBar {
}

* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
  width: 3px;
  height: 3px;
  overflow: hidden;
}

.gwt-TabPanel {
}

.gwt-TabPanelBottom {
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 1px 1px;
  overflow: hidden;
  padding: 6px;
}

.gwt-tablayoutpanel .gwt-tablayoutpanelcontent {
	overflow: auto;
}

.gwt-DisclosurePanel {

}

.gwt-DisclosurePanel a.header {
  cursor: hand;
  cursor: pointer;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 18px;
}
	
.gwt-disclosurepanel .content {
  border-left: 0px;
  padding: 0px;
  margin-left: 0px;
  margin-top: 5px;
}

.gwt-TextBox {
  padding: 1px 1px 1px 1px;
}

.gwt-TextArea {
  overflow: auto;
}

.gwt-Label {
  padding: 2px 0px 2px 0px;
  margin-right: 5px;
}

.gwt-DecoratorPanel {
  margin-bottom: 8px;
  width: 600px;
}

.gwt-DecoratorPanel .middleCenter {
  height: 100%;
  width: 100%;
  padding: 5px;
}

.rng-choice-change {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(images/change.gif);
  cursor: hand;
  cursor: pointer;
  margin-top: 2px;
  margin-left: 5px;
}

.rng-optional-select {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(images/add.gif);
  cursor: hand;
  cursor: pointer;
  margin-top: 1px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.rng-optional-unselect {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(images/remove.gif);
  cursor: hand;
  cursor: pointer;
  margin-top: 2px;
  margin-left: 5px;
}

.rng-error {
  color: #ff0000;
}

.valid-value {
  color: #00aa00;
}

.invalid-value {
  color: #ff0000;
}

.swe-section-header {
	
}

.swe-section-title {
  font-weight:bold;
  margin-right: 10px;
}

.swe-section-panel {
	margin-left:-20px;
}

.swe-property-panel {
	margin-left:35px;
}

.swe-object-type {
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-position: 0px 1px;
  background-repeat: no-repeat;
  background-image: url(images/obj.gif);
  padding-left: 21px;
  margin-bottom: 5px;  
}

.swe-simple-field {
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  background-image: url(images/bullet.gif);
  padding-left: 21px;
  margin-bottom: 5px;
}

table.gwt-DisclosurePanel-closed>tbody>tr>td> a.header {
	background-image: none ;
}

table.gwt-DisclosurePanel-open>tbody>tr>td> a.header {
	background-image: none ;
}

.gwt-DisclosurePanel-open .swe-property-panel a.header {
  background-image: url(images/show_section.png) !important;;
}

.gwt-DisclosurePanel-closed .swe-property-panel a.header {
  background-image: url(images/show_section.png) !important;;
}

/* Center the definition image */
.sml-attribute-definition {
	vertical-align: middle;
}

td, th  {
    display: table-cell !important;
    vertical-align: middle !important;
    align : right !important;
    text-align: right !important;
}


