/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}



.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.progressbar-text {
	font-weight: bold;
}

.progressbar-remaining {
	font-size: 12px;
	font-style: italic;
}

.progressbar-outer {
	border: 1px solid black;
}

.progressbar-inner {
	border: 1px solid black;
	margin: 1px;
}

.progressbar-bar {
	width: 5px;
	height: 15px;
	margin: 1px;
}

.progressbar-fullbar {
	background: blue;
}

.progressbar-blankbar {
	background: #eee;
}

.lerrorLables {
	color: red;
	background-color: Gainsboro;
	font-size: 8pt;
	text-align: center;
}
.lnormalLables {
	color: black;
	font-size: 8pt;
	text-align: center;
}

.lMenuLable {
	color: blue;
	background-color: Gainsboro;
	font-size: 16pt;
	text-align: center;
}

.lMenuPanel {
	background-color: GhostWhite;
	width: 1800px;
	height: 800px;
}

.lSwitchWindowON {
	background-color: GhostWhite;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.lSwitchWindowOFF {
	background-color: Pink;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.menulableButton {
	/*  display: block; 
  background-color: blue ;*/
	font-size: 12pt;
	text-align: center;
	width: 200px;
	height: 25px;
	font-weight: bold;
}

.mainbtnPanel {
	padding-top: 60px;
}

.lecoLegendPanel {
	background-color: Gray;
}

.lecoListPanelFree {
	background-color: Gray;
}

.lecoListPanel {
	font-weight: bold;
}

.lecoLegendButton {
	background-color: Black;
}

.lecoGridPanel {
	background: url(network.jpg);
}

.lecoUITitle {
	text-decoration: underline;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12pt;
	text-align: center;
}