/* ------ Text items -------- */
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.65em;
	color: #333;
	padding: 0; 
	margin: 0;
}
p
{
	margin-top: 0px;
}

h1, .heading1
{
	font-family: verdana, sans-serif, arial, helvetica;	
	font-size: 120%;
	font-weight: bold;
	color: #70642c;
	display: inline;
}

h2, .heading2
{
	font-family: verdana, sans-serif, arial, helvetica;	
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	display: inline;
	EditMenuName: Mellanrubrik
}

h3, .heading3
{
	font-family: verdana, sans-serif, arial, helvetica;	
	font-size: 110%;
	font-weight: bold;
	color: #70642c;
	display: inline;
}

.headinggrey
{
	font-family: verdana, sans-serif, arial, helvetica;	
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	display: inline;
}

.introduction
{
	font-weight: bold;
	EditMenuName: Ingress;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Bildtext;
}
.red
{
	color: #CC0000;
}
hr
{
	height: 0.1em;
	color: #CCCCCC;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

ul
{
	list-style-image: url(../images/Mellanskog/greendot.gif);	
	vertical-align: middle;
	color: #000000;
	margin-left: 16px;
	margin-top: 0px;
	line-height: 16px;
	
}
/* ------ Links -------- */
a
{
	color: #803F2D;
}
a:hover
{
	color: #803F2D;
	text-decoration: underline;
}
a:visited
{
	color: #666666;
	text-decoration: underline;
}

/* --------- Links in Top menu ----------- */
a.menuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	color: #333;
	text-decoration: none;
	margin: auto;
}
a.activemenuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: auto;
}

/* --------- Left menu ----------- */

div.menuitem
{
	background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	width: 100%;
	padding: 0.5em 0em 0.5em 0em;
	float: left;
	
}
div.menuitemselected
{
	background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	width: 100%;
	padding: 0.5em 0em 0.5em 0em;
	float: left;
	font-weight: bold;
	background-color: #dddddd;
}
div.menuitemexpanded
{
	background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	width: 100%;
	padding: 0.5em 0em 0.5em 0em;
	float: left;
	background-color: #dddddd;
}
div.menuitemchild
{
	width: 100%;
	padding: 0.4em 0em 0.6em 0em;
	float: left;
	background-color: #F0F0F0;
}

/* --------- Input ----------- */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}

select
{
	font-size: 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;
}
img.quicksearch
{
	height: 1.75em;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

span.usernamelabel
{
	margin-right: 1em;
	margin-top: 0.3em;
	display: block;
	float: right;
}

/* --------- Image format ----------- */
img.greyborder
{
	position: relative;
	border: solid 1px #cccccc;
	EditMenuName: Ramlinje;
}
img.shadow
{
	position: relative;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	filter: fliph;
}
img.flipv
{
	position: relative;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
}
img.circularfade
{
	position: relative;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}

table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}


