/* ------ Text items -------- */
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.7em;
	color: #000000;
}
table
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 1em;
	color: #000000;	
}
p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #000000;
}
h1, .heading1
{
	font-weight: bold;
	font-size: 1.5em; 
	color: #808080;
	EditMenuName: Huvudrubrik;
}
h2, .heading2,a.heading2
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #000000;
	text-decoration:none;
	EditMenuName: Rubrik;
}
h3, .heading3,a.heading3
{
	font-weight: bold;
	font-size: 1em;
	color: #000000;
	text-decoration:none;
	EditMenuName: Underrubrik;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Intro;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Bildtext;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal rod text;
/*
ö = &ouml;
*/
	
}

/*Används till State.aspx och finns tillgänglig i editorn*/
.special
{
	list-style-image:url(../images/prick.gif);
	list-style-position:inside;
	list-style-type:disc;
	display:list-item;
	margin: 4px 0 4px 0;
	EditMenuName: Orange prick;
}

hr
{
	height: 0.1em;
	color: #808080;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

/* ------ Links -------- */
a
{
	color: #000000;
}
a:hover
{
	color: #000000;
}


/* --------- Links in Top menu ----------- */
a.menuhead,.menuhead, a.menuhead:hover
{
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	margin: auto;
}
a.activemenuhead,a.activemenuhead:hover
{
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: auto;
}


/* --------- Left menu ----------- */

a.menulink
{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	
}
a.menulinkactive
{
	text-decoration:none;
	font-weight:bold;
}
a.topmenulink
{
	text-decoration:none;
	color:#3986C5;
	font-size:1.1em;
}
a.topmenulinkmembers
{
	text-decoration:none;
	color:#5E6772;
	font-weight:bold;
	font-size:1.1em;	
}

div.menutext 
{
	float:left;
	padding-right: 0.2em;
}

div.clear 
{
    clear:both;
    height:1px;
    overflow:hidden;
}


div.menuitembox
{
	width:9.2em;
	margin-bottom:15px;
	padding:0;
}
div.menuiteminnerbox
{	
	float:left;
	text-align:center;
	width:100%;
	margin-top:-2px;
	padding:0;
	border-left:solid 3px #ffffff;
	background-color:#F8971C;
	background-image:url(/images/menu/main.gif);
	background-position:right;
	background-repeat:repeat-y;
}

div.menuiteminnerboxSelected
{	
	float:left;
	text-align:center;
	width:100%;
	margin-top:-2px;
	padding:0;
	border-left:solid 3px #ffffff;
	background-color:#F3EEE6;
	background-image:url(/images/menu/mainSelected.gif);
	background-position:right;
	background-repeat:repeat-y;
}

div.menuitemtextbox
{
	width:89%;
	float:left;
	text-align:center;
	border:solid 0px;
}

div.setheight
{
	height:4em;
    float:right;
    width:1px;

}

img.boximage
{
	width:9.3em;

}

div.menuitem
{
	width: 100%;
	padding: 0.4em 0em 0.4em 0em;
	border:solid black 0px;
	overflow:auto;
}

div.menuitemselected
{
	width: 100%;
	padding: 0.4em 0em 0.4em 0em;
	font-weight: bold;
	overflow:auto;
}
div.menuitemexpanded
{
	font-weight: bold;
	width: 100%;
	padding: 0.4em 0em 0.4em 0em;
	overflow:auto;
	
}
div.menuitemchild
{
	width: 100%;
	padding: 0em 0em 0.6em 0em;
	overflow:auto;
}



/* --------- Input ----------- */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}

select
{
	font-size: 1em;
}
fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}
legend
{
	color: #333;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
fieldset label
{
	margin-right: 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;
}

/* --------- Image format ----------- */

img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
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 format ----------- */
