﻿table.customers td
{
	vertical-align: top;
}

table.customerAdmin
{
	width: 100%;
	min-height: 100%;
}

table.customerAdmin tr
{
	height: 100%;
}

table.customerAdmin td
{
	vertical-align: top;
	height: 100%;
}

table.customerAdmin td.customerList
{
	width: 20em;
	white-space: nowrap;
	padding-right: 1em;
	border-right: 1px solid black;
}

table.customerAdmin td.content
{
	padding-left: 1em;
	min-height: 100%;
}

table.customerAdmin td.content iframe
{
	width: 100%;
	min-height: 100%;
	border: 0;
}

div.customerList
{
	float: left;
	width: 20em;
	height: 650px;
	border-right: 1px solid black;
}

div.customerContent
{
	margin-left: 21em;
	height: 650px;
}

div.customerContent iframe
{
	width: 100%;
	height: 100%;
	border: 0;
}