.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-advanced-button {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(images/advanced.png);
  cursor: hand;
  cursor: pointer;
}
  
.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;
	margin-bottom:20px;
}

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

.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;*/
}

.font-bold { 
	font-weight: bold; 
}

.data-table {
	margin-left:35px;
}

.data-table-header {
    border-bottom: 1px solid #000000 !important;
    padding: 3px 15px;
    text-align: center !important; 
    color: #000000 !important; 
    text-shadow: none !important;
    overflow: hidden;
}

table.advanced-panel {
	border-spacing: 10px;
	padding: 5px;
}

table.sub-address-panel {
	border-spacing: 10px;
	margin-left : -10px;
}

.sub-address-country-separator {
	margin-left : -15px;
}

/*Center the Specification name */
td div.document-title {
	text-align:center;
}

.document-title {
	padding : 20 0 0 0;
}

.icon-def-section-header {
	margin-top:2px;
}

.graphic-icon {
	margin-left:10px;
}

.graph-dataarray-panel {
	width : 800px;
}

.table-dataarray-panel {
	width : 600px;
}

.swe-dataRecord-vertical-panel {
	padding : 5 0 5 10;
	border-spacing: 10px;
}

.line-generic-label-panel {
	width : 225px;
}

table.swe-generic-vertical-panel {
	padding : 0 0 10 15 !important;
	border-spacing: 10px !important;
	margin-top: -5px;
}

table.swe-dataRecord-nolabel-vertical-panel {
	border-spacing: 10px !important;
	margin-left:-10px;
}

.ontology-table-result {
	height: 100px;
	width : 768px;
	margin-top:25px;
	border-width:1px; 
 	border-style:solid; 
 	border-color:black;
 	border-collapse:collapse;
}

.ontology-sourcesBox {
	margin-right:35px;
}

.ontology-table-panel {
	height:450px;	
}

.ontology-icon {
	margin-left: 15px;	
}

.file-upload {
	width:300px; 	
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border: 1px solid #c4b29d;
}

.file-download {
	width:300px; 	
	border: 1px solid #c4b29d;
}
