

/*--------------------Editor.css---------------------------*/

/* ------ Text items -------- */
a
{
	color: #08419d;
}
a:hover
{
	color: #2872ec;
	text-decoration: underline;
	
}
a.EditorLink
{
	text-decoration: none;
	EditMenuName: Link;
}
a.NewsReadmore
{
	text-decoration: none;
	color: #074bba;
}
a:hovermenuhead
{
	color: #2D91BD;
	text-decoration: underline;
	
}
a.menuhead
{
	font-size: 1em;
	color: #2D91BD;
	text-decoration: none;
	font-weight:bold;
	
	margin: auto;
	padding: 0em 0.2px;
}
a.activemenuhead
{
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	
}
a.uppercaselink
{
	
	font-weight: bold;
	text-decoration: none;
}
a.rightlisting
{
	text-decoration: none;
	display: block;
	padding-left: 1em;
	padding-bottom:0.5em;
	margin: 0.2em 0;
	background: url(../images/xdotline.gif) repeat-x;	
	background-position:bottom;
}
a.linklist
{
	text-decoration: none;
}

body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.7em;
	color: #333;
	padding: 0; 
	margin: 0;
	background-color: #ffffff;
}
.startpageleftnewsRub
{
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}
.datelistingtext
{
	color: #606060; 
	font-size: 1em; 
	
}
div.menuitem
{
	width: 97%;
	background: url(../images/xdotline.gif) repeat-x;
	padding: 0.4em 0em 0.4em 0em;
	float: left;
	
}
div.Dotnewsstartpage
{
	width: 99%;
	background: url(../images/xdotline.gif) repeat-x;
	padding: 0em 0em 0em 0em;

	
}
div.RightMenuDivPic
{
	vertical-align: top;
	border:solid 0px black;
		
}
h1, .heading1
{
	font-weight: bold;
	font-size: 1.8em; 
	font-family:Arial,Verdana;
	color: #333;
	display: inline;
	EditMenuName: Rubrik 1;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #234669;
	margin:0em;
	margin-bottom:0.5em;
	padding:0px;
	EditMenuName: Rubrik 2;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 1em;
	color: #06478E;
	margin:0em;
	margin-bottom:0.3em;
	padding:0px;
	EditMenuName: Rubrik 3;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Ingress;
}
.iframeStyle{
	border-style:		outset;
	border-color:		threedhighlight threedlightshadow threedlightshadow threedhighlight;
	border-width:		2px;
	width: 100%;
	height: 45em;
}

.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal red text;
}
hr
{
	height: 0.1em;
	color: #ddd;
}
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #336;
	font-size: 1em;
}
p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
}
select
{
	font-size: 1em;
}
span.errormessage
{
	color: #a00;
	font-size: 1em;
}
.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
img.quicksearch
{
	position: relative;
	top: 0.2em;
	width: 2.3em;
	height: 1.7em;
	border: 0;
}
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=125,strength=10);
}
img.opacity
{
	position: relative;
	EditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Flip horisontally;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Flip vertically;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	EditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	EditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}
img.imageleft {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	EditMenuName: Marginal vänsterjusterad;
}
img.imageright {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
	EditMenuName: Marginal högerjusterad;
}


span.usernamelabel
{
	padding-top: 0.5em;
	display: block;
}
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
tr.evenrow
{
	background-color: #F5F5F5;
}
tr.unevenrow
{
	background-color: #fff;
}
tr.headerrow
{
	background-color: #fff;
}







/*--------------------Units.CSS---------------------------*/

/* -- Startpage News -- */
div.NewsImageRightAligned
{
	float: right;
	margin-left:10px;
}
div.NewsImageLeftAligned
{
	float: left;
	margin-right:10px;
}




/* -- rss -- */
.RssDesc
{
	float:left;
	width:80%;
	display:inline;
		
}
.RssDate
{
	float:right;
	width:19%;
	display:inline;
	text-align:right;
}


/* -- Blog -- */
div.BlogCommentsContainer
{
	width: 100%;
	background-color: #eef1f6;
	border: solid 0.1em #bbb;
	padding: 0.3em;
}

.BlogCommentAdmin
{
	background-color: #f7fafe;
	border: solid 0.1em #bbb;
	padding: 0.4em;
}

.commentWarning
{
	color:Red;
	font-weight:bold;
}


/* -- Profile finder -- */
tr.datarow
{
	background-color: #ddd;
}
table.searchresults
{
	background-color: #ddd;
}

/* -- Changed pages -- */
td.changedpages
{
	padding-right: 1.5em;
}

/* -- Start page -- */
img.startpageimage
{
	border: solid 0.1em #CCCCCC;
	width:100%
}
.Icons
{
	margin-right:3px;
}



/* -- Quick search -- */
input.QuickSearchButton
{
	border:1px solid black;
}

input.quicksearchTbox
{
	width: 69%;		/*--Gäller för Firefox --*/
	#width: 75%;	/*--Gäller för IE --*/
}



span.searchlabel
{
	font-weight: bold;
	font-size: 1em;
	color: #336;
}

/* ---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: #336;
	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 black;
}
td.calendaritem, tr.calendaritem
{
	height: 2em; 
	width: 2.2em;
	font: normal 1em verdana;
	background-color: #fff; 
	border: solid 0.1em #000;
}
td.selecteddatecell 
{
	border: solid 0.2em #000;
}
td.datecellothermonth 
{
	background-color: #888;
}
td.weekendcell
{
	background-color: #eee;
}
td.datecellactive
{
	background-color: #e6e4c0; 
	border: solid 0.2em #000;
}	
td.dayweekheader
{
	color: #666;
	border-style: none;
}
	
/*---Listing headers (Startpage and LeftMenu head)----*/


a.listheading
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-right: 3px;
}

a.Newsheading
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family:arial;
	font-size:1.6em;
}
a.Newsheading:hover
{
	text-decoration: underline;
	color: #000000;
}

/* ---LeftMenu items---*/
a.menulink
{
	color:#333;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
a.menulink:hover
{
	color:#333;
}
a.menulinkActive
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a.menulinkActive:hover
{
	color:#333;
}



/* --Conferance items--- */
div.conferance
{
	width: 100%;
	background-color: #ddd;
	border: solid 0.1em #bbb;
	padding: 0.3em;
}
div.conferancelinkbuttonsarea
{
	margin-top: 0.3em;
	float: right;
}
div.conferanceheader
{
	width: 100%;
}
/*---Site map items---*/
tr.sitemapheader
{
	background-color: #dedede;
	font-weight: 600;
	padding-left: 0.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: #bbb;	
	border-width: 0.1em;
}
	
table.BackButton
{
	background-color: #ddd;	
	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 back;
	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: #DEDEDE; 
	COLOR: #000000; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	PADDING-BOTTOM: 2px; 
	PADDING-LEFT: 2px; 
	PADDING-TOP: 2px}

TR.NewsgroupRowActive{ 
	BACKGROUND-COLOR: #DEE8F2; 
	COLOR: #000000; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold;
	PADDING-BOTTOM: 2px; 
	PADDING-LEFT: 2px; 
	PADDING-TOP: 2px}
	
TD.NewsgroupTableheading { 
	COLOR: #ffffff; 
	FONT-SIZE: 11px;
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold; 
	HEIGHT: 20px;
	PADDING-LEFT: 2px; 
	BACKGROUND: #333366}

A.NewsgroupBarButton { 
	COLOR: #000000; 	
	FONT-SIZE: 11px; 
	FONT-FAMILY:tahoma; 
	FONT-WEIGHT:bold; 
	TEXT-DECORATION: none}

A.NewsgroupBarButton:visited { 
	COLOR: #000000; 	
	FONT-SIZE: 11px; 
	FONT-FAMILY: tahoma; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none}

.NewsgroupBarTitle {
	COLOR: #000000; 
	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 #eeeeee;
	width:80%;
}

.DocumentListItem
{
	width: 100%;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.DocumentListItemAlt
{
	width: 100%;
	background: #eeeeee;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}


.DocumentMainIntro
{
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
}

/* ---Document---*/

.DocumentFrameHeader
{
	text-align: left;
	padding: 0.5em 0.5em 0.5em 6em;
}
.DocumentArea
{
	float: none;
	text-align: center;
}

.PPTFrameStyle
{
	border-style:		outset;
	border-color:		threedhighlight threedlightshadow threedlightshadow threedhighlight;
	border-width:		2px;
	width: 95%;
	height: 45em;
}
.XLSFrameStyle
{
	border-style:		outset;
	border-color:		threedhighlight threedlightshadow threedlightshadow threedhighlight;
	border-width:		2px;
	width: 95%;
	height: 52em;

}

.DOCFrameStyle
{
	border-style:		outset;
	border-color:		threedhighlight threedlightshadow threedlightshadow threedhighlight;
	border-width:		2px 2px 2px 2px;
	width: 85%;
	height: 62em;
}

