/* -------------------------------*/
/* ------ Här kan NSA ändra ------*/
/* -------------------------------*/
/* ------ Editor -----------------*/

h1, .heading1
{
	FONT-FAMILY: Verdana, Arial,  sans-serif;
	
	TEXT-DECORATION: none; 
	COLOR: black;
	font-weight:600;
	font-size: 1.3em;
	/*color: #336;*/
	display: inline;
margin:0;
padding:0;

	EditMenuName: Heading 1;
}

h2, .heading2
{
	FONT-FAMILY: Verdana, Arial,  sans-serif;
	font-weight: 600;
	TEXT-DECORATION: none; 
	font-size: 1.1em; 
	COLOR: black;
margin-bottom:0px;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	FONT-FAMILY: Verdana, Arial,  sans-serif;
	font-weight: 600;
	TEXT-DECORATION: none; 
	font-size: 1.0em;
	color: #004B2C;
margin-bottom:0px;
	EditMenuName: Heading 3;
}

.tableBorderTop
{
	border-top:solid 1px black;
	EditMenuName: tableBorderTop;
}

.tableBorderBottom
{
	border-bottom:solid 1px black;
	EditMenuName: tableBorderBottom;
}

.tableBorderRight
{
	border-right:solid 1px black;
	EditMenuName: tableBorderRight;
}

.tableBorderLeft
{
	border-left:solid 1px black;
	EditMenuName: tableBorderLeft;
}


.introduction
{
	font-weight: bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal red text;
}

/* ------------------------------------*/
/* ------------------------------------*/
/* ------ Allt ovan kan NSA ändra -----*/
/* ------------------------------------*/
/* ------------------------------------*/


/* ------ Text items -------- */
a
{
	color: #336;
}
a:hover
{
	color: #000;
	text-decoration: none;
}

#menuhead
{
	text-decoration:none;
}
a.menuhead
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 1.2em;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	/*text-transform: uppercase;*/
	margin: auto;
	padding: 0em 0.7em;
}

a.menuhead2
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
	/*text-transform: uppercase;*/
	margin: auto;
	padding: 0em 0.7em;
	visibility:hidden;
}

a.activemenuhead
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size:1.2em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/
	margin: auto;
	padding: 0em 0.7em;
	border-left: #000000 1px double ;
	border-right: #000000 1px double ;
}	

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;
	color:Black;
}
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.65em;
	color: #333;
	padding: 0; 
	margin: 0;
	background-color: #fff;
}
.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;
}


hr
{
	height: 0.1em;
	color: #ddd;
}
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	
	font-size: 1em;
}
p
{

margin-top:6px;
	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.4em;
	width: 29px;
	height: 19px;
	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;
}
