﻿
/* BODY */

.body
{
	overflow: hidden;
}

.content
{
	height: 100%;	/* for IE6 */
}

* html .content
{
	overflow: hidden;	/* for IE6 */
}

.controlbar
{
	background-color: #eeeeee;
	padding: 16px;
	border: solid 1px #cccccc;
}

.controlbar a
{
	color: Blue;
}

.clear
{
	clear: both;
	height: 0;
}

/* FOOTER */

.footer
{
	clear: both;
}
