
html, form, body {
	width:100%;
	height: 100%;
	margin:0px;
	padding:0px;
}

body {
	background-color: #c7ef8e;
	background-image: url("Images/Background.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Serif;
	color: #282828;

	/* IE 5.5 text-align:center; */
}
.clear {
	clear:both;
}


a {
	color:#2a581f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color:#2a581f;
	font-weight: bold;
	
}
a:active {
	color:#2a581f;
	font-weight: bold;
	text-decoration: none;
}
h1 a, h1 a:visited, h1 a:active, h1 a:hover {
	text-decoration: none;
	color: #282828;
	
}
h1.Lighter, h1.Lighter a {
	color: #575757;
}
h2 a, h2 a:visited, h2 a:active, h2 a:hover {
	text-decoration: none;
	color: #282828;
	
}
h3 a, h1 a:visited, h3 a:active, h3 a:hover {
	text-decoration: none;
	color: #282828;
	
}
h1, .h1 {
	font-size:150%;
	color: #282828;
	margin: 0px 0px 8px 0px;
	
	line-height:125%;
}
h2, h1.h2 {
	font-size:140%;
	margin:0px;
	color: #282828;
}
.h2 {
	font-size: 120%;
	font-weight: bold;
	color: #282828;
}
h3, h1.h3, h2.h3 {
	font-size:120%;
}
h4, h1.h4, h2.h4, h3.h4 {
	font-size:100%;
	color: #282828;
}
p {
	margin:0px 0px 1.5em;
}
img {
	border:none;
}
.clear {
	clear: both;
}

/* Main Layout */

#MainContainer {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	font-size: 75%;
	line-height: 150%;
	position: relative;
	min-height:100%;
	background-image: url("Images/DropShadowRepeat.jpg");
}
/* IE 6 */
* html #MainContainer {
	height: 100%;
	
}

#LeftShadow {
	width: 4px;
	height: 240px;
	background-image: url("Images/DropShadowLeftTop.jpg");
	float:left;
}

#RightShadow {
	width: 4px;
	height: 240px;
	background-image: url("Images/DropShadowRightTop.jpg");
	float:left;
}

#ContentContainer {
	width: 970px;
	float:left;
	position:relative;
	
	padding: 5px 5px 25px 5px;
}



#Header {
	background-image: url("Images/HeaderRepeat.jpg");
	background-repeat: repeat-x;
	height: 55px;
}
#StartBorder {
	width: 1px;
	height: 54px;
	background-image: url("Images/HeaderBorderLeftRight.jpg");
	float:left;
	font-size: 1px;
}
#EndBorder{
	width: 1px;
	height: 54px;
	background-image: url("Images/HeaderBorderLeftRight.jpg");
	float:left;
	
}

#LogoContainer {
	width: 734px;
	height: 54px;
	float:left;
}

#SearchContainer {
	width: 234px;
	float:left;
	padding-top: 24px;
}
#SearchIcon {
	width: 25px;
	margin-right: 5px;
	float:left;
}

#SearchField {
	width: 154px;
	height: 21px;
	background-image:  url("Images/SearchBarInput.jpg");
	float:left;	
	padding-top:4px;
	padding-left: 5px;
}
#SearchField input {
	border: 0px;
	width: 147px;
	height: 13px;
	background-color: #ffffff;
}

#MainMenuContainer {
	background-image: url("Images/MenuBackground.jpg");
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #d6d6d6;
	background-color: #e6e6e6;
	
	margin-top: 5px;
	font-size: 110%;
}

#MainMenuContainer ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#MainMenuContainer li {
	display:inline;
	
}

#MainMenuContainer ul li span {
	padding: 0px 20px;
	height: 24px;
	display: block;
	float:left;
	background-image: url("Images/MenuSeparator.jpg");
	background-repeat: repeat-y;
	background-position: top right;
}



#MainMenuContainer ul#QuickLinks span {
	background-position: left;
}

#MainMenuContainer a,  #MainMenuContainer a:visited, #MainMenuContainer a:active {
	color: #5b5b5b;
	font-weight: bold;
	text-decoration: none;
}
#MainMenuContainer a:hover{
	text-decoration: underline;
}

#MainMenuContainer ul li span a {
	
	margin-top: 3px;
	display:block;	
}

#MainMenuContainer ul#MainMenu {
	float:left;
	font-weight:bold;
}

#MainMenuContainer ul#QuickLinks {
	float:right;
}

#TopSplashes {

	margin-bottom: 12px;
	padding-left: 2px;
	padding-right: 1px;
}

.TopSplash {
	float: left;
	padding: 0px;
	width: 157px;
	margin-right: 5px;
	margin-top: 5px;

}

.TopSplash .Bottom {
	background-image: url("Images/TopSplashBottomNotSelected.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 21px;
	text-align:center;
	padding-top: 3px;
	font-weight: bold;
}
* html .TopSplash .Bottom {
	height: 21px;
}

.TopSplash a {
	color: #575757;
}

.TopSplash .BottomSelected {
	background-image: url("Images/TopSplashBottomSelected.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 21px;
	text-align:center;
	padding-top: 3px;
	font-weight: bold;
}

.TopSplash .BottomSelected a {
	color: #444444;
}

* html .TopSplash .BottomSelected {
	height: 21px;
}


#TopSplashes .LastItem {
	margin-right: 0px;
}	

#MainContentContainer {
	padding: 0px 5px 0px 0px;
	margin: 5px 0px 0px 5px;
	
}

#LeftSection {
	width: 270px;
	margin-right: 10px;
	float: left;
}

#RightSection {
	width: 680px;
	float: left;
}

#LeftColumn {
	width: 220px;
	float:left;
}
#MiddleRightColumn {
	width: 740px;
	float:left;
}

#SubStartPageRight {
	padding: 0px 0px 0px 10px;
}


#MiddleColumn {
	width: 430px;
	padding: 0px 20px 0px 20px;
	background-image: url("Images/MiddleContentBorder.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	float:left;
}

#RightColumn {
	width: 230px;
	padding: 0px 20px 0px 20px;
	float:left;
}

#SubMenuContainer, #SubMenuContainerNews {
	background-image: url("Images/SubMenuBackground.jpg");
	background-repeat: no-repeat;
	min-height: 286px;
	padding: 12px 7px 0px 12px;
	margin:0px;
}

* html #SubMenuContainer, * html #SubMenuContainerNews {
	height: 286px;
}

#SubMenuContainer ul, #SubMenuContainerNews ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}
#SubMenuContainer li, #SubMenuContainerNews li {
	padding:0px;
	margin:0px;
	
	
	/* IE 6 */
	height: 1%;
}
#SubMenuContainerNews li {
	margin-bottom: 10px;
}

/* Länkfärger */
#SubMenuContainer a, #SubMenuContainerNews ul li a {
	font-weight: bold;
	color: #575755;
}

/* Lineheight */
#SubMenuContainer span, #SubMenuContainerNews ul li a span {
	display:block;
	padding: 0px;
	margin: 0px;
	line-height: 140%;
	padding: 3px 3px 0px 3px;
}



#SubMenuContainerNews span {
	line-height: 140%;
	display:block;
	padding: 0px;
	margin: 0px;
}


/* Padding för undernivåer */
#SubMenuContainer ul li ul li {
	padding-left: 25px;
	font-weight: normal;

}

/* Font-size för tredje nivå och ner */
#SubMenuContainer ul li ul li ul {
	font-size: 100%;
}
#SubMenuContainer ul li ul li ul li   {
	/* font-size: 110%;*/
	font-size: 100%;
}

/* För att sätta första nivån som fet stil */
#SubMenuContainer ul li {
	font-weight: bold;
}
#SubMenuContainer ul li ul li a {
	font-weight: normal;
}


#SubMenuContainer span.expanded, #SubMenuContainer ul li span.selected{
	background-image: url("Images/SubMenuExpanded.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 140%;
	padding: 3px 3px 0px 25px;
}

#SubMenuContainerNews span.expanded, #SubMenuContainerNews span.selected {
	background-image: url("Images/SubMenuSelected.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3px 3px 0px 3px;
}


#SubMenuContainer ul li ul li span.selected, #SubMenuContainer ul li ul li span.expanded {
	background-image: url("Images/SubMenuSelected.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3px 3px 0px 3px;
}


/* Specialare för Forskning / Nyheter */
#SubMenuContainer ul li ul li span, #SubMenuContainer ul li ul li span.selected {
	line-height: 130%;
	margin-bottom: 4px;
}










.GraphicalContainerGreen {
	width: 270px;
	background-image: url("Images/GraphicalContainerGreen.jpg");
	background-repeat: no-repeat;
	min-height: 88px;
}
.GraphicalContainerGreen .Bottom {
	background-image: url("Images/GraphicalContainerGreenBottom.jpg");
	background-repeat: no-repeat;
	min-height: 36px;
	height: 36px;
}	

/* Splashes */
.splashRow{
	clear: both;

}

.splashLeft, .splashRight, .splashWide, .splashRightSub {
	margin-bottom: 5px;
	
	padding: 12px 12px 4px 12px;

}

.splashWide {
	background-image: url("Images/GraphicalContainerGrayBig.jpg");
	background-repeat: no-repeat;
	width: 656px;
	min-height: 66px;
	float:none;
	
}

.splashLeft {
	background-image: url("Images/GraphicalContainerGrayMedium.jpg");
	background-repeat: no-repeat;
	width: 426px;
	min-height: 66px;
	float:left;
}

* html .splashLeft {
	height: 66px;
}

.splashRight {
	margin-left: 10px;
	width: 196px;
	float:right;
	background-image: url("Images/GraphicalContainerGraySmall.jpg");
	background-repeat: no-repeat;
	min-height:66px;
	float:left;
}

* html .splashRight {
	height: 66px;
}

.splashRightSub {
	margin-left: 10px;
	width: 246px;
	float:right;
	background-image: url("Images/GraphicalContainerGraySmall-2.jpg");
	background-repeat: no-repeat;
	min-height: 108px;
	float:left;
}
* html .splashRightSub {
	height: 108px;
}

.splashWide .SplashImage {
	float:right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.splashWide p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.splashLeft .SplashImage {
	float: right;
	padding-top: 11px;
	margin-left: 10px;
	margin-bottom:10px;
}
.splashRight .SplashImage, .splashRightSub .SplashImage {
	float: left;
	padding-top: 11px;
	margin-right: 10px;

}
/* End Splashes */

#FooterContainer {
	background-image: url("Images/FooterRepeat.jpg");
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	margin-left: 9px;
	min-height: 28px;
	height: 28px;
	float:none;
}

* html #FooterContainer {
	background-image: url("Images/FooterRepeat.jpg");
	background-repeat: repeat-x;
	position: absolute;

	/* Validerade inte */
	/* top: 70;*/
	
}

#StartBorderFooter {
	background-image: url("Images/FooterBorder.jpg");
	background-repeat: no-repeat;
	width: 1px;
	height: 28px;
	float:left;
	font-size: 1px;
}

#EndBorderFooter {
	background-image: url("Images/FooterBorder.jpg");
	background-repeat: no-repeat;
	width: 1px;
	height: 28px;
	float:left;
	font-size: 1px;
}

#FooterText {
	width: 968px;
	float:left;
}
#FooterContent {
	width: 740px;
	float:left;
	margin: 5px 0px 0px 5px;
}

#ExtrudeLogo {
	width: 128px;
	float: right;
	margin: 10px 5px 0px 0px;
}


/* StartPageNewsListing */
#NewsContainer {
	font-size: 90%;
	margin-bottom: 10px;
}
.Padding12 {
	padding: 12px;
}

#NewsContainer .Bottom {
	text-align: center;
}

#NewsContainer .Bottom ul {
	list-style-type:none;
	margin:0px;
	padding:0px;

}

#NewsContainer ul.Right li {
	float: right;
	padding-right: 23px;
}

#NewsContainer .Bottom li {
	display:inline;
}

#NewsContainer h1 {
	line-height: 21px;
	color: #65a533;
	margin: 0px 0px 10px 0px;
	font-size: 180%;
}

#NewsContainer h1.Lighter, #NewsContainer h1.Lighter a {
	color: #575757;
}


#NewsContainer h1 img {
	vertical-align: middle;
}

.NewsItem {

	margin-bottom: 5px;
}
.NewsItem hr {
  border: 0;
  background-color: Transparent;
  background-image: url("Images/GradientNews.gif");
  height: 1px;


}
.NewsItem p {
	margin: 0px;
	padding:0px;
}
.NewsItem h2 {
	font-size: 100%;
	display: inline;
}
.NewsItem h2 a {
	color:#2a581f;
}
.NewsItem h2 a:hover {
	text-decoration: underline;
}
.DateText {
	color: #282828;
}
.NewsItem .ReadMoreLink {
	text-align:right;
	padding-right: 10px;

}

#EventsContainer{
	font-size: 90%;
}
#EventsContainer h1 {
	line-height: 21px;
	color: #65a533;
	margin: 0px 0px 10px 0px;
	font-size: 180%;
}
#EventsContainer h1 img {
	vertical-align: middle;
}

.EventItem {
	margin-bottom: 5px;
}
.EventItem hr {

  border: 0;
  background-color: Transparent;
  background-image: url("Images/GradientNews.gif");
  height: 1px;


}
.EventItem p {
	margin: 0px;
	padding:0px;
}
.EventItem h2 {
	font-size: 100%;
}
.EventItem h2 a {
	color:#2a581f;
}
.EventItem h2 a:hover {
	text-decoration: underline;
}
.EventItem .ReadMoreLink {
	text-align:right;
	padding-right: 10px;

}

.ReadMoreLink {
	text-align:right;
	padding-right: 10px;
	
	display: block;
	
}

#BreadCrumbs {
	color: #5b5b5b;
	margin-bottom: 12px;
}
#BreadCrumbs a {
	color: #8c8c8c;
	font-weight: normal;
	text-decoration: none;
}
#BreadCrumbs a.active {
	color: #e41d24;
}



/*************************/
/* CALENDAR              */
/*************************/

#CalendarContainer {
	border: 1px solid #e3e3e3;
}
.calendar {
	border-color: #e3e3e3;
	
	font-family: Verdana, Helvetica, Sans-Serif;
}

.calendar .title
{
	border-bottom: 1px solid #e3e3e3;
}

.calendar table {
border: 1px solid #e3e3e3;
}
.calendar table,
.calendar table td,
.calendar .title td
{
	padding-bottom: 3px;
	border: 0;
}

.calendar th
{
	padding: 3px;
	text-align: center;
}
.calendar td
{
	text-align: center;
	border: 1px solid #eeeeee;
	padding: 2px;
}

.calendar .selector
{
	font-weight: bold;
	border-top-width: 0;
	border-bottom: 1px solid #eeeeee;
}

.calendar a
{
	padding: 3px;
	text-decoration: none;
}
.calendar .today
{
	font-weight: bold;
	background-color: #dddddd;
}

.calendar td.highlighted
{
	background-color: #307DA0;
}

/* Calendar list */
.calendarList
{
	margin: 10px 0;	
}
.calendarList h1
{
	font-size: 1em;
	font-weight: bold;
}
.calendarList h2
{
	margin: 10px 0px 6px 0px;
	font-size: 1em;
	border-bottom: 1px solid #e3e3e3;
}
.calendarListEventItem
{
	width: 100%;
	overflow:hidden;
}
.calendarListEventItem h1
{
	margin-left: 10px;
}
.calendarListEventItem .eventDate
{
	float: right;
}
.calendarListEventItem .eventDateIcon
{
	float: right;
	background: url(images/Clock.png) no-repeat;
	width: 16px;
}
.calendarListEventItem .eventDateIconLeft
{
	background: url(images/Clock.png) no-repeat;
	background-position: left;
	padding-left: 18px;
	float: right;
}
.calendarListEventItem .eventDateIconRight
{
	background: url(images/Clock.png) no-repeat;
	float: right;
	background-position: right;
	padding-right: 18px;
}


/* PageHeadLineWithImage */
.imageDescription {
	font-size: 80%;
    font-style: italic;
    margin-top:4px;
    margin-bottom:0px;
}
.pageImage 
{
    margin-bottom: 5px;
}

.SplashText .ImageTop {
	clear: both;
}
.ImageTop 
{
	float:left;
	margin-bottom:10px;
}

.FirstImageTop 
{
	margin-left:0px;
}

/* BILDER */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
}
img.toprightfloatingimage
{
	float: right;

    margin-bottom: 1em;
}
img.dashedborder
{
	position: relative;
	border: 1px dashed grey;
}
img.noborder {
	border:none;
}

.ImageTop2 
{
	width: 256px;
}
.ImageTop3 
{
	width: 145px;
}

.ImageTop1 {
	width: 520px;
	float: none;
}

.ImageLeft 
{
	margin-bottom:10px;
	margin-right: 0px;
}

.ImageRight 
{
		margin-bottom:10px;
		margin-left: 0px;
}
/* SLUT BILDER */
.MainContainerLeft 
{
	float:left;
	width: 208px;
	padding-right: 8px;
}
.MainContainerRight
{
	float:right;
	width: 208px;
	padding-left: 8px;
}
/* END PAGE HEADLINE */



/* Rightbody */
.RightBody1  {
	margin-bottom: 20px;
}

.RightBody1 p {
	margin: 0px;
	padding: 0px;
}
.RightBody1 ul {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0px;
}


/* Newsletter */
.NewsletterLabel {
	width: 100px;
	display: block;
}

#LastUpdated {
	border-top: 1px solid #dbdbdb;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px;
}
#PrintPage {
	text-align:right;
}
#PrintLogo {
	visibility: hidden;
	display:block;
	width: 0px;
	height: 0px;
	font-size: 0px;
}

* html #PrintLogo {
	display: none;
	line-height: 0px;
}

#FullWidth {
	padding-left: 10px;
	padding-right: 10px;
}

.ImageFullWidth {
	width: 730px;
}
.imageDescriptionFull {
	width: 730px;
	font-size: 90%;
	margin-bottom: 10px;
}


/* Filterskiss */

#YearFilter h2, #KeywordFilter h2, #CustomProperty h2 {
	margin-bottom: 10px;
}

#YearFilter {
	margin-bottom: 10px;
}
#SearchFilter {
	margin-bottom: 10px;
}

#CustomProperty {
	margin-bottom: 10px;
}

.KeywordHeading{
	font-weight: bold;
}
.KeyWordFilterLetter {
	padding: 5px;
	
	border-bottom: 1px solid #d6d6d6;
}

.ArticleItem {
	border-top: 1px solid #d6d6d6;
	padding: 10px;
}
.ArticleItem .Date {
	font-size: 100%;
	color: #a1a1a1;
	font-weight: bold;
}
.ArticleItem h1 {
	font-size: 120%;
}
.ArticleItem h2 {
	margin: 0px; padding: 0px;
	font-size: 110%;
}

.ArticleItem .Category2 {
	font-size: 90%;
}	

.ArticleItem .Writers {

	font-size: 100%;
}
.ArticleItem p {
	margin: 5px 0px;
	padding: 0px;
}

.Heading {
	font-weight: bold;
}

span.Keywords a, span.Keywords a:hover, span.Keywords a:active, span.Keywords a:visited {
	font-size: 90%;
	font-weight: normal;
	color: #575757;
	text-decoration: none;
	
}

#FilterProperties h1 {
	font-size: 130%;

}
#FilterProperties h2 {
	font-size: 110%;

}

.progressBackgroundFilter {
	display: none;
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#6aba1b; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

.processMessage { 
	display: none;
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}
* html .progressBackgroundFilter 
{
	background-color: Transparent;
}
* html .processMessage { 
    position:absolute; 
    top: expression(document.documentElement.scrollTop + (document.documentElement.clientHeight * .30) + "px")
}

#KeywordCheckboxes span {
	display: block;
	padding: 0px;
	margin: 0px;
}
#KeywordCheckboxes br {
	line-height: 0px;
	margin:0px;
	padding: 0px;
}

#KeywordCheckboxes label {
	padding: 0px;
	margin: 0px;
}
#KeywordCheckboxes input {

}
#KeywordCheckboxes .separator {
	border-top: 1px solid Green;
	margin:0px;
	padding: 3px;
}
#KeywordCheckboxes .ordinary {
	border-bottom: none;
	padding: 3px;
}

.PanelArticle {
	display: inline;
}

#MiddleColumn table td {
	vertical-align: top;
}

#SubMenuContainerNews p {
	margin: 0px;
	padding: 0px;
}

.ErrorMessage {
	color: Red;
}

.PagingContainer {
	margin-top: 20px;

}

.PagingContainer a {
	width: 15px; 
	float: left;
	font-weight: bold;

}

a.PagingSelected {
	font-weight: bold;
	margin-right: 8px;
	color: Red;
}

.PagingUnSelected {
	font-weight:bold;
	margin-right: 8px;
}

#SubMenuContainerNews h2 {
	font-size: 110%;
	color: #575757;
	margin: 0px 0px 8px 0px;
}

.LoadingMessage {
	display: none;
	visibility: hidden;
}

.LoginBox {
	border: 2px solid #ffa31a;
	background-color: #ffc878;
	padding: 10px;
}
.LoginBox h2 {
	padding: 0px;
	margin: 0px;
}