@import "screen.css";
@import "screen_private.css";

/*
==================================================================
General styles for www.vv.se
==================================================================
*/

body{					
		margin:0px;
		font-size: 70%;
		/* line-height will not work on ie and mac  \*/
		line-height : 1.3em;
		/* end mac hack */
		color: #343434;
		background-color: #FFFFFF;
		font-family: Verdana,Arial, Helvetica, sans-serif;
		text-align:center;
	}

div{
	text-align:left;
}
	ul{
		margin:auto auto 0.35em 1.7em;
	}

	h1{
		margin:0px;
		line-height : 1.15em;
		font-size: 125%;
		font-weight: bold;
		padding-top: .8em;
		padding-bottom: 7px;
	}
	
	h2{
		margin:0px;
		font-size: 112.5%;
		font-weight: bold;
		padding-top: .8em;
		padding-bottom:5px;
		/*EditMenuName: Mellanrubrik (H2);*/
	}
	#MainArticleCellBottomLeft h2, #MainArticleCellBottomRight h2{
		margin:0px;
		font-size: 100%;
		font-weight: bold;
		padding-top: .8em;
		padding-bottom:5px;
	}

	h3{
		margin:0px;
		font-size: 100%;
		font-weight: bold;
		padding-top: .8em;
		padding-bottom:5px;
		/*EditMenuName: Mellanrubrik (H3);*/
	}

	p{
		margin: 0px 0px 1em 0px;

	}

	td p{
		margin: 0px;
	
	}

	#rightbanner p{
		margin: 0px;

	}
	
	.bildtext{
		width:98%;
		margin:0px;
		font-size: 100%;
		font-style: italic;
		/*EditMenuName: Bildtext;*/
	}
	div.fakta{
		background-color: #F7F6D9;
		padding: 5px;
		/*EditMenuName: Bakgrund-gul;*/
	}
	
	div.bgbla{
		padding: 5px;
		background-color: #E9EDF9;
		/*EditMenuName: Bakgrund-bla;*/
	}
	td.bgbla{
		background-color:#E9EDF9;
		/*EditMenuName: Cell-bla;*/
	}
	td.bggul{
		background-color: #F7F6D9;
		/*EditMenuName: Cell-bla;*/
	}

	.bildvanster{
		float: left;
		/*EditMenuName: Bild till vanster;*/
	}

	span.superscript{
		vertical-align: super;
		font-size: 80%;
		/*EditMenuName: Upphojd text;*/
	}

	
	form{
		margin: 0px;
    /*    font-size: 0.7em;*/
	}
	
	table{ 
		font-size: 1.0em; 	
	}
	
	fieldset{			
		margin: 0px;
		border: 0px;
	}

	.invincible{
		margin:0px;
		display:none;
	}
	
	
	.customizeBox{
		float:left;
	}
	 
	.SearchText{
        width:11.5em;
		background-color: #F5F6FA;/* ny 050608 */
		height: 1.7em;
		font-family: Verdana,Arial, Helvetica, sans-serif;
		font-size:1.0em;
		margin-top: 3px;
		margin-right: 1px;
		border-right: 1px solid #8990CE;
		border-left: 1px solid #8990CE;
		border-top: 1px solid #8990CE;
		border-bottom: 1px solid #8990CE;
	}
	
	#SearchText{
		width:11.5em;
		background-color: #F5F6FA;
		height: 1.7em;
		font-family: Verdana,Arial, Helvetica, sans-serif;
		font-size:1.0em;
		margin-top: 3px;
		margin-right: 1px;
		border-right: 1px solid #8990CE;
		border-left: 1px solid #8990CE;
		border-top: 1px solid #8990CE;
		border-bottom: 1px solid #8990CE;
	}
	

	.FormText{
		width:260px;
		height: 1.4em;
		margin: 0px;
		border-right: 1px solid #979588;
		border-left: 1px solid #979588;
		border-top: 1px solid #979588;
		border-bottom: 1px solid #979588;
		font-size: 100%;  
		font-family: Verdana,Arial, Helvetica, sans-serif;
	}
	
	.FormTextArea{
		width:260px;
		height: 60px;
		margin: 0px;
		border-right: 1px solid #979588;
		border-left: 1px solid #979588;
		border-top: 1px solid #979588;
		border-bottom: 1px solid #979588;
		font-size: 100%;
		font-family: Verdana,Arial, Helvetica, sans-serif;
	}
	
	.FormButton{
		width:auto;
		height: auto;
		font-size: 90%;
		margin: 0px;
		padding:1px 3px 1px 3px;
		background-color: #393B76;
		color: #FFCC33;
		border: 1px solid #FFCC33;
	}
	
	.MainCellBlueBox{
		width: auto;
		height: auto;
		padding: 10px 10px 10px 10px;
		margin:0px;
		border: 1px solid;
		border-color : #D8DFF3;
		background-color: #E9EDF9;
	}

	div#aureal{
		width: 0px;
		height: 0px;
		position: absolute;
		top: 0px;
		left: -9999px;
	}
	
	.MainArticleCellFormLeft{
		width: 100px;
		height: auto;
		float: left;
		margin:0px;
		padding:0px;
	}
	
	.MainArticleCellFormRight{
		width: auto;
		height: auto;
		float: right;
		margin: 0px;
	}

	.TopMenyImg{
		vertical-align: middle;
		margin: 0px 5px 0px 10px;		
	}
	
	.TopMenuRightIcons{ margin:0; padding-right:3px; padding-left:10px; }
	.TopMenuLeftIcons{ margin-left:10px; }
	.FooterIcons{margin-top:0px;margin-left:5px;margin-right:5px;margin-bottom:-2px;}	/* new */
	
.alignRight 
{
	float: right;
	padding-left: 5px;
	text-align: right;
	padding-bottom: 5px;
	/*EditMenuName: Bild till hoger;*/
}
/* nya klasser 050314 KnowIT)*/
.ImageRow {
  float: left;
}    
.ImageCell {
	float:left;
	margin-right: 10px;
	margin-top: 10px;
}      	
/**/	
	.alignLeft{float: left;}
	
	.marginZero{margin:0px;padding:0px;}
	.HiddenLink{
		position: absolute;
		visibility: hidden;
	}
	
	.altText {
		font-style: italic;
	}
	
	.imageLeft {border-right-width: 5px; border-left-width: 0px;border-color: #FFFFFF}
	.imageRight {border-left-width: 5px; border-right-width: 0px; border-color: #FFFFFF}
	
	.imageLeftE9EDF9 {border-right-width: 5px; border-left-width: 0px;border-color: #E9EDF9}
	.imageRightE9EDF9 {border-left-width: 5px; border-right-width: 0px; border-color: #E9EDF9}
	
	.imageLeftEFF0EB {border-right-width: 5px; border-left-width: 0px;border-color: #EFF0EB}
	.imageRightEFF0EB {border-left-width: 5px; border-right-width: 0px; border-color: #EFF0EB}
	
	.imageLeftF7F6D9 {border-right-width: 5px; border-left-width: 0px;border-color: #F7F6D9}
	.imageRightF7F6D9 {border-left-width: 5px; border-right-width: 0px; border-color: #F7F6D9}
	
	div#oldbrowsers{
		display: none;
	}	
		
	div#containerdiv{
		border:1px solid lightgrey;
		width:984px;
		height: auto;
	}

/* ny header */
div.business div#headercont{
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	background-color: #9ea615;
	background-image: url(/images/dekor_business.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.privat div#headercont{
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	background-color: #005191;
	background-image: url(/images/dekor_privat.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.business div#headercont span.vvlogo {		
	display:block;
	width: 190px;
	height: 50px;
	background-color: #9ea615;
	color: #9ea615;
	font-size: 0;
	background-image: url(/images/vv_business.gif);
	background-position: 2px 4px;
	background-repeat: no-repeat;
	cursor: pointer;
}
span.vvlogo{		
	text-decoration: none;
}


div.privat div#headercont span.vvlogo {		
	display:block;
	width: 190px;
	height: 50px;
	background-color: #005191;
	color: #9ea615;
	font-size: 0;
	background-image: url(/images/VV_logotype.gif);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}
div#headercont div#HeaderLeft{
	width: 190px;
	height: auto;
	float: left;
}
div#headercont div#HeaderRight{		
	margin-top: 3px;
	height: auto;
	width: 15em;		
}	
div#headercont div#HeaderRight img{		
	margin-top: 4px;
}

div#headermenu{
	display:none;
	color: #ffffff;
	margin-top: 8px;
	float: left;
	width: 410px;
	height: 20px;
	text-align: right;
}
a.headerlink {
	color: #ffffff;
	text-decoration: none;
	font-size: smaller;
}
a.headerlink:hover {
	text-decoration: underline;
}

#Tabs {
	display:none;
  clear: both;
  float:left;
  width:100%;
  }
#Tabs ul {
  margin:0;
  padding:10px 10px 0 0;
  list-style:none;
  }
div.business #Tabs li {
  float:left;
  background:url(/images/g1l.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 3px;
  }
div.privat #Tabs li {
  float:left;
  background:url(/images/b1l.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 3px;
  }

div.business #Tabs a {
  float:left;
  display:block;
  color: #ffffff;
  background:url(/images/g1r.gif) no-repeat right top;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  font-weight:bold;
  }
div.privat #Tabs a {
  float:left;
  display:block;
  color: #ffffff;
  background:url(/images/b1r.gif) no-repeat right top;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  font-weight:bold;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#Tabs a {float:none;}
/* End IE5-Mac hack */
#Tabs a:hover {
  color:#ffffff;
  }
#Tabs a:visited {
  color:#ffffff;
  }

div.business #Tabs #current {
  background-image:url(/images/g2l.gif);
  }
div.privat #Tabs #current {
  background-image:url(/images/b2l.gif);
  }

div.business #Tabs #current a {
  background-image:url(/images/g2r.gif);
  color:#9ea615;
  padding-bottom:5px;
  }
div.privat #Tabs #current a {
  background-image:url(/images/b2r.gif);
  color:#005191;
  padding-bottom:5px;
  }
	
	
	/* KOM IHÅG! ta bort motsvarande klasser utanför ny_header-blocket i vv_new.css*/
	.SearchText{
		float: left;
        width:11.5em;
		background-color: #F5F6FA;/* ny 050608 */
		height: 1.4em;
		font-family: Verdana,Arial, Helvetica, sans-serif;
		font-size:1.0em;
		border-right: 1px solid #8990CE;
		border-left: 1px solid #8990CE;
		border-top: 1px solid #8990CE;
		border-bottom: 1px solid #8990CE;
	}
	
	#SearchText{
		width:11.5em;
		background-color: #F5F6FA;
		height: 1.4em;
		font-family: Verdana,Arial, Helvetica, sans-serif;
		font-size:1.0em;
		border-right: 1px solid #8990CE;
		border-left: 1px solid #8990CE;
		border-top: 1px solid #8990CE;
		border-bottom: 1px solid #8990CE;
	}	

	
	/* ny header stop */





	div#headerdiv{
		width: auto;
		height: 70px;
		margin: 0;
		background-color: #34347C;
	}
	
	div#HeaderLeft{
		width: 550px;
		height: auto;
		float: left;
	}
	div#HeaderRight{
		margin-right: 5px;
		width: auto;
		height: auto;
		float: right;	
	}
	

	
	div#TopMenuContainer{
		display: block; 
		width: auto;
		height: 25px;
		background-color: #7493C1;		
	}

	
	div#TopMenuLeft{
		width: auto;
		height: auto;
		margin-top:6px;
		float: left;
		background-color: #7493C1;
	}
	
	div#TopMenuLeft a{
		color: #ffffff;
		text-decoration: none;
		display : inline;
	}
	
	div#TopMenuLeft a:active{ font-weight: normal;}
	div#TopMenuLeft a:hover{ text-decoration: underline;}
	
	
	div#TopMenuRight{
		width: auto;
		height: 25px;
		float: right;
		margin-right: 0px;
		padding-right: 5px;
		background-color: #7493C1;
		color: #FFFFFF;
	}
	
	
	
	div#TopMenuRight a{
		color: #ffffff;
		text-decoration: none;
		
	}
	
	div#TopMenuRight a:active{font-weight: normal;}
	div#TopMenuRight a:hover{text-decoration: underline;}
	
	div#TopEmpty{
		clear: both;
		width: auto;
		height: 15px;
		background-color: #ffffff;
	}
	
	div#LeftMenuContainer{
		width: 170px;
		margin:0px;
		background-color: #ffffff;
		float: left;
	}

/* start ändringar nytt menysystem */

	div#LeftMenuContainer a{
		color: #333333;
		width: auto;
		height: auto;
		text-decoration: none;
		display: block;
		padding-bottom: 3px; padding-top: 2px; 
		padding-left: 15px;
		background-position: 0px 0.4em;
		border-top: 1px solid #e9edf9; 
		background: #fff; 
		line-height: 1.2em;
	}
	
	/* täcker in vissa tillämpningar */
	
	div#vvmenu2 a.menuheadchildren:hover{
		background-image: url(/images/menypil.gif);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;
		background-color: #d8dff3;
	}
	
	div#vvmenu2 a.menuhead:hover{
		background-image: url(none);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;
		background-color: #d8dff3;
	}
	
	div#appmenu a{
		background-image: url(none);
		height: auto;
		background-repeat: no-repeat;
		background-position: 5px 0.5em;
		background-color: #ffffff;
	}
	
	div#appmenu a:hover{
		background-image: url(none);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;
		background-color: #d8dff3;
	}
		
	div#LeftMenuContainer a:visited{}
	
	div#LeftMenuContainer a.parentitemrightarrow{
		background-image: url(/images/menypil.gif);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;
	}
	div#LeftMenuContainer a.parentitemrightarrow:hover{
		background-color: #e9edf9;
		background-image: url(/images/menypil.gif);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;
		
	}	
	div#LeftMenuContainer a.parentitemdownarrow{
		background-image: url(/images/menypil_ned.gif);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;	
	}
	div#LeftMenuContainer a.parentitemdownarrow:hover{
		background-color: #e9edf9;
		background-image: url(/images/menypil_ned.gif);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;	
	}
	
	div#LeftMenuContainer a.parentitemdownarrowactive{
		font-weight: bold;
		background-image: url(/images/menypil_ned.gif);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;	
	}
	div#LeftMenuContainer a.menuroot {
		padding-bottom: 3px; padding-top: 2px; 
		padding-left: 15px;
		background-position: 0px 0.4em;
		font-weight: normal;
		border-top: solid 1px #d8dff3;
		background-color: #e9edf9;
		background-image: url(/images/menypil_ned.gif);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;	
	}
	div#LeftMenuContainer a.menuroot:hover {
		text-decoration: none;
		background-color: #d8dff3;
	}
	div#menurootactive {
		padding-bottom: 3px; padding-top: 2px; 
		padding-left: 15px;
		background-position: 0px 0.4em;
		font-weight: bold;
		border-top: solid 1px #d8dff3;
		background-color: #e9edf9;
		background-image: url(/images/menypil_ned.gif);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;	
	}

		
	div#LeftMenuContainer a.menuheadchildren{ 
		background-image: url(/images/menypil.gif);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;
	}
	
	div#vvmenubase a.menuheadchildren:hover{
		background-image: url(/images/menypil.gif);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;
		background-color: #d8dff3;
	}
	
	div#vvmenubase a.menuhead:hover{
		background-image: url(none);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;
		background-color: #d8dff3;
	}
	/* för pressmeddelanden: */
	div#ArchiveYearMenuText a:hover{
		background-image: url(none);
		background-repeat: no-repeat;
		background-position: 5px 0.5em;
		background-color: #d8dff3;
	}
	
	div#vvmenuexpanded a{
		color: #333333;
		width: auto;
		height: auto;
		text-decoration: none;
		display: block;
		padding-bottom: 3px; padding-top: 2px; 
		padding-left: 20px;
		background-position: 0px 0.4em;
		border-top: 1px solid #e9edf9; background: #e9edf9 url(none); line-height: 1.2em;
	}
	
	div#vvmenuexpanded a:hover{
		text-decoration: none; 
		background-color: #d8dff3; 
		color: #333;
	}
	div#vvmenuexpanded a:visited{}
			
	div#vvmenuexpanded a.menuheadchildren{ 
		background-image: url(/images/menypil.gif);
		background-repeat: no-repeat;
		background-position: 13px 0.5em;
	}
	
	div#vvmenuexpanded .activemenuhead{ 
		font-weight: bold;
		color: #333333;
		width: auto;
		height: auto;
		text-decoration: none;
		display: block;
		padding-bottom: 3px; padding-top: 2px; 
		padding-left: 20px;
		background-position: 0px 0.4em;
		border-top: 1px solid #e9edf9; 
		background: #e9edf9 url(none);
		line-height: 1.2em;
	}
	
	div#LeftMenuContainer div.mainBig{
		color:#333333;
		background-color:#e9edf9;
		font-weight: bold;
		padding-left: 20px;
		
	}
	
	div.testinv{
		padding-left: 15px;
		color: gray;
		display: none;
	}
	
	/* stop ändringar nytt menysystem */
	

	
	div#LeftMenuLocation{
		width: auto;
		height: auto;
		font-weight: bold;
		padding: 5px 10px 5px 10px;
		background-color: #D8DFF3;
	}
		
	
	div#LeftMenuForum{
		display:none;
		width: auto;
		height: auto;
		font-weight: bold;
		padding: 5px 10px 5px 10px;
		background-color: #dfdfd9;
		margin-top: 10px;
	}
	
	div#LeftMenuForumText{
		display:none;
		width:auto;
		height: auto;
		padding: 5px 5px 8px 10px;
		background-color: #eff0eb;
	}
	
	div#LeftMenuForumText a{
		background-color: #eff0eb;
	}
	div#LeftMenuForumText a:link{
		
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.6em;
	}
	div#LeftMenuForumText a:active{
		
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
	}
	div#LeftMenuForumText a:hover{
		
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.6em;
	}
	div#LeftMenuForumText a:visited{
		
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
	}
	
	div#LeftMenuForumText a.HiddenLink{
		color: #323ABD;
		width: 0px;
		height: 0px;
		text-decoration: none;
		background-image: none;
		background-position: 0px;
		padding: 0px;
		margin: 0px;
	}
	
	div#LeftMenuForumText a.SimpleLink{
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: none;
		background-position: 3px;
		padding-left: 0px;
	}
	div#LeftMenuForumText a.SimpleLink:hover{
		text-decoration:underline;
		background-image:none;
		padding-left: 0px;
	}
	div#LeftMenuForumText a.SimpleLink:visited{
		color: #800080;
		background-image:none;
		padding-left: 0px;
	}

	div#RightBanner{
		width: 180px;
		height: auto;
		margin: 0;
		background-color: #ffffff;
		float: right;	
	}
	
	div#RightBanner a.BlockLink{
		display: block;
		}
		
	div#RightImage{
		margin-left:10px;
		padding:0px;
		width: auto;
		height: 120px;
	}
	
	 .RightBannerD8DFF3Title{
		width: auto;
		height: auto;
		font-weight: bold;
		border: 1px solid;
		border-color : #D8DFF3;
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
		background-color: #D8DFF3;
	}
	
	.RightBannerD8DFF3{
		width: auto;
		height: auto;
		padding: 10px 10px 10px 10px;
		margin-left: 10px;
		border: 1px solid;
		border-color : #D8DFF3;
		background-color: #E9EDF9;
	}
	
	.RightBannerD8DFF3 a{
		color: #323ABD;
		width: auto;
		display:block;
		text-decoration: none;
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
	}
	
	.RightBannerD8DFF3 a:hover{text-decoration:underline;}
	.RightBannerD8DFF3 a:visited{color: #800080;}
	
	
	 .RightBannerD8DFF3Title2{
		width: auto;
		height: auto;
		font-weight: bold;
		border: 1px solid;
		border-color : #D8DFF3;
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
		background-color: #D8DFF3;
	}
	
	.RightBannerD8DFF32{
		width: auto;
		height: auto;
		padding: 10px 10px 10px 10px;
		margin-left: 10px;
		border: 1px solid;
		border-color : #D8DFF3;
		background-color: #E9EDF9;
	}
	
	.RightBannerD8DFF32 a{
		color: #323ABD;
		width: auto;
		display:block;
		text-decoration: none;
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
	}
	
	.RightBannerD8DFF32 a:hover{text-decoration:underline;}
	.RightBannerD8DFF32 a:visited{color: #800080;}
	
	.RightBannerDFDFD9Title{
		width: auto;
		height: auto;
		font-weight: bold;
		border: 1px solid;
		border-color : #DFDFD9;
		padding: 5px 10px 5px 10px;
		margin-left: 10px;
		background-color: #DFDFD9;
	}
	
	.RightBannerDFDFD9{
		width: auto;
		height: auto;
		padding: 10px 10px 10px 10px;
		margin-left: 10px;
		border: 1px solid;
		border-color : #DFDFD9;
		background-color: #EFF0EB;
	}
	
	.RightBannerDFDFD9 a{
		color: #323ABD;
		width: auto;
		display:block;
		text-decoration: none;
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
	}
	
	.RightBannerDFDFD9 a:hover{text-decoration:underline;}
	.RightBannerDFDFD9 a:visited{color: #800080;}
	
	.RightBannerF7F6D9Title{
		width: auto;
		height: auto;
		font-weight: bold;
		padding: 5px 10px 5px 10px;
		margin-left: 10px;
		background-color: #EBE9CA;
		border: 1px solid;
		border-color: #EBE9CA;
	}
	
	.RightBannerF7F6D9{
		width: auto;
		height: auto;
		padding: 10px 10px 10px 10px;
		margin-left: 10px;
		border: 1px solid;
		border-color: #EBE9CA;
		background-color: #F7F6D9;
	}
	
	.RightBannerF7F6D9 a{
		color: #323ABD;
		width: auto;
		display:block;
		text-decoration: none;
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
	}
	
	.RightBannerF7F6D9 a:hover{text-decoration:underline;}
	.RightBannerF7F6D9 a:visited{color: #800080;}
	
	
	
	div#maincontainerdiv{
		border-right: 1px solid #CFCFCF;
		border-left: 1px solid #CFCFCF;		
		margin-right: 180px;
		margin-left: 170px;
		width: auto;
		height: auto;
		background-color: #ffffff;
		padding:0px 6px 0px 6px;
	}
	
	#maincontainerdiv:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
	div#mainareadiv {
		width: 410px;
	}
	
	/* div#mainareadiv em,i{ width: 98%; } */
	

	div#maincontainerdiv a:link{
		
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
	}
	div#maincontainerdiv a:active{
		
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
	}
	div#maincontainerdiv a:hover{
		
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
	}
	div#maincontainerdiv a:visited{
		
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
	}
	
	div#maincontainerdiv a:hover{text-decoration:underline;}
	div#maincontainerdiv a:visited{color: #800080;}
	
	
	div#maincontainerdiv a.HiddenLink{
		color: #323ABD;
		width: 0px;
		height: 0px;
		text-decoration: none;
		background-image: none;
		background-position: 0px;
		padding: 0px;
		margin: 0px;
	}
	
	div#maincontainerdiv a.SimpleLink{
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: none;
		background-position: 3px;
		padding-left: 0px;
	}
	div#maincontainerdiv a.SimpleLink:hover{
		text-decoration:underline;
		background-image:none;
		padding-left: 0px;
	}
	div#maincontainerdiv a.SimpleLink:visited{
		color: #800080;
		background-image:none;
		padding-left: 0px;
	}
	div#maincontainerdiv .uplinkcont 
	{
		width: auto;
		display: block;
		text-align: right;
		height: auto;
		margin: 0px 0px 2px auto;
	}
	
	div#MainArticleIntro{font-weight:bold;}
	
	div#MainArticleCellBottom{
		width:410px;
		height: auto;
		float: left;
		margin-bottom: 8px;
	}
	
	div.MainArticleCellBottomLeftAlt{
		width: 100%;
		height: auto;
		border: solid 1px #CFCFCF;
		padding: 2px;
	}
	div#MainArticleCellBottomLeft{
		width: 200px;
		height: auto;
		float: left;
	}
	
	div#MainArticleCellBottomLeft a{
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
		display: block;
	}
	div#MainArticleCellBottomLeft a:hover{text-decoration:underline;}
	div#MainArticleCellBottomLeft a:visited{color: #800080;}
	
	div#MainArticleCellBottomRight{
		width: 190px;
		height: auto;
		float: right;	
	}
	
	div#MainArticleCellBottomRight a{
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
		display: block;
	}
	div#MainArticleCellBottomRight a:hover{text-decoration:underline;}
	div#MainArticleCellBottomRight a:visited{color: #800080;}
	
	
	div#MainArticleCellBottom2{
		width:auto;
		height: auto;
		margin-right: 9px;
		margin-left:0px;
		padding: 0px;
	}
	
	div#MainArticleCellBottomLeft2{
		width: 200px;
		height: auto;
		clear:inherit;
		float: left;
				
	}
	
	div#MainArticleCellBottomLeft2 a{
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
		display: block;
	}
	div#MainArticleCellBottomLeft2 a:hover{text-decoration:underline;}
	div#MainArticleCellBottomLeft2 a:visited{color: #800080;}
	
	div#MainArticleCellBottomRight2{
		width: 190px;
		height: auto;
		clear:inherit;
		float: right;	
	}
	
	div#MainArticleCellBottomRight2 a{
		background-image: url(/images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position: 0px 0.4em;
		display: block;
	}
	div#MainArticleCellBottomRight2 a:hover{text-decoration:underline;}
	div#MainArticleCellBottomRight2 a:visited{color: #800080;}
	
	div#MainArticleCellBreadcrumbs{
		width: 0;
		height: 0;
		display: none;
	}
	
	div#MainArticleCellBreadcrumbs a{
		display : inline;
	}
	
	div#MainArticleCellHeaderRight{
		width: auto;
		height: auto;
		float: right;
	}
	

	
	div#MainArticleCellFooterLeft{
		width: auto;
		height: auto;
		float: left;
	}
	
		
	div#MainArticleCellFooterRight{
		width: auto;
		height: auto;
		float: right;
		background-image: none;
		padding-left: 0px;
		margin-left:0px;
		background-position: 0px;
	}
	
	div#MainArticleCellFooterRight a:link{
		color: #323ABD;
		width: auto;
		background-image: none;
		text-decoration: none;
		padding-left: 0px;
		margin-left:0px;
	}
	
	div#MainArticleCellFooterRight a:hover{
		text-decoration:underline;
		background-image: none;
		padding-left: 0px;
		margin-left:0px;
	}
	div#MainArticleCellFooterRight a:visited{
		background-image: none;
		padding-left: 0px;
		margin-left:0px;
		color: #800080;
	}
	
	div#FooterEmpty{
		width: auto;
		height: 15px;
		background-color: white;
	}

	.business div#footerdiv{
        width: 984px;
        font-size: 87%;
		margin: 0px;
        background-color: #9ea615;
		color: #ffffff;	
		padding-top: 7px;
		padding-bottom: 7px;
		text-align : center;
	}
	div#footerdiv{
        width: 984px;
        font-size: 87%;
		margin: 0px;
        background-color: #7493C1;
		color: #ffffff;	
		padding-top: 7px;
		padding-bottom: 7px;
		text-align : center;
	}
	
	div#footerdiv a{
		color: #ffffff;	
		text-decoration: none;
	}

/* Ändringar: Pressmeddelande 050517 */	

.PressTopInfoHolder {
	width: auto;
    float: left;
}

/* Ändring: margin-top lagt inn för att peta Pressmeddelande-rubriken
  länger ner: LCG, VV 050531 */
.PressLeftTop {
    margin-top: 100px;
    float: left;
    width: 200px;
}
.PressRightTop {
    float: right;
    width: 200px;
    text-align: right;
    font-size: 0.9em;
}


/* Slut Ändringar: Pressmeddelande 050517 */

/* new */

 .customizeTitle{
		width: 7em;
		height: auto;
		font-weight: bold;
		border: 1px solid;
		border-color : #D8DFF3;
		padding: 5px 10px 5px 10px;
		background-color: #D8DFF3;
		
	}
	
	.customizeText{
		width: 7em;
		height: 14em;
		border: 1px solid;
		border-color : #D8DFF3;
		background-color: #ffffff;
		padding: 5px 10px 5px 10px;
		
	}
	
	
	
	 .customizeTitlePreview{
		width: 380px;
		height: auto;
		font-weight: bold;
		border: 1px solid;
		border-color : #D8DFF3;
		padding: 5px 10px 5px 10px;
		background-color: #D8DFF3;


		
	}
	
	.customizeTextPreview{
		width: 380px;
		height: 15em;
		border: 1px solid;
		border-color : #D8DFF3;
		background-color: #ffffff;
		padding: 5px 10px 5px 10px;

	}
	
	th{
		font-size: 70%;
		font-weight: normal;
	}

.PressLogosImg img {
	float:left;
	vertical-align: top;
	margin-left: 5px;
}

#PressreleaseIntro { padding: 20px 0px 25px 7px;}
		
div#PressLogos {
	display: block;
	height: 110px;
}

div.pressvvlogo {
	float: left; 
	padding-right: 10px;
}
div.pressextlogos {
	float: left;
}
	
div.pressheader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	vertical-align: top;
	text-align: right;
	width: 130px;
	float: right;
	font-size: 0.8em;
}

div#PressreleasePrint {
		display: none;
}

div#PressreleaseIntro {
	font-size: 80%;
}

div#PressreleaseFooter {
		margin-top: 0px;
		font-size: 80%;
		height: auto;
}
/* Fixar problemet med att förelderdivs (PressreleaseFooter) höjd inte följer storleken på 
   float:ade barndivar (pressfooteraddr) : */
#PressreleaseFooter:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
}

div.pressfooteraddr {
	padding: 0px 0px 15px 6px;
	text-align: right;
	float: right;
}

div#pressreleaseHeaderLine
{
	height:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom:4px;
}

div#pressreleaseFooterLine
{
	height:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom:4px;
}

div#pressidentifier{
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 190%;
}

div#presscontent{
	margin-left: 34px;
	margin-right: 44px;
	margin-top: 12px;
	margin-bottom: 2px;
}

div#presscontent table{
	width: 515px;
}
	

div.akutbg{
	background-color: #F7F6D9;
	padding: 5px;
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;	
	}

div.akutbg .akutrubrik{
	color: #FF0000;
}

div.akutbg .akutingressrubrik, div.akutstd .akutingressrubrik{
	width: auto;
	height: auto;
	font-weight: bold;
}

div.akutbg .akutdatum, div.akutstd .akutdatum{
	width: auto;
	height: auto;
	font-weight: normal;
}

div.akutstd .akutrubrik{
	color: #343434;
	width: auto%;
	background-color:#d8dff3;
	padding-left: 5px;
	margin: 0;
}

div.akutstd{
	background-color: #e9edf9;
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #d8dff3;
}

div.akutstd div, div.akutstd p{ padding:0 5px 0 5px;}





div#MainArticleCellBottomComplete a{
	background-image: url(/images/arrow_for_links.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left:0px;
	background-position: 0px 0.4em;
	display: block;
}

/* Styles pressrelease  */
.PressreleaselistContainer
{
	width:410px;
	border: 0px;
}

.PressreleaselistContainer a{ cursor: pointer }
	
.PressreleaselistCol1
{
	width:70px;
	vertical-align:text-top;	
	white-space:normal;
	PADDING-BOTTOM: 5px; 
}
.PressreleaselistCol2
{   
	width:320px;	
	vertical-align:text-top;
	white-space:normal;
	PADDING-BOTTOM: 5px; 
}
.PressroomlistContainer
{
	width:330px;
	border: 0px;
}

.PressroomlistContainer a{ cursor: pointer }
	
.PressroomlistCol1
{
	width:70px;
	vertical-align:text-top;	
	white-space:normal;
	PADDING-BOTTOM: 5px; 
}
.PressroomlistCol2
{
	width:240px;	
	vertical-align:text-top;
	white-space:normal;
	PADDING-BOTTOM: 5px; 
}
/* Slut styles pressrelease */


/* Klasser för MondoSearch - LCG 2005-10-31 */
/* BEGIN Mondosoft Search Controls */
input.MssSearchTextBox
{
	width: 250px;
}
input.MssSearchCommand
{
	width: 80px;
}
input.MssSearchAgainCommand
{
	width: 80px;
}
input.MssSearchAgainTextBox
{
	width: 250px;
}
/* Advanced Search */
select.MssAdvDateFilterDropdown
{
	width: 200px;
}
input.MssAdvExcludeWordsTextBox
{
	width: 200px;
}
/* Search Result*/
div.MssSearchResultContainer
{ 
	border: 1px solid #e7e7ff;
}
div.MssSearchResultHeading
{
    /* "Sökresultat: etc" */
    display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 0px 4px 0px;
}
a.MssSearchResultHeading
{
	font-size: 0.8em;
    font-weight: normal;
	padding-left: 5px;
}
div.MssSearchShowAllPagesInCategory
{
	padding: 3px 0px 10px 4px;
	color: #003366;	
	font-weight: bold;		
}
a.MssSearchResultTitle
{
	font-size: 1em;
	font-weight: normal; /* Ursprungligen bold */
}
div.MssSearchResultDesc
{
	padding: 4px 0px 4px 0px;
}
div.MssSearchInformation
{
	font-style:italic;
}

a.MssSearchResultLink
{
	color: #4D4D4D;
}
div.MssSearchItem
{
	padding: 4px 4px 4px 4px;
}
div.MssSearchItemAlt
{
	padding: 4px 4px 4px 4px;
	background-color: #f7f7f7;
}
div.MssSearchSummary
{
	padding: 4px 0px 0px 0px; 
	font-size: 1em;
}
div.MssSearchSummaryCaption
{ 
	font-size: 13px;
	font-weight: bold;
}

/* Category settings */
div.MssCategoryContainer
{
	padding: 0px 0px 4px 0px;
}
div.MssCategoryHeader
{
	color: #4D4D4D;
	font-weight: bold;
}
div.MssCategoryItem
{
}
a.MssCategoryLink
{
}
div.MssSearchCategoryContainer
{
	border: 1px solid #e7e7ff;
	margin-bottom: 20px;
	width: 100%;overflow: hidden
}
div.MssSearchCategoryHeading
{
    font-weight: bold;
	font-size: 1em;
}
span.MssSearchCategoryHeadingText
{
	background-color: #d8dff3;
    display: block;    
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #e7e7ff;
	border-left: 1px solid #e7e7ff;
	border-right: 1px solid #e7e7ff;
}

/* END Mondosoft Search Controls */

/* Mondosoft Repeater styles - LCG VV */
span.repPrevious { width: 35px; float: left; }
span.repPages { width: 320px; text-align:center; float: left; }
span.repNext { width: 35px; text-align:right; float: right; }
div.repeater { display: block; width: 402px; padding-bottom: 5px; padding-top: 8px; }
/* END Mondosoft Repeater styles */

div.MssSearchTipsBox { padding-top: 5px; padding-bottom: 5px;}

/* Slut klasser för MondoSearch - LCG  2005-10-31 */


/* Klasser för Vägmärkesmallerna */
.Roadsignimg {width:50%; vertical-align:middle; float: left}
.Roadsignlinks {width:50%; vertical-align:middle; float: right; text-align:left}



th {font-size: 1em; font-weight: bold; text-align: left;}
caption {font-size: 1em; text-align: left; font-weight: bold}
table.vagmarken { text-align: center; border-bottom: solid 1px #CFCFCF; width: 100% }
table.vagmarken td { border-top: solid 1px #CFCFCF; padding-top: 3px}
td.mittcell {border-left: solid 1px #CFCFCF; border-right: solid 1px #CFCFCF; }
div.Paginator{width: 100%; padding-bottom: 8px; padding-top: 10px;}
div.Previous {width: 100%;}
div.Next {width:100%;}

.DropDownForm{
	margin-top: 5px;
	font-size: 1.0em;
	width: 165px;
}

.DropDownFormButton{
	font-size: 0.8em;
	width: 24px;
}

.sitemaplinkblock {
	float: left;
	width: 49%;
	margin-bottom: 10px;
}
.SiteMap {
	width: 99%;
	float:left;
}



