﻿div.children
{
	display: none;
}

div.customer div.task
{
	margin-left: 1em;
}

div.task div.task
{
	margin-left: 1em;
}

div.customer img
{
	margin-right: 0.3em;
}

div.task img
{
	margin-right: 0.3em;
}

span.name a
{
	text-decoration: none;
	color: inherit;
}

span.actions
{
	margin-left: 1em;
}

.disabled
{
	color: gray;
}

.popupCustomerList
{
	position: absolute; 
	width: 250px; 
	height: 200px; 
	display: none; 
	background: #ddd; 
	border: 1px solid #000; 
	right: 200px; 
	top: 200px
}

.popupCustomerList.visible
{
	display: block;
}

.hidden
{
	visibility: hidden;
}

div.earlierVariableRates
{
	margin-top: 1em;
}

div.earlierVariableRates span
{
	font-weight: bold;
}

div.earlierVariableRates th
{
	text-align: right;
}