/* ------ Text items -------- */
a
{
	color: #336;
}
a:hover
{
	color: #000;
	text-decoration: none;
}
a.menuhead
{
	font-size: 1em;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	margin: auto;
	padding: 0em 1em;
}
a.activemenuhead
{
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
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.65em;
	color: #333;
	padding: 0; 
	margin-top: 10;
	margin-left: 10;
	margin-bottom: 0;
	margin-right: 0;
	background-color: #fff;
}
.datelistingtext
{
	color: #606060; 
	font-size: 1em; 
	font-style: italic; 
}
div.menuitem
{
	border-bottom: solid 0.1em #ffffff;
	width: 99%;
	padding: 0.2em 0.2em 0.2em 0.2em;
	float: left;
}
div.menuitemExpand
{
	border-bottom: solid 0.1em #ffffff;
	width: 99%;
	padding: 0.2em 0.2em 0.2em 0.2em;
	float: left;
	background-color: #c6c7c8;
}

h1
{
	font-weight: bold;
	font-size: 1.5em; 
	color: #336;
	display: inline;
	EditMenuName: Rubrik 1;
}
h2
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #336;
	EditMenuName: Rubrik 2;
}
h3
{
	font-weight: bold;
	font-size: 1em;
	color: #333;
	text-transform: uppercase;
	EditMenuName: Rubrik 3;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal red text;
}
hr
{
	height: 0.1em;
	color: #ddd;
}
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #336;
	font-size: 1em;
}
p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
}
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.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;
}

table.gultabell
{   background-color:#ffffe0;
	border-collapse: collapse; 
	 EditMenuName: Tabell med gul bakgrund;
}

table.gultabell td {border: solid 1px #e0e0e0; padding:3px}

p.first {
	background-color:Lime;
	color:White;
	display:block;	
}

p.tabelheading_oldstyle
{
	padding-top:40px; 
	text-align:center;   
	color: rgb(128, 128, 128);
    font-size: xx-large;
	EditMenuName: Rubrik i 'Tabell';
}

p.tabeltext_oldstyle
{ 
  padding-top:5px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:40px;
  color: rgb(0, 0, 0);
  font-size: small;
  EditMenuName: Text i 'Tabell';
}





