﻿/* ------ Text items -------- */
body
{
	font-family: Arial;
	font-size: 11px;
	color: #000;
	background-color: #fff;	
	padding: 0;
	margin: 0;
}


h1 {
	font-size:			24px;
	font-family:		Arial;
	font-weight:		normal;
	color:				#FC7B09;
	
}
h2 
{
	EditMenuName:		RubrikNivå 2;
	font-size:			18px;
	font-weight:		normal;
	color:				#000;
}
h3 
{
	EditMenuName:		RubrikNivå 3;
	font-size:			14px;
	font-weight:		normal;
	color:				#000;
}

.introText 
{
	EditMenuName:		Ingress;
	font-size:			12px;
	font-weight:		bold;
	color:				#000;
}


form
{
	margin: 0;	
}
p
{
     margin: 5px 0px 5px 0px;    
}


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-size: 11px;
	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-size: 11px;
	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;
	color: #333;
	font-size: 11px;
}

select
{
	font-family: Arial;
	color: #333;
	font-size: 11px;
}

.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;
}
/* --------- Table format ----------- */
table
{
	
}
.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;
}


input[type="text"], input[type="password"], select, textarea
{
	font: tahoma 11px;
}

.red {
	color:Red;
	EditMenuName: Röd text;
}

