﻿/* ------ Text items -------- */
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.66em;
	color: #333;
	padding: 0; 
	margin: 0;
	line-height:1.6em;
}
p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
}
.smallertext
{
	font-size:0.95em;
}
h1, .heading1
{
	display: inline;
	font-weight: bold;
	font-size: 1.5em; 
	color: #333;

}
.startpagenewsitemcontainer h2
{
	margin-bottom:0.5%;
	margin-top:0;
	font-weight: bold; 
	font-size: 1.2em; 
	color: #333;	
}
h2, .heading2
{
	/*margin-bottom:-20px;*/
	font-weight: bold; 
	font-size: 1.2em; 
	color: #333;
	EditMenuName: Rubrik 2;
}

h3, .heading3
{
	/*display: inline;*/
	/*margin-bottom:-20px;*/
	font-weight: bold;
	font-size: 1em;
	color: #333;
	EditMenuName: Rubrik 3;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Ingress;
}


.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Bild text;
}
.red
{
	font-weight:bold;
	color:#993333;
	font-size:1.1em;	

}
.minitext
{
	font-size:xx-small;
	EditMenuName: Minitext;
}
hr
{
	height: 0.1em;
	color: #DAD8DB;
}

hr.light
{
	height: 0.1em;
	color: #DAD8DB;
}

/* ------ Links -------- */

.underline a
{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #003366;
}
a
{
	color: #003366;	
}
a.listinglink
{
	text-decoration:none;
	color:Black;
}
a.pagelistinglink
{
	color: #003366;
	text-decoration:none;
	font-weight:bold;
}



#PageRelatedWrapper .content .inner .items .itemContainer .item a { color:#0086ce; text-decoration:underline; }
#PageRelatedWrapper .content .inner .items .itemContainer .item a:hover { color:Aqua; text-decoration:underline; }
#PageRelatedWrapper .content .inner .items .itemContainer .item a:active {  color:#0086ce; text-decoration:underline; }
#PageRelatedWrapper .content .inner .items .itemContainer .item a:visited {  color:#0086ce; text-decoration:underline; }



/* --------- Links in Top menu ----------- */
a.menuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	color: #333;
	text-decoration: none;
	margin: auto;
}
a.activemenuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: auto;
}

/* --------- Left menu ----------- */
div.menuiteminner
{
	padding-left:0em;
	padding-right:0em;
}
div.menuitem
{
	/*background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;*/
	width: 100%;
	padding: 0.4em 0em 0.4em 0em;
	float:left;
	font-size:0.95em;	
}
div.menuitemselected
{

	width: 100%;
	padding: 0.4em 0em 0.4em 0em;
	float: left;
	/*font-weight: bold;*/
	background-color: #E5F0F4;
	font-size:0.95em;		
}
div.menuitemexpanded
{

	width: 100%;
	padding: 0.4em 0em 0.4em 0em;
	float: left;
	/*
	background-color: #dddddd;
	background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;*/
	font-size:0.95em;		
}
div.menuitemchild
{
	width: 100%;
	/*padding: 0.4em 0em 0.6em 0em;*/
	padding: 0.4em 0em 0.4em 0em;	
	float: left;
	/*background-color: #F0F0F0;*/
	font-size:0.95em;		
}

/* --------- Input ----------- */
input:focus, input:active, a:focus, a:active, select:focus, select:active, textarea:focus, textarea:active
{
	background-color:#FFCCCC; /*#E5F0F4;*/
	color:#000;
}

input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}

select
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	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;
}

span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

span.usernamelabel
{
	margin-right: 1em;
	margin-top: 0.3em;
	display: block;
	float: right;
}

/* --------- Image format ----------- */
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.bigshadow
{
	position: relative;
	EditMenuName: BigShadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=300,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);
}

table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
