.xmlLabel {
    font-family: monospace;
    font-size: small;
}

.csvLabel {
    font-family: monospace;
    font-size: larger;
}

h1 {
}

body {
	color: black;
	font-family: arial, sans-serif;
	font-size: smaller;
	margin: 20px 20px 20px 20px;
}

a {
	color: darkblue;
}

a:visited {
	color: darkblue;
}

.detailedExplanation {
	font-weight: lighter;
	color: black;
	font-family: monospace;
}

.messagesTable {
	margin: 20px;
	font-size: x-small;
}

.schTable {
    border: 1px solid #333;
    border-collapse: collapse;
    margin-bottom: 1em;
    padding: 0px;
    background-color: white; 
    margin: 20px;
}

.schTableLabel {
    margin: 0px;
    padding: 5px;
    font-weight: bold;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    background-color:#ddd; 
    color:#000;
    text-align:center;
}

.schTable td {
    margin: 0px;
    padding: 5px;
    font-family:Arial, Helvetica, sans-serif;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    text-align: center;
    white-space: nowrap;
}



.messagesArgumentType {
	font: x-small;
	color: green;
}

.textStyle {
    margin: 5px;
    padding: 20px;
    background-color:#fff; 
}

.gwt-BorderedPanel {
	
}

.gwt-Button {
	
}

.gwt-Canvas {
	
}

.gwt-CheckBox {
	font-size: smaller;
}

.gwt-DialogBox {
	sborder: 8px solid #c3d9ff;
	border: 2px outset;
	background-color: white;
}

.gwt-DialogBox .Caption {
	background-color: #c3d9ff;
	padding: 3px;
	margin: 2px;
	font-weight: bold;
	cursor: default;
}

.gwt-FileUpload {
	
}

.gwt-Frame {
	
}

.gwt-HorizontalSplitter .Bar {
	width: 8px;
	background-color: #c3d9ff;
}

.gwt-VerticalSplitter .Bar {
	height: 8px;
	background-color: #c3d9ff;
}

.gwt-HTML {
	font-size: smaller;
}

.gwt-Hyperlink {
	
}

.gwt-Image {
	
}

.gwt-Label {
	font-size: smaller;
}

.gwt-ListBox {
	
}

.gwt-MenuBar {
	background-color: #c3d9ff;
	border: 1px solid #87b3ff;
	cursor: default;
}

.gwt-MenuBar .gwt-MenuItem {
	padding: 1px 4px 1px 4px;
	font-size: smaller;
	cursor: default;
}

.gwt-MenuBar .gwt-MenuItem-selected {
	background-color: #e8eef7;
}

.gwt-PasswordTextBox {
	
}

.gwt-RadioButton {
	font-size: smaller;
}

.gwt-TabPanel {
  background-color: #e8eef7;
}

.gwt-TabPanelBottom {
	border: 2px solid #87b3ff;
	padding: 10px
}

.gwt-TabBar {
  padding-top: 2px;
  border-bottom: 4px solid #87b3ff;
  background-color: #fff;
}

.gwt-TabBar .gwt-TabBarFirst {
    padding-right: 5px;
}

.gwt-TabBar .gwt-TabBarRest {
}

.gwt-TabBar .gwt-TabBarItem {
  padding: 6px;
  cursor: pointer;
  cursor: hand;
  color: #555;
  background-color: #e8eef7;
  border-bottom: 2px solid white;
  margin-right: 2px;
}

.gwt-TabBar .gwt-TabBarItem-selected {
  padding: 6px;
  font-weight: bold;
  cursor: default;
  color: #000;
  background-color: #87b3ff;
  border-bottom: 2px solid #87b3ff;
  margin-right: 2px;
}

