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

ul {
	padding:0;
	margin:0;
}
ul, li {
	list-style: none;
}

iframe {
	border:0;
}

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

body {
	background: #dbf3fa;
}

.header {
	background: #fff;
	width: 100%;
	height: 100%;
}
.logo {
	background: url("milkpeplogo.png") no-repeat 20px 10px;
	width: 199px;
	height: 83px;
}

.footer {
	background: #fff;
	width: 100%;
	height: 100%;
	text-align:center;
}
.radiuslogo {
	background: url("radiuslogo.png") no-repeat;
	width: 228px;
	height: 65px;
	float:right;
	margin: 10px;
}
.htmlcontent {
	margin: 10px;
	
}
.htmlcontent ol { ist-style-position: outside; }
.htmlcontent ul { list-style-type: circle; }
.htmlcontent li { list-style-type: circle; }


.container {
}

#cbt_themes_combo-input, #cbt_resolution_combo-input, 
#cba_attributes_combo-input, #cba_resolution_combo-input,
#cbas_demos_combo-input, #cbas_resolution_combo-input {
	color:#fff;
	background:#0068aa;
}
