.content {
	top: 75px;
	bottom: 50px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow-x: auto;
}

.objectRow {
	border: 1px solid;
	background-color: #A2A2A2;
	border-color: #000000;
	line-height: 50px;
	margin: 8px;
	vertical-align: middle;
}

.rowLabel {
	padding-left: 1.5em;
	display: inline-block;
	width: 40%;
	overflow: hidden;
	vertical-align: middle;
}

.rowWidgetValue {
	display: inline-block;
	width: 210px;
	height: 44px;
	overflow: hidden;
	vertical-align: middle;
}

.rowTextValue {
	padding-right: 1.5em;
	display: inline-block;
	overflow: hidden;
	float: right;
	vertical-align: middle;
}

.entryDashboard {
	list-style-type: none;
	background: #eee;
	padding: .5em;
	padding-left: 1.5em;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	font-size: 12;
}

h3.ui-state-active {
	list-style-type: none;
	background: #ddd;
	padding: .5em;
	padding-left: 1.5em;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	font-size: 12;
}

.aa-AccordionSelector {
	list-style-type: none;
	background: #e2e2e2;
	padding: .3em;
	padding-left: 1em;
	/*
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	*/
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 2em;
	width: 100%;
}

.aa-AccordionSelector .a:hover {
	color: #b2d6ec;
}

.aa-AccordionSelectorSection {
	font-size: 18px;
	padding-left: 1em;
}

.gwt-StackPanelItem-selected .aa-AccordionSelectorSection {
	
}

.aa-AccordionSelectorSubSection {
	font-size: 16px;
	padding-left: 2em;
}

.aa-AccordionSelectorSectionItem {
	font-size: 18px;
	padding-left: 1em;
}

.gwt-StackPanelItem-selected .aa-AccordionSelectorSectionItem {
	background: #b2b2b2;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border: 2px solid;
	border-radius: 15px;
	width: 60%;
	text-align: center;
}

.aa-AccordionSelectorSubSectionItem {
	padding-left: 3em;
}

.gwt-StackPanelItem-selected .aa-AccordionSelectorSubSectionItem {
	background: #b2b2b2;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border: 2px solid;
	border-radius: 15px;
	width: 60%;
	text-align: center;
}

.entry-selected {
	list-style-type: none;
	background: #ccc;
	padding: .3em;
	padding-left: 2em;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	font-size: 10;
}

.landing-menu-entry {
	margin: auto;
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 5px;
	text-align: center;
	width: 350px;
	height: 25px;
	border-color: #dddddd;
	border:	1px;
/* 	border: 1px solid transparent;*/
/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
	background-color: #cccccc;	
/*	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 11%, #d7dee3 84%, #999999 100%);*/ /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(11%,#e5ebee), color-stop(84%,#d7dee3), color-stop(100%,#999999));*/ /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 11%,#d7dee3 84%,#999999 100%);*/ /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 11%,#d7dee3 84%,#999999 100%);*/ /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top, #f6f8f9 0%,#e5ebee 11%,#d7dee3 84%,#999999 100%);*/ /* IE10+ */
/*	background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 11%,#d7dee3 84%,#999999 100%);*/ /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#999999',GradientType=0 );*/ /* IE6-9 */
}

.landing-menu-entry > a, .landing-menu-entry > a:visited, .landing-menu-entry > a:hover {
	color: #000000;
	font-family: arial;
	font-size: 24px;
}
/*
a.landing-menu-entry, a.landing-menu-entry:visited, a.landing-menu-entry:hover {
	color: #333;
}
*/

.footer-main-toolbar {
	line-height: 25px;
	margin: 6px;
	vertical-align: middle;
}

.footer-scene-toolbar {
	line-height: 25px;
//	margin: 6px;
	vertical-align: middle;
	display: inline-block;
//	visibility: hidden;
}

.footer-tool {
	padding-left: .2em;
	display: inline-block;
	width: 44px;
	overflow: hidden;
	vertical-align: middle;
}

.okBoxWrap { /* The div that shows/hides. */
	display: none; /* starts out hidden */
	z-index: 40001;
	/* High z-index to ensure it appears above all content */
}

.okBoxOverlay { /* Shades out background when selector is active */
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .5; /* Sets opacity so it's partly transparent */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE transparency */
	filter: alpha(opacity =  50); /* More IE transparency */
	z-index: 40001;
}

.vertical-offset { /* Fixed position to provide the vertical offset */
	position: fixed;
	top: 30%;
	width: 100%;
	z-index: 40002; /* ensures box appears above overlay */
}

.okBox { /* The actual box, centered in the fixed-position div */
	width: 405px; /* Whatever width you want the box to be */
	position: relative;
	margin: 0 auto; // Everything below is just visual styling */
	background-color : white;
	padding: 10px;
	border: 1px solid black;
}

.logpane {
	color: #DF9410;
	display: inline-block;
	font-style: italic;
	font-family: "Helvetica Neue", Arial, Sans-Serif;

}

.refreshRate {
	display: inline-block;
	margin-top: 8px;
	right: 10px;
	position: absolute;
}
