/* ------ Text items -------- */
html, body
{
height: 100%;
margin: 0;
padding: 0;
}
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.65em;
	color: #333;
	padding: 0; 
	margin: 0;
}
p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
}
h1, .heading1
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold;
	font-size: 1.8em; 
	margin-bottom: -0.1em;
	color: #FF9900;
	/*display: inline;*/
	EditMenuName: Rubrik 1;
}
h2, .heading2
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold; 
	font-size: 1.6em; 
 	margin-bottom: -0.1em;
	color: #FF9900;
	/*display: inline;*/
	EditMenuName: Rubrik 2;
}
.heading2blue
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold; 
	font-size: 1.6em; 
 	margin-bottom: -0.1em;
	color: #000066;
	/*display: inline;*/
	EditMenuName: Rubrik 2 Blue;
}
h3, .heading3
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold;
	font-size: 1.4em;	
	margin-bottom: -0.1em;
	color: #FF9900;
	/*display: inline;*/
	EditMenuName: Rubrik 3;
}
.heading3Blue
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold;
	font-size: 1.4em;	
	margin-bottom: -0.1em;
	color: #000066;
	/*display: inline;*/
	EditMenuName: Rubrik 3 Blue;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Ingress;
}
.imagetext 
{
	font-style: normal; 
	font-size: 0.8em; 
	EditMenuName: Bildtext;
}
.red
{
	color: #FF0000;
	/*background-color: #CCC;*/
	EditMenuName: Markerad text;
}
hr
{
	height: 1px;
	color: #CCCCCC;
}

hr.light
{
	height: 1px;
	color: #CCCCCC;
}

/* ------ Links -------- */
a
{
	color: #000066;
	text-decoration: underline;

}
a:hover
{
	color: #000066;
	text-decoration: underline;

}

/* --------- Links in Top menu ----------- */
a.menuhead
{	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Tahoma;
	padding: 0em 0.8em 0em 0.55em;
	font-size: 1.05em;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	margin: auto;
/*	background-image: url(../images/bg_navbar_gradient.gif);*/
}
a.activemenuhead
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Tahoma;
	padding: 0em 0.9em 0em 0.55em;
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: none;
	margin: auto;
	background-color: #FFF;
		color: #000066;
	background-image: url(../images/wave_active.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border-left: 1px solid #CECEFF;
/*	border-top: 1px solid #CECEFF;*/
}

/* --------- Left menu ----------- */

div.menuitem
{
	background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em bottom;
	background-repeat: repeat-x;
	
	padding: 0.5em 0em 0.5em 0em;
	float: left;
	width: 100%;
	
}
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: #CEE5FB;
}
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: #CEE5FB;
}
div.menuitemchild
{
	width: 100%;
	padding: 0.4em 0em 0.6em 0em;
	float: left;
	background-color: #EEF7FF;
}
img.childindicator
{
	float: left;
	width: 7px;
	margin-top: 0.3em;
	margin-left: -7px;
	height: 7px;
}
div.menutext
{
	float: left;
	padding-right: 0.2em;
}

/* --------- 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;
	color: #000;
}

/* --------- Image format ----------- */
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
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);
}

table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}

