/* Placeholder */

#Placeholder1
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 600px;
}

/* Layout */

#HeaderLayoutPanel
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 620px;
	height: 120px;
	background-color: #ffffdd;
}

#SidebarLayoutPanel
{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100px;
	height: 420px;
	background-color: #ffffdd;
}

#ContentLayoutPanel
{
	position: absolute;
	top: 120px;
	left: 100px;
	width: 500px;
	height: auto;
	background-color: #ffffdd;
}

/* Layout Table */

.LayoutTable
{
	width: 500px;
	height: 420px;
	background-color: #ffffdd;
}

.LayoutContentRow
{
	width: 500px;
	height: 420px;
}

.LayoutContentCell
{
	width: 500px;
	height: 420px;
}

/* Template Controls */

/* Header */

.ZTemplateHeaderTable
{
	width: 100%;
}

.ZTemplateHeaderLeftCell
{
	width: 100px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.ZTemplateHeaderContentCell
{
	vertical-align: top;
	color: #CC9900;
}

/* Header Content Table */

.HeaderContentTable
{
	width: 100%;
	height: 120px;
}

.HeaderContentRow1
{
	height: 25%;
}

.HeaderContentRow2
{
	height: 50%;
}

.HeaderContentRow3
{
	height: 25%;
}

.HeaderContentCell1
{
	width: 100%;
	vertical-align: top;
	text-align: right;
}

.HeaderContentCell2
{
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.HeaderContentCell3
{
	width: 100%;
}

.UserWelcomeLabel
{
	font-size: x-small;
}

/* Footer */

.ZTemplateFooterTable
{
	width: 100%;
}

.ZTemplateFooterLeftCell
{
	width: 100px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.ZTemplateFooterCentreCell
{
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	font-size: smaller;
}

.LinkButton
{
}

.LargeLinkButton
{
	font-size: medium;
	padding: 1px;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
}