﻿/* ------ Text items -------- */
body
{
	font-family: Arial, Verdana,sans-serif;
	font-size: 85%;
	color: #000;
	background-color: #fff;	
	padding: 0;
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight:		bold;
	margin:             2px 0px 0px 0px;
}
h1 {
	font-size:			1.6em;
}
h2 {
	font-size:			1.4em;
	EditMenuName:		Rubrik 1;
}
h3 {
	font-size:			1.2em;
}
h4 {
	font-size:			1.1em;
	font-weight:		bold;
	EditMenuName:		Rubrik 2;
}
h5 {
	font-size:			1.1em;
}
h6 {
	font-size:			1.1em;
}

form
{
	margin: 0;	
}
p
{
     margin: 5px 0px 5px 0px;    
}

/*h1, .heading1
{
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	font-size: 1.6em;
	EditMenuName: Rubrik 1;
}
h2, .heading2
{
	font-weight: bold; 
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	EditMenuName: Rubrik 2;
}
h3
{
	font-weight: bold; 
	margin: 0px 0px 0px 0px;
	font-size: 1.2em;
	EditMenuName: Rubrik 3;
}
h4
{
	font-weight: bold; 
	margin: 0px 0px 0px 0px;
	font-size: 1.15em;
	EditMenuName: Rubrik 4;
}
h5
{
	font-weight: bold; 
	margin: 0px 0px 0px 0px;
	font-size: 1.1em;
	EditMenuName: Rubrik 5;
}
h6
{
	font-weight: bold; 
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	EditMenuName: Rubrik 6;
}*/

hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

/* ------ Links -------- */
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

/* --------- Links in Top menu ----------- */
a.menuhead, a.menuhead:active, a.menuhead:visited, a.menuhead:hover
{
	padding: 0px 0px 20px 0px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a.activemenuhead, a.activemenuhead:active, a.activemenuhead:visited, a.activemenuhead:hover
{
	padding: 0px 0px 20px 0px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* --------- Left menu ----------- */

div.menuitem
{
	background-image: url(/images/design/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	width: 180px;
	padding: 0.5em 0em 0.5em 0em;
	float: left;
	
}
div.menuitemselected
{
	background-image: url(/images/design/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	width: 180px;
	padding: 0.5em 0em 0.5em 0em;
	float: left;
	font-weight: bold;
	background-color: #dddddd;
}
div.menuitemexpanded
{
	background-image: url(/images/design/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	width: 180px;
	padding: 0.5em 0em 0.5em 0em;
	float: left;
	background-color: #dddddd;
}
div.menuitemchild
{
	width: 180px;
	padding: 0.4em 0em 0.6em 0em;
	float: left;
	background-color: #F0F0F0;
}

/* --------- Input ----------- */
input, textarea
{
	font-family:Arial, Verdana, Helvetica, Tahoma;
	color: #333;
}

select
{
	font-family:Arial, Verdana, Helvetica, Tahoma;
	color: #333;
}
/*fieldset
{
	padding: 1em;
	margin: 0.5em 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.border
{
	/*position: relative;*/
    border: solid 1px black;
    EditMenuName: Ram;
}
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    EditMenuName: Vänsterjusterad;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Högerjusterad;
}
/*
img.shadow
{
	position: relative;
	EditMenuName: Skugga;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	EditMenuName: Halvt transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Rotera horisontellt;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Rotera vertikalt;
	filter: flipv;
}
*/
img.dashedborder
{
	/*position: relative;*/
	border: dashed 1px gray;
	EditMenuName: Streckad ram;
}
/*
img.circularfade
{
	position: relative;
	EditMenuName: Cirkulär toning;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}
*/
/* --------- Table format ----------- */
table
{
	/*font-size: 11px;*/
}
/*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;
}




.red {
	color:Red;
	EditMenuName: Röd text;
}

