body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.PageContainer 
{
	width: 100%;
	height: 100%;
	background: #888888;
}
.ContentContainer 
{
	width: 1024px;
	height: 100%;
	background: #ffffff;
}
#ContentPane {
	width: 724px;
}

.MenuContainer
{
	background: #dddddd;
	width: 100%
}
.FooterContainer
{
	background: #dddddd;
	width: 100%;
}
.PaneContainer
{
	width: 100%;
	height: 100%;
}

A.SkinObject:link
{
	text-decoration: none;
	color: Navy;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: Navy;
}

A.SkinObject:hover
{
	text-decoration: underline;
	color: Navy;
}

A.SkinObject:active
{
	text-decoration: none;
	color: Navy;
}
.Main_DNNMenu_ContainerSub
{
	background-color:#dddddd;
	border-right: solid 1px #444444;
	border-bottom: solid 1px #444444;
	border-top:	solid 1px white;
	border-left: solid 1px white;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	padding: 1px 1px 1px 1px 1px;
}
.Main_DNNMenu_NodeRoot
{
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: Transparent;
	white-space: nowrap;
	padding: 0px 10px 0px 5px;
}
.Main_DNNMenu_Node td
{
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: Transparent;
	white-space: nowrap;
	padding: 1px 3px 3px 1px;
}
.Main_DNNMenu_NodeHover
{
	background-color: #bbbbbb;
}
.Main_DNNMenu_NodeHover td
{
	background-color:#bbbbbb;
}

#LeftPane {
	width: 150px;
}
#RightPane {
	width: 150px;
}

.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}



