/*
 * Ext JS Library 2.0
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

/* all fields */
.x-form-field{
    margin: 0 0 0 0;
    font:normal 12px tahoma, arial, helvetica, sans-serif;
}

/* ---- text fields ---- */
.x-form-text, textarea.x-form-field{
    padding: 1px 3px;
    border: 1px solid #B5B8C8;
}
.x-form-text {
    height:22px;
    line-height:18px;
    vertical-align:middle;
}

.ext-strict .x-form-text {
    height:18px;
}
.ext-safari .x-form-text {
    height:20px; /* safari always same size */
    padding:0 3px; /* remove extra top/bottom padding */
}
.ext-gecko .x-form-text {
    padding-top:2px; /* FF won't center the text vertically */
    padding-bottom:0;
}
/* select boxes */

.x-form-select-one {
    height:20px;
    line-height:18px;
    vertical-align:middle;
    background-color:#fff; /* opera */
    border: 1px solid #B5B8C8;
}

/* multi select boxes */

/* --- TODO --- */

/* checkboxes */

/* --- TODO --- */

/* radios */

/* --- TODO --- */


/* wrapped fields and triggers */

.x-form-field-wrap {
    position:relative;
    zoom:1;
    white-space: nowrap;
}

.x-editor .x-form-check-wrap {
    background:#fff;
}
.x-form-field-wrap .x-form-trigger{
    width:17px;
    height:21px;
    border:0;
    background:transparent url(../images/default/form/trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #B5B8C8;
    position:absolute;
    top:0;
}
.ext-safari .x-form-field-wrap .x-form-trigger{
    height:21px; /* safari doesn't allow height adjustments to the fields, so adjust trigger */
}

.x-form-field-wrap .x-form-date-trigger{
    background-image: url(../images/default/form/date-trigger.gif);
    cursor:pointer;
}
.x-form-field-wrap .x-form-clear-trigger{
    background-image: url(../images/default/form/clear-trigger.gif);
    cursor:pointer;
}
.x-form-field-wrap .x-form-search-trigger{
    background-image: url(../images/default/form/search-trigger.gif);
    cursor:pointer;
}
.ext-safari .x-form-field-wrap .x-form-trigger{
    right:0;
}
.x-form-field-wrap .x-form-twin-triggers{

}
.x-form-field-wrap .x-form-twin-triggers .x-form-trigger{
    position:static;
    top:auto;
    vertical-align:top;
}


.x-form-field-wrap .x-form-trigger-over{
    background-position:-17px 0;
}
.x-form-field-wrap .x-form-trigger-click{
    background-position:-34px 0;
}

.x-trigger-wrap-focus .x-form-trigger{
    background-position:-51px 0;
}
.x-trigger-wrap-focus .x-form-trigger-over{
    background-position:-68px 0;
}
.x-trigger-wrap-focus .x-form-trigger-click{
    background-position:-85px 0;
}
.x-trigger-wrap-focus .x-form-trigger{
    border-bottom: 1px solid #7eadd9;
}

.x-item-disabled .x-form-trigger-over{
    background-position:0 0 !important;
    border-bottom: 1px solid #B5B8C8;
}
.x-item-disabled .x-form-trigger-click{
    background-position:0 0 !important;
    border-bottom: 1px solid #B5B8C8;
}

/* field focus style */
.x-form-focus, textarea.x-form-focus{
	border: 1px solid #7eadd9;
}

/* invalid fields */
.x-form-invalid, textarea.x-form-invalid{
	background:#fff url(../images/default/grid/invalid_line.gif) repeat-x bottom;
	border: 1px solid #dd7870;
}
.ext-safari .x-form-invalid{
	background-color:#ffeeee;
	border: 1px solid #ff7870;
}

/* editors */

.x-editor {
    visibility:hidden;
    padding:0;
    margin:0;
}
.x-form-check-wrap {
    line-height:18px;
}
.ext-ie .x-form-check-wrap input {
    width:15px;
    height:15px;
}
.x-editor .x-form-check-wrap {
    padding:3px;
}
.x-editor .x-form-checkbox {
    height:13px;
}
/* If you override the default field font above, you would need to change this font as well */
.x-form-grow-sizer {
	font:normal 12px tahoma, arial, helvetica, sans-serif;
    left: -10000px;
	padding: 8px 3px;
    position: absolute;
    visibility:hidden;
    top: -10000px;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    zoom:1;
}
.x-form-grow-sizer p {
    margin:0 !important;
    border:0 none !important;
    padding:0 !important;
}
/* Form Items CSS */

.x-form-item {
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    display:block;
    margin-bottom:4px;
}

.x-form-item label {
    display:block;
    float:left;
    width:100px;
    padding:3px;
    padding-left:0;
    clear:left;
    z-index:2;
    position:relative;
}

.x-form-element {
    padding-left:105px;
    position:relative;
}

.x-form-invalid-msg {
    color:#ee0000;
    padding:2px;
    padding-left:18px;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    background: transparent url(../images/default/shared/warning.gif) no-repeat 0 2px;
    line-height:16px;
    width:200px;
}


.x-form-label-right label {
   text-align:right;
}

.x-form-label-top .x-form-item label {
    width:auto;
    float:none;
    clear:none;
    display:inline;
    margin-bottom:4px;
    position:static;
}

.x-form-label-top .x-form-element {
    padding-left:0;
    padding-top:4px;
}

.x-form-label-top .x-form-item {
    padding-bottom:4px;
}

.x-form-empty-field {
    color:gray;
}
/* Editor small font for grid, toolbar and tree */
.x-small-editor .x-form-field {
    font:normal 11px arial, tahoma, helvetica, sans-serif;
}
.x-small-editor .x-form-text {
    height:20px;
    line-height:16px;
    vertical-align:middle;
}
.ext-ie .x-small-editor .x-form-text {
    margin-top:-1px !important; /* ie bogus margin bug */
    margin-bottom:-1px !important;
    height:20px !important; /* ie quirks */
    line-height:16px !important;
}
.ext-strict .x-small-editor .x-form-text {
    height:16px !important;
}

.ext-safari .x-small-editor .x-form-field {
    /* safari text field will not size so needs bigger font */
    font:normal 12px arial, tahoma, helvetica, sans-serif;
}
.ext-ie .x-small-editor .x-form-text {
    height:20px;
    line-height:16px;
}
.ext-border-box .x-small-editor .x-form-text {
    height:20px;
}

.x-small-editor .x-form-select-one {
    height:20px;
    line-height:16px;
    vertical-align:middle;
}
.x-small-editor .x-form-num-field {
    text-align:right;
}
.x-small-editor .x-form-field-wrap .x-form-trigger{
    height:19px;
}


.x-form-clear {
    clear:both;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}
.x-form-clear-left {
    clear:left;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}

.x-form-cb-label {
    width:'auto' !important;
    float:none !important;
    clear:none !important;
    display:inline !important;
    margin-left:4px;
}

.x-form-column {
    float:left;
    padding:0;
    margin:0;
    width:48%;
    overflow:hidden;
    zoom:1;
}

/* buttons */
.x-form .x-form-btns-ct .x-btn{
	float:right;
	clear:none;
}
.x-form .x-form-btns-ct .x-form-btns td {
	border:0;
	padding:0;
}
.x-form .x-form-btns-ct .x-form-btns-right table{
	float:right;
	clear:none;
}
.x-form .x-form-btns-ct .x-form-btns-left table{
	float:left;
	clear:none;
}
.x-form .x-form-btns-ct .x-form-btns-center{
	text-align:center; /*ie*/
}
.x-form .x-form-btns-ct .x-form-btns-center table{
	margin:0 auto; /*everyone else*/
}
.x-form .x-form-btns-ct table td.x-form-btn-td{
	padding:3px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}
.x-form .x-form-btns-ct .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}
.x-form .x-form-btns-ct .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

.x-form .x-form-btns-ct .x-btn-click .x-btn-center{
	background-position:0 -126px;
}
.x-form .x-form-btns-ct .x-btn-click  .x-btn-right{
	background-position:0 -84px;
}
.x-form .x-form-btns-ct .x-btn-click .x-btn-left{
	background-position:0 -63px;
}
.x-form-invalid-icon {
    width:16px;
    height:18px;
    visibility:hidden;
    position:absolute;
    left:0;
    top:0;
    display:block;
    background:transparent url(../images/default/form/exclamation.gif) no-repeat 0 2px;
}

/* fieldsets */
.x-fieldset {
    border:1px solid #B5B8C8;
    padding:10px;
    margin-bottom:10px;
}
.x-fieldset legend {
    font:bold 11px tahoma, arial, helvetica, sans-serif;
    color:#15428b;
}
.ext-ie .x-fieldset legend {
    margin-bottom:10px;
}
.ext-ie .x-fieldset {
    padding-top: 0;
    padding-bottom:5px;
}
.x-fieldset legend .x-tool-toggle {
    margin-right:3px;
    margin-left:0;
    float:left !important;
}
.x-fieldset legend input {
    margin-right:3px;
    float:left !important;
    height:13px;
    width:13px;
}
fieldset.x-panel-collapsed {
    padding-bottom:0 !important;
    border-width: 1px 0 0 0 !important;
}
fieldset.x-panel-collapsed .x-fieldset-bwrap {
    visibility:hidden;
    position:absolute;
    left:-1000px;
    top:-1000px;
}
.ext-ie .x-fieldset-bwrap {
    zoom:1;
}
.ext-ie td .x-form-text {
    position:relative;

}

.ext-gecko .x-window-body .x-form-item {
    -moz-outline: none;
    overflow: auto;
}

.ext-gecko .x-form-item {
    -moz-outline: none;
}

.x-hide-label label.x-form-item-label {
     display:none;
}
.x-hide-label .x-form-element {
     padding-left: 0 !important;
}
/*
 * Ext JS Library 2.0
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

.x-combo-list {
    border:1px solid #98c0f4;
    background:#ddecfe;
    zoom:1;
    overflow:hidden;
}
.x-combo-list-inner {
    overflow:auto;
    background:white;
    position:relative; /* for calculating scroll offsets */
    zoom:1;
    overflow-x:hidden;
    text-align: left;
}
.x-combo-list-hd {
    font:bold 11px tahoma, arial, helvetica, sans-serif;
    color:#15428b;
    background-image: url(../images/default/layout/panel-title-light-bg.gif);
    border-bottom:1px solid #98c0f4;
    padding:3px;
}
.x-resizable-pinned .x-combo-list-inner {
    border-bottom:1px solid #98c0f4;
}
.x-combo-list-item {
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    padding:2px;
    border:1px solid #fff;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.x-combo-list .x-combo-selected{
	border:1px dotted #a3bae9 !important;
    background:#DFE8F6;
    cursor:pointer;
}
.x-combo-noedit{
    cursor:pointer;
}
.x-combo-list .x-toolbar {
    border-top:1px solid #98c0f4;
    border-bottom:0 none;
}

.x-combo-list-small .x-combo-list-item {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}
/*************************************************************
Main structure
*************************************************************/
body {
	background:             transparent url(/gfx/global_bg.gif) repeat-x top center;
	margin:                 15px 0 0 0;
    }

.site {
	width:                  960px;
	position:               relative;
	left:                   50%;
	margin-left:            -480px;
    }

.siteHeader {
	width:                  960px;
	height:                 72px;
    }

.siteLogo {
	float:                  left;
    }

.siteSelector {
	float:                  right;
	width:                  640px;
    }
    
.siteSelector .linkList.horisontal li {
	font-size:              10px;
	margin:                 0 0 0 15px;
    }

.siteSearch {
	width:                  638px;
	margin-top:             10px;
	float:                  right;
	text-align:             right;
    }

.siteContent{
	width:                  965px;
	min-height:             445px;
	height:                 auto !important;
	height:                 445px;
    }

.siteLeftCol{
	width:                  130px;
	padding:                25px 20px 20px 20px;
	float:                  left;
	background:             #e7e5d6 url(/gfx/global_menu_bg.gif) no-repeat;
	min-height:             400px;
	height:                 auto !important;
	height:                 400px;
    }

.siteMainCol{
	background-image:       url(/gfx/global_content_bg.gif);
	background-repeat:      no-repeat; /* Prevent float error in IE6 */
	float:					left;
    overflow:				hidden;
    padding:				15px 5px 10px 15px;
    width:					540px;
    }

.siteMainCol.siteMainTwoCols{
	width:                  768px;
    }

.siteRightCol{
	width:                  230px;
	float:                  left;
    }

.header{
	margin-bottom:          10px;
	padding-bottom:         10px;
	border-bottom:          1px dashed #dfddd4;
	width:                  530px;
    }

.breadcrumb{
	width:                  430px;
	
    }

.breadcrumb li{
	white-space:            nowrap;
    }

.breadcrumb li a {
	display:                block;
    }

.siteFooter{
	border:                 1px solid #eeede7;
	background-color:       #faf9f7;
	width:                  938px;
	height:                 11px;
	font-size:              10px;
	padding:                2px 10px 2px 10px;
	text-align:             center;
    }

.clearFloat{
	float:                  none;
	clear:                  both;
	padding: 0;
	margin: 0;
	line-height: 0;
	
    }
    
/*************************************************************
Global formatting
*************************************************************/

body {
	font-family:            Verdana;
	font-size:              11px;
	color:                  #333333;
    }

p {
	margin-top:             0px;
	margin-bottom:          0.7em;
    }

.pfootnode {
    font-size:              9px;
    }

form {
	margin:                 0px;
}

img {
	border:                 none;
	padding:                0;
}

a {
	color: #1d92ba;
	text-decoration: none;
	background-image: url(/gfx/global_linkbullet.gif);
	background-position: left center;
	background-position-y: 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
	cursor:pointer;
}

.box.knowledge.artikellinkliste a {
	padding: 0;
	}

.tabWindows a {
    margin-left: 7px;
    }

a:hover {
	color:                  #52bade; /*background-image:url(/gfx/global_linkbullet_hover.gif);*/
}

a.act {
	color: black;
	background-image: url(/gfx/global_linkbullet_act.gif);
}
        
a.mailto, .box.knowledge.artikellinkliste a.mailto
{
	background-image: url(/gfx/global_linkbullet_mail.gif);
	background-position-y: 3px;
	padding-left: 10px;
	padding: 0 0 0 15px;
}

a.noimg, a.noimg:hover
{
	background: none;
	padding: 0;
}

.siteRightCol .contentblock.noborder ul li {
	margin-left: 25px;
	}
    
/*artikelliste*/

.linkRight {
    text-align: right;
    }

a.noimg, a.noimg:hover{
	background:             none;
	padding:                0;
}

h1, h2, h3{
	font-size:              15px;
	margin:                 0;
}

h2{
	font-size:              13px;
}

h3{
	font-size:              11px;
}

hr{
	border:                 none;
	border-bottom:          1px dashed #d4cbb6;
	height:                 0px;
}

table{
	border-collapse:        collapse;
}

td{
	vertical-align:         top;
}
  


input.text{
	border:                 1px solid #d5d3c3;
	font-size:              10px;
	padding:                2px;
	vertical-align:         middle;
}

input.submit{
	width:                  17px;
	height:                 17px;
	border:                 none;
	background-color:       transparent;
	background-image:       url(/gfx/global_submit.gif);
	vertical-align:         middle;
}


.siteMainCol p, .siteMainCol hr{
	margin-right:           10px;
}

.enter {
	width:                  150px;
	margin-bottom:          7px;
	font-family:            Verdana;
	font-size:              small;
}

/*Styles for faner p� search.simpel.aspx*/

#tabStrip{   
    width: 535px;
    height: 45px;
    cursor:default;
}

.SearchFaneWeb {
    background-image: url(/gfx/Sog_FaneWeb.png);
    }

.SearchFaneWebhover{
    background-image: url(/gfx/Sog_FaneWEB_hoover.png);   
    
    }
    
.SearchFaneUdspil{
    background-image: url(/gfx/Sog_FaneUdspil.png);
}
        
.SearchFaneUdspilhover{
    background-image: url(/gfx/Sog_FaneUdspil_hover.png);
    }

.SearchtxtValgt {
    font-size:11px;
    font-weight:bold;
    color:#333333;
    font-family:Verdana;
    }

.SearchtxtikkeValgt 
{
    font-size: 9px;
    font-weight: normal;
    color: #7c785f;
    }

.Searchtxthover {   
    font-weight: bold;
    font-size: 9px;
    }

.SearchtxtFeltWeb {
    padding:5px 0 0 3px;
    display: inline;
    }

.SearchtxtFeltUdspil {
    display: inline;
    padding-left: 15px;
    }

.SearchtxtFeltUdspil a, .SearchtxtFeltWeb a {
    background-image: none;
    }

.SearchtxtFeltUdspil a:hover, .SearchtxtFeltWeb a:hover {
    color: #333333;
    }  

 .SearchBox {
    left:599px;
    margin:0;
    width:142px;

    }
  
  .resultatBox {
    font-size:10px;
    padding-bottom:10px;
    padding-left:4px;
    padding-top:10px;

    }
  
  #linkUdspil.SearchtxtikkeValgt {
      padding-left: 0;
      }
    
  #linkUdspil.SearchtxtValgt {
      padding-left:36px;
      }
  
  .breakEmtyPlace {
      height: 3px;
      }

/*************************************************************
Link button
*************************************************************/

img.button 
{
    background: transparent url(/gfx/dgi_sprite.png) no-repeat -329px 0;
    width: 13px;
    height:19px;
    margin:0 0 -3px -19px;
    padding: 0;
    float: left
    }

a.button, DIV.xtralink A.button
{
	background: #fff url(/gfx/dgi_sprite.png) no-repeat 0px -242px !important; 
	border: 1px solid #ddd3d3;
	height: 13px;
	margin: 1px 0px 0 0;
	padding: 3px 23px 3px 2px;
	display: inline-block;
	float:left;
}

a.buttonRightAlign {
	margin-right: 0px;
}

.btnContainer {
   height: 30px; 
    }
    
.buttonWrapper {
    float: right;
    margin-left: 3px;
    }
/*************************************************************
Tabs
*************************************************************/

.siteTabs
{
	xborder: 1px solid red;
	position: relative;
	clear: both;
	float: none;
	width: 720px;
	xheight: 330px;
	top: -25px;
}

.tabButtons
{
	xborder: 1px solid red;
	position: absolute;
	height: 25px;
	right: 5px;
	padding-right: 5px;
}

.tabButtons a
{
	xborder: 1px solid red;
	display: block;
	width: 70px;
	height: 25px;
	margin-left: 5px;
	padding: 0;
	float: left;
}

.tabButtons img.space{
    display: none;
    }

.tabButtons a.udoever  {
	background:             transparent url(/gfx/dgi_sprite.png) no-repeat -113px -64px;
    }

.tabButtons a.traener{
	background:             transparent url(/gfx/dgi_sprite.png) no-repeat -113px -33px;
    }

.tabButtons a.forening{
	background:             transparent url(/gfx/dgi_sprite.png) no-repeat -113px -2px;
    }

.tabButtons a.udoever:hover, .udoever .tabButtons a.udoever, .tabButtons a.udoever.act {
	background:             transparent url(/gfx/dgi_sprite.png) no-repeat -195px -64px;
    }

.tabButtons a.traener:hover, .traener .tabButtons a.traener, .tabButtons a.traener.act{
	background:             transparent url(/gfx/dgi_sprite.png) no-repeat -195px -33px;
    }

.tabButtons a.forening:hover, .forening .tabButtons a.forening, .tabButtons a.forening.act{
	background:             transparent url(/gfx/dgi_sprite.png) no-repeat -195px -2px;
    }


.tabWindows{
	position: absolute;
	margin-top: 25px;
	width: 720px;
	clear: both; /* Prevent overflow in IE6 */
	z-index: 100;
    }

.tabWindows .window{
	position: absolute;
	width: 720px;
	height: 305px;
	display: none;
	overflow: hidden;
	z-index: 100;   
    }

.tabWindows div.frontpage{
	background-image: url(~/media/Images/DGI/DGIkommunikation/forsiden/forsidebilleder/global_tab_bg_front.ashx);
	padding-left: 23px;
	width: 700px;
	background-repeat: no-repeat;
    }

.tabWindows div.frontpage .boxudoever, .tabWindows div.frontpage .boxtraener, .tabWindows div.frontpage .boxforening {
	display: block;
	width: 210px;
	height: 106px;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	margin-top: 174px;
	border: solid 1px #fff;
	cursor: pointer;
	} 

div.boxudoever {
	background-image: url(/gfx/FPUdoeverBoxBG.png);
	background-repeat: repeat-x;
	}

div.boxtraener {
	background-image: url(/gfx/FPTraenerBoxBG.png);
	background-repeat: repeat-x;
	}
	
div.boxforening {
	background-image: url(/gfx/FPForeningBoxBG.png);
	background-repeat: repeat-x;
	}

.tabWindows div.frontpage a {
	display: block;
	width: 212px;
	height: 36px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
}

div.knapudoever, div.knaptraener, div.knapforening {
	background-image: Url(/gfx/FPKnapUdoeverOp.png);
	background-position:0 -2px;
	background-repeat:no-repeat;
	float:left;
	height:108px;
	width:210px;	
	} 
	
.tabWindows div.frontpage div.knapudoever.hover {
	background-image: Url(/gfx/FPKnapUdoeverNed.png);
	}
	
.tabWindows div.frontpage div.knaptraener{
	background-image: Url(/gfx/FPKnapTraenerOp.png);
	}  
	
.tabWindows div.frontpage div.knaptraener.hover {
	background-image: Url(/gfx/FPKnapTraenerNed.png);
	}
	
.tabWindows div.frontpage div.knapforening{
	background-image: Url(/gfx/FPKnapLederOp.png);
	}  
	
.tabWindows div.frontpage div.knapforening.hover {
	background-image: Url(/gfx/FPKnapLederNed.png);
	}

div.windowTabtxtBox{
	color: White;
	padding: 4px;
	font-size: 13px;
	width: 210px;
	}

div.windowTabtxtBox ul{
	padding-left:17px;
	margin: 2px;
	}

div.windowTabtxtBox a{	
	color: White;
	float: none;
	display: inline;
	}
	
div.windowTabtxtBox a:hover{	
	text-decoration: underline;
	}

.frontpage .tabWindows div.frontpage {
	display: block;
    }
    
.tabWindows div.udoever {
	background-image: url(~/media/Images/DGI/DGIkommunikation/forsiden/forsidebilleder/global_tab_bg_udoever.ashx);
    }
    
.tabWindows div.traener {
	background-image: url(~/media/Images/DGI/DGIkommunikation/forsiden/forsidebilleder/global_tab_bg_traener.ashx);
    }

.tabWindows div.forening {
	background-image: url(~/media/Images/DGI/DGIkommunikation/forsiden/forsidebilleder/global_tab_bg_forening.ashx);
    }

.tabWindows .tabContent {
	margin-top: 21px;
	margin-left: 20px;
    }

.tabWindows .col {
	border-top: 1px dashed #eff5d0;
	float: left;
	width: 139px;
	margin-top: 5px;
	margin-right: 20px;
    }

.tabWindows .linkList.vertical a {
	display: block;
    }  	

.tabWindows .col .linkList.vertical li {
	padding-top: 1px;
	padding-bottom: 1px;
    }

.tabWindows .col.wide {
	width: 190px;
    }

.tabWindows .col.map {
	border-top: none;
	margin-top: 3px;
    }
    
.tabWindows .col.wide .linkList.vertical li {
	padding-top: 5px;
	padding-bottom: 5px;
    }

.tabWindows .col.map .linkList.vertical li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #eff5d0;
    }

.tabWindows .col .linkList.vertical li.act{
	padding: 5px;
    }

.tabWindows a.close {
	display: block;
	width: 65px;
	height: 35px;
	position: absolute;
	right: 2px;
	top: 2px;	
    }
/*************************************************************
Tr�nerguiden/Ny Videnbank knap Turnoff tagCloud
*************************************************************/

.tagCloudVisSkjulKnap {
     display: inline;
     float: right;
     margin: -5px -10px;
     cursor: pointer;
}
    
.tagCloudVisSkjulKnap .vis {
      display: none;
}
    
.tagCloudVisSkjulKnap .vis .txt, .tagCloudVisSkjulKnap .skjul .txt {
      background-image: url(/gfx/Traenerguiden/TagCloudKnapBg.png);
      background-repeat: repeat-x;
      float: left;
      display: inline;
      font-size: 9px;
      font-weight: lighter;
      padding: 4px 0 0 8px;
      border-left: 1px solid #FFFFFF;
}

.tagCloudVisSkjulKnap .vis .img, .tagCloudVisSkjulKnap .skjul .img {
      display: inline;
      float: left;
      height: 20px;
      width: 16px;
      border-style: solid solid none solid;
      border-width: 1px;
}
    
.udoever .tagCloudVisSkjulKnap .skjul .img, .udoever .tagCloudVisSkjulKnap .vis .img  {
    background:             transparent url(/gfx/udoever_trigger.gif) no-repeat scroll -102px -1px;
    border-color:           #d5bc6f;
    }
    
.udoever .tagCloudVisSkjulKnap .vis .img {
    background:             transparent url(/gfx/udoever_trigger.gif) no-repeat scroll 0 -1px;
    }
    
.traener .tagCloudVisSkjulKnap .skjul .img, .traener .tagCloudVisSkjulKnap .vis .img {
    background:             transparent url(/gfx/traener_trigger.gif) no-repeat scroll -102px -1px;
    border-color:           #c4c794;
    }
    
.traener .tagCloudVisSkjulKnap .vis .img {
    background:             transparent url(/gfx/traener_trigger.gif) no-repeat scroll 0 -1px;
    }
    
.forening .tagCloudVisSkjulKnap .skjul .img, .forening .tagCloudVisSkjulKnap .vis .img,.tagCloudVisSkjulKnap .skjul .img, .tagCloudVisSkjulKnap .vis .img{
    background:             transparent url(/gfx/global_trigger.gif) no-repeat scroll -102px -1px;
    border-color:           #A1CABC;
    }
    
.forening .tagCloudVisSkjulKnap .vis .img {
    background:             transparent url(/gfx/global_trigger.gif) no-repeat scroll 0 -1px;
    }
    
.tagCloudVisSkjulKnap .skjul .img {
    background:             transparent url(/gfx/global_trigger.gif) no-repeat scroll -102px -1px;
    }
    
.tagCloudVisSkjulKnap .vis .img {
    background:             transparent url(/gfx/global_trigger.gif) no-repeat scroll 0 -1px;
    }

/*************************************************************
Link lists
*************************************************************/

.arrtbl ul,ol {
	padding:            0;
	margin:             0;
	/*display:            inline; ************** ol viser bulllets i IE hvis den er p� SD 2479 */ 
	list-style-position: outside;
    }
    
.arrtbl li {
    padding:            0;
    margin:             0;
	margin-left:        25px;
    }

.linkList, .linkList li, .article ul.linkList, .article ul.linkList li {
	margin: 0;
	padding: 0;
	list-style: none;
    }

.linkList.horisontal li{
	float: left;
	margin: 0 10px 0 0;
}

.linkList.vertical li
{
	border-bottom: 1px dashed #d4cbb6;
	padding-top: 5px;
	padding-bottom: 5px;
}

.linkList.vertical a
{
	font-weight: bold;
}

.newsList {
	background: none;
	vertical-align: top;
    }

.newsList td {
	border-bottom: 1px dashed #d4cbb6;
	padding: 5px 5px 5px 0;
    }

.newsDate {
	width: 40px;
    }

.newsList a, .newsList a:hover {
	padding: 0;
	background: none;
	font-weight: bold;
	}

.newsList img.space, .udoever .newsList img.space, .traener .newsList img.space, .forening .newsList img.space {
    display: none;
    }


/*************************************************************
Menu
*************************************************************/
.siteLeftCol ul li {
	display: inline;
    }

.siteLeftCol ul ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
    }

.siteLeftCol a {
	display: block;
	border-bottom: 1px dashed white;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	background-position-y: 6px;
    }

.siteLeftCol a.act {
	color: black;
	font-weight: bold;
	background-image: url(/gfx/global_menubullet_act.gif);
    }


/*************************************************************
Datalists
*************************************************************/

.dataList {
	border-collapse: collapse;
	padding-right: 10px;
	width: 100%; /*har �ndret fra 98% til 100% for at advanceretarrangementsliste tabellen skal v�re 100%*/
    }

.dataList td{
	vertical-align: top;
    }

.dataList .col1
{
	width: 200px;
}

/*** Layout 1a & Layout 1b */

.dataList.layout1a img, .dataList.layout1b img {
	width: 80px;
	height: 80px;
    }

.dataList.layout1a .col1, .dataList.layout1b .col1 {
	width: 90px;
    }

.dataList.layout1a .col2 {
	width: 440px;
    }

.dataList.layout1b .col2 {
	width: 165px;
    }

.dataList.layout1b .col3 {
	width: 20px;
    }

.dataList.layout1b .col4 {
	width: 90px;
    }

.dataList.layout1b .col5 {
	width: 165px;
    }

.dataList.layout1a td, .dataList.layout1b td {
	border-bottom: 1px dashed #dfddd4;
	padding: 10px 0 10px 0;
    }

/*** Layout 2a, Layout 2b & Layout 2c*/

.dataList.layout2a th, .dataList.layout2a tr.Header, .dataList.layout2b th, .dataList.layout2c th {
	text-align: left;
	padding: 5px;
	background-color: #f1f0e8;
	border-bottom: 1px solid #c2bfaf;
	border-right: 1px solid #ffffff;
    }

.dataList.layout2a td, .dataList.layout2b td, .dataList.layout2c td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
    }

.dataList.layout2a .odd td, .dataList.layout2b .odd td, .dataList.layout2c .odd td {
	background-color: #f8f8f4;
    }

.dataList.layout2a .even td, .dataList.layout2b .even td, .dataList.layout2c .even td {
	background-color: #f1f0e8;
    }

.dataList.layout2b img {
	width: 80px;
	height: 100px;
	float: left;
	margin-right: 10px;
    }
    
/*** Layout 2a col*/

.dataList.layout2a .col1 {
	width: 90px;
    }
    
.dataList.layout2a .col2 {
	width: 327px;
    }
    
.dataList.layout2a .col3 {
	width: 90px;
    }

.dataList.layout2a .col4 {
	width: 77px;
    }

.dataList.layout2a .col5 {
	width: 100px;
    }

.dataList.layout2a .col6 {
	min-width:165px;
	}

/*** Layout 2b col*/


.dataList.layout2b .col1 {
	width: 255px;
    }

.dataList.layout2b .col2 {
	width: 255px;
    }

/*** Layout 2c col*/


.dataList.layout2c .col1 {
	width: 430px;
    }

.dataList.layout2c .col2 {
	width: 100px;
    }

/*** Alphabet */

.dataList.alpha {
	margin-bottom: 10px;
    }

.dataList.alpha td {
	text-align: center;
	border-right: 1px solid #ffffff;
	background-color: #f1f0e8;
    }

.dataList.alpha td a {
	display: block;
	width: 15px;
	height: 20px;
	background-image: none;
	padding: 5px 0 0 0;
    }

.dataList.alpha td a:hover, .dataList.alpha td a.act {
	background-color: #d3e34c;
    }

/*** Paging */

.dataList.paging {
	margin-top: 10px;
    }

.dataList.paging td {
	text-align: center;
	background-color: #f1f0e8;
	padding: 5px;
    }

.dataList.paging td.pages a {
	background-image: none;
	text-decoration: underline;
	padding: 0 3px 0 3px;
    }

.dataList.paging td.pages a.act {
	background-color: #ffffff;
	border: 1px solid #e4e2d6;
	text-decoration: none;
	font-weight: bold;
    }

.dataList.paging .prev, .dataList.paging .next {
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	width: 80px;
    }

.dataList.paging .prev a {
	background-image: url(/gfx/traener_prevbutton.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
    }
    
.dataList.paging .next a {
	background-image: url(/gfx/traener_nextbutton.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
    }

.dataList.paging .prev a.act {
	background-image: url(/gfx/traener_prevbutton_act.gif);
    }
    
.dataList.paging .next a.act {
	background-image: url(/gfx/traener_nextbutton_act.gif);
    }
    
    
/*************************************************************
Frontpage Layout overrides
*************************************************************/


.frontpage .siteLeftCol {
	display: none;
    }

.frontpage .siteMainCol {
	width: 730px;
	padding: 0px;
    }

.frontpage .siteMainCol .box {
	width: 716px;
    }

.frontpage .siteMainCol .box.layout1 {
	width: 446px;
    }

.frontpage .siteMainCol .box.layout2 {
	width: 256px;
	}

/* 2 cols */
.frontpage .siteMainCol .box.layout3 {
	width: 351px;
    }

.frontpage .siteMainCol .box.layout3 .boxFilter select {
	width: 180px;
    }


/* 3 cols */
.frontpage .siteMainCol .box.layout4 {
	width: 232px;
    }

.frontpage .siteMainCol .box.layout4 .boxFilter select {
	width: 90px;
    }

.citat {   
    color: #1d92ba;
    font:15px verdana;
    font-weight:bold;
    }
    
.FrontPageContent 
{
    background-color: #FAF9F7;
    border: 1px solid #EEEDE7;
    float: left;
    width: 698px;
    margin: 10px 0;
    padding: 10px;
    }

/*************************************************************
Ud�ver Layout overrides
*************************************************************/

.udoever .siteLeftCol {
	background-image: url(/gfx/udoever_menu_bg.gif);
	background-repeat: no-repeat;
	background-color: #f1d64c;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.udoever .siteMainCol {
	background-image: url(/gfx/udoever_content_bg.gif);
	background-repeat: no-repeat;
    }
.udoever a, .siteContent .udoever a
{
	color: #b84709;
	background-image: url(/gfx/udoever_linkbullet.gif);
} 

.udoever a:hover, .siteContent .udoever a:hover
{
	color: #d66c31;
	background-image: url(/gfx/udoever_linkbullet_hover.gif);
}

.udoever a.act, .siteContent .udoever a.act
{
	color: black;
	background-image: url(/gfx/global_linkbullet_act.gif);
}

.udoever a.mailto, 
.udoever a:hover.mailto, 
.siteContent .udoever a.mailto, 
.siteContent .udoever a:hover.mailto
{
	background-image: url(/gfx/udoever_linkbullet_mail.gif);
	padding: 0 0 0 15px;
}

.udoever a.noimg, .udoever a.noimg:hover {
    background:transparent none repeat scroll 0 0;
                 }    
 
.udoever img.button {
    background: transparent url(/gfx/dgi_sprite.png) no-repeat -329px -32px;   
}

.udoever .newsList a {
	padding: 0;
	background: none;
	font-weight: bold;
    }

.udoever .newsList a:hover
{
	background: none;
}

.tabWindows .udoever a.close, .tabWindows .udoever a:hover.close {
	background:             transparent url(/gfx/dgi_sprite.png) no-repeat -192px -196px;
    }

.tabWindows .udoever .col{
	border-top:             1px dashed #fef4bc;
    }

.tabWindows .udoever .col .linkList.vertical li {
	border-bottom:          1px dashed #fef4bc;
    }

.tabWindows .udoever .col .linkList.vertical li.act {
	background-color:       #ecbf81;
    }

.udoever .citat {
    color:                  #b84709;
    font:                   15px verdana;
    font-weight:            bold;
    }

/*	Videnbank */
.udoever .box.knowledge
{
	border: 1px solid #e8bc4a;
}

.udoever .box.knowledge .boxTitle
{
	background-color: #f0d34c;
	background-image: url(/gfx/global_box_title_bg_udoever.gif);
	background-repeat: repeat-x;
}




/*************************************************************
Tr�ner Layout overrides
*************************************************************/

.traener .siteLeftCol
{
	background-image: url(/gfx/traener_menu_bg.gif);
	background-repeat: no-repeat;
	background-color: #d3e34c;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.traener .siteMainCol
{
	background-image: url(/gfx/traener_content_bg.gif);
	background-repeat: no-repeat;
}
    
.traener a, .siteContent .traener a
{
	color: #798B0F;
	background-image: url(/gfx/traener_linkbullet_hover.gif);
}

.traener .siteLeftCol a
{
	color: #3F4A05;
	background-image: url(/gfx/traener_linkbullet.gif);
	}
	
.traener .siteLeftCol a:hover {
	color: #798B0F;
	background-image: url(/gfx/traener_linkbullet_hover.gif);
	}

.traener a.noimg, .siteContent .traener a.noimg:hover, .traener a.noimg:hover 
{
    background:transparent none repeat scroll 0 0;
    }


.traener a:hover, .siteContent .traener a:hover
{
	color: #3F4A05;
	background-image: url(/gfx/traener_linkbullet.gif);
	
}

.traener a.act, .siteContent .traener a.act
{
	color: black;
	background-image: url(/gfx/global_linkbullet_act.gif);
}

.traener a.mailto, 
.siteContent .traener a.mailto, 
.traener a:hover.mailto, 
.siteContent .traener a:hover.mailto
{
	background-image: url(/gfx/traener_linkbullet_mail.gif);
	padding: 0 0 0 15px;
	display: inline-block;
}

.traener img.button {
    background: transparent url(/gfx/dgi_sprite.png) no-repeat -329px -62px;   
}

.traener .newsList a
{
	padding: 0;
	background: none;
	font-weight: bold;
}

.traener .newsList a:hover
{
	background: none;
}

.tabWindows .traener a.close, .tabWindows .traener a:hover.close {
	background:             transparent url(/gfx/dgi_sprite.png) no-repeat -192px -151px;
    }

.tabWindows .traener .col {
	border-top:             1px dashed #eff5d0;
    }

.tabWindows .traener .col .linkList.vertical li {
	border-bottom:          1px dashed #eff5d0;
    }

.tabWindows .traener .col .linkList.vertical li.act {
	background-color: #cad877;
}

.tabWindows .traener .linkList.vertical a {
	display: block;
	color: #3F4A05;
	background-image: url(/gfx/traener_linkbullet.gif);
    }
    
.tabWindows .traener .linkList.vertical a:hover {
	color: #798B0F;
	background-image: url(/gfx/traener_linkbullet_hover.gif);
	}

.traener .citat {
    color: #3f4a05;
    font:15px verdana;
    font-weight:bold;
    }

/*	Videnbank */
.traener .box.knowledge
{
	border: 1px solid #c6dd41;
}

.traener .box.knowledge .boxTitle
{
	background-color: #e4f362;
	background-image: url(/gfx/global_box_title_bg_traener.gif);
	background-repeat: repeat-x;
}


/*************************************************************
Forening Layout overrides
*************************************************************/

.forening .siteLeftCol
{
	background-image: url(/gfx/forening_menu_bg.gif);
	background-repeat: no-repeat;
	background-color: #a4e4f1;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.forening .siteMainCol {
	background-image: url(/gfx/forening_content_bg.gif);
	background-repeat: no-repeat;
}


.forening a, .siteContent .forening a
{
	color: #11607b;
	background-image: url(/gfx/forening_linkbullet.gif);
}

.forening .article .box.knowledge a.noimg, .forening .article .box.knowledge a.noimg:hover {
    background:transparent none repeat scroll 0 0;
}

.forening a.noimg, 
.forening a.noimg:hover,
.siteContent .forening a.noimg:hover, 
.article a.noimg, 
.article a.noimg:hover{
    background:transparent none repeat scroll 0 0;
    }

.forening a:hover, .siteContent .forening a:hover
{
	color: #2d8aaa;
	background: url(/gfx/forening_linkbullet_hover.gif) no-repeat;
}

.forening a.act, .siteContent .forening a.act
{
	color: black;
	background: url(/gfx/global_linkbullet_act.gif) no-repeat;
}

.forening a.mailto,
.forening a:hover.mailto, 
.siteContent .forening a.mailto,
.siteContent .forening a:hover.mailto
{
	background-image: url(/gfx/forening_linkbullet_mail.gif);
	padding: 0 0 0 15px;
}

.forening img.button {
    background: transparent url(/gfx/dgi_sprite.png) no-repeat -329px -91px;   
}

.forening .newsList a{
	padding: 0;
	background: none;
	font-weight: bold;
}

.forening .newsList a:hover
{
	background: none;
}

.tabWindows .forening a.close, .tabWindows .forening a:hover.close{
	background:             transparent url(/gfx/dgi_sprite.png) no-repeat -192px -103px;
    }

.tabWindows .forening .col
{
	border-top: 1px dashed #d7f9ff;
	width: 220px;
}

.tabWindows .forening .col.map
{
	border-top: none;
}

.tabWindows .forening .col.map .linkList.vertical li
{
	border-top: 1px dashed #d7f9ff;
}

.tabWindows .forening .col .linkList.vertical li
{
	border-bottom: 1px dashed #d7f9ff;
}

.tabWindows .forening .col .linkList.vertical li.act
{
	background-color: #92cfe4;
}

.forening .citat 
{
    color: #11607b;
    font:15px verdana;
    font-weight:bold;
    }

/*	Videnbank */
.forening .box.knowledge
{
	border: 1px solid #92d3e0;
}

.forening .box.knowledge .boxTitle
{
	background-color: #a4e4f1;
	background-image: url(/gfx/global_box_title_bg_forening.gif);
	background-repeat: repeat-x;
}

.articleListFilterPanel
{
	padding-bottom: 10px;
}

.articleListFilterPanel .x-form-field-wrap
{
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

/*	Videnbank */
.box.knowledge li
{
	padding-right:5px;
}

/*arrangementsliste*/
dd
{
	margin: 10px;
}


a.mapLink
{
	background-image: none;
	padding: 0;
}

a.mapLink:hover
{
	background-image: none;
}

/*arrangementsliste*/


/*loginbox*/
.messageBox
{
	display: block;
	position: absolute;
	background-color: #FFFFCC;
	border: 1px solid black;
	padding: 5px;
	width: 200px;
	text-align: left;
	display: none;
	top: 0px;
	left: 0px;
}
.messageBox p
{
	margin-top: 0px;
	margin-bottom: 6px;
}
/*loginbox*/


/*
Nyhedscenter
*/

.listCheckboxControlHeader
{
	font-weight: bold;
	font-size: 14px;
	border-top: 1px dashed #DFDDD4;
	padding: 5 5 5 5;
}

.listCheckboxControlNewsHeader
{
	font-weight: bold;
	padding-top: 5px;
}

.listCheckboxControlNewsText
{
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.chkListCheckboxControl
{
	padding-top: 5px;
	margin-bottom: 5px;
}

.listCheckboxControlRowSeparator
{
	border-bottom: 1px dashed #DFDDD4;
}


/* Div with tabular data */

div .tableRow
{
	padding: 0px;
	width: 100%;
	height: 42px; /*kalender siden*/
}

div .leftRow, div .rightRow
{
	border: none;
	float: left;
	margin: 2px;
	padding: 0px;
	width: 45%;
	height: 22px;
}

div .rightRow
{
	float: right;
}

/* End of div with tabular data styles */


.DGITable
{
	border: 1px solid black;
	padding: 15px;
	width: 100%;
}

.DGITable td
{
	padding: 3px;
}


/** PRINT STYLES ****************************************************************************************************************************************************************************************/

a.print, a.print:hover{
	background:         #fff url(/gfx/ikoner-global.gif) no-repeat -116px -138px;
	width:              50px;
	height:             20px;
	float:              right;
    }

a.sendven, a.sendven:hover {
	background:         #FFFFFF url(/gfx/ikoner-global.gif) no-repeat scroll -2px -121px;
    float:              right;
    height:             20px;
    width:              120px;
    }

#printheader {
	display: none;
	padding: 0 0 10px 0;
}
#printfooter
{
	display: none;
	font-size: 0.9em;
	border-top: 1px solid #e8e7df;
	padding: 10px;
}

@media print
{
	body
	{
		background: #fff;
		text-align: left;
	}
	.site
	{
		width: auto;
		position: static;
		left: 0%;
		margin-left: 0px;
	}
	#divMainContentWrapper
	{
		width: auto;
		position: static;
	}
	.siteContent
	{
		width: auto;
		position: static;
	}
	.siteHeader
	{
		width: auto;
		position: static;
	}
	.header
	{
		width: auto;
		position: static;
	}
	.siteMainCol
	{
		margin: 0px;
		width: auto;
		position: static;
		padding: 10px;
		background-image: none;
		background-repeat: no-repeat;
	}
	.udoever .siteMainCol
	{
		background-image: none;
	}
	.traener .siteMainCol
	{
		background-image: none;
	}
	.forening .siteMainCol
	{
		background-image: none;
	}
	#divMainContentWrapper.udoever
	{
		border-top: 2px solid #f1d64c;
		border-bottom: 2px solid #f1d64c;
	}
	#divMainContentWrapper.traener
	{
		border-top: 2px solid #d3e34c;
		border-bottom: 2px solid #d3e34c;
	}
	#divMainContentWrapper.forening
	{
		border-top: 2px solid #a4e4f1;
		border-bottom: 2px solid #a4e4f1;
	}
	.siteFooter
	{
		width: auto;
		position: static;
		padding: 10px;
		background-image: none;
		background-repeat: no-repeat;
	}

	.siteLogo, .siteTabs, .siteLeftCol, .siteHeader, .siteSelector, .siteSearch, .siteRightCol, .siteFooter, a.print      
	{
		display: none;
	}
}

/*BANNERS*/

#BannerContainerLeft a
{
	padding: 0;
	background-image: none;
	border: none;
}

#BannerContainerLeft img
{
	width: 130px;
	margin-bottom: 5px;
}


#BannerContainerBottom a
{
	background-image: none;
	padding: 0;
}

.box.banner.frontpage #BannerContainerBottom
{
	height: 80px;
	width: 955px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#BannerContainerBottom
{
	height: 80px;
	width: 960px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#BannerContainerBottom img
{
	float: left;
	margin: 0 5px 0 6px;
}


/*BANNERS*/

#errorBanner
{
	/*	position:absolute; 	top:0; 	left:0; 	background-color:#ff0000; 	width:100%; 	color:#ffffff;*/ }
	
.dgiAccordion td {
	
	border-bottom:1px dotted #DFDDD4;
    padding: 2px 0 5px;
    vertical-align:top;
}

body.fbDialog_body {
	background: none;
	background-color: Transparent;
	margin: 0;
	}
	
#dialog_fbConnect {
	height: 310px;
	}
	
.dialogLuk_fbConnect {
	background:url("/gfx/ikoner-forening-notext.gif") no-repeat scroll -116px -285px #FFFFFF;
	display:inline;
	float:right;
	height:16px;
	width:16px;
	cursor: pointer;
	}
	
.addThis {
	float: right;
	}
	
.addThis a, .addThis a:hover, #at20mc a, #at20mc a:hover {
	background-image: none;
	}
	

.FPUdoever, 
.FPTraener, 
.FPLeder  {
	float: left;
    padding: 10px !important;
    width: 209px !important;
	background-color: transparent !important;
	}
	
.siteMainCol .FPUdoever.box, 
.siteMainCol .FPTraener.box, 
.siteMainCol .FPLeder.box	{
	margin-right: 3px;
	border: none;
	} 

.siteMainCol .FPUdoever.box .boxFrame, 
.siteMainCol .FPTraener.box .boxFrame, 
.siteMainCol .FPLeder.box .boxFrame	{
	background-image: none;
	padding: 0;
	background-color: transparent;
	} 

.siteMainCol .FPUdoever .box, 
.siteMainCol .FPTraener .box, 
.siteMainCol .FPLeder .box	{
	width: 210px;
	margin: 0 0 4px 0;
	height: 95px;
	/*background-color: #758813;*/
	overflow: hidden;
	}
	
.FrontPageContent .contentblock {
	background-color: #fff;
	margin-bottom: 4px;
	height: 95px;
	overflow: hidden;
	padding: 1px;
	float:left;
	width:210px;
	}
	
	
.FrontPageContent .FPLeder .contentblock h1, 
.FrontPageContent .FPUdoever .contentblock h1, 
.FrontPageContent .FPTraener .contentblock h1 {
	color: White;
	padding: 4px 2px 3px 5px;
	font-size: 13px;
	}
	
.FrontPageContent .FPLeder .contentblock p, 
.FrontPageContent .FPUdoever .contentblock p, 
.FrontPageContent .FPTraener .contentblock p {
	padding: 2px 2px 2px 5px;
	}

.FrontPageContent .FPLeder .contentblock a, 
.FrontPageContent .FPUdoever .contentblock a, 
.FrontPageContent .FPTraener .contentblock a {
	margin-left: 5px;
	font-size: 12px;
    font-weight: bold;
	}

.FrontPageContent .FPUdoever .contentblock,
.siteMainCol .FPUdoever .box {
	border: solid 1px #d66c31;
	}
	
.FrontPageContent .FPUdoever .contentblock h1 {
	background: transparent url(/gfx/global_box_title_bg_udoever_flip.png) repeat-x;
	}
	
.FrontPageContent .FPTraener .contentblock,
.siteMainCol .FPTraener .box {
	border: solid 1px #758813;
	}
	
.FrontPageContent .FPTraener .contentblock h1 {
	background: transparent url(/gfx/global_box_title_bg_traener_flip.png) repeat-x;
	}

.FrontPageContent .FPLeder .contentblock,
.siteMainCol .FPLeder .box	{
	border: solid 1px #2d8aaa;
	}
	
.FrontPageContent .FPLeder .contentblock h1 {
	background: transparent url(/gfx/global_box_title_bg_forening_flip.png) repeat-x;
	}
	
/*ArtikelTeaser*/
	
.ArrTeaser_gfx {
	background: url(/gfx/arrteaser.png) no-repeat -8px -19px;
	height: 95px;
	}
	
#ArrTeaser {
	cursor: pointer;
	}

#ArrTeaser p{
	text-align: center;
	}

#antal {
	font-size:30px;
	font-weight: bold;
	margin:	-99px 0 0 80px;
	position:absolute;
	}
	
#antal p {
	float: left;
	display: inline;
	}
	
/*hack til flash kontrol*/

.siteRightCol .flashObjectBox {
	padding: 0 !important;
	}
	
/**ArrListeAdvanced**/


.arrListAdvanc h1 
{
	background-color: #F1F0E8;
    font-size: 17px;
    font-weight: lighter;
    margin-bottom: 1px;
    padding: 5px;
    width: auto;
	}
	
.arrListAdvanc .box .optionLine 
{
	background-color: #f8f8f4;
	padding: 3px;
	}

.arrListAdvanc .box .optionLine .optionDd 
{
	float: right;
	margin-right: 4px;
	margin-top: 2px;
	}

.arrListAdvanc .pager 
{
	float: left;
	padding-top: 2px;
	width: 324px;
	}    


.arrListAdvanc .pager a 
{
    -moz-border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 1.15em;
    line-height: 22px;
    padding: 1px 8px;
	}
	    

.arrListAdvanc a.current, 
.arrListAdvanc .pager a:hover
{
	      font-weight:bold;
          background: none;
          background-color: #A4E4F1;
          color: #3f4a05;
          text-decoration: none;
          }
          
.traener .arrListAdvanc a.current, 
.traener .arrListAdvanc .pager a:hover 
{
	background-color: #D3E34C;
	}

.udoever .arrListAdvanc a.current, 
.udoever .arrListAdvanc .pager a:hover 
{
	background-color: #f1d64c;
	}          

.forening .arrListAdvanc a.current, 
.forening .arrListAdvanc .pager a:hover 
{
	background-color: #A4E4F1;
	} 

.arrListAdvanc .description 
{
	 margin: 0 0 1px 0;
    padding: 10px 5px;
    background-color: #F1F0E8;
	}
	
/*Find forening*/

.searchOptionsBox 
{
	background-color: #F8F8F4;
	padding: 5px;
	border: 1px solid #EEEDE7;
	margin-bottom: 10px;
	}
	

	

/*************************************************************
Articles
*************************************************************/
.article {
	max-width:          530px;
	display:			inline-block; /*for at forhindre at (.article h1,.article h4) baggrunden flyder ind under andre floatet elementer i firefox*/
    }
    
.article .subjects {
	color:              Gray;
    }

.article ul,ol {
	padding:            0;
	margin:             0;
	/*display:            inline; ************** ol viser bulllets i IE hvis den er p� SD 2479 */ 
	list-style-position: outside;
    }
    
.article li {
    padding:            0;
    margin:             0;
	margin-left:        25px;
    }
    
.article li a {
    list-style: none;
    }

/***********
 Font-sizes
************/
.article h1,.article h4 {
	background-color:   #f1f0e8;
	width:              510px;
	font-size:          22px;
	padding:            10px;
	font-weight:		lighter;
	margin:             0 -1pt 10px 0;
    }

.article h2 {
	font-size:          15px;
    }

.article h3 {
	font-size:          13px;
	padding-bottom:     2px;
    }

.article h4 {
	font-size:          11px;
	font-weight:        normal;
	/*margin:             0;*/
    }
    
/*.article h4 span {
	width:              528px;
    }*/
    
 /************************************************************/

.article .dateSpan, .article .ejerUdvalg {
	display:            block;
    }

.article .manchet {
	background-color:   #f1f0e8;
	padding:            10px 20px 10px 10px;
	width:              500px;
	font-size:          13px;
	font-weight:        normal;
	margin-bottom:      10px;
	margin-top: -9px;
    }

.article .articleText {
	margin:             10px 0 10px 0;
	padding-left:       3px;
    }

/***************Links i artikel tekst*******************/

.article a, 
.article a:hover, 
.article .articleText a, 
.article .articleText a:hover {
    background-image:   none;
    padding:            0;
    text-decoration:	underline;
    }
    
   
.forening .article a, 
.forening .article a:hover, 
.forening .article .articleText a, 
.forening .article .articleText a:hover, 
.udoever .article a, 
.udoever .article a:hover, 
.udoever .article .articleText a, 
.udoever .article .articleText a:hover,
.traener .article a, 
.traener .article a:hover, 
.traener .article .articleText a, 
.traener .article .articleText a:hover {
    background-image:   none;
    padding:            0;
    text-decoration:	underline;
    }
    
/******************************************************/
/******************************************************/ 

    
/*********Links artikler/faktaboks**************************/

.article .box.knowledge a {
	background-image:url("/gfx/global_linkbullet.gif");
	padding-left: 8px;
	}
	
.article .box.knowledge a:hover {
	background-image:url("/gfx/global_linkbullet_hover.gif");
	}

.udoever .article .box.knowledge a {
	background-image: url("/gfx/udoever_linkbullet.gif");
	}
	
.udoever .article .box.knowledge a:hover {
	background-image: url("/gfx/udoever_linkbullet_hover.gif");
	}

.traener .article .box.knowledge a {
	background-image: url("/gfx/traener_linkbullet_hover.gif");
	}
	
.traener .article .box.knowledge a:hover {
	background-image: url("/gfx/traener_linkbullet.gif");
	}

.forening .article .box.knowledge a {
	background-image: url("/gfx/forening_linkbullet.gif");	
	}

.forening .article .box.knowledge a:hover {
	background-image: url("/gfx/forening_linkbullet_hover.gif");
	}
	
.article .box.knowledge a.noimg, 
.udoever .article .box.knowledge a.noimg,
.traener .article .box.knowledge a.noimg,
.forening .article .box.knowledge a.noimg,
.article .box.knowledge a.noimg:hover, 
.udoever .article .box.knowledge a.noimg:hover,
.traener .article .box.knowledge a.noimg:hover,
.forening .article .box.knowledge a.noimg:hover 
{
    background-image: none;
    padding: 0;
    }
/***********************************************************/
/***********************************************************/


/**********Mailto i artikler********************/

.udoever .article a.mailto,
.udoever .article a:hover.mailto,
.udoever .article .articleText a.mailto,
.udoever .article .articleText a:hover.mailto
{
	background-image: url(/gfx/udoever_linkbullet_mail.gif);
	padding: 0 0 0 15px;
}

.forening .article a.mailto,
.forening .article a:hover.mailto,
.forening .article .articleText a.mailto,
.forening .article .articleText a:hover.mailto
{
	background-image: url(/gfx/forening_linkbullet_mail.gif);
	padding: 0 0 0 15px;
}

.traener .article a.mailto,
.traener .article a:hover.mailto,
.traener .article .articleText a.mailto,
.traener .article .articleText a:hover.mailto 
{
	background-image: url(/gfx/traener_linkbullet_mail.gif);
	padding: 0 0 0 15px;
}

/**********************************************/
/**********************************************/

.article .articleText a.button, .article .articleText a:hover.button  {
    padding:            3px 23px 3px 2px;
    text-decoration:	none;
    }

.article .box.knowledge {
	width:              180px;
	float:              right;
	margin:             0 0px 10px 10px;
    }
    
.article .articleText table td {
	padding: 4px;
	}

/****************
Images 
******************/

.article img {
	margin-bottom:      0px;
    }

.article .imageBox {
	margin-bottom:      10px;
    }

.article .imageBox.right {
	float:              right;
	width:              160px;
	margin-left:        10px;
    }

.article .imageBox.left {
	float:              left;
	width:              160px;
	margin-right:       10px;
    }

.article .articleText .Foer img {
	width:              528px;
    }

.article .articleText .Hoejre img, .article .articleText .Venstre img  {
	width:              260px;
    }

.article .box .Foer img {
	width:              155px;
    }

.article .box .Hoejre img, .article .box .Venstre img {
	width:              80px;
    }

.article .articleText .imageBox.Hoejre {
	float:              right;
	width:              260px;
	margin-left:        10px;
	margin-top:         5px;
    }

.article .articleText .imageBox.Venstre {
	float:              left;
	width:              260px;
	margin-right:       20px;
	margin-top:         5px;
    }

.article .knowledge .imageBox.Hoejre {
	float:              right;
	width:              80px;
	margin-left:        10px;
    }

.article .knowledge .imageBox.Venstre {
	float:              left;
	width:              80px;
	margin-right:       10px;
    }

.article .imageText {
	margin:             0 10px 10px 0;
	padding-bottom:     10px;
	border-bottom:      1px dashed #d4cbb6;
	font-style:         italic;	
    }

.article .imageCredit {
	font-size:          9px;
	margin-bottom:      5px;
    }

/*************************************************************/

/* Tilknyttede indl�g */

.related ul {
	padding:            0;
	margin-top:         4px;
    }

/* related links section */

.related li {
	background-image:   url(/gfx/ikoner-global.gif);
	background-repeat:  no-repeat;
	list-style:         none;
	padding-left:       20px;
	width:              90%;
	margin-bottom:      5px;
	overflow:           hidden;
	min-height:         20px;
    }

.siteRightCol .related ul {
	margin-left: 5px;
    }

.related li, .related img.sprite, img.sprite {
    background-image:   url(/gfx/ikoner-global.gif);
    }

.forening .related li, .forening .related img.sprite, .forening img.sprite {
	background-image:   url(/gfx/ikoner-forening.gif);
    }

.udoever .related li, .udoever .related img.sprite, .udoever img.sprite {
	background-image:   url(/gfx/ikoner-udoever.gif);
    }
    
.traener .related li, .traener .related img.sprite, .traener img.sprite {
	background-image:   url(/gfx/ikoner-traener.gif);
    }

.global .related li, .global .related img.sprite {
    background-image:   url(/gfx/ikoner-global.gif);
    }

.global .video {
    background-position:-6px -657px;
    }

related *   {
	padding:            0;
    }	

img.sprite {
	width:              22px;
	height:             20px;
    }

.related a {
	display:            block;
    }

.pdf, .word, .arr, .art, .video {
    border:             none;
    }

.pdf {
	background-position: -116px -167px;
    }

.word {
	background-position: -116px -197px;
    }

.arr {
	background-position: -116px -260px;
    }

.art {
	background-position: -116px -229px;
    }

.video 
{
	background-position: -7px -677px;  
	}

.udoever .video, .traener .video {
    background-position: -116px -674px;   
    }	


.forening .video {
    background-position: -116px -993px;   
    }
    
.ekst 
{
	background-position: -116px -699px;
	}


.traener .ekst 
{
	background-position: -116px -697px;
	}
	
.udoever .ekst 
{
	background-position: -116px -699px;
	}

.forening .ekst
{
	background-position: -116px -687px;
	}

.box.related .boxFrame  {
	background-image:   none;
	background-color:   #f1f0e8;
    }

/* related links section */


/*Channel A + B article view*/

.channelA {
	float:              none;
	clear:              both;
	width:              99%;
    }
    
.channelA h3 {
	font-size:          14px;
	top:                -4px;
    }
    
.channelA h3 a {
	background-image:   none;
	padding-left:       0;
	padding-top:        0;
    }

.channelA img {
	width:              528px;
    }

.channelA .imageBox {
	float:              left;
	margin:             0 10px 10px 0;
    font-size:          9px;
	display:            block;
    }

.channelA .articleText {
	font-size:          13px;
	padding-left:       3px;
    }

.xtralink {
	margin-top:         10px;
	text-align:         right;
    }

.channelB {
	float:              left;
	width:              48%;
	margin:				10px 0 10px 0;
	height:             115px;
	border-bottom:      1px dashed #DFDDD4;
    }

.channelB h3 {
	font-size:          14px; /* Get heading to align with image */
	top:                -4px;
    }
    
.channelB h3 img {
    display: none;
    }

.channelB h3 a, .channelB h3 a:hover {
	background-image:   none;
	padding-left:       0;
    }

.channelB img {
	width:              80px;
    }

.channelB .imageBox {
	float:              left;
	margin-right:       10px;
	width:              80px;
    font-size:          9px;
    }
    
.channelB .imageText 
{
    width: 80px;
    height: 20px;
    }

.channelB .articleText {
	font-size:          12px;
	clear:              both;
	float:              none;
	padding-right:      10px;
	height:             103px;
    overflow:           hidden;
    }

/************************************************/


/*HeadlineParagraphs*/

.article.HeadLineParagraph a {
	margin:             0;
    }

.article.HeadLineParagraph h1 a {
	background-image:   none;
	padding:            0;
    }

.article.HeadLineParagraph h1 {
	font-size:          14px;
	font-weight:        bold;
    }

/*************************************************/
/*************************************************************
Boxes
*************************************************************/

.box {
	border: 1px solid #eeede7;
	background-color:#ffffff;
	padding: 1px;
	margin:0 0 10px 0;
	float:left;
}

.siteMainCol .box {
	width: 526px;
	margin-right: 10px;
	margin-top: 8px;
}

.boxFrame {
	background-image: url(/gfx/global_box_bg.gif);
	background-repeat:repeat-x;
	background-color: #fcfbf8;
	padding: 8px;
}

.boxTitle {
	background-image: url(/gfx/global_box_title_bg.gif);
	background-repeat:no-repeat;
	background-color: #ffffff;
	min-height: 15px;
	font-weight:bold;
}


.boxContent {
	background-color: #ffffff;	
	padding: 10px 8px 10px 10px;
}

.boxFilter {
	margin-top: -20px;
	float: right;
}

.boxFrame.arr {
    margin-top: 3px;
    }

.boxFilter.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.boxFilter.clearfix {display: inline-table;}

/* Skjul for IE-mac \*/
* html .boxFilter.clearfix {height: 1%;}
.boxFilter.clearfix {display: block;}
/* End skjul for IE-Mac */


.boxFilter select {
	font-size: 10px;
	width: 180px;
}

.siteRightCol .boxFilter {
	position:static;
	margin-left: 0;
	margin-top: 0;
	float: none;
	}

.siteRightCol .boxFilter select {
	width: 180px;
	float:none;
	clear: both;
}

.box.layout1 {
	width: 320px;
	float: left;
}

.box.layout2 {
	width: 192px;
	float: left;
}

/* 2 cols */
.box.layout3 {
	width: 256px;
	float: left;
}

/* 3 cols */
.box.layout4 {
	width: 167px;
	float: left;
}

/* Full width */
.box.layout5 {
	width: 522px;
	float: left;
}


.spacer{
	width: 450px;
	height: 306px;	
}


/* Kampagneboks og Videnbank */
.box.campaign, .box.knowledge {
	border: 1px solid #eeede7;
	background-color:#ffffff;
	padding: 1px;
	margin-bottom: 10px;
}

.box.campaign .boxFrame, .box.knowledge .boxFrame {
	background-image: none;
	background-color: transparent;
	padding: 0;
}

.box.campaign .boxTitle, .box.knowledge .boxTitle {
	background-image: none;
	background-color: #e7e5d6;
	min-height: 15px;
	font-weight:bold;
	padding: 5px 10px 3px 10px;
}

.box.campaign .boxContent, .box.knowledge .boxContent {
	background-color: #f7f6f2;
	border: 1px solid #eeede7;
	padding: 10px;
	height: 0.1%;
}

.box.knowledge .boxContent .col{
	float: left;
	width: 205px;
	margin: 0 10px 10px 0;
	xborder:1px solid red;
	padding-bottom:3px;
}

.box.knowledge .boxContent .col.wide{
	width: 285px;
	margin: 0 0 10px 0;
}

.box.knowledge .boxFilter {
	position:static;
	margin: 0;
	float: none;
	}


.box.knowledge .active {
	font-weight: bold;  
}

.siteRightCol .box {
	width:98%;
}
    
.box.teaser .boxFrame p
{
    padding: 7px;
    font-size: 12px;
    line-height: 17px;
    }
    
.box.teaser .boxFrame .link 
{
    font-weight: bold;
    padding: 0 7px 7px 7px;
    }

/*Traenerguiden/Ny Videnbank*/
    
.boxTagCloud {
     background-image: url(/gfx/Traenerguiden/TagCloudbaggrund.png);
     background-repeat: repeat-x;
     min-height: 50px;
     height: auto !important;
     height: 400px;
     padding: 5px;
     border-style: solid none none none;
     border-width: 1px;
     border-color: #ffffff;
     overflow:hidden;
}
    
.tagCloudInfo {
     background-image: url(/gfx/Traenerguiden/infoIkon.png);
     border: 1px solid #A59E90;
     cursor: pointer;
     display: inline;
     float: right;
     height: 23px;
     width: 19px;
}

.tagCloudInfoluk {
     background-image: url(/gfx/Traenerguiden/infoIkonluk.png);
     border: 1px solid #A59E90;
     cursor: pointer;
     display: inline;
     float: right;
     height: 23px;
     width: 19px;
     display: none;
}
    
.boxTagSearch {
     border-top: solid 1px #ffffff;
     background-color: #DEDFCE;
     padding: 5px 5px 1px 5px;
     height: 26px;
 }

.boxTagInfoBjaelke {
     padding: 0 10px 0 10px;
     height: 15px;
     background-image: url(/gfx/Traenerguiden/VidenbankInfoBjaelkeBg.png);
     background-repeat: repeat-x;
    }
    
.TagKontrolBox .col1 {
     width: 235px;
    }
    
.TagKontrolBox .col2 {
      width: 133px;
    }
    
.TagKontrolBox .boxContent .tagTable td {
      border-bottom: 1px dashed #D4CBB6;
    }
    
.tagKontrolFilter, .tagKontrolFilter p {
		display:inline;
		float:left;
		font-size:10px;
		font-weight:bold;
		padding-top:4px;
    }
    
  .tagControlMedieTable, .tagControlMedieTable p {
        float:left;
        display: inline;
        cursor: pointer;    
        }
   
   .tagControlMedieTable .sprite {
       padding-bottom: 3px;
       }
   
   .boxFilter.tagControlMedieTable p {
       width: 58px;
       }
    
.tagKontrolFilter .sprite {
      padding-bottom: 3px;
    }
    
.boxFilter.tagKontrolFilter {
      width: 58px;
    }
    
.TagKontrolBox .noBg {
      background-image: none;
    }

/* Kortboks */

.box.map {
	width: 170px;
	margin-right: 5px;
	float:left;
}

.box.map .boxFrame {
	background-image: none;
	background-color: #f1f0e8;
	height: 180px;
}

.box.mapList {
	width: 347px;
}

.box.mapList .boxFrame, .mapContent .boxFrame {
	background-image: none;
	background-color: #f1f0e8;
	min-height: 180px;

}

.mapContent 
{
	background-image:none;
	float:left;
}

.mapContent .mapbox 
{
	background-image: none;
	background-color: #f1f0e8;
	padding-left: 11px;
	padding-top: 11px;
	padding-bottom: 11px;	
	} 

.box.banner {
	background-color: #FAF9F7;
	}
	
/*arrlisteAdvanced*/

/*************************************************************
EXT Form fields
*************************************************************/

.x-form-field{
    font:normal 10px verdana;
}

.x-form-text, textarea.x-form-field{
    padding: 1px 3px;
  border: 1px solid #B5B8C8;

}
.x-form-text {
    height:20px;
    line-height:18px;
    vertical-align:middle;
}

.ext-ie .x-form-text {
    margin-top:-1px; /* ie bogus margin bug */
    margin-bottom:-4px;
    height:20px; /* ie quirks */
    line-height:18px;
}

.ext-strict .x-form-text {
    height:16px;
}
.ext-safari .x-form-text {
    height:18px; /* safari always same size */
    padding:0 3px; /* remove extra top/bottom padding */
}
.ext-gecko .x-form-text {
    padding-top:2px; /* FF won't center the text vertically */
    padding-bottom:0;
}

/* select boxes */

.x-form-select-one {
    height:18px;
    line-height:18px;
    vertical-align:middle;
    background-color:#fff; /* opera */
    border: 1px solid #B5B8C8;
}

.x-form-field-wrap .x-form-trigger{
    height:19px;
    background:transparent url(/gfx/global_trigger.gif) no-repeat 0 0;
}
.ext-safari .x-form-field-wrap .x-form-trigger{
    height:19px; /* safari doesn't allow height adjustments to the fields, so adjust trigger */
}


/* Layout overrides */

.udoever .x-form-field-wrap .x-form-trigger{
    background:transparent url(/gfx/udoever_trigger.gif) no-repeat 0 0;
}

.traener .x-form-field-wrap .x-form-trigger{
    background:transparent url(/gfx/traener_trigger.gif) no-repeat 0 0;
}

.forening .x-form-field-wrap .x-form-trigger{
    background:transparent url(/gfx/forening_trigger.gif) no-repeat 0 0;
}


