/* ------ Text items -------- */
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #000000;
	padding: 0; 
	margin: 0;
}

p, h1, .heading1, h2, heading2, h3, heading3
{
	padding: 0;
	margin: 0;
}

p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	margin-top: 0.25;
	margin-bottom: 0.75em;
}
h1, .heading1
{
	margin-bottom: 0.5em;
	margin-top: 0.25em;
	font-weight: bold;
	font-size: 18px; 
	color: #000000;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	margin-top: 1.75em;
	font-weight: bold; 
	font-size: 1.2em; 
	color: #000000;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	margin-top: 1.25em;
	font-weight: bold;
	font-size: 1em;
	color: #000000;
	EditMenuName: Heading 3;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal red text;
}
hr
{
	height: 0.1em;
	color: #CCCCCC;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

/* ------ Links -------- */
a
{
	color: #000000;
}
a:hover
{
	color: #000000;
}

/* --------- 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;
}
*/
/* Menu styles */
.menutableft
{
	width: 15px;
	height: 28px;
}
.menutabright
{
	width: 18px;
	height: 28px;
}
.topmenu-item
{
	display: inline;
	float: left;
}
div.menucorner
{
	float: left;
	display: inline;
}

.menuhead
{
	color: #000000;
	text-decoration: none;
	line-height: 28px;
	white-space: nowrap;
	text-align: center;
	margin: 0;
	background: #FFFFFF url('/images/menu_bg.gif') repeat-x;
}

a.menuhead:link
{
	color: #000000;
	text-decoration: none;
}
a.menuhead:visited
{
	color: #000000;
	text-decoration: none;
}
a.menuhead:hover
{
	color: #000000;
	text-decoration: none;
}
a.menuhead:visited:hover
{
	color: #000000;
	text-decoration: none;
}
a.menuhead:active
{
	color: #000000;
	text-decoration: none;
}

.menuheadselected
{
	color: #003298;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
	white-space: nowrap;
	text-align: center;
	margin: 0;
	background: #FFFFFF url('/images/menu_bg_selected.gif') repeat-x;	
}
a.menuheadselected:link
{
	color: #003298;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadselected:visited
{
	color: #003298;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadselected:hover
{
	color: #003298;
	text-decoration: none;
	font-weight: bold;
}

a.menuheadselected:visited:hover
{
	color: #003298;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadselected:active
{
	color: #003298;
	text-decoration: none;
	font-weight: bold;
}

/*DropDownMenu*/
.ddmenuimg
{
	width: 140px;
}
div.ddmenu-noitems
{
	visibility: hidden;
}
div.ddmenu-top-container
{
	/*overflow: hidden;*/
	width: 140px;
	position: absolute; 
	top: 107px; /*This value places the curtains of the dropdown menu*/
	z-index: 118; 
	visibility: hidden;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	background:#FFFFFF;
}
div.ddmenu-container
{ 
	display: block; 
	color: inherit;
	z-index: 119;
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 8px; 
	padding-top: 5px;
}
.ddmenudiv
{
	/*width: 11.0em;*/
	/*overflow: hidden;*/
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	z-index: 119;
	filter:alpha(opacity=100);-moz-opacity:1.00; opacity:1.00; 
}
a.ddmenu
{
	text-decoration: none;
	z-index: 119;
	font-size: 10px; 
}
a.ddmenu:visited
{
	text-decoration: none;
	z-index: 119;
	font-size: 10px;
}
a.ddmenu:hover
{
	text-decoration: none;
	z-index: 119;
	font-size: 10px;
}
a.ddmenu:active
{
	text-decoration: none;
	z-index: 119;
	font-size: 10px;
}

/* --------- Navig menu ----------- */

#navigMenu
{
	list-style-type: none;
	display: block;
	float: left;
	border: solid 1px #CCCCCC;
	width: 175px;
	background-color: #FDFDFD;
	padding: 15px 21px 15px 20px;
	margin: 0 0 15px 0;
}

#navigMenu .filterheading
{
	
}

#navigMenu li
{
	font-size: 14px;
	line-height: 22px; 
}

#navigMenu li.menuheading
{
	font-weight: bold; 
}

#navigMenu .childLiObj,
#navigMenu .selectedChildLiObj
{
	line-height: 17px; 
	font-size: 10px;
	padding-left: 14px;
	background-position: 7px center;
}

#navigMenu .lvl2
{
	padding-left: 21px;
	background-position: 14px center;
}

#navigMenu .lvl3
{
	padding-left: 28px;
	background-position: 21px center;
}

#navigMenu .filterheading
{
	font-size: 10px;
	padding-left: 7px;
	background-position: left center;
}

#navigMenu .selectedChildLiObj,
#navigMenu .filterheading
{
	background-image: url(/images/menu_arrow.gif);
	
	background-repeat: no-repeat;
}

#navigMenu li a
{
	text-decoration: none;
}

#navigMenu .filterheading,
#navigMenu .selectedChildLiObj a,
#navigMenu .selectedChildLiObj,
#navigMenu .parentLiObj
{
	font-weight: bold;
	color: #16437C;
}

#navigMenu .parentLiObj a
{
	color: #16437C;
}
/**************************'***
****** Åsas navig menu ********
******************************/
div.menuheadingcontainer
{
	display: block;
}
.menucontrol
{
	display: block;
	float: left;
	border: solid 1px #CCCCCC;
	width: 175px;
	background-color: #FDFDFD;
	padding: 15px 21px 15px 20px;
	margin-bottom: 15px;
}
div.menuitem
{
	float: left;
	clear: both;
	width: 175px;
}
div.menuitemselected
{
	float: left;
	font-weight: bold;
	clear: both;
	width: 175px;
}
div.menuitemexpanded
{
	float: left;
	clear: both;
	width: 175px;
}
div.menuitemchild
{
	float: left;
	clear: both;
	width: 175px;
}
a.menulinktop
{
	font-size: 14px;
	line-height: 22px; 
	display: block;
	text-decoration: none;
	clear: both;
}
a.menulinktopactive
{
	font-size: 14px;
	line-height: 22px; 
	color: #16437C;
	font-weight: bold; 
	display: block;
	text-decoration: none;
	clear: both;
}
a.menulink
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	font-size: 10px;
	padding: 2px 0px 2px 0px;
}
a.menulinkactive
{
	color: #16437C;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 10px;
	background-image: url(/images/menu_arrow.gif);
	font-weight: bold;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 6px;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 2px;
}

/* ------- Breadcrumb -------- */
.breadcrumbpath
{
	font-size: 10px;
}
.breadcrumb
{
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	background-color:inherit;
}
a.breadcrumb
{
	color: #003298;
	font-weight: bold;
	background-color:inherit;
	text-decoration: none;
}
a.breadcrumb:hover
{
	color: #003298;
	background-color:inherit;
	text-decoration: none;
}
a.breadcrumb:visited
{
	color: #003298;
	background-color:inherit;
	text-decoration: none;
}
a.breadcrumb:visited:hover
{
	color: #003298;
	background-color:inherit;
	text-decoration: none;
}

/* --------- Footer ----------*/

.footertext
{
	text-align:center;
	color: Gray;
	/*margin-bottom: -25px;
	margin-top: 5px;*/
	width: 800px;
	/*position:relative;*/
	font-size: 10px;
}

/* --------- 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 styles*/
img.right5
{
    EditMenuName: Right 5;
    padding-right: 5px;
}
img.right10
{
    EditMenuName: Right 10;
    padding-right: 10px;
}
img.right15
{
    EditMenuName: Right 15;
    padding-right: 15px;
}
img.left5
{
    EditMenuName: Left 5;
    padding-left: 5px;
}
img.left10
{
    EditMenuName: Left 10;
    padding-left: 10px;
}
img.left15
{
    EditMenuName: Left 15;
    padding-left: 15px;
}

