﻿/* ------ Text items -------- */
a
{
	color: #006699;
}
a:hover
{
	color: #006699;
}
a.uppercaselink
{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
a.rightlisting
{
	text-decoration: none;
	display: block;
	padding-left: 1em;
	margin: 0.2em 0;	
}
a.linklist
{
	text-decoration: none;
}
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.8em;
	color: #333333;
	padding: 0;
	margin: 0; 
}
.datelistingtext
{
	color: #606060; 
	font-size: 1em; 
	font-style: italic; 
}
div.menuitem
{
	border-bottom: solid 0.1em #ddd;
	width: 100%;
	padding: 0.4em 0em 0.4em 0em;
	float: left;
}
h1, .heading1
{
	font-weight: bold;
	font-size: 1.3em; 
	color: #006699;
	margin-bottom: 0.5em;
	EditMenuName: Rubrik 1;
}
h2, .heading2
{
	font-family: Verdana;
	font-weight: bold; 
	font-size: 1em; 
	color: #333366;
	margin-bottom: 0.5em;
	EditMenuName: Rubrik 2;
}
h3, .heading3
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 1em;
	color: #333366;
	margin-bottom: 0;
	EditMenuName: Rubrik 3;
}
.headingdov /*div.greybox .heading*/
{
	background:url('/images/greybox_dottedline.gif') no-repeat bottom left;
	display:inline;
	float:left;
	width:100%;
	font:bold 15px "Trebuchet MS"; /*normal*/
	padding-bottom:7px;
	margin-bottom:7px; /*2px*/
	EditMenuName: Rubrik DOV;
}
.introduction
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 1em;
	display: block;
	EditMenuName: Ingress;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Bildtext;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal röd text;
}
hr
{
	height: 0.1em;
	color: #ddd;
}
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #336;
	font-size: 1em;
}
p
{
	color: #333;
	margin-top:0em;
	margin-bottom:1em
}
select
{
	font-size: 1em;
}
span.errormessage
{
	color: #a00;
	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
{
	position: relative;
	top: 0.2em;
	width: 2.3em;
	height: 1.7em;
	border: 0;
}
img.imageintroduction
{
	position: relative;
    top: -5px;
    EditMenuName: Ingressbild;
}
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=125,strength=10);
}
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);
}
span.usernamelabel
{
	padding-top: 0.5em;
	display: block;
}
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
tr.evenrow
{
	background-color: #eee;
}
tr.unevenrow
{
	background-color: #fff;
}
tr.headerrow
{
	background-color: #ccc;
}
.boilerplatetext
{	color: #006699;
	EditMenuName: Boilerplate text;
}
.bold{ font-weight: bold;}

	

