/* -- Profile finder -- */
tr.datarow
{
	background-color: #F0F0F0;
}
table.searchresults
{
	background-color: #F0F0F0;
}

/* -- Changed pages -- */
td.changedpages
{
	padding-right: 1.5em;
}



/* -- Start page -- */
img.startpageimage
{
	/*padding: 2em;*/
	margin-bottom: 1em;
	width: 100%;
}
img.logoimg
{
	width: 100%;
}
div.newsdiv
{
	padding-left: 0.5em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}
div.newsheadlinediv
{
	width: 17.9em;
	margin-bottom: 0.3em;
}
div.newsdatediv
{
	width: 15em;
}
div.rightarrowdiv
{
	padding-top: 0.2em;
}
div.rightarrowdivleftbottom
{
	padding-top: 0.2em;
	padding-right: 0.7em;
}
div.rightarrowdivleftbottom
{
	padding-top: 0.2em;
}
/* -- Quick bar -- */
div.quickbarupperdiv
{
	height: 2em;
}
div.quickbarlowerdiv
{
	width: 50em;
	clear: both;
}

img.quickbaricon
{
	margin-right: 0.2em;
	height: 1.85em;
}
img.quickbariconseparator
{
	margin-right: 0.2em;
	width: 0.1em;
	height: 1.85em;
}
div.languagecontainer
{
	margin-right: 0.2em;
	margin-left: 1em;
	float: right;	
}
img.languageicon
{
	margin-top: 0.2em;
	margin-left: 0.2em;
	height: 1.5em;
}
span.usernamelabel
{
	margin-top: 0.3em;
	display: block;
	float: right;
}

input.quicksearchinput
{
	width: 15em;
	height: 1.75em;
	border: 0.1em solid #9C9A94;
}
span.searchlabel
{
	font-weight: bold;
	font-size: 1em;
	color: #336;
}
img.quicksearch
{
	height: 1.75em;
}
a.SearchLink
{
	font-weight: bold; 
	font-size: 1em; 
	text-decoration: none;	
	color: #0072bb;
}
div.quicksearchdiv
{
	width: 24em;
	float: left;
}
	#searchtextboxdiv
	{
		padding-left: 2em;
		float: left;
	}
	#searchimgdiv
	{
		cursor: hand;
		float: left;
		padding-top: 0.5em;
		padding-left: 0.5em;
	}
	#searchtextdiv
	{
		cursor: hand;
		float: left;
		padding-top: 0.7em;
		padding-left: 0.5em;
	}

	#sitemapimgdiv
	{
		cursor: hand;
		float: left;
		padding-top: 0.5em;
		padding-left: 0.5em;
		padding-bottom: 1.6em;
	}
	#sitemaptextdiv
	{
		cursor: hand;
		float: left;
		padding-top: 0.7em;
		padding-left: 0.5em;
	}

	#searchinfoimgdiv
	{
		cursor: hand;
		float: left;
		padding-top: 0.5em;
		padding-left: 2em;
	}
	#searchinfotextdiv
	{
		cursor: hand;
		float: left;
		padding-top: 0.7em;
		padding-left: 0.5em;
	}


/* ---Calender template items---*/	

div.monthcalendararea
{
	float: right;
	width: 38%;
}
div.calendarlistingarea
{
	float: left;
	width: 61%;
	text-align: left;	
}
h1.calendardayheading
{
	font-size: 1.2em;
	color: #333;
	display: inline;
}
table.calendarframe
{
	border-color: #fff;
	background-color: #fff;
}
/* IE 6 does not seem to handle parent-child selectors */
div.monthcalendararea > table
{
	border: solid 0.1em #ffffff;
}
td.calendaritem, tr.calendaritem
{
	height: 2em; 
	width: 2.2em;
	font: normal 1em verdana;
	background-color: #fff; 
	border: solid 0.1em #F0E5CE;
}
td.selecteddatecell 
{
	border: solid 0.2em #95632F;
}
td.datecellothermonth 
{
	background-color: #F0F0F0;
}
td.weekendcell
{
	background-color: #DADADA;
}
td.datecellactive
{
	background-color: #F0E5CE; 
	border: solid 0.2em #95632F;
}	
td.dayweekheader
{
	color: #333;
	border-style: none;
}
	
/*---Listing headers (Startpage and LeftMenu head)----*/


a.listheading
{
	font-size: 1.2em; 
	color: #0070b8;	
	padding-top:0.3em;
	padding-bottom:0.4em;
	display: block;
	text-decoration: none;
}
span.listheading
{
	font-size: 1.2em; 
	color: #0070b8;	
	padding-top:0.3em;
	padding-bottom:0.4em;
	display: block;
	text-decoration: none;
}
/*
div.listheadingcontainer
{
	background-color: #F0E5CE;
	display: block;
	width: 100%;
	height: 2.2em;
}
*/
div.listheadingcontainer
{
	padding-left: 0em;
	width: 30em;
}
div.listheadingleftcorner
{
	background-image: url(../images/corner_left_titlebar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 0.8em;
	height: 2.2em;
	float: left;
}
div.listheadingrightcorner
{
	background-image: url(../images/corner_right_titlebar.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 0.8em;
	height: 2.2em;
	float: right;
}
.StartnewsHeading
{
	font-weight: bold; 
	font-size: 1em; 
	color: #ffffff;
	display: block;
	text-decoration: none;
}
a.Startnews
{
	font-weight: bold; 
	font-size: 1em; 
	color: #333;
	display: block;
	text-decoration: none;
}

a.StartCalendar
{
	font-weight: bold; 
	font-size: 1em; 
	color: #333;
	display: block;
	text-decoration: none;
}
div.startpageleftnews, div.startpagecalendaritem
{
	margin-top: 0.7em;
	padding-top: 0.3em;
}

div.paddingbottom1
{
	padding-bottom: 1em;
}
div.paddingleft05
{
	padding-left: 0.5em;
}
div.paddingleft07
{
	padding-left: 0.7em;
}
div.paddingtop07
{
	padding-top: 0.7em;
}

/* ContactCenter items */
a.ContactcenterLink
{
	font-weight: bold; 
	font-size: 1em; 
	display: block;
	text-decoration: none;	
	margin-bottom: 0.2em;
	color: #0072bb;
}

a.IconlistLink
{
	font-weight: bold; 
	font-size: 1em; 
	display: block;
	text-decoration: none;	
	margin-bottom: 0.2em;
	color: #ffffff;
}
hr.contactcenterhr
{
	width: 17em;
}
/* ------ LeftMenu items -----*/
a.menulink
{
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a.menulinkactive
{
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a.menulink:hover
{
	color: #333;
}

/* --------- Listings ----------- */
span.menulink
{
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.NewsListingHeader
{
	border-bottom: solid 0.1em #F0E5CE;
	width:100%;
	font-size:1.2em;
	font-weight:600;
	padding: 0.4em 0.4em 0.4em 0.5em;
}
.NewsListingItem
{
	
	padding: 0.6em 0.4em 0.6em 0.5em;
}
a.NewsLink
{
	text-decoration: none;
	font-weight: bold;
}
a.RightListingHeader
{
	width:100%;
	font-size:1.2em;
	font-weight:600;
	padding: 0.4em 0.4em 0 0.2em;
	margin-bottom:0.6em;
	text-decoration: none;
	color: #333333;
}

a.RightListingItem
{
	text-decoration: none;
	display: block;
	padding-left: 0.3em;
	clear: both;
}

a.linklist
{
	text-decoration: none;
}

.datelistingtext
{
	color: #606060; 
	font-size: 1em; 
	font-style: italic;
}
.rssevenrow
{
	background-color:  #ffffff;
	padding: 0.6em 0.4em 0.6em 0em;
}
.rssunevenrow
{
	background-color:#ffffff;
	padding: 0.6em 0.4em 0.6em 0.5em;
}
.rssheaderrow
{
	background-color: #ffffff;
	border-bottom: solid 0.1em #F0E5CE;
}

/* ----- Listing --- */

#listdiv
{
	float: left;
	padding: 1em 0.7em 0em 0.7em;
	width: 31.6em;
}


/* ----- Alphanumeric Listing --- */

#alphanumericlistingdiv
{
	float: left;
	padding: 1em 0.7em 0em 0.7em;
	width: 31.6em;
}

/* ----- ImageGallery Listing --- */

#imggallerydiv
{
	float: left;
	padding: 1em 0.7em 0em 0.7em;
	width: 31.6em;
}

#slidenavdiv
{
	margin-left: 0.5em;
	width: 30.5em;
}
#slideimagediv
{
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-align: center;
	width: 30.5em;
}
#backnavdiv
{
	width: 5em;
	float: left;
}
#betweennavdiv
{
	text-align: center;
	width: 20.5em;
	float: left;
}
#forwardnavdiv
{
	text-align: right;
	width: 5em;
	float: left;
}
/* ----- XForm ----- */
#xformdiv
{
	float: left;
	padding: 1em 0.7em 0em 0.7em;
	width: 31.6em;
}

/* ----- Conferance items --- */
div.conferance
{
	width: 100%;
	padding: 0.3em;
}
div.conferancelinkbuttonsarea
{
	margin-top: 0.3em;
	float: right;
}
div.conferanceheader
{
	width: 100%;
}
/*------ Site map items ---*/
tr.sitemapheader
{
	font-weight: 600;
	padding: 0.4em 0.4em 0.4em 0.4em;
	font-size: 1.2em;
}
/*----- Password input ---*/
div.passwordfield 
{
	background-color: #dcdace;
	border: solid 0.1em #000;
	width: 21em;
	padding: 0.3em;
}
input.registerfield
{
	width: 20em;
}
/*----- Personal registry Items -----*/
table.DetailedView
{
	background-color: #fff;	
	border-style: solid; 
	border-color: #F0F0F0;	
	border-width: 0.1em;
}
	
table.BackButton
{
	background-color: #F0F0F0;	
	border-style: solid; 
	border-color: #bbb;	
	border-width: 0.1em;
}
	
	
/* ---Document list---*/

.DocumentListBox
{
	border: 1px solid #FFFFFF;
}

.DocumentListItem
{
	background: #ffffff;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.DocumentListItemAlt
{
	background: #ffffff;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}


.DocumentMainIntro
{
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 3px;
	padding-bottom: 5px;
}

/* ---Document---*/

.DocumentFrameHeader
{
	text-align: left;
	padding: 0.5em 0.5em 0.5em 6em;
}
.DocumentArea
{
	float: left;
	text-align: center;
	width: 100%;
}

.PPTFrameStyle
{
	border-style:		solid;
	border-color:		#f0f0f0;
	border-width:		0.1em;
	width: 95%;
	height: 45em;
}
.XLSFrameStyle
{
	border-style:		solid;
	border-color:		#f0f0f0;
	border-width:		0.1em;
	width: 95%;
	height: 52em;

}

.DOCFrameStyle
{
	border-style:		solid;
	border-color:		#f0f0f0;
	border-width:		0.1em;
	width: 85%;
	height: 62em;
}

A.SelectedPagingItem
{
	font-weight: bold;
}

A.UnselectedPagingItem
{
}

/* ---Tab strip---*/
.tabbackground
{
	background-image:url(../images/Tab/tabrow_background.gif);
	text-align: left; 
	height: 26px; 
	background-position: top; 
	background-repeat: repeat-x;	
}
.tabOuterContainer 
{
	display: inline-block;
}
.tabContainer 
{
	display: block; 
	float: left;
}
.tabActive
{
	font-weight: bold; 
	font-size: 1.1em; 
	z-index: 10; 
	background-image:url(../images/Tab/tab_background_active.gif);
	cursor: hand; 
	padding-top: 6px; 
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x;

}
.tabActiveLeft
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_left_active.gif);
}
.tabActiveRight
{
	width: 7px; 
	position: relative; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_right_active.gif);
}
.tabInactive
{
	font-size: 1.1em; 
	background-image:url(../images/Tab/tab_background.gif);
	cursor: hand; 
	padding-top: 6px;
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x; 
	display: inline;
}
.tabInactiveLeft
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_left.gif);
}
.tabInactiveRight
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_right.gif);
}
.tabDisabled
{
	font-size: 1.1em; 
	background-image:url(../images/Tab/tab_background.gif);
	color: gray; 
	padding-top: 6px; 
	height: 26px; 
	text-align: center; 
	float: left; 
	background-repeat: repeat-x;
}
.tabDisabledLeft
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_left.gif);
}
.tabDisabledRight
{
	width: 7px; 
	height: 26px; 
	float: left; 
	background-repeat: no-repeat;
	background-image:url(../images/Tab/tab_background_right.gif);
}
.tabObjectActive
{
	display:block;
	float: left;
	width: 99%;
	text-align: left;
}
.tabObjectInactive
{
	display: none;
}
textarea.EPEdit-inputLongString
{
	width: 90%;
	height: 20em;
}

/* ---- Sök ---- */

#searchdiv
{
	float: left;
	padding: 1em 0.7em 0em 0.7em;
	width: 31.6em;
}
div.searchhelp
{
	float: left;
	padding-left: 0.7em;
	padding-right: 0.7em;
	width: 31.5em;
}

#searchanswerdiv
{
	float: left;
	padding-left: 0.7em;
	padding-right: 0.7em;
	width: 31.5em;
}
/* ---- Ordlista ---- */

div.WordItemLink
{
	font-weight: bold; 
	font-size: 1em; 
	display: block;
	text-decoration: none;	
	margin-bottom: 0.2em;
	color: #0072bb;	
	padding: 0.2em 0.2em 0.2em 0.5em;
}
div.WordItemLink a
{
	text-decoration: none;
	color: #0072bb;	
}
.WordDefinition
{
	font-size: 1em; 
	text-decoration: none;	
	margin-bottom: 0.2em;
	background-color: #eff8ff;
	border: solid 0.1em #669aff;
	padding: 0.2em 0.2em 0.2em 0.5em; 
}
#wordlistdiv
{
	width: 100%;
	padding: 2em 1em 2em 1em;
}

#wordlistdiv th
{
	font-weight: bold;
}
#wordlistdiv td.wordstd
{
	vertical-align: top;
	width: 12em;
}
#wordlistdiv td.definitiontd
{
	vertical-align: top;
	width: 16em;
}
/* ---- Menu ---- */

div.Menu1
{
	color: #ffffff;
	font-size: 1em;
	padding: 1.5em 0em 1.5em 2em;
}

ul.aqdd, ul.aqdd ul, ul.aqdd li, ul.aqdd a {
    padding: 0; margin: 0;
}

ul.aqdd li {
    display: inline;
    color: black;
    /* border: 1px solid #ccc; */  /* fixes bug in IE to have a border */
    padding: 0 2em 0 0.3em;
}

ul.aqdd li a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

ul.aqdd li a:hover {
    color: white;
}

ul.aqdd li ul {
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: #6599ff;
}

ul.aqdd li ul li {
    display: block;
    padding: 0.5em 1em 0.5em 0.5em;
    width: 13em;
}

ul.aqdd li ul li a {
    display: block;
    font-weight: normal;
    color: #ffffff;
}
ul.aqdd li ul li a:hover 
{
	background-color: #76aaff;
}

ul.aqdd li ul li a.submenuheader {
    padding-right: 12px;
    background: url(arrow.gif) center right no-repeat;
}

ul.aqdd li ul li a.submenuheader:hover {
    background: url(arrow.gif) center right no-repeat;
    background-color: #009;
}


/* ---- Formulär ---- */

span.MainXForm table
{
	margin-top: 0.5em;
}

/* Används statistics.aspx */
table.statistics th {
  text-align: left;
  font-size:0.7em;
}
table.statistics {
  
}
table.statistics td.percentbg
{
  background-image: url('/images/percentbg.gif');
  width:10em;
  padding:0px;
}
table.statistics div.percent
{
  background-image: url('/images/percentfg.gif');
  border-bottom:solid 0.1em #ffffff;
}


span.rubrik
{
	font-weight: bold; 
	font-size: 1.2em; 
	
}