/** Add css rules here for your application. */

html, body{
	height: 100% !important;
	min-height: 100% !important;
}

body{
	border: none !important;
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
}

.splitPanel{
	width: 100%;
	height: 100%;
}

.mainPanel{
	background: #f0c0c0;
}

/*HorizontalPanel backing RangeWidget*/
.range-widget-container{
	border: none;
}

.gwt-ListBox{
	margin-right: 4px;
	border: dotted 1px #c0c0c0;
}

/*VerticalPanel containing several options-section-header and options-section-content*/
.options-panel{
	border: none !important;	
	padding: 8px !important;
	width: 100% !important;
}

/*VerticalPanel backing options section heading*/
.options-section-header{
	margin-bottom: 2px;
	padding: 4px;
	width: 100%;
	border: dotted 1px #c0c0c0;
	background-color: #e5ecf9;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
}

/*VerticalPanel backing options section content*/
.options-section-content{
	margin-bottom: 8px;
	padding: 4px;
	width: 100%;
	border: dotted 1px #c0c0c0;
	background-color: #f0f0f0;
	color: #404040;
}