/* -- 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%;
}
/* Quickbar listing */
#quickbar
{
    text-align: right;
}
.pipedelimiter
{
    position: relative;
    top: 0.25em;
}
.textdelimiter
{
    padding-right: 0.3em;
    padding-left: 0.3em;
}

/* -- Quick search -- */
input.quicksearchinput
{
    width: 13.8em;
    height: 1.5em;
    border: 1px solid #ccc;
}
img.quickbaricon
{
    margin-left: 0.75em;
    width: 2.45em;
}
span.searchlabel
{
    font-weight: bold;
    font-size: 1em;
    color: #336;
}

/* ---Calender template items---*/

.underline
{
    padding-bottom: .4em;
    margin-bottom: .4em;
    border-bottom: solid 1px #ccc;
}

.calendarListingItem
{
    font-size: .85em;
}

.calendarListingItem .item
{
}

.calendarListingItem .item h2
{
    padding: 0;
    margin: 0;
}

.calendarListingItem .item p
{
    padding: 0 0 .6em 0;
    margin: 0;
}

div.monthcalendararea
{
    float: right;
    width: 30%;
    font-size: .7em;
}

div.calendarlistingarea
{
    float: left;
    width: 69%;
    text-align: left;
}

.calendarInner
{
    width: 96%;
}

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;*/
    background-color: #fff;
}

td.weekendcell
{
    /*background-color: #DADADA;*/
    background-color: #fff;
}

td.today
{
    background-color: #098acf;
}

td.datecellactive
{
    /*background-color: #F0E5CE; */
    background-color: #dceff6; /*border: solid 0.2em #95632F;*/
}

td.foreignevent
{
	background-color:#ffd0be;
}
td.dayweekheader
{
    color: #333;
    border-style: none;
}

/*---Listing headers (Startpage and LeftMenu head)----*/


a.listheading
{
    font-weight: bold;
    font-size: 0.95em;
    color: white;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 1.1em;
    display: block;
    text-decoration: none;
}
span.listheading
{
    font-weight: bold;
    font-size: 0.95em;
    color: white;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 1.1em;
    display: block;
    text-decoration: none;
}
div.listheadingcontainer
{
    background-color: #006599;
    display: block;
    width: 100%;
    height: 2.2em;
}
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;
}
a.startnewsHeading
{
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
    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;
}

/* ------ LeftMenu items -----*/

a.MenuSelectedNodeLink
{
    font-weight: bold;
    color: #0387ce;
    text-decoration: none;
}

a.MenuSelectedNodeLink:hover
{
    font-weight: bold;
    color: #0387ce;
    text-decoration: none;
}
a.MenuSelectedNodeLink:visited
{
    font-weight: bold;
    color: #0387ce;
    text-decoration: none;
}
a.MenuSelectedNodeLink:active
{
    font-weight: bold;
    color: #0387ce;
    text-decoration: none;
}





/* Ordningen på egenskaperna för länkarna måste komma i ordningen enligt nedan */

a.menulink
{
    color: #666;
    text-decoration: none;
}
a.menulink:link
{
    color: #666;
    text-decoration: none;
}
a.menulink:visited
{
    color: #666;
    text-decoration: none;
}
a.menulink:active
{
    color: #0387ce;
    text-decoration: none;
}
a.menulink:hover
{
    color: #0387ce;
    text-decoration: none;
}


a.menulinkactive
{
    color: #0387ce;
    text-decoration: none;
}
a.menulinkactive:active
{
    color: #0387ce;
    text-decoration: none;
}
a.menulinkactive:visited
{
    color: #0387ce;
    text-decoration: none;
}
a.menulinkactive:hover
{
    color: #0387ce;
    text-decoration: none;
}


a.menulinktop
{
    color: #333;
    text-decoration: none;
    display: block;
    font-weight: bold;
}



a.MenuNodeLink:link
{
    color: #666;
    text-decoration: none;
}
a.MenuNodeLink:hover
{
    color: #0387ce;
    text-decoration: none;
}
a.MenuNodeLink:visited
{
    color: #666;
    text-decoration: none;
}
a.MenuNodeLink:active
{
    color: #666;
    text-decoration: none;
}

/* --------- Listings ----------- */
.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;
}
.PressNewsListingItem
{
    padding: 0.6em 0.4em 0.6em 0em;
}
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
{
    font-size: .95em;
    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;
}

/* ----- 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;
}

/*--- Newsgroup ---*/
body.newsgroupitem
{
    padding: 0;
    margin: 0;
}
div.newsgroupheader
{
    background-color: #ddd;
    border-bottom: solid 0.1em black;
    padding: 0.4em 0;
}
A.newsgroupbarbutton
{
    color: #000;
    font-size: 1.1em;
    font-family: tahoma;
    font-weight: bold;
    text-decoration: none;
}

/* ---News Groups---*/
TR.NewsgroupRow
{
    background-color: #D9C9A8;
    color: #333333;
    font-size: 11px;
    font-family: tahoma;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-top: 2px;
}

TR.NewsgroupRowActive
{
    background-color: #F0E5CE;
    color: #333333;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-top: 2px;
}

TD.NewsgroupTableheading
{
    color: #ffffff;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
    height: 20px;
    padding-left: 5px;
    background: #95632F;
}

A.NewsgroupBarButton
{
    color: #333333;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
    text-decoration: none;
}

A.NewsgroupBarButton:visited
{
    color: #333333;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
    text-decoration: none;
}

.NewsgroupBarTitle
{
    color: #333333;
    font-size: 12px;
    font-family: Verdana, arial, tahoma;
    font-weight: bold;
}

.NewsgroupItemMessage
{
    font-size: 10px;
    font-family: Verdana, Courier new;
    color: #333333;
}

.NewsgroupItemHeading
{
    color: #ffffff;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
}

.NewsgroupItemHeading2
{
    color: #ffffff;
    font-size: 11px;
    font-family: tahoma;
}

/* ---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;
}
.searchbutton
{
    color: #993333;
    font-weight: bold;
    text-decoration: none;
}
.quickbarlink
{
    color: #993333;
    font-weight: bold;
    text-decoration: none;
}
.quickbarlink:hover
{
    color: #993333;
    font-weight: bold;
    text-decoration: none;
}
.quickbarlink:active
{
    color: #993333;
    font-weight: bold;
    text-decoration: none;
}
/* ---Nyhetslistningen på default.aspx och substart.aspx---*/
.startlistheading
{
    font-weight: bold;
    color: black;
    text-decoration: none;
    display: block;
}

.startlistheading:hover
{
    font-weight: bold;
    color: black;
    text-decoration: none;
    display: block;
}
.blackline
{
    color: Black;
}

.startpagelistingmainintro
{
    color: Black;
    text-decoration: none;
}
.startpagelistingmainintro:a
{
    color: Black;
    text-decoration: none;
}
.startpagelistingmainintro:hover
{
    color: Black;
    text-decoration: none;
}

.startpagelistheading
{
    color: #333333;
    text-decoration: none;
}
a.startpagelistheading
{
    /*	font-weight: bold;  	font-size: 13px;*/
    color: #333333;
    text-decoration: none;
}
a.startpagelistheading:hover
{
    /*	font-weight: bold;  	font-size: 13px;*/
    color: #333333;
    text-decoration: none;
}
.rubriktext
{
    font-weight: bold;
    color: #993333;
    text-align: center;
}
.skrivuttext
{
    font-weight: bold;
    color: #993333;
    text-align: right;
    text-decoration: none;
    border-bottom: 1px solid white;
}
#printer
{
    width: 30%;
    float: right;
    text-align: right; /*	background-color:Fuchsia;*/
}
/* StartpageNewsListing */
.archivelink
{
    font-weight: bold;
    color: #993333;
    text-align: left;
    text-decoration: none;
}
div.startpagelistheadingcontainer
{
    /*background-image:url("/images/newsheader.gif");*/
    width: 100%;
    font-weight: bold;
    font-size: 1.1em;
    color: black;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.1em;
    margin-bottom: 1em;
}
.startpagenewsitemcontainer
{
    width: 100%;
    margin-bottom: 1em;
    border-bottom-style: solid;
    border-bottom-color: #DAD8DB;
    border-bottom-width: 1px;
}
/*
div.startpagenewsitemcontainer h2
{
	font-weight: bold; 
	font-size: 1.2em;
	margin-bottom:0;
	color:black;
}
div.startpagenewsitemcontainer h3
{
	font-weight: bold;
	font-size: 1em;
	margin-bottom:0;	
	color:black;
}
*/
/*
div.startpagenewsitemcontainer a
{
	border-bottom: 1px solid white;	
	text-decoration:none;
	color:black;
}
*/
div.startpagenewsheader
{
    width: 100%;
    background-color: #DAD8DB;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 2%;
}
/* breadcrumb */
.MenyText
{
    color: black;
    text-decoration: none;
}
/* shortcuts dropdown */
.shortcutdiv
{
    /*padding-top:0.5em; 	padding-bottom:1em;*/
    padding-top: 0em;
    padding-bottom: 0.4em;
}
/* Senast ändrad */
.contactdiv
{
    margin-top: 1em;
    width: 100%;
    float: left;
}
/* Senast ändrad */
#lastchangeddiv
{
    padding-top: 0.5em;
    text-align: center;
}
/* PageListing */
.PageListingItem
{
    width: 100%;
    padding-bottom: 1em;
}
/* Avancerad sökning länk */
.searchlink
{
    text-align: left;
}
/* Röstningskontrollen */
.voteSection
{
    background-color: white;
    margin-top: 1%;
    margin-bottom: 3%;
    padding-bottom: 2%;
    padding-top: 1%;
    padding-left: 1%;
    border-bottom: solid 1px #DAD8DB;
}
.votestatlink
{
    padding-left: 1%;
}
/*
#id_matrix span
{
	font-weight: bold;
	font-size: 1.5em; 
	color: #333;
}
*/
/* Sektioner i högerkolumn */
.righteditor a
{
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}
/* Contact */
.rightcontact
{
    color: #003366;
    font-weight: bold;
    text-decoration: none;
}
.alfanumericnormal
{
}
/* Jämförelsefunktionen */
.rowcolor
{
    background-color: #E5F0F4;
}
.cellheader
{
    font-weight: bold;
    font-size: 0.9em;
}
.celltext
{
    font-size: 0.9em;
}
.pageheader
{
    width: 98%;
    float: left;
}
.pageheaderCompAnswer
{
    width: 95%;
    float: left;
}
/* Gömd text som kan läsas av skärmläsare */
.auraltext
{
    /* tar bort denna då den störut designen 	position: absolute; 	left: -900px; 	overflow: hidden; 	width: 0px; 	font-size:1px; 	color:#fff; 	*/
}
/* ImageMapPage */
#imagemappage
{
    padding-left: 5px;
    padding-top: 5px;
}
#imagemappageinner
{
    width: 996px;
}
#imagemappageleftcolumn
{
    float: left;
    width: 70%;
}
#imagemappagerightcolumn
{
    float: right;
    width: 29%;
    border-left-style: solid;
    border-left-color: #DAD8DB;
    border-left-width: 1px;
}
#imagemappagerightcolumninner
{
    padding-left: 4%;
}
.ImageMapListingItem
{
    padding: 0.3em 0.4em 0.3em 0.5em;
}
/* EducationInfo Jämförelsekontrollerna */
.lbltext
{
    font-weight: bold;
}
.thinblueborder
{
    border: #dae8f0 thin solid;
    padding: 1%;
}
.compareinfoleftcolumn
{
    float: left;
    width: 35%;
}
.compareinforightcolumn
{
    float: left;
    width: 65%;
}
.compareinfoleftcolumncolor
{
    float: left;
    width: 52%;
    background-color: #E5F0F4;
}
.compareinforightcolumncolor
{
    float: left;
    width: 47%;
    background-color: #E5F0F4;
}
/* Media Listing Item */
.MediaListingItem
{
    padding-top: 2%;
    border-bottom: solid 1px #DAD8DB;
    width: 100%;
}
#editordiv
{
    float: left;
    text-align: left;
    width: 72.8%; /*background-color:Green;*/
}


/***** ActivityMatrix Start *****/
#contentWrapper
{
    width: 100%;
}

.itemPadding
{
    padding: 7px;
    float: left;
}

.itemContainer
{
    width: 136px;
 
}

.itemImage
{
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.itemHeading
{
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    height:35px;
    text-align:center;
    padding:3px 0 3px 0;
}

.itemContent
{
    color: #fff;
    z-index: 1000;
    position: absolute;
    width: 136px;
}

.itemInnerContent
{
    padding: 8px 8px 0 8px;
}

.itemText
{
    padding-bottom:5px;
    }

a.itemLink
{
    color: #fff;
    text-decoration: none;
    font-weight:bold;
}

a.itemLink:hover
{
    color: #ccc;
    text-decoration: none;
    
}

.cornersTop
{
    width: 100%;
    height: 4px;
}

.cornersTop .left
{
    float: left;
    width: 4px;
    height: 4px;
    background: transparent url(../images/corners/tlc.png) no-repeat top left;
}

.cornersTop .right
{
    float: right;
    width: 4px;
    height: 4px;
    background: transparent url(../images/corners/trc.png) no-repeat top right;
}

.cornersBottom
{
    width: 100%;
    height: 4px;
}

.cornersBottom .left
{
    float: left;
    width: 4px;
    height: 4px;
    background: transparent url(../images/corners/blc.png) no-repeat bottom left;
}

.cornersBottom .right
{
    float: right;
    width: 4px;
    height: 4px;
    background: transparent url(../images/corners/brc.png) no-repeat bottom right;
}

/***** ActivityMatrix End ****/

/***** ActivityMatrixTwo Start ****/
.doubleItemContainer
{
    float:left; 
    width:50%;
}

.doubleItemPadding
{   
    padding:10px;
}

.doubleItemTextPadding
{
       padding:30px 20px 10px 20px;
       color:#fff;
}

.doubleItemTextPadding p
{
       font-size:10pt;
}

a.doubleItemLink
{
    color: #fff;
    text-decoration: none;
}

a.doubleItemLink h1
{
    color: #fff;
}

a.doubleItemLink p
{
    color: #fff;
}

.doubleItemCurvyCorners
{
    height:240px;
    vertical-align:bottom;
}


/***** ActivityMatrixTwo End ****/

/***** Flickr Start ****/

#gallery{ padding-top:1em;}

#gallery ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#gallery ul li
{
	margin:.2em .4em .2em 0;
	padding:0;
	float:left;
	border:solid 1px #9b9b9b;
	padding:1px;
}

#gallery .medium li
{

    }
    
#gallery .small li
{
  
    }
    
#gallery .thumbnail li
{
  
   
    }


/***** Flickr End ****/


