/* Common Styles */
body
{
	margin:0px;
	text-align:center;
}

body, td, th, msonormal, .RadEContent, .RadEContentBordered, TextArea, input 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

H1
{
	font-size: 14px;
	font-weight: bold;
}

H2 
{
	font-size: 13px;
	font-weight: bold;
}

A 
{	
	color: #628d38;
}

/* Common Styles End */
/* Page layout */

.pagelayout {
	top: 0px;
	width:999px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.topbarcontainer {
	height: 100px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
}

.pagecontentcontainer  
{
	background-color: #e5eaee;
	margin: 0px px 0px 0px;
	padding: 0px px 0px 0px;
}

.brandingtopcontainer 
{
	overflow:hidden;
	position:relative;
	float: none;
	height: 77px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.searchcontainer
{
	z-index:3;
	position: absolute;
	left:577px;
	width: 412px;
	height: 19px;
	float: right;
	margin: 10px 0px 0px 0px;
}

.leftmenucontainer
{
	overflow:hidden;
	position: relative;
	width: 180px;
	min-height: 300px;
	height: auto;
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #dfe3e2;
	clear: left; 
	background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/pix/fader.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.rightmenucontainer
{
	position:relative;
	width: 180px;
	min-height: 300px;
	height: 300px;
	float: right;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #dfe3e2;
	clear: right;
	background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/pix/fader.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.contentcontainer
{
	width: 639px;
	height: 300px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: none;
	background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/pix/centercontentfader.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.pagetoolscontainer 
{
	background-color: transparent;
	width:100%;
	padding-bottom:9px;
	padding-top:10px;
}

.contentareacontainer
{
	margin-bottom:0px;
	margin-left:6px;
	margin-right:6px;
	margin-top:0px;
}

.RightMenuButtomPadding,
.LeftMenuButtomPadding
{
	height: 120px;
	width: 1px;
	float: left;
}

/* Page Layout End */
/* Topbar Styles - Start */

.centrelogo {
	left: 0px;
	width: 100%;
	position: absolute;
	z-index:2;
	top: 0px;
	height: 77px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

.partnerlogo
{
	overflow:hidden;
	position: relative;
	clear:right;
	height: 31px;
	float: right;
	margin: 6px 0px 0px 0px;
	
}
.brandingimage {
	width: expression(calcBrandingImageWidth()+' px');
	height: 10px;
}

.servicebar
{
	padding: 1px 0px 0px 0px;
	float: right;
}

.searchbox
{
	float: right;
	padding: 0px 0px 0px 12px;
}

.searchtext
{
	width: 109px;
	top: 0px;
	left: 0px;
	margin: 0px 0px 4px 0px;
}

.topbar 
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	position: relative;
	background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/centertopbarbaggrund.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.topmenubar 
{
	position:relative;
	top:77px;
	/* border-top: Transparant 2px solid;  */
	border-top:	   none;
	border-right:  none;
	border-left:   none;
	border-bottom: none;
	width: 100%;
	height: 23px;
	background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/menu/topmenu_baggrund.gif);
	background-repeat:repeat-x;
	background-position: top left;
	background-color: #015233;
	clear: both; 
}

.topmenu
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 23px;
	text-align: left;
	clear: right;
}

.topmenu A:Active,
.topmenu A:Link,
.topmenu A:Visited
{
	font-size: 11px;
	color: white;
	text-decoration: none;
	padding: 0px 12px 0px 0px;
}

.topmenu A:hover
{
	font-weight:bolder;
	text-decoration: underline;
}

.catchphrase
{
	float: left;
	font-size: 10px;
	font-family: Verdana;
	font-weight:bold;
	color: #FFFFFF;
	padding: 3px 19px 0px 12px;
}

/* Topbar Styles */
/* Page Header Styles */

.breadcrumb
{
	margin-right:240px;
	margin-top:16px;
	margin-left:3px;
	padding-left:9px;
}

.breadcrumb p,
.breadcrumb A:active
{
	display:inline;
	color: #628d38;
	font-size: 9px;
	text-decoration: none;
}

.breadcrumb A:link,
.breadcrumb A:visited,
.breadcrumb A:hover
{
	color: #628d38;
	font-size: 9px;
	text-decoration: underline;
}

.PageTools
{
	float:right;
	width:226px;
	text-align:right;
	margin-right:6px;
}

.Paging A.next,
.Paging A.previous,
.Paging A.home,
.Paging A.page,
.Paging A.page_selected
{
	margin-right:3px;
}

.imagebutton
{
	border: none ! important;
	cursor: hand;
}

/* Page Header Styles End*/
/* Page Footer Styles */

.bundfrise
{
	width: 100%;
	padding: 6px 6px 6px 6px;
	text-align: center;
	color: #adadad;
	font-size: 9px;
}

.bundfrise A:active,
.bundfrise A:Visited,
.bundfrise A:link
{
	color: #adadad;
	font-size: 9px;
}

.bundfrise A:hover
{
	text-decoration: underline;
}

/* Page Footer Styles End*/
/* Styles for Milonic DropDown Menu Start */

.MenuItemOver
{
	/* background-color:Transparent; */
	border-style:none;
	cursor: hand;
	font-size: 11px;
	text-align: left;
	padding: 0px;
	text-decoration:none;
	padding-top:1px;
	padding-bottom:0px;
	padding-left:6px;
	padding-right:6px;
	color:White;
    height:20px;
	background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/menu/topmenu_baggrund_inv.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

.MenuItem
{
	background-color:Transparant;
    border-style:none;
    font-size: 11px;
    text-align: left;
    padding: 0px;
	text-decoration:none;
	padding-top:1px;
	padding-bottom:0px;
	padding-left:6px;
	padding-right:6px;
    color:White; 
    height:20px;
	background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/menu/topmenu_baggrund.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

/* Styles for Milonic DropDown Menu - End */
/* PopUp classes - Start */

.linkbutton
{
	font-size:11px;
	color:White;
}

a.linkbutton
{
	text-decoration:none;
	color:White;
}

#popup_topbar
{
	padding-right:15px;
	padding-left:15px;
	background-color:#37765c;
	height:17px;
	vertical-align:middle;
}

#popup_brandingbar
{
	padding-right:15px;
	padding-left:15px;
	background-image:url(/CmsRoot/Skins/DLIDLBR/PopUp/Resources/images/popup-header-background.gif);
	background-repeat:repeat-x;
	height:36px;
}

#popup_content
{
	padding-right:22px;
	padding-left:22px;
	padding-top:20px;
}

#popup_bottombar
{
	background-color:#37765c;
	height:17px;
}

/* PopUp classes - End */

/* Posting List */

.clsDisplayName
{
	font-weight: bold;
}

/* Left treview menu - Start */
/* main list without Javascript */
ul.nav{
	width:100%;
	margin:0;
	display:none;
}
ul.nav li{
	list-style-type:none;
}
ul.nav ul{
	margin:0px 0px 0px 12px;
	padding:0px;
}
ul.nav a, ul.nav a:link, ul.nav a:visited
{
	text-decoration:none;
	color:#000000;
}
ul.nav a:hover
{
	text-decoration:none;
	color:#628d38;
}
/* main list with Javascript */

ul.dln_nav
{
	display:block;
	margin-left:-1px;
	text-align:left;
	padding:0px;
}

ul.dln_nav ul
{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-left:-1px;
	padding-right:0px;
	padding-top:0px;
}

ul.dln_nav li
{
	list-style-type:none;
	list-style-position:outside;
	display:block;
	padding-left:12px;
	margin-left:0px;
	line-height:14px;
	padding-top:2px;
}
.dln_hide
{
	display:none;
}
.dln_show
{
	display:block;
}
.dln_parent
{
	background-image:url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/menu/SinglePlus.gif);
	background-repeat:no-repeat;
	background-position:left top;
	list-style-image:none;
}
.dln_active
{
	background-image:url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/menu/SingleMinus.gif);
	background-repeat:no-repeat;
	background-position:left top;
	list-style-image:none;
}
.dln_document
{
	list-style-image:none;
}
ul.dln_nav a, ul.dln_nav a:link, ul.dln_nav a:visited
{
	width:100%;
	text-decoration:none;
	color:#000000;
}
ul.dln_nav a:hover
{
	color:#628d38;
}

/* Left treview menu - End */


.leftmenucontainer .ComponentBar
{
	padding-left:9px;	
	padding-right:9px;	
}

.rightmenucontainer .ComponentBar
{
	padding-left:9px;	
	padding-right:9px;	
}


.ComponentBarTitleTextBox
{
	width:100px;
	background-color:Transparent;
	border:none 0px none;
	font-size: 11px;
	font-weight: bold;
	color: White;
}


/* WebPartBox Style dark, with rounded corners, padding, border */
.rightmenucontainer .DefaultWebPartBox,
.leftmenucontainer .DefaultWebPartBox,
.RoundedDarkPaddingBorderWebPartBox
{
	position:relative;
	font-size:11px;
	margin-bottom:12px;
}

.rightmenucontainer .DefaultWebPartBox .hdr .c a,
.leftmenucontainer .DefaultWebPartBox .hdr .c a,
.RoundedDarkPaddingBorderWebPartBox .hdr .c a,
.rightmenucontainer .DefaultWebPartBox .hdr .c a:hover,
.leftmenucontainer .DefaultWebPartBox .hdr .c a:hover,
.RoundedDarkPaddingBorderWebPartBox .hdr .c a:hover,
.rightmenucontainer .DefaultWebPartBox .hdr .c a:active,
.leftmenucontainer .DefaultWebPartBox .hdr .c a:active,
.RoundedDarkPaddingBorderWebPartBox .hdr .c a:active,
.rightmenucontainer .DefaultWebPartBox .hdr .c a:visited,
.leftmenucontainer .DefaultWebPartBox .hdr .c a:visited,
.RoundedDarkPaddingBorderWebPartBox .hdr .c a:visited
{
	text-decoration:none;
	color:Black;	
}

.rightmenucontainer .DefaultWebPartBox .hdr .l,
.leftmenucontainer .DefaultWebPartBox .hdr .l,
.RoundedDarkPaddingBorderWebPartBox .hdr .l
{
    background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/pix/topleftcorner.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left:12px;
    height:22px;
}
.rightmenucontainer .DefaultWebPartBox .hdr .c,
.leftmenucontainer .DefaultWebPartBox .hdr .c,
.RoundedDarkPaddingBorderWebPartBox .hdr .c
{
	color:Black!important;
	font-weight:bold;
	background-color:#ffffff;
	border-top:solid 1px #ffffff;
	padding: 6px 0px 5px 0px;
    height:22px;
    padding-top:1px;
}
.rightmenucontainer .DefaultWebPartBox .hdr .r,
.leftmenucontainer .DefaultWebPartBox .hdr .r,
.RoundedDarkPaddingBorderWebPartBox .hdr .r
{
    background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/pix/toprightcorner.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right:12px;
    height:22px;
}
.rightmenucontainer .DefaultWebPartBox .cnt .l,
.leftmenucontainer .DefaultWebPartBox .cnt .l,
.RoundedDarkPaddingBorderWebPartBox .cnt .l
{
	border-left:solid 1px #ffffff;
	background-color:#ffffff;
    padding-left:12px;
    /*display:inline-block;*/
}
.rightmenucontainer .DefaultWebPartBox .cnt .c,
.leftmenucontainer .DefaultWebPartBox .cnt .c,
.RoundedDarkPaddingBorderWebPartBox .cnt .c
{
	padding-top:9px;
	background-color:#ffffff;
    /*display:inline-block;*/
}
.rightmenucontainer .DefaultWebPartBox .cnt .r,
.leftmenucontainer .DefaultWebPartBox .cnt .r,
.RoundedDarkPaddingBorderWebPartBox .cnt .r
{
	border-right:solid 1px #ffffff;
	background-color:#ffffff;
	padding-right:12px;
    /*display:inline-block;*/
}
.rightmenucontainer .DefaultWebPartBox .ftr .l,
.leftmenucontainer .DefaultWebPartBox .ftr .l,
.RoundedDarkPaddingBorderWebPartBox .ftr .l
{
    background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/pix/blcornerneutral.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-left:12px;
    height:9px;
}
.rightmenucontainer .DefaultWebPartBox .ftr .c,
.leftmenucontainer .DefaultWebPartBox .ftr .c,
.RoundedDarkPaddingBorderWebPartBox .ftr .c
{
	background-color:#ffffff;
	/*border-bottom:solid 1px #ffffff;*/
    height:9px;
    font-size:0px;
    /*line-height:0px;*/

}
.rightmenucontainer .DefaultWebPartBox .ftr .r,
.leftmenucontainer .DefaultWebPartBox .ftr .r,
.RoundedDarkPaddingBorderWebPartBox .ftr .r
{
    background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/pix/brcornerneutral.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-right:12px;
    height:9px;
}

/* WebPartBox Style light, with rounded corners, padding, border */
.contentareacontainer .DefaultWebPartBox,
.RoundedLightPaddingBorderWebPartBox
{
	position:relative;
	font-size:11px;
	margin-bottom:12px;
}

.contentareacontainer .DefaultWebPartBox .hdr .c a,
.RoundedLightPaddingBorderWebPartBox .hdr .c a,
.contentareacontainer .DefaultWebPartBox .hdr .c a:hover,
.RoundedLightPaddingBorderWebPartBox .hdr .c a:hover,
.contentareacontainer .DefaultWebPartBox .hdr .c a:active,
.RoundedLightPaddingBorderWebPartBox .hdr .c a:active,
.contentareacontainer .DefaultWebPartBox .hdr .c a:visited,
.RoundedLightPaddingBorderWebPartBox .hdr .c a:visited
{
	text-decoration:none;
	color:Black;	
}

.contentareacontainer .DefaultWebPartBox .hdr .l,
.RoundedLightPaddingBorderWebPartBox .hdr .l
{
    background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/tl.gif);
    background-position: top left;
    background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:0px;
	height:18px;
	background-color:white;
	
}

.contentareacontainer .DefaultWebPartBox .hdr .c,
.RoundedLightPaddingBorderWebPartBox .hdr .c
{
    background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/dot.gif);
	background-repeat:repeat-x;
	background-color:white;
	border:none;
	font-size:11px;
	height:10px;
	padding-bottom:5px;
	font-weight:bold;
}
.contentareacontainer .DefaultWebPartBox .hdr .r,
.RoundedLightPaddingBorderWebPartBox .hdr .r
{
    background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
	padding-right:10px;
	height:18px;
	padding-bottom:0px;
}
.contentareacontainer .DefaultWebPartBox .cnt .l,
.RoundedLightPaddingBorderWebPartBox .cnt .l
{
    /*background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/dot.gif);*/
	/*background-position: top left;*/
	/*background-repeat: repeat-y;*/
    padding-left:10px;
	background-color:white;
    /*display:inline-block;*/
	border-left:solid 1px #C6C3C6;
}

.contentareacontainer .DefaultWebPartBox .cnt .c,
.RoundedLightPaddingBorderWebPartBox .cnt .c
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	background-color:white; 
    /*display:inline-block;*/
}

.contentareacontainer .DefaultWebPartBox .cnt .r,
.RoundedLightPaddingBorderWebPartBox .cnt .r
{
    /*background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/dot.gif);*/
	/*background-position: top right;*/
	/*background-repeat: repeat-y;*/
	/*border:none;*/
	/*display:inline-block;*/
	background-color:white;
	padding-right:12px;
	border-right:solid 1px #C6C3C6;
}

.contentareacontainer .DefaultWebPartBox .ftr .l,
.RoundedLightPaddingBorderWebPartBox .ftr .l
{
    background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-left:10px;
}
.contentareacontainer .DefaultWebPartBox .ftr .c,
.RoundedLightPaddingBorderWebPartBox .ftr .c
{
    /*background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/dot.gif);*/
	/*background-repeat:repeat-x;*/
	/*background-position:left bottom;*/
	border-bottom:solid 1px #C6C3C6;
	background-color:white;
	padding-top:8px;
}

.contentareacontainer .DefaultWebPartBox .ftr .r,
.RoundedLightPaddingBorderWebPartBox .ftr .r
{
    background-image: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-right:10px;
	border:none;
	height:9px;
}
/* WebPartBox Style dark, with square corners, padding, no border */
.SquareDarkPaddingNoBorderWebPartBox
{
	position:relative;
	font-size:11px;
	margin-bottom:12px;
}

.SquareDarkPaddingNoBorderWebPartBox .hdr .c a,
.SquareDarkPaddingNoBorderWebPartBox .hdr .c a:hover,
.SquareDarkPaddingNoBorderWebPartBox .hdr .c a:active,
.SquareDarkPaddingNoBorderWebPartBox .hdr .c a:visited
{
	text-decoration:none;
	color:#CFDAE0;	
}

.SquareDarkPaddingNoBorderWebPartBox .hdr .l
{
}
.SquareDarkPaddingNoBorderWebPartBox .hdr .c
{
	color:#CFDAE0;
	font-weight:bold;
	background-color:#37765c;
	border-top:solid 1px #87b09e;
	padding: 6px 12px 5px 12px;
    height:22px;
}

.SquareDarkPaddingNoBorderWebPartBox .hdr .r
{
}
.SquareDarkPaddingNoBorderWebPartBox .cnt .l
{
	background-color:#CFDAE0;
    padding-left:12px;
    display:inline-block;
}
.SquareDarkPaddingNoBorderWebPartBox .cnt .c
{
	padding-top:9px;
	background-color:#CFDAE0;
    display:inline-block;
}
.SquareDarkPaddingNoBorderWebPartBox .cnt .r
{
	background-color:#CFDAE0;
	padding-right:12px;
    display:inline-block;
}
.SquareDarkPaddingNoBorderWebPartBox .ftr .l
{
}
.SquareDarkPaddingNoBorderWebPartBox .ftr .c
{
	background-color:#CFDAE0;
    height:9px;
    font-size:0px;
    line-height:0px;
	padding: 0px 12px 0px 12px;
}
.SquareDarkPaddingNoBorderWebPartBox .ftr .r
{
}


/* WebPartBox Style light, with square corners, no padding, no border */
.SquareLightNoPaddingNoBorderWebPartBox
{
	position:relative;
	font-size:11px;
	margin-bottom:12px;
}

.SquareLightNoPaddingNoBorderWebPartBox .hdr .c a,
.SquareLightNoPaddingNoBorderWebPartBox .hdr .c a:hover,
.SquareLightNoPaddingNoBorderWebPartBox .hdr .c a:active,
.SquareLightNoPaddingNoBorderWebPartBox .hdr .c a:visited
{
	text-decoration:none;
	color:White;	
}

.SquareLightNoPaddingNoBorderWebPartBox .hdr .l
{
}
.SquareLightNoPaddingNoBorderWebPartBox .hdr .c
{
	color:White;
	font-weight:bold;
	background-color:#37765c;
	border-top:solid 1px #87b09e;
	padding: 6px 12px 5px 12px;
    height:22px;
}

.SquareLightNoPaddingNoBorderWebPartBox .hdr .r
{
}
.SquareLightNoPaddingNoBorderWebPartBox .cnt .l
{
    display:inline-block;
}
.SquareLightNoPaddingNoBorderWebPartBox .cnt .c
{
	background-color:White;
    display:inline-block;
}
.SquareLightNoPaddingNoBorderWebPartBox .cnt .r
{
    display:inline-block;
}
.SquareLightNoPaddingNoBorderWebPartBox .ftr .l
{
}
.SquareLightNoPaddingNoBorderWebPartBox .ftr .c
{
    font-size:0px;
    line-height:0px;
}
.SquareLightNoPaddingNoBorderWebPartBox .ftr .r
{
}

/* WebPartBox Style light, with square corners, padding, border */
.SquareLightPaddingBorderWebPartBox
{
	position:relative;
	font-size:11px;
	margin-bottom:12px;
}

.SquareLightPaddingBorderWebPartBox .hdr .c a,
.SquareLightPaddingBorderWebPartBox .hdr .c a:hover,
.SquareLightPaddingBorderWebPartBox .hdr .c a:active,
.SquareLightPaddingBorderWebPartBox .hdr .c a:visited
{
	text-decoration:none;
	color:White;	
}

.SquareLightPaddingBorderWebPartBox .hdr .l
{
}
.SquareLightPaddingBorderWebPartBox .hdr .c
{
	color:White;
	font-weight:bold;
	background-color:#37765c;
	border-top:solid 1px #87b09e;
	border-right:solid 1px #1e5741;
	border-left:solid 1px #87b09e;
	padding: 6px 12px 5px 12px;
    height:22px;
}

.SquareLightPaddingBorderWebPartBox .hdr .r
{
}
.SquareLightPaddingBorderWebPartBox .cnt .l
{
	border-left:solid 1px #87b09e;
	background-color:White;
    padding-left:12px;
    display:inline-block;
}
.SquareLightPaddingBorderWebPartBox .cnt .c
{
	padding-top:9px;
	background-color:White;
    display:inline-block;
}
.SquareLightPaddingBorderWebPartBox .cnt .r
{
	border-right:solid 1px #1e5741;
	background-color:White;
	padding-right:12px;
    display:inline-block;
}
.SquareLightPaddingBorderWebPartBox .ftr .l
{

}
.SquareLightPaddingBorderWebPartBox .ftr .c
{
	border-bottom:solid 1px #1e5741;
	border-right:solid 1px #1e5741;
	border-left:solid 1px #87b09e;
	background-color:White;
    height:9px;
    font-size:0px;
    line-height:0px;
	padding: 0px 12px 0px 12px;
}
.SquareLightPaddingBorderWebPartBox .ftr .r
{
}


/* WebPartBox Style dark, with square corners, padding, border */
.SquareDarkPaddingBorderWebPartBox
{
	position:relative;
	font-size:11px;
	margin-bottom:12px;
}

.SquareDarkPaddingBorderWebPartBox .hdr .c a,
.SquareDarkPaddingBorderWebPartBox .hdr .c a:hover,
.SquareDarkPaddingBorderWebPartBox .hdr .c a:active,
.SquareDarkPaddingBorderWebPartBox .hdr .c a:visited
{
	text-decoration:none;
	color:#CFDAE0;	
}

.SquareDarkPaddingBorderWebPartBox .hdr .l
{
}
.SquareDarkPaddingBorderWebPartBox .hdr .c
{
	color:#CFDAE0;
	font-weight:bold;
	background-color:#37765c;
	border-right:solid 1px #1e5741;
	border-left:solid 1px #87b09e;
	border-top:solid 1px #87b09e;
	padding: 6px 12px 5px 12px;
    height:22px;
}

.SquareDarkPaddingBorderWebPartBox .hdr .r
{
}
.SquareDarkPaddingBorderWebPartBox .cnt .l
{
	border-left:solid 1px #87b09e;
	background-color:#CFDAE0;
    padding-left:12px;
    display:inline-block;
}
.SquareDarkPaddingBorderWebPartBox .cnt .c
{
	padding-top:9px;
	background-color:#CFDAE0;
    display:inline-block;
}
.SquareDarkPaddingBorderWebPartBox .cnt .r
{
	border-right:solid 1px #1e5741;
	background-color:#CFDAE0;
	padding-right:12px;
    display:inline-block;
}
.SquareDarkPaddingBorderWebPartBox .ftr .l
{
}
.SquareDarkPaddingBorderWebPartBox .ftr .c
{
	border-bottom:solid 1px #1e5741;
	border-right:solid 1px #1e5741;
	border-left:solid 1px #87b09e;
	background-color:#CFDAE0;
    height:9px;
    font-size:0px;
    line-height:0px;
	padding: 0px 12px 0px 12px;
}
.SquareDarkPaddingBorderWebPartBox .ftr .r
{
}


/* WebPartBox Style light, with square corners, no padding, border */
.SquareLightNoPaddingBorderWebPartBox
{
	position:relative;
	font-size:11px;
	margin-bottom:12px;
}

.SquareLightNoPaddingBorderWebPartBox .hdr .c a,
.SquareLightNoPaddingBorderWebPartBox .hdr .c a:hover,
.SquareLightNoPaddingBorderWebPartBox .hdr .c a:active,
.SquareLightNoPaddingBorderWebPartBox .hdr .c a:visited
{
	text-decoration:none;
	color:White;	
}

.SquareLightNoPaddingBorderWebPartBox .hdr .l
{
}
.SquareLightNoPaddingBorderWebPartBox .hdr .c
{
	color:White;
	font-weight:bold;
	background-color:#37765c;
	border-top:solid 1px #87b09e;
	border-right:solid 1px #1e5741;
	border-left:solid 1px #87b09e;
	padding: 6px 12px 5px 12px;
    height:22px;
}

.SquareLightNoPaddingBorderWebPartBox .hdr .r
{
}
.SquareLightNoPaddingBorderWebPartBox .cnt .l
{
    display:inline-block;
}
.SquareLightNoPaddingBorderWebPartBox .cnt .c
{
	border-right:solid 1px #1e5741;
	border-left:solid 1px #87b09e;
	background-color:White;
    display:inline-block;
}
.SquareLightNoPaddingBorderWebPartBox .cnt .r
{
    display:inline-block;
}
.SquareLightNoPaddingBorderWebPartBox .ftr .l
{
}
.SquareLightNoPaddingBorderWebPartBox .ftr .c
{
	border-bottom:solid 1px #1e5741;
	border-right:solid 1px #1e5741;
	border-left:solid 1px #87b09e;
    font-size:0px;
    line-height:0px;
}
.SquareLightNoPaddingBorderWebPartBox .ftr .r
{
}


/* WebPartBox Style none, with no header, no padding, no border */
.NoHeaderNopaddingNoBorderWebPartBox
{
	position:relative;
	margin-bottom:12px;
}

.NoHeaderNopaddingNoBorderWebPartBox .hdr .c a,
.NoHeaderNopaddingNoBorderWebPartBox .hdr .c a:hover,
.NoHeaderNopaddingNoBorderWebPartBox .hdr .c a:active,
.NoHeaderNopaddingNoBorderWebPartBox .hdr .c a:visited
{
	text-decoration:none;
}

.NoHeaderNopaddingNoBorderWebPartBox .hdr .l
{
}
.NoHeaderNopaddingNoBorderWebPartBox .hdr .c
{
}

.NoHeaderNopaddingNoBorderWebPartBox .hdr .r
{
}
.NoHeaderNopaddingNoBorderWebPartBox .cnt .l
{
    display:inline-block;
}
.NoHeaderNopaddingNoBorderWebPartBox .cnt .c
{
    display:inline-block;
}
.NoHeaderNopaddingNoBorderWebPartBox .cnt .r
{
    display:inline-block;
}
.NoHeaderNopaddingNoBorderWebPartBox .ftr .l
{
}
.NoHeaderNopaddingNoBorderWebPartBox .ftr .c
{
    font-size:0px;
    line-height:0px;
}
.NoHeaderNopaddingNoBorderWebPartBox .ftr .r
{
}

.logincontrolbutton A:link, .logincontrolbutton A:visited, .logincontrolbutton A:hover
{
	font-size:11px;
    color:white;
    text-decoration:none;
	font-weight:bold;
}
.BodyHeader
{
	/* overskrft på rss reader */
	font-weight:bold;
}
.BodyItemHeader
{
	/* overskrifter i feed i rss reader */
	font-weight:bold;
}
.dlrrssreader
{
	/* rss reader container */
}
.ms-toolbar A:link, .ms-toolbar A:visited, .ms-toolbar A:hover
{
	/* Sharepoint calendar buttons */
	font-size:11px;
}
.SiteMapBoxTitle a
{
	font-weight:bold;
	color:#3B7696;
}

.SiteMapItemRow a
{
	color:#3B7696;
}

.SiteMapLinks
{
		
}

/* PAGE ELEMENTS */

img	{
	border: 0px;
	}

.pageSeperator
	{
	display: block;
	width: 100%;
	clear: both;
	}
.pageHead
	{
	clear: both;
	width: 100%;
	font-size: 12px;
	border-bottom: 1px solid #84ae55;
	border-top: 1px solid #d6e4c5;
	padding: 2px 0px 2px 0px;
	margin: 2px 0px 10px 0px;
	}
.pageGfxHeader
	{
	margin: 0px 0px 10px 0px;
	}
p.pageIntro
	{
	margin: 20px 0px 20px 0px;
	}


/* OUTLINED TEXTBOX */

.custombox
	{
	width: 100%;
	}
.custombox .t
	{
	background: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/dot.gif) 0 0 repeat-x;
	width: 100%;
	}
.custombox .b
	{
	background: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/dot.gif) 0 100% repeat-x;
	}
.custombox .l
	{
	background: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/dot.gif) 0 0 repeat-y;
	}
.custombox .r
	{
	background: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/dot.gif) 100% 0 repeat-y;
	}
.custombox .bl
 	{
	background: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/bl.gif) 0 100% no-repeat;
	}
.custombox .br
	{
	background: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/br.gif) 100% 100% no-repeat;
	}
.custombox .tl
	{
	background: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/tl.gif) 0 0 no-repeat;
	}
.custombox .tr
	{
	background: url(/CmsRoot/Skins/DLIDLBR/Default/Resources/images/navgfx/tr.gif) 100% 0 no-repeat;
	padding: 20px 10px 20px 10px;
	}



/* SOFTBOX SETUP */

table.softBoxOuter
	{
	/*border-collapse: collapse;*/
	}
table.softBoxOuter td
	{
	vertical-align: top;
	width: 50%;
	}
table.softBoxOuter td.sboL
	{
	padding: 10px 10px 0px 0px;
	}
table.softBoxOuter td.sboR
	{
	padding: 10px 0px 0px 10px;
	}



/* APP PAGE */
.pageAppFunctions
	{
	float: right;
	width: 32%;
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	}
.pageAppFunctions a
	{
	display: block;
	}


/* SINGLE SOFTBOXES */
table.softBox
	{
	width:100%;
	height: 170px;
	border-collapse:collapse;
	padding: 10px;
	background-repeat:no-repeat;
	}
.softBoxR
	{
	width: 8px;
	background-position:right;
	float:right;
	display:inherit;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
.softBoxContent
	{
	vertical-align: top;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	}
.softBoxContent a.softBoxLink
	{
	text-align: right;
	display:block;
	color: #000000;
	}
.softBoxText
	{
	margin: 55px 5px 0px 138px;
	}
.softBoxContent img
	{
	display: block;
	}

/* SOFT BOX CONTENTS */
.softBoxContentListOuter
	{
	color: #ffffff;
	font-weight: bold;
	margin-top:10px;
	width: 90%; 
	padding: 2px 6px 2px 6px;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	}
ul.softBoxContentList
	{
	float:inherit; 
	border: 1px solid;
	margin: 0px 0px 0px 0px;
	padding: 6px;
	width: 90%;
	}

ul.softBoxContentList li
	{
	display: block;
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
	float: left;
	width: 135px;
	list-style-type: none;
	}

a.softBoxListLink, a.softBoxListLinkActive
	{
	display: block;
	color: #000000;
	font-size: 10px;
	height: 15px;
	padding-left:0px;
	margin-left:0px;
	text-align: left;
	float: left;
	list-style-type: none;
	}
a.softBoxListLinkActive
	{
	font-weight: bold;
	text-transform: uppercase;
	}
a.softBoxListLink:hover
	{
	font-weight: bold;
	}

/* PRICE TABLE */
table.boxPrice
	{
	width: 100%;
	}
.tblPriceLinkbox
	{
	float: right;
	width: 25%;
	}
table.tblPrice
	{
	border-collapse: collapse;
	width: 70%;
	margin-bottom: 20px;
	}
table.tblPrice th
	{
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #c2c2c2;
	height: 18px;
	}
table.tblPrice td
	{
	border-bottom: 1px solid #c2c2c2;
	height: 18px;
	}
table.tblPrice .amnt
	{
	text-align: right;
	}
.pricePageFunctions
	{
	float: right;
	width: 32%;
	margin-left: 20px;
	}
.tblPriceLinkbox ul
	{
	padding: 0px;
	margin: 10px 0px 0px 10px;
	}



/* SUPPORT PAGE CUSTOM TAGS */
ul.supportList
	{
	padding: 0px;
	list-style: none;
	margin: 1%;
	display: block;
	float: left;
	width: 22%;
	}
ul.supportList li
	{
	margin-bottom: 10px;
	}
	
	
.cnt .c
{
   /* FOX Nyt Sikre at content ikke udvider boks */
	overflow:hidden;
	width:100%;
}

.blankcontainer
{
 text-align:left;
}
