body,
form,
p 
{
	margin: 0;
	padding: 0;
}

h1
{
    font-size: 200%;
}
h2
{
    font-size: 150%;
}
h3
{
    font-size: 130%;
}
h4
{
    font-size: 100%;
    font-weight: bold;
}
tr.clickable,
a
{
	cursor: pointer;
}

#logo,
#slogan
{
	background-repeat: none;
	position: absolute;
}

#container
{
	left: 5%;
	position: relative;
	width: 90%;
    padding: 0;
}
#containerBody
{
}
#containerBorderTop,
#containerBorderBottom,
#containerBorderLeft,
#containerBorderRight,
#containerBorderTopRight,
#containerBorderBottomRight,
#containerBorderTopLeft,
#containerBorderBottomLeft
{
	position: absolute;
}

#containerBorderTopRight
{
	top: 0px;
	right: 0px;
}
#containerBorderBottomRight
{
	bottom: 0px;
	right: 0px;
}
#containerBorderTopLeft
{
	top: 0px;
	left: 0px;
}
#containerBorderBottomLeft
{
	bottom: 0px;
	left: 0px;
}
#footer
{
	position: absolute;
}
table.normal
{
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	margin: 1em 0;
}
table.normal thead td,
table.normal thead th
{
	white-space: nowrap;
	text-align: left;
	padding: 0.4em;
	font-weight: bold;
}
table.normal tbody td
{
	border: none;
	border-top-width: 1px;
	border-top-style: solid;
	vertical-align: top;
	padding: 0.4em;
}
table.plain
{
    border-width: 0px;
    border-style: none;
    margin: 1em 0;
}
table.plain thead td,
table.plain thead th
{
    white-space: nowrap;
    text-align: left;
    padding: 0.4em;
    font-weight: bold;
}
table.plain tbody td
{
    border: none;
    border-width: 0px;
    border-style: none;
    vertical-align: top;
    padding: 0.4em;
}
.nowrap
{
	white-space: nowrap;
}
.iconSmall
{
	height: 15px;
	width: 15px;
	display: inline-block;
	background-repeat: none;
	vertical-align: bottom;
}
.iconSortorderAscending
{
	background-position: 0px 0px;
}
.iconSortorderDescending
{
	background-position: 0px -15px;
}
.iconOk
{
	background-position: 0px 0px;
}
.iconStopped
{
	background-position: 0px -15px;
}
.iconNew
{
    background-position: 0px 0px;
}
.layoutColumnContainer
{
    margin: 0;
}
.layoutColumn
{
    float: left;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid red;
}
.layoutColumn.layoutFirstColumn
{
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.layoutColumnEnd
{
    clear: both
}
