﻿.flashHighlight
{
	background-color: Yellow;
	color: Red;
}
.storageObject
{
	float: left;
	margin: 2pt;
}
.storageObject img
{
	border: none;
}

#locationBox
{
	margin-top: 40px;
	margin-bottom: 40px;
}

#selectedObjects
{
}

#calculateBox
{
	margin-top: 40px;
	margin-bottom: 40px;
}

#loading
{
	display: none;
	height: 5em;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
}

#result
{
	height: 5em;
}
/* Space Calculator tabs */
.tabLevel1
{
	margin-bottom: 36px;
	border: solid 1px #ccc;
}
	.tabLevel1 .tabs
	{
		position: relative;
		line-height: 19px;
		top: -23px;
		padding-left: 1em;
		margin-bottom: 1em;
	}
		.tabLevel1 .tabs .selected,
		.tabLevel1 .tabs .unselected
		{
			border-top: solid 1px #ccc;
			border-left: solid 1px #ccc;
			border-right: solid 1px #ccc;
			padding: 2px 3px 5px 5px;
			margin-left: 5px;
			margin-right: 5px;
		}
		.tabLevel1 .tabs .selected
		{
			font-weight: bold;
			background: white;
		}

	.tabLevel1 .tabLevel2
	{
	}
		.tabLevel1 .tabLevel2 .tabs
		{
		}
			.tabLevel1 .tabLevel2 .selected,
			.tabLevel1 .tabLevel2 .unselected
			{
				border: none;
			}
