﻿body,html {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  background-color: white;
}
td, th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

#Content {
	width: 99,9%;
	border: 1px solid #E0E0E0;
}

#LogoTriangel {
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 50;
}

#PageTop {
	height: 90px;
	width: 100%;
	background-color: #028831;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

#MenuHolder {
	height: 30px;
	width: 100%;
	background-color: #F7F7F7;
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
}

#Menu {
	width: 980px;
	background-color: #F7F7F7;
	color: #626262;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	padding-left: 137px;
	padding-top: 8px;
}

#PageContent {
	width: 100%;
	overflow:visible;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	border-right: 1px solid #E0E0E0;
}

#PageFooter {
	width: 100%;
	height: 30px;
	background-color: #F7F7F7;
	border-top: 1px solid #E0E0E0;
	color: #626262;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}

#Startsida {
	position: absolute;
	left: 45px;
	top: 100px;
	z-index: 51;
}

#ReferencesPopup {
	position: absolute;
	top: 122px;
	!top: 120px;
	left: 357px;
	width: 140px;
	z-index: 20;
	visibility: hidden;
	background-color: #E0E0E0;
	font-size: 11px;
}

.gray {
	color: #626262;
}
.green {
	color: #028831;
}

.small {
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		font-size: 10px;
}
.big {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 16px;
}
.giant {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
}

.bold {
	font-weight: 700;
}
.noDeco {
	text-decoration: none;
}

.mainmenubutton {
	padding-left: 15px;
	padding-right: 15px;
	color: #626262;
	font-weight: 700;
}

.PopupListItem {
	background-color: #F7F7F7;
	font-size: 11px;
}
.PopupListItemHover {
	background-color: #C9DDC3;
	font-size: 11px;
	cursor: pointer;
}
.PopupListItem:hover {
	background-color: #C9DDC3;
	font-size: 11px;
	cursor: pointer;
}