﻿body
{
	font-family: Arial;
	font-size: smaller;
}

.item
{
	border: gray 1px solid;
	background-color: #FFFF00;
	display: inline-block;
	white-space: nowrap;
	margin: 2px;
	float: left;
	padding: 2px;
	cursor: move;
	font-size: x-small;
}

.wrapper
{
	/*border: dashed 2px orange;*/
	width: 100%;
}
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.wrapper { display: inline-block; _height: 1%; }

#universe
{
	border: solid 2px #B34700;
	background-color: #FF6600;
	margin-top: 10px;
	font-size: smaller;
}

#universe div
{
	padding: 3px;
	background-color: #A84C00;
	color: #ffffff;
	border-bottom: dotted 1px silver;
	cursor: move;
	clear: both;
}

#categories
{
	/*width: 58%;
	float: left;*/
	border-top: dotted 1px silver;
}

#categories table
{
	table-layout: fixed;
	width: 100%;
}

#categories table tr th
{
	vertical-align: bottom;
	font-size: small;
}

.counter
{
	background-color: #64B868;
	color: white;
	font-size: x-small;
	text-align: center;
}

#categories table tr td
{
	vertical-align: top;
	height: 40px;
	empty-cells: show;
	border-collapse: collapse;
}

.category .item
{
	white-space: normal;
	display: block;
	float: none;
}

#universe h3
{
	padding: 0px;
	margin: 0px;
}

#universe label
{
	position: relative;
	top: -20px;
	font-size: small;
	padding: 3px;
	color: #ffffff;
}

.category label
{
	font-size: x-small;
	padding: 3px;
	color: #ffffff;
}

.category img
{
	float: left;
	visibility: hidden;
}

.category div, #categories th
{
	background-color: #489e3e;
	color: #ffffff;
	padding:3px;
	font-family: Verdana;
	font-weight: bold;
	font-size: smaller;
}

.category
{
	background-color: #64B868;
	border: solid 2px #489e3e;
	margin-bottom: 10px;
}

.counterComplete
{
	background-color: #4178B8;
}

.categoryComplete
{
	background-color: #4178B8;
	border: solid 2px #1d4c78;
}

.categoryComplete div
{
	background-color: #355A9E;
}

.counterError
{
	background-color: #FF0000;
}

.categoryError
{
	background-color: #FF0000;
	border: solid 2px #B30000;
}

.categoryError div
{
	background-color: #B30000;
}

.category:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.categoryold { display: inline-block; _height: 1%; }


.hilite
{
	border: solid 2px red;
}

.buttonHolder
{
	padding-top:3px;
	padding-bottom: 3px;
	margin: 5px;
	border-top: dotted 1px silver;
	border-bottom: dotted 1px silver;
}

#review
{
	/*display: none;*/
	border: solid 2px blue;
	background-color: #dddddd;
}

#review table
{
	table-layout: fixed;
	width: 100%;
}

#review table th
{
	vertical-align: bottom;
	color: #fff;
	background-color: #355A9E;	
}

#review table td
{
	vertical-align: top;
	background-color: #4178B8;
}

#review ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#review li
{
	border: solid 1px silver;
	background-color: Yellow;
	margin-bottom: 3px;
	text-align: center;
}
