f/* ------ Text items -------- */

body
{
	font-family:Verdana;
	font-size:11px;
	color: #000000;
}
div
{
	font-family:Verdana;
	font-size:11px;
	color: #000000;
}
li
{
	font-size:11px;
	font-family:Verdana;
}

.bold
{
	font-weight:bold;
}

h1, .heading1
{
	font-weight: bold;
	font-size: 1.5em; 
	color: #333;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #95632F;
	line-height: 1.2em;
	margin: 15px 0px 2px 0px;
	
}
h3, .heading3
{
	font-weight: bold;
	font-size: 1em;
	color: #333;
}

.rubrik
{
	font-family:Verdana;
	font-size:17px;
	color:#000000;
	EditMenuName: Rubrik;
}

.rubrikguld
{
    font-family:Verdana;
	font-size:17px;
    color: #95632F;
    EditMenuName: Rubrik guld;
}
.mellanrubrik
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	EditMenuName: Mellanrubrik;
}

.mellanrubrikguld
{
    font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#95632F;
	EditMenuName: Mellanrubrik guld;
}
.underrubrik
{
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	EditMenuName: Underrubrik;
}
.bildrubrik
{
	font-family:Verdana;
	font-size:10px;
	color: #868686;
	EditMenuName: Bildtext;
}
.brodrubrik
{
	font-family:Verdana;
	font-size:11px;
	color: #000000;
	EditMenuName: Brödtext;
}

.introduction
{
	font-weight: bold;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
}
.red
{
	color: #CC0000;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}

a
{
	color:#336D7B;
	font-weight:bold;
	text-decoration:none;
}



fieldset
{
	margin-top: 0;
	border:none;
}

/* --------- Input ----------- */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}


/* --------- Image format ----------- */
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:11px;
	font-family: Verdana, Arial, Helvetica, Tahoma;
}
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;
}
