td {
	vertical-align: top;
}

.tdnotop td {
	vertical-align: baseline;
}

.button {
	margin: 1em 0 0 1em;
	background: none;
	background-color: #007ba4;
	color: white;
	font-weight: bold;
	min-width: 5em;
	
	border-top: 2px solid #0289b6;
	border-left: 2px solid #0289b6;
	border-bottom: 2px solid #007095;
	border-right: 2px solid #007095;
}

.button[disabled] {
	background-color: #E8ECED;
	border: 2px solid #E8ECED;
}

.button:FIRST-CHILD {
	margin: 1em 0 0 0em;
}

.clickable {
	cursor: pointer;
	font-weight: bold;
	color: #239;
}

.clickable:HOVER {
	text-decoration: underline;
}

.loadingPopup {
	min-width: 15em;
	min-height: 4em;
	line-height: 4em;
}

.loadingPopup img {
	width: 3em;
	height: 3em;
	vertical-align: middle;
	margin: 0.5em;
}

.loadingPopup span {
	vertical-align: middle;
	padding: 1em;
}

td > textarea {
	width: 96%;
}

.centered {
	margin: auto;	
}

.clear {
	clear: both;
}

.odd {
	background-color: white;
}

.even {
	background-color: #EFF9FD;
}

.gwt-DisclosurePanel {
	width: 100%;
	margin: 1em 0em 0.5em 0em;
}

.gwt-DisclosurePanel tr:FIRST-CHILD td:FIRST-CHILD a:FIRST-CHILD {
	margin-bottom: 0em;
}

.gwt-DisclosurePanel .content {
	margin-left: 10px;
	background-color: #EFF9FD;
}

.gwt-RadioButton input {
	position: relative;
	vertical-align: middle;
	margin: 0px;
	margin-right: 0.25em;
}

.gwt-RadioButton label {
	position: relative;
	vertical-align: middle;
	margin-right: 0.5em;
}

.gwt-CheckBox input {
	position: relative;
	vertical-align: middle;
}

.gwt-CheckBox label {
	position: relative;
	vertical-align: middle;
	color: #007BA4;
	font-weight: bold;
}

.gwt-PopupPanelGlass {
	position: fixed !important;
}

.gwt-DialogBox .Caption {
	padding: 4px 0px 4px 4px;
}