body 
{
	margin: 0px;
	background-color: #eedece;
	background-image: url(TopShadow.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Verdana, Sans-Serif;
	font-size: x-small;
	color: #476887;
}
a:link, a:visited
{
	color: #003366;
	text-decoration: underline;
}
div.ec_mainBack
{
	margin: 0px auto 0px auto;
	width: 860px;
	background-image: url(MainBg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
div.ec_main
{
	margin: 0px;
	padding: 105px 27px 10px 27px;
	background-image: url(MainBgTop.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
table.ec_searchBar
{
	table-layout: fixed;
	width: 100%;
	margin-bottom: 16px;
}
table.ec_searchBar td
{
	 text-align: right; 
	 padding-right: 10px; 
	 height: 28px; 
	 background-image: url(SearchBar.gif);
	 background-position: left top;
	 background-repeat: no-repeat;
}
div.ec_footer
{
	margin: 0px auto 0px auto;
	padding-top: 20px;
	width: 860px;
	background-image: url(FooterBg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
}
table.fixed
{
	table-layout: fixed;
	width: 100%;
}

/* Meny */
.ec_CssClass
{
	/* TABLE runt menyn */
}
.ec_BodyCssClass
{
	/* TD runt menyn */
	padding: 0px;
}
div.DNNTree div
{
	margin-bottom: 8px;
}
div.DNNTree div img
{
	height: 7px;
}
.ec_NodeChildCssClass
{
	padding-left: 0px;
}
.ec_NodeCssClass
{
	padding-left: 0px;
}
.ec_NodeOverCssClass
{
}
.ec_NodeSelectedCssClass
{
	font-weight: bold;
}

/* LeftPane */
.ec_leftPane div.ec_container
{
	margin-bottom: 16px;
}
.ec_leftPane div.ec_top
{
	margin-bottom: 10px;
}
.ec_leftPane div.ec_top span.ec_title
{
	font-size: x-large;
	color: #476887;
}
.ec_leftPane div.ec_content div.Normal
{
	font: 11px/16px Verdana, Sans-Serif;
}
.ec_leftPane div.ec_content p
{
	margin: 8px 0px 8px 0px;
}

/* RightPane */
.ec_rightPane
{
	width: 197px;
}
.ec_rightPane div.ec_container
{
	background-color: #f5f8ff;
	background-image: url(RightPaneBg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 16px;
}
.ec_rightPane div.ec_top
{
	padding: 6px 6px 6px 10px;
	background-color: #edf0f8;
	background-image: url(RightPaneTitle.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: solid 1px #c7d0e9;
}
.ec_rightPane div.ec_top2
{
	display: none;
}
.ec_rightPane div.ec_top span.ec_title
{
	font-size: medium;
	color: #0057a8;
}
.ec_rightPane div.ec_content
{
	padding: 2px 5px 2px 10px;
	background-image: url(RightPaneBottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.ec_rightPane div.ec_content div.Normal
{
	font: 10px/14px Verdana, Sans-Serif;
}
.ec_rightPane div.ec_content2 img
{
	margin-bottom: 4px;
}
.ec_rightPane div.ec_content p
{
	margin: 8px 0px 8px 0px;
}

/* ContentPane */
.ec_contentPane div.ec_container
{
	margin-bottom: 16px;
}
.ec_contentPane div.ec_top
{
	margin-bottom: 10px;
}
.ec_contentPane div.ec_top span.ec_title
{
	font-size: x-large;
	color: #476887;
}
.ec_contentPane div.ec_content div.Normal
{
	font: 11px/16px Verdana, Sans-Serif;
}
.ec_contentPane div.ec_content p
{
	margin: 8px 0px 8px 0px;
}

/* Kontrollpanel i adminläge */
table.ControlPanel
{
	margin-bottom: 16px;
}

