body
{
	margin: 0;
	color: #8c837a;
	background: #494949;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
}
a
{
	color: #417ebe;
	text-decoration: none;
}
a:hover
{
	color: #a7794f;
	text-decoration: underline;
}
img
{
	border: none;
}
p
{
	margin: 10px 0;
}
td
{
	font: 14px Arial, Helvetica, sans-serif;
}
h1
{
	font-size: 17px;
	font-weight: bold;
	color: #505050;
	margin: 0 0 16px 0;
	text-transform: uppercase;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	color: #6d6964;
	margin: 16px 0 10px 0;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	color: #8c837a;
	margin: 10px 0 6px 0;
}
ul
{
	margin: 10px 0 10px 20px;
	padding: 0;
}
li 
{
	background: transparent url(../images/ListBullet.gif) no-repeat 4px 5px;
	padding: 0 0 0 24px;
	margin: 6px 0px;
	list-style: none;
}
hr
{
	border: none;
	height: 1px;
	background: #d3c8c4;
}

input,
textarea,
select
{
	background: #fdfcfa;
	border: 1px solid #b9a180;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover
{
	background: #fff;
	border: 1px solid #95836b;
}

button
{
	border: 1px solid #95836b;
	background: #5f5f71 url(../images/ButtonBackground.png) repeat-x top left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
button:hover
{
	border: 1px solid #a7794f;
	color: #d3bca7;
}

#Wrapper
{
	margin: 0;
	background: #5c5c5c url(../images/WrapperBackground.png) repeat top left;
}
#PageMinHeight
{
	display: none;
	/*
	width: 1px;
	overflow: hidden;
	float: right;
	height: 500px;
	*/
}
#PageContainer
{
	width: 815px;
	text-align: left;
	margin: 0 auto;
	background: transparent url(../images/PageContainerBackground.png) repeat-y top left;
}
#Page 
{
	position: relative;
	width: 775px;
	margin: 0px 20px;
	background: #faf6f0 url(../images/PageBackground.png) repeat-y top left;
}
#PageHeader
{
	height: 248px;
	background: transparent url(../images/PageBackgroundTop.jpg) no-repeat top left;
}
#PageHeader h1
{
	display: none;
}
#Navigation
{
	border-right: 1px solid #d3c8c4;
	float: left;
	width: 140px;
	margin-left: 32px;
	display: inline; /* FIX IE double margin bug */
}
#Navigation ul
{
	margin: 0;
	padding: 10px 0px 0px 10px;
}
#Navigation li
{
	background: transparent;
	padding: 0;
	list-style: none;
	margin: 0 0 10px 0;
}
#MainContent
{
	margin-left: 240px;
	width: 500px;
}
#PageFooter
{
	position: relative;
	clear: both;
	font-size: 11px;
	height: 47px;
	background: transparent url(../images/PageBackgroundBottom.jpg) no-repeat top left;
}

#BelowWrapper
{
	background: transparent url(../images/WrapperShadow.png) repeat-x top left;
	padding: 20px;
	text-align: left;
}
#CreatedBy
{
	font-size: 10px;
	color: #606060;
}
#CreatedBy a
{
	color: #606060;
	text-decoration: none;
}
#LoginLink
{
	font-size: 10px;
}


#UserToolbar
{
	position: absolute;
	right: 20px;
	top: 20px;
}
#ContentEditToolbar
{
	position: absolute;
	right: 20px;
	top: 220px;
}


#LoginForm label
{
	float: left;
	width: 120px;
}
#LoginForm input
{
	margin-bottom: 2px;
}
.htmlarea table { border: none;}
.htmlarea td { font-size: 12px; padding: 0px; }

.PictureRight
{
	float: right;
	margin-left: 12px;
	margin-bottom: 10px;
}
.PictureRight img
{
	border: 2px solid #909090;
}
.PictureRight p
{
	margin: 4px 0;
	font-size: 12px;
}
FieldRow,
.FormRow
{
	margin-bottom: 2px;
}
.FieldRow
{
	padding-bottom: 2px;
}
.FieldName,
.FormRow label
{
	font-weight: bold;
	color: #505050;
	margin-right: 8px;
	float: left;
	width: 160px;
}
.FormButtons
{
	margin-left: 168px;
}
.FieldHint
{
	font-style: italic;
	font-size: 10px;
}


.MessageBox
{
	margin: 0px 0px 12px 0px;
	position: relative;
}

.MessageBox p
{
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.UserMessageSuccess p
{
	color: green;
}
.UserMessageinfo p
{
	color: #000066;
}
.UserMessageWarning p,
.UserMessageCaution p
{
	color: #e06000;
}
.UserMessageError p
{
	color: #990000;
}

.PackageDisplay
{
	position: relative;
	border-bottom: 1px solid #d3c8c4;
	padding: 0 0 6px 40px;
}
.PackageDisplay img
{
	position: absolute;
	top: 0px;
	left: 0px;
}

pre.Code
{
	font-size: 10px;
	padding: 4px;
	border-top: 1px solid #d3c8c4;
	border-bottom: 1px solid #d3c8c4;
}
	

