/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
body {
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica,
		sans-serif;
	padding: 0px;
	/* 	background-color: #DDDFF0; */
/* 	background-color: #22428f; */
}

/*
.serverResponseLabelError {
	color: red;
}

.appheader {
	width: 100%;
	color: white;
	margin-top: 2px;
	font-size: medium;
	font-weight: bolder;
	vertical-align: middle;
	text-align: center;
	background-color: #22428f;
}

.appcopyright {
	font-size: xx-small;
	color: white;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	background-color: #22428f;
}

.appfooter {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 1em;
}

.appmenu {
	font-weight: bold;
	text-align: justify;
	vertical-align: middle;
	width: 100%;
	background-color: solid;
	border-width: 1px;
	border-style: solid;
	word-spacing: 10px;
}

.appcontent {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow: scroll;
	background-color: #ffffff;
}

.appmainPanel {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: scroll;
	background-color: #22428f;
}

.apphelp {
	font-size: xx-small;
	font-color: white;
	color: white;
	text-align: left;
	vertical-align: bottom;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #22428f;
}

.app-header		a:link {
	color: #FFFFFF;
}

.app-header		a:visited {
	color: #FFFFFF;
}

.app-header		a:hover {
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}

.app-header		a:active {
	color: #333333;
}
*/
.gwt-Button {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	width: auto;
	overflow: visible;
}

.gwt-Textbox {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

/* .gwt-Tree .gwt-TreeItem-selected { */
/* 	display: table !important; */
/* } */

.gwt-TreeItem {
display: block !important;
}

.gwt-TabLayoutPanelContentContainer .gwt-TabLayoutPanel .gwt-TabLayoutPanelContent
	{
	border-radius: 5px 5px 0 0;
}

.gwt-TabLayoutPanelContentContainer {
	border-width: 0px !important;
	padding: 0px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border: none !important;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
	border-width: 0px;
	padding: 0px;
}