.topButtonsBackground {
	background-color: #444444;
	margin: 2px;
	padding: 4px;
}
.sameColorAsBackgroundBox {
	background-color: #444444;
}
.textButton {
	margin: 4px;
}
.backgroundBox {
	background-color: #444444;
	margin: 2px;
	border: 0px;
	padding: 8px;
}
.choiceBox {
	float: left;
	background-color: #444444;
	margin: 2px;
	border: 0px;
	padding: 8px;
}
.smallButton {
	float: right;/*
		If this isn't here, both Chrome and Firefox (haven't tested other browsers) will mysteriously
		think these elements take up more space than they do when sizing their parents.
	*/
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
.iconButtonCell {
	width: 20px;
	height: 20px;
}
.smallButton span {
	margin: 2px;
}
.imageTypeDropDown {
	float: right;
	margin: 4px;
	margin-right: 20px;
}
.choiceBoxTimeDisplay {
	text-align: center;
	vertical-align: middle;
	float: right;
	height: 20px;
	background-color: #777777;
}
.spacecraftSelectionDiv {
	float: left;
	height: 30px;
	background-color: #444444;
	margin: 2px;
	padding: 8px;
}
.spacecraftToggle {
	float: left;
	margin: 0px;
	padding: 2px;
}
.spacecraftLabel {
	width: 150px;
}
.measureBox {
	float: left;
	background-color: #444444;
	margin: 2px;
	padding: 8px;
}
.noSelect {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectAllowed {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
input[type=text] {
	text-align: center;
	background-color: #777777;
	border-color: #666666;
	color: #ffffff;
	height: 16px;
	margin: 0px;
	padding: 0px;
}
textarea {
	background-color: #777777;
	border-color: #666666;
	color: #ffffff;
	border-width: 2px;
	border-style: inset;
}
ui-icon {
	margin: 0px;
	padding: 0px;
}
.sessionTable {
	table-layout: fixed;
}
.sessionTable tr {
	padding: 0px;
}

.divWithTextLikeTableCell {
	padding: 4px;
	font-weight: normal;
}

.sessionTable td, .sessionTable th {
	padding: 4px;
	background-color: #444444;
	font-weight: normal;
}

.divWithTextLikeTableCell, .sessionTable td {
	font-size: 12px;
	text-align: center;
}
.fileInputWrapper {
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.invisibleFileInput {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
* {
	word-wrap: break-word;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana,sans-serif;
	font-size: 12px;
	background-color: #111111;
	color: #ffffff;
}
.warningBanner {
	padding: 16px 8px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	height: auto;
}
.jqplot-point-label {
	color: white;
}
.jqplot-cursor-tooltip, .jqplot-highlighter-tooltip, table.jqplot-table-legend, table.jqplot-cursor-legend {
	color: white;
	background-color: rgba(0, 0, 0, 0.6);
}

div.jqplot-table-legend-swatch-outline {
    border: 1px solid white;
    padding:1px;
}

.circle {
	border-radius: 99999px;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
}
.diamond {
	-webkit-transform: rotate(45deg); /* Chrome & Safari */
	-moz-transform: rotate(45deg); /* Firefox */
	-ms-transform: rotate(45deg); /* IE 9+ */
	-o-transform: rotate(45deg); /* Opera */
	transform: rotate(45deg); /* CSS3 */
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678, sizingMethod='auto expand'); /* IE 7-8 */
}
/*Internet Explorer (Even IE10) wont register click events on ordinary transparent elements. This prevents that.*/
.transparentClickableInIe {
	background-color: rgba(0, 0, 0, 0);
}

.fullWindow {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
