﻿/* ------ Text items -------- */
.INVIDRubrikStor
{ /* 11pt fet. */
    font-weight: bold;
    font-family: Trebuchet MS, Arial;
    font-size:12pt;
    color: #000000;  /* #b8bc3d; */
    EditMenuName: Rubrik;
}

.INVIDRubrikMellan  
{
    font-weight: normal;
    font-family: Trebuchet MS, Arial;
    font-size:14px; 
    color: #000000;  /* #b8bc3d; */
   EditMenuName: Underrubrik;
}  
 
 /*
.INVIDRubrikLiten
{
    font-weight: bold;
    font-family: Trebuchet MS, Arial;
    font-size:10pt;
    color: #000000;  /* #b8bc3d; */
  /*  EditMenuName: INVID_Rubrik_Liten (10pt fet); */
/* } */

/*
.INVIDIngress
{
    font-weight: normal;
    font-family: Trebuchet MS, Arial;
    font-size:8pt;
    color: #000000; 
   /* EditMenuName: INVID_Ingress (8pt); */
/* }  */

/*
.INVIDBrodtextLitenFet
{
    font-weight:900;
    font-family: Trebuchet MS, Arial;
    font-size:8pt;
    color: #000000;  
  /*  EditMenuName: INVID_Brödtext_Liten_Fet (8pt fet); */
 /*  }  */

 
.INVIDBrodtextLiten
{
    font-weight: normal;
    font-family: Trebuchet MS, Arial;
    font-size:8pt;
    color: #000000; 
    EditMenuName: Text;
}


body
{
    margin: 0;
    padding-bottom: 0;
    font: 76%/1.4 Georgia, serif;
}
p 
{
    margin: 0 0 1em 0; 
    padding: 0; 
}


/* ********* Page.aspx **********  */



hr
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background:#d7d7d7;
	color: #d7d7d7;
	border:0;
}
/* ------ Startpage -------- */
/*.Nyhetstext_startsida
{
    font-weight: normal;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size:8pt;
    color:#FFFFFF;
    EditMenuName: Nyhetstext_startsida;
} */

/* ------ Links -------- */
a
{
	color: #006ea0;
	text-decoration: underline;
}

/* --------- Image format ----------- */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    EditMenuName: Top left;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Top right;
}

/* --------- Table format ----------- */
table
{
	font-size: 1em;
	border-collapse: collapse;
}
th
{
	text-align: left;
}
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 #275569;
}
table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #275569;
	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: #377995;
}
table.color td.highlighted
{
	background-color: #d1e6ef;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}