/* ------ Text items -------- */
body
{ 
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 0.65em;
}
p
{
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif; 
}

table 
{
	font-size: 1em; /*Makes printfunctions work for FF*/
}
h1, .heading1, .huvudrubrik
{
	font-weight: bold;
	font-size: 1.2em;
	color: black;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif; 
	text-decoration: none;
    margin-top: 0; 
}
.freetext
{
	color: black;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif; 
	text-decoration: none;
}
h2, .heading2
{
	font-weight: bold;
	font-size: 0.9615385em;
	color: black;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif; 
	text-decoration: none;
}
.introduction
{
	font-weight: bold;
	display: block; 
	padding-bottom: 12px;
}
.imagetext 
{
	font-style: italic; 
}
hr
{
	height: 0.0961538em;
	background-color:#999999; 
	border-color:#999999; 
	border-style: none;
	color:#999999;
}

/*Image styles*/
img.topleftfloatingimage
{
    padding-right: 0.9615385em;
	padding-left: 0;
	padding-bottom: 0.4807692em;
	padding-top: 0;
	margin: 0;
    
	float: left;
}

img.toprightfloatingimage
{
	padding-right: 0;
	padding-left: 0.9615385em;
	padding-bottom: 0.4807692em;
	padding-top: 0;
	margin: 0;

	float: right;
}

img.leftfloatingimage
{
    padding-right: 0.9615385em;
	padding-left: 0;
	padding-bottom: 0.4807692em;
	padding-top: 0.4807692em;
	margin: 0;

	float: left;
}

img.rightfloatingimage
{
	padding-right: 0;
	padding-left: 0.9615385em;
	padding-bottom: 0.4807692em;
	padding-top: 0.4807692em;
	margin: 0;

	float: right;
}
img.middleimage
{
	padding-left: 50%;

}

/*Links*/
a:link
{
    color: black;
    font-family:  Verdana, Arial, Helvetica, Tahoma, sans-serif; 
    text-decoration: underline;
}
a:visited
{
    color: black;
    font-family:  Verdana, Arial, Helvetica, Tahoma, sans-serif;
    text-decoration: underline;
}
a:hover
{ 
    color: #c8272f;
    font-family:  Verdana, Arial, Helvetica, Tahoma, sans-serif;
    text-decoration: underline;
}
a:active
{
    color: black;
    font-family:  Verdana, Arial, Helvetica, Tahoma, sans-serif;
    text-decoration: underline;
}
a.nounderline:link
{
    text-decoration: none;
}
a.nounderline:visited
{
    text-decoration: none;
}
a.nounderline:hover
{ 
    text-decoration: none;
}
a.nounderline:active
{
    text-decoration: none;
}

/* new style to replace navlink (red arrow displayed as separate img tag) */
a.navilink
{
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	vertical-align:middle;
}
a.navilink:visited
{
	text-decoration: none;
}
a.navilink:hover
{
	text-decoration: none;
}
a.navilink:active
{
	text-decoration: none;
}

/* replace by above style 2006-05-24 ahyberg */
a.navlink
{
	background-image: url(/images/red_arrow.gif);
	font-weight: bold;
	background-position: 0em 0.0961538em;
	background-repeat: no-repeat;
	padding-left: 1.25em;
	text-decoration: none;
}
a.navlink:visited
{
	text-decoration: none;
}
a.navlink:hover
{
	text-decoration: none;
}
a.navlink:active
{
	text-decoration: none;
}

.nextbutton
{
	background-image: url(/images/red_arrow.gif);
	background-color: #FFFFFF;
	font-weight: bold;
	background-position: right 0.1923077em;
	background-repeat: no-repeat;
	padding-right: 1em;
	height:1.35em;
	border: 0px solid;
	cursor: pointer;
	width: 9em;
}
.nextbuttonwider
{
	background-image: url(/images/red_arrow.gif);
	background-color: #FFFFFF;
	font-weight: bold;
	background-position: right 0.1923077em;
	background-repeat: no-repeat;
	padding-right: 1em;
	height:1.35em;
	border: 0px solid;
	cursor: pointer;
	width: 14em;
}
.nextbuttonsmaller
{
	background-image: url(/images/red_arrow.gif);
	background-color: #FFFFFF;
	font-weight: bold;
	background-position: right 0.1923077em;
	background-repeat: no-repeat;
	padding-right: 1em;
	height:1.35em;
	border: 0px solid;
	cursor: pointer;
	width: 5em;
}

	.nextbuttonsmaller:hover
	{
		color: #CA272F;
	}
.prevbutton
{
	background-image: url(/images/red_arrow_back.gif);
	background-color: #FFFFFF;
	font-weight: bold;
	/*background-position: right 0.1923077em;*/
	background-repeat: no-repeat;
	padding-left: 1em;
	height:1.35em;
	border: 0px solid;
	cursor: pointer;
	width: 6em;
}

.nextfinalbutton
{
	background-image: url(/images/red_arrow.gif);
	background-color: #FFFFFF;
	font-weight: bold;
	background-position: right 0.1923077em;
	background-repeat: no-repeat;
	padding-right: 1em;
	border: 0px solid;
	cursor: pointer;
	width: 14.5em;
}

/*Top menu*/
.menuhead
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.7307692em;
	white-space: nowrap;
	text-align: center;
	margin: 0;
	border-left: solid 0.1em #FFFFFF;
}

a.menuhead:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menuhead:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menuhead:hover
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}
a.menuhead:visited:hover
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}
a.menuhead:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menuheadfirst
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.7307692em;
	white-space: nowrap;
	text-align: center;
	margin: 0;
}

a.menuheadfirst:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadfirst:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadfirst:hover
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}
a.menuheadfirst:visited:hover
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}
a.menuheadfirst:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menuheadselected
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.7307692em;
	white-space: nowrap;
	text-align: center;
	margin: 0;
	border-left: solid 0.1em #FFFFFF;
	background-color: #FFFFFF;	
}
a.menuheadselected:link
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadselected:visited
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadselected:hover
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadselected:visited:hover
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadselected:active
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
}
.menuheadmypages
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.7307692em;
	white-space: nowrap;
	text-align: center;
	margin: 0;
	border-left: solid 0.1em #FFFFFF;
	background-image: url(/images/icon_key_white.gif);
	background-position: 0.5em 0.2em;
	background-repeat: no-repeat;
}

a.menuheadmypages:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadmypages:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadmypages:hover
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(/images/icon_key_red.gif);
	background-position: 0.5em 0.2em;
	background-repeat: no-repeat;
}
a.menuheadmypages:visited:hover
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(/images/icon_key_red.gif);
	background-position: 0.5em 0.2em;
	background-repeat: no-repeat;
}
a.menuheadmypages:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.menuheadselectedmypages
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.7307692em;
	white-space: nowrap;
	text-align: center;
	margin: 0;
	border-left: solid 0.1em #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(/images/icon_key_red.gif);
	background-position: 0.5em 0.2em;
	background-repeat: no-repeat;	
}
a.menuheadselectedmypages:link
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadselectedmypages:visited
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadselectedmypages:hover
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadselectedmypages:visited:hover
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
}
a.menuheadselectedmypages:active
{
	color: #CA272F;
	text-decoration: none;
	font-weight: bold;
}

.topmenu-item
{
	float: left;
}

/*Left menu*/
div.menuitem
{
	padding: 0 0 0 0;
	clear: both;
	overflow: hidden;
}
div.menuitemtopcontainer
{
	width: 15.2em;
}
div.menuitemtop
{
	padding: 0.3em 0 0.3em 0;
	width: 12em;
	overflow: hidden;
}
.menuspacer 
{
	clear: both;
	height: 0;
}
div.menuitemtoparrow
{
	padding: 0.3em 0 0.3em 0;
	float: left;
	width: 12em;
	float: left;
	overflow: hidden;
}
div.menuarrow
{
	padding: 0.3em 0 0.3em 0;
	float: right;
	width: 1em;
	text-align: right;
}
div.menuimage
{
	padding: 1.5em 0 0 1.2em;
	overflow: hidden;
	width: 12.7em;
}
.leftmenuimg
{
 display: block;
 width: 11em;
}
.imgmenuarrow
{
	width: 1em;
	height: 1em;	
}

/*Input*/
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1em;
    text-decoration: none
}

select
{
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1em;
    text-decoration: none;
    z-index: 0;
}

.inputButton
{
	font-size: 1em;
    font-family:  Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
}

.inputlabel
{
	width: 1em;
	float: left;
	font-weight: bold;
}

span.errormessage
{
	color: #CC0000;
	font-size: 0.65em;
}

option
{
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1em;
    text-decoration: none
}

fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

legend
{
	border: none;
	padding: 0;
	margin: 0;
}

fieldset label
{
	margin-right: 1em;
}

fieldset legend
{
	color: #000000;
	font-weight: bold;
	margin-left: -0.7em;
}

/***********************Styles used by Table Generator in Editor mode *************************/
/*Should be empty*/
table.sttable
{
}
tr.sttableheaderrow
{
	background-color: #DADADA;
	font-weight: bold;
}
tr.stwhiterow
{
	background-color: White;
}
tr.stdarkrow
{
	background-color: #F2F2F2;
}
/*************** END of styles for Table Generator***********************/

/***********************Styles used by Subscription Job *************************/
.MailPageName
{
	font-weight: bold;
}
/*************** END of styles for Subscription Job***********************/
 

