/* -- Colors -- */
.black
{
	color: #000000;	
}

.white
{
	color: #FFFFFF;	
}

.bgrGreen
{
	background-color: #1CA54E;
}

.bgrDarkgreen
{
	background-color: #005246;
}

/* ------ Text items -------- */
a
{
	color: #0A5DA9;
	text-decoration: none;
}
a:hover
{
	color: #0A5DA9;
	text-decoration: underline;
}

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;
}

.graylink
{
	font-family: Verdana;
	font-size: 9px;
	color: #5E5E5E;
}

.bold
{
	font-weight: bold;
}

body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #020000;
	padding: 0; 
	margin: 0;
}

body.normalpage
{
	background: url(../images/graybackground.gif) repeat left;
}

.datelistingtext
{
	color: #848383; 
	font-size: 9px; 
	font-style: normal; 
}

.menuitem
{
	width: 100%;
	padding: 0px 0px 5px 0px;
	float: left;
}

.localdescription
{
	font-size: 10px;
	font-family: Verdana;
	color: #848383;
}

.localdescription p
{
	font-size: 10px;
	font-family: Verdana;
	color: #848383;
}

.intranetFirstpageArticle
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 5px 0px 14px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* -- Header -- */

h1, .heading1
{
	font-weight: bold;
	font-size: 13px; 
	color: #0A5DA9;
	font-family: Verdana;
	EditMenuName: Overskrift 1;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 11px; 
	color: #000000;
	font-family: Verdana;
	text-transform: uppercase;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 11px;
	color: #020000;
	EditMenuName: Overskrift 2;
}	

.categoryheading
{
	font-weight: bold; 
	font-size: 11px; 
	color: #ffffff;
	font-family: Verdana;
	text-transform: uppercase;
	cursor: hand;
}

.categoryheading:hover
{
	font-weight: bold; 
	font-size: 11px; 
	color: #ffffff;
	font-family: Verdana;
	text-transform: uppercase;
	text-decoration: underline;	
	cursor: hand;
}

.calendarmenuheading
{
	font-weight: bold;
	font-size: 11px; 
	color: #0A5DA9;
	font-family: Verdana;
}

/* -- Intranet header -- */

.intranetGreenHeading
{
	font-weight: bold; 
	font-size: 11px; 
	color: #0A5DA9;
	font-family: Verdana;
	text-transform: uppercase;
}

.darkgrayHeaderText
{
	font-weight: bold; 
	font-size: 11px; 
	color: #ffffff;
	font-family: Verdana;
	text-transform: uppercase;
	float: left;
	text-align: left;
	
}

.introduction
{
	font-weight: bold;
	EditMenuName: Ingress;
}
.imagetext 
{
	font-style: italic; 
	font-size: 9px; 
	EditMenuName: Bildetekst;
}
.red
{
	color: #CC0000;
}
hr
{
	height: 1px;
	color: #ddd;
}
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #336;
	font-size: 11px;
}
p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #020000;
	line-height: 14px;
}
select
{
	font-size: 11px;
}
span.errormessage
{
	color: #a00;
	font-size: 11px;
}
.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}

.inputtextbox
{
	border: solid 1px #A3A3A3;
	height: 19px;
	width: 131px;	
}

a img
{
	border: 0px;
}

img.quicksearch
{
	position: relative;
	top: 2px;
	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: 11px;
}
th
{
	text-align: left;
}
tr.evenrow
{
	background-color: #eee;
}
tr.unevenrow
{
	background-color: #fff;
}
tr.headerrow
{
	background-color: #ccc;
}
