body 
{
	background: url(jubileum_images/Main_bg.jpg) center no-repeat;
	background-color:#3b3b3b;
}

#page
{
	background:none; 
}

#PageContent 
{
	background:none;
	padding:0;
	
}

#PageContentInner 
{
	background-color: Transparent;
	border:none;
	background-image:none;
	padding:0;
}

#MainContent
{
	padding-top:30px;
	width:884px;
	margin-left: 15px;
}

#InfoMainContent
{
	margin-top:0;
	margin-left:32px;
	width:884px;
}

/*Header Layout
-----------------------------------*/

#header 
{
	background:url(jubileum_images/header_bg.gif) top right no-repeat;
	height:139px;
}

#logo 
{
	background-image:none;
	margin-top:25px;
	margin-left:25px;
}

#HeaderLinkList
{
	display:none;
}

.rightcolBottom
{
	display:none;
}

/*Header Search Area
-----------------------------------*/

#page #SearchWrapper 
{
	display:none;
}

/*Footer
-----------------------------------*/

#footer 
{
	display:none;
}

.Bubble	
{
	background:url(jubileum_images/bubble.gif) no-repeat top left;
	padding:15px 0 5px 0;
	height:280px;
	width:397px;
	float:right;	
}

/* --------------------------BILDSPELSBLOCKET ----------------------------------*/
/* this makes it possible to add next button beside scrollable */

.ImageFlow 
{
	margin-top:20px;
	margin-left:15px;
}

div.scrollable 
{
	background:none;
	height:300px;
	border:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#thumbs div 
{
	height:300px;
}

a.prev, a.next, a.prevPage, a.nextPage 
{
	background:url(jubileum_images/left.gif) no-repeat;
}

/* next button uses another background image */
a.next, a.nextPage 
{
	background-image:url(jubileum_images/right.gif);
}

#thumbs div h3 
{
	margin-bottom:5px;
	color:#FFFFFF;
}

#thumbs div span, #thumbs span.BannerHeading
{
	color:#FFFFFF;
	margin-right:25px;
	margin-left:0;
	text-align:left;
	line-height:17px;
	margin-top:5px;
}



/* style when mouse is over the item */
#thumbs div.hover 
{
	background-color: Transparent;	
}

/* style when element is active (clicked) */
#thumbs div.active 
{
	background-color:Transparent;
	cursor:default;
}

a.prev { margin-left:0px; }
a.next { margin-left:0px; }

/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi 
{
	margin-top:0px;	
	width:150px;
	height:20px;
	display:block;
	visibility: visible;
}


/* items inside navigator */
div.navi a 
{
	width:12px;
	height:12px;
	float:left;
	margin:3px;
	background:url(jubileum_images/navi.gif) 0 0 no-repeat;     
	cursor:pointer;	
}

div.navi a.active, div.navi a:hover 
{
	width:12px;
	height:12px;
	background:url(jubileum_images/naviacti.gif) 0 0 no-repeat; 
	background-position:none;
}

/*TopMenu
-----------------------------------*/

#TopMenu 
{
	background:url(jubileum_images/topmenu_bg.gif) repeat-x;
	width:884px;
	height:36px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	margin-left:32px;
	padding-bottom:2px;
}

/*TopMenu Navigation links
-----------------------------------*/
#TopMenu ul 
{
	width:auto;
	height: 35px;
	margin-left:10px;
}

#TopMenu ul li
{
	/*margin-top:5px;*/	
}

#TopMenu ul li a 
{
	color: #333333;
	font-size:12px;
	margin-top:6px;
}

#TopMenu a:hover, #TopMenu a:focus 
{
	background-image:none;
	background-color: Transparent;
	color: #333333;
	text-decoration:underline;
}

#TopMenu li.selected a 
{
	background-image:none;
	background-color: Transparent;
	color: #333333;
	text-decoration:underline;
}

/*Breadcrumbs
-----------------------------------*/
#breadcrumbs 
{
	background:url(jubileum_images/breadcrumbs_bg.gif) repeat-x;
	height: 54px;
	width:884px;
	margin-left:32px;
	margin-right:auto;
	text-align:center;
	margin-bottom: 0px;
}

/*#breadcrumbs ul	
{
	margin-left:-215px;
}*/

#breadcrumbs ul, #breadcrumbs li 
{
	display: inline;
	line-height:45px;
}

#InfoMainContent.LeftCenterRight 
{
	background: url(jubileum_images/leftcenterright_bg.gif) repeat-y;
}

#rightcol, #InfoMainContent.cr #rightcol 
{
	background:none;
}

#InfoMainContentBottom 
{
	display:none;
}

#LeftMenu 
{
	background-color: Transparent;
	width:201px;
}

#LeftMenu ul
{
	border-bottom: none;
	width:201px;
	margin-left:0;
} 

#LeftMenu ul ul
{
	border-bottom: none;
}

#LeftMenu li, #LeftMenu li li, #LeftMenu li li li, #LeftMenu li li li li 
{
	list-style-type:none;
}

#LeftMenu li li a
{
	background-image:url(jubileum_images/submenu_a_bg.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#333333 !important;
	min-height:20px;
	height:auto !important;
	height:20px;
	line-height: 17px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 17px;
	border-top: 1px solid #e7e7e7;
	overflow:hidden;
	background-position: bottom;
		
}

#LeftMenu li li a:hover, #LeftMenu li li a:focus 
{
		background-image:url(jubileum_images/submenu_a_bg.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	text-decoration:underline;
	
}

#LeftMenu li li a.Selected 
{
	background:url(jubileum_images/submenu_a_bg.gif) repeat-x left bottom;
	text-decoration:underline;
}

#LeftMenu li li a.HasChildren
{
background:url(jubileum_images/submenu_haschildren_bg.gif) no-repeat left bottom;
	text-decoration:none;
}

#LeftMenu li li a:hover.HasChildren, #LeftMenu li li a:focus.HasChildren 
{
background:url(jubileum_images/submenu_haschildren_bg.gif) no-repeat left bottom;
	text-decoration:underline;
}

#LeftMenu li li a.HasChildrenSelected, #LeftMenu li li a:hover.HasChildrenSelected 
{
background:url(jubileum_images/submenu_haschildrenselected_bg.gif) no-repeat left bottom;
	text-decoration:underline;
	font-weight:bold;
}

#LeftMenu li li a.HasChildrenExpanded, #LeftMenu li li a:hover.HasChildrenExpanded 
{
	background:url(jubileum_images/submenu_haschildrenselected_bg.gif) no-repeat left bottom;
	text-decoration:none;
}

#LeftMenu li li a:hover.HasChildrenExpanded 
{
	text-decoration:underline;
}

#LeftMenu ul li a.top, #LeftMenu ul li a:hover.top 
{
	background:url(jubileum_images/submenu_top_bg.gif) repeat-x left top;
	height:50px;
	display:block;
	line-height:47px;
	color:#333333;	
	font-weight:normal;
	padding-left:8px;
	padding-top:0px;
	margin-bottom:0;
	text-align:center;
}

#LeftMenu ul ul ul
{
	background-image:none;
	background-color:Transparent;
	display:block;
	width:202px;
	padding-top:0;
}

#LeftMenu ul ul ul ul
{
	background-image:none;
	background-color:Transparent;
	display:block;	
}

#LeftMenu li li li
{
	background-image:none;
	background-color:Transparent;
	display:block;
}

#LeftMenu li li li li li
{
	background-image:none;
	background-color:Transparent;
	display:block;
}


#LeftMenu li li li a
{
	background-image:none;
	background-color:Transparent;
	display:block;
}

#LeftMenu li li li li a, #LeftMenu li li li li li a
{
	background-image:none;
	background-color:Transparent;
	display:block;
}

#LeftMenu li li li li li a
{
	background-image:none;
	background-color:Transparent;
	display:block;
}

#LeftMenu li li li a:hover, #LeftMenu li li li a:active 
{
	background-image:none;
	text-decoration:underline;
}

#LeftMenu li li li a.SubLinkHasChildren 
{
	background-image:none;
	background-color:Transparent;
	display:block;
}

#LeftMenu li li li a.SubLinkHasChildrenExpanded, #LeftMenu li li li a:hover.SubLinkHasChildrenExpanded 
{
	background-image:none;
	background-color:Transparent;
	display:block;	
}

#LeftMenu li li li a:hover.SubLinkHasChildren 
{
	background-image:none;
	background-color:Transparent;
	display:block;
}

#LeftMenu li li li a.SubLinkHasChildrenSelected, #LeftMenu li li li a:hover.SubLinkHasChildrenSelected 
{
	background-image:none;
	background-color:Transparent;
	display:block;
}

#LeftMenu li li li a.SubLinkSelected, #LeftMenu li li li a:hover.SubLinkSelected, #LeftMenu li li li li a.SubLinkSelected, #LeftMenu li li li li a:hover.SubLinkSelected 
{
	font-weight: bold;
	color:#005195;
	text-decoration:underline;
}

#LeftMenu li li li li a.SubLinkSelected, #LeftMenu li li li li a:hover.SubLinkSelected 
{
	/*padding-top:0px;	*/
}

.LeftMenuBottom
{
	display:none;
	visibility:hidden;
}

#MainContent .center, #MainContent .lcr, #MainContent .lr {
margin-bottom:0px;
}

#InfoMainContent.LeftCenterRight #rightcol {width:202px; margin-top:-1px;}

.rightcolinner
{
	background-image:none;
}

#rightcol .NewsList
{
	width:190px;
	background-image:none;
}

#InfoMainContent.LeftCenterRight #leftcol {width:202px;	}

#centercolinner {margin-left:25px; width:430px;}

#centercolinner ul li
{
	list-style-type:disc;
	list-style-position:outside;
	padding-top:3px;
	margin-left:1.5em;
	line-height:1.5em;
}

#rightcol .intervjuer 
{
	background: url(jubileum_images/intervjuer.jpg) no-repeat top left; 
	height:49px; 
	width:202px;
	text-align:center;
	margin:0px !important;
	padding:0px; 
	font-size:16px;
	font-weight:normal;
	float:left;
}

#rightcol .intervjuer h3
{
	color:#323232;
	font-size:16px;
	font-weight:normal;
	border-bottom:none !important;
	text-align:center;
	padding-left:0 !important;
	margin-left:0 !important;
	line-height:45px; 
	margin-top:0;
}

#rightcol .intervjuer ul
{
	margin-top:10px;
}

#rightcol .intervjuer li
{
	margin-bottom:1px;
}

#rightcol .intervjuer a:hover{
	text-decoration: underline;
}

#rightcol .intervjuer ul li a{
	background-image: url(http://www.vgregion.se/vgrtemplates/common/images/arrow_icon.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	color: #005195;
	font-size:12px;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 5px;
	line-height:17px !important;
	display:block;
	margin-left:5px
}


#rightcol .DokumentContent ul li
{
	padding-top:4px;
	display:inline-block;
}

#rightcol a
{
	margin-right:10px;
}

/*#InfoMainContent.LeftCenterRight #rightcol 
{
	width:202px;
}*/

#rightcol .DokumentContent, #rightcol .RelateratContent, #rightcol .InfoBlock {width:202px; text-align:left; margin-left:0; margin-right:0;}

.relaterat 
{
	background: url(jubileum_images/relaterat.jpg) no-repeat bottom left; 
	width:202px;
	height:49px;

}

.RelateratContent li
{
	margin-bottom:0px;
}

.dokument 
{
	background: url(jubileum_images/dokument.jpg) no-repeat bottom left; 
	width:202px;
	height:49px;
}

.RightColumnBlock .News 
{
	background-color: Transparent !important;
}


/*Types
-----------------------------------*/

h2 
{
	color:#000000;
} 

h3 
{
	color:#000000;
} 

h4 
{
	color:#000000;
}

#LeftMenu 
{
	background-color: Transparent !important;
	background-image:none;
	margin-top:0px;
	margin-left:0px;
	padding-left:0;
}

#InfoMainContent.LeftCenterRight #leftcol 
{
	background-image:none;
	margin-left:0px;
}
#InfoMainContent.LeftCenterRight #centercol 
{
	width:480px;
	margin-left:0;
}

#centercolinner {margin-top:12px;}

.hiddenQuickLinks
{
	display:none;
	visibility:hidden;
}
#LeftMenu li li 
{
	background-color: #F0F0F0;
}
