/* ------ Text items -------- */
body, p, .scFont1264
{
	font-family: Tahoma,arial, none;
	font-size: 12px;
	font-weight: normal;
	EditMenuName: Normal;
}
/* Rubrik Fet */
h1, .heading1, .scFont16263
{
	font-family: Tahoma,arial, none;
	font-size: 15px;
	font-weight: bold;
	line-height: 17pt;
	margin-bottom:0px;
	EditMenuName: Heading 1;
}
/* Rubrik */
h2, .heading2, .scFont1266
{
	font-family: Tahoma,arial, none;
	font-size: 15px;
	font-weight: normal;
	line-height: 17pt;
	margin-bottom:0px;
	EditMenuName: Heading 2;
}
/* Nyhetsrubrik */
h3, .heading3, .scFont3162
{
	font-family: Tahoma,arial, none;
	font-size: 13px;
	font-weight:normal;
	margin-bottom:0px;
	EditMenuName: Heading 3;
}
/* Underrubrik */
h4, .heading4, .scFont1265
{
	font-family: Tahoma,arial, none;
	font-size: 11px;
	font-weight: bold;
	line-height: 13pt;
	margin-bottom:0px;
	EditMenuName: Heading 4;
}
/* Tidtabeller och prislistor */
.headingxls
{
	font-family: Tahoma,arial, none;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom:0px;
	EditMenuName: Heading Excel;
}

.sbbWhite{ color: #FFFFFF; font-size: 16px; font-weight:bold; padding-bottom:2px; padding-top:2px; margin-bottom:2px; margin-top:2px;  font-family:Cambria,Verdana,Geneva,Arial,Helvetica,sans-serif;
	 EditMenuName: rub White;	 
}

.cellBackgroundOrange{ background-color: #FDBB2F;
	 EditMenuName: OrangeCell;	 
}

.sbbRubCambria{ color: #333333; font-size: 16px; font-weight:bold; padding-bottom:2px; padding-top:2px; margin-bottom:2px; margin-top:2px;  font-family:Cambria,Verdana,Geneva,Arial,Helvetica,sans-serif;
	 EditMenuName: rub Cambria;	 
}

.sbbTextCalibri{ color: #333333; font-size: 12px; margin-top:3px; line-height:22px; font-family:Calibri,Verdana,Geneva,Arial,Helvetica,sans-serif;
	 EditMenuName: text Calibri;	 
}


.introduction
{
	font-weight: bold;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
}
.red
{
	color: #CC0000;
}
hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

/* Sidfot */
.footer, .scFont1268 {
	font-family: tahoma,verdana, arial, none;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #7F8485;
	EditMenuName: Footer;
}

/* ------ Links -------- */
a:link
{
	color: #0F218B;
}

/* --------- Left menu ----------- */

div.menuitem
{
	width: 100%;
	padding: 0.2em 0em 0.2em 0em;
	float: left;
	
}
div.menuitemselected
{
	width: 100%;
	padding: 0.2em 0em 0.2em 0em;
	float: left;
	font-weight: bold;
}
div.menuitemexpanded
{
	width: 100%;
	padding: 0.2em 0em 0.2em 0em;
	float: left;
}
div.menuitemchild
{
	width: 100%;
	padding: 0.1em 0em 0.3em 0em;
	float: left;
}

/* --------- Input ----------- */
input, textarea
{
	font-family: tahoma,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.rightcolumn
{
   margin: 0px 0px 10px 0px;
   clear:both;
   display:block;
   EditMenuName: Staplade;
}
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    EditMenuName: Top left;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Top right;
}
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 ----------- */
table
{
	font-size: 10px;	
}

table.fullheight
{
	height:100%;
}

th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	EditMenuName: Classic;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #95632F;
	EditMenuName: Color;
}
table.color th
{
	border: solid 0.1em #95632F;
	background-color: #E1CC9D;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #95632F;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
	EditMenuName: Highlighted;
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #95632F;
}
table.color td.highlighted
{
	background-color: #F0E5CE;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}
