body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Arial,Helvetica,sans-serif;
	background: url("/img/bg.jpg") repeat-x #e9e8e8;
}
a {
	color:black;
}
a:hover{
}
h1 {
	font-size: 24px;
	color: #444;
	margin-top: 5px;
}
h2 {
	font-size: 20px;
	color: #444;
}
h3 {
	font-size: 16px;
	color: #444;
}
p {
	font-size: 12px;
	color: #000;
}
.print{
	display:none;
}
.noprint{
	display:block;
}

/* Layout */
/*
Scroll only content layout
html, body {
	overflow:hidden;
}
#top {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;	
	left: 0px;
	width: 100%;
	height: 94px;
	overflow: hidden;
}
#main {
	padding: 15px;
	margin: 0;
	position: absolute;	
	top: 120px;
	left: 304px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	margin-bottom:80px;
}
#main .content {
	width:600px;
}
#side {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 75px;
	left: 30px;
	bottom: 20px;
	width: 244px;
	overflow: hidden;
	padding-top:20px;
	margin-bottom:60px;
}
#side .content {
	left:0px;
	background-color:white;
	padding:10px;
	padding-top:14px;
}
#bottom {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0px;	
	left: 0px;
	width: 100%;
	height: 80px;
	overflow: hidden;
	background:#CFCFCF none repeat scroll 0 0;
	text-align:right;
}
*/
#top {
	width: 100%;
	height: 90px;
	overflow: hidden;
}
#main {
	padding: 15px;
	margin:25px 0 0 30px;
	float:left;
}
#main .content {
	width:600px;
}
#side {
	float: left;
	overflow: hidden;
	margin-bottom:60px;
}
#side .content {
	width: 224px;
	margin: 5px 0 0 30px;
	padding: 9px 10px 10px 10px; 
	background: #fff;
}
#bottom {
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;
	padding: 0;
	margin: 0;
	bottom: 0px;	
	left: 0px;
	width: 100%;
	height: 80px;
	overflow: hidden;
	background:#CFCFCF none repeat scroll 0 0;
	text-align:right;
}


#top img{
	float:left;
	margin-left:30px;
	margin-top:15px;
	margin-right:30px;
	border:0px;
}
#top h1 {
	margin-top:43px;
	color:white;
}
#bottom .dxlogo {
	padding: 7px 0 0;
}
#side a {
	color: #444;
	text-decoration: none;
}
#side a:hover {
	color:#666666;
}
#side button {
	clear:both;
}
#side .small {
	margin-top: 0;
	font-size: 11px;
	color: #444;
}
#side h1 {
	color:#444444;
	font-size:20px;
	font-weight:normal;
	margin-bottom:0;
}
#side form {
	color:#444444;
	margin-top:10px;
	padding-top:15px;
	border-top:1px solid #ACACAC;
}
#side .formItem {
	clear:both;
	margin-bottom:5px;
	height:25px;
}
#side .formItem label {
	float:left;
}
#side .formItem input {
	float:right;
	width:100px;
}
#side ul {
	list-style: none;
	padding: 15px 0 0 0;
	margin: 0;
	border-top: 1px solid #acacac;
}
#side li {
	border-bottom: 1px solid #acacac;
	font-size: 14px;
}
#side li a {
	display: block;
	text-decoration: none;
	color: #007137;
	padding: 5px;
}

#side li a:hover {
	color: #004c25;
	background: #eee;
}

#side .selected {
	color: #004c25;
	background: #eee;
	padding-left: 9px;
}



/* Tables */
.result{
	border-collapse:collapse;
	border-left: 1px solid #BBBBBB;
	table-layout:fixed;
}
.result td{
	margin:0px;
	padding: 3px;
	border: 1px solid #BBBBBB;
}
.result .head{
	background-color:#EEEEEE;
	text-align:left;
}
.result .head th{
	padding:3px;
	border-right: 1px solid #BBBBBB;
}
.result .even {
	background-color:#FFFFFF;
}
.report{
	border-collapse:collapse;
	border-left: 1px solid #BBBBBB;
	table-layout:fixed;
	width:600px;
}
.report td{
	margin:0px;
	padding: 3px;
	border: 1px solid #BBBBBB;
}
.report .head{
	background-color:#EEEEEE;
	text-align:left;
}
.report .head th{
	padding:3px;
	border-right: 1px solid #BBBBBB;
}
.report .even {
	background-color:#FFFFFF;
}
/* Fields */
.formText {
}
#error {
	color: red;
	margin-bottom:10px;
}
.formRegister {
	width:700px;
}
.formRegister .formItem {
	clear:both;
	padding:5px;
	background-color:lightgray;;
}
.formRegister .formItem .description {
	display:block;
	border:1px solid gray;
	padding:5px;
	margin-top:5px;
}
.required {
	color:red;
	margin-left:5px;
	font-size:10px;
	vertical-align:top;
}
.checklist {
	margin-left:120px;
}
.checklist label {
	font-weight:normal;
	width:240px;
	display:inline-block;
}
.checklist input {
	margin-right:10px;
}

.activityList .formItem {
	margin-bottom:5px;
}
.formRegister .back {
	float:left;
	margin-top:5px;
	font-size:150%;
}
.formRegister .submit {
	margin-top:5px;
	font-size:150%;
	float:right;
}

.formItem {
}
.formItem label.left {
	width: 120px;
	display:block;
	float:left;
	font-weight: bold;
}
.formItem label.right {
	width: 120px;
	font-weight: bold;
}
/* Report */
.reportLine{
	margin-bottom: 5px;
	clear:both;
	height:18px;
}
.reportLine > span.title {
	width: 120px;
	display:block;
	float:left;
	font-weight: bold;
}
.reportBox {
	border:1px solid black;
	margin-bottom:10px;
	margin-top:15px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:5px;
	padding-right:5px;
	clear:none;
}
.reportBox > span.title {
	margin-right:0px;
	/*
	position: relative;
	top:-10px;
	*/
	display:block;
	margin-top:-10px;
	width:250px;
	overflow:hidden;
	background-color:#FFFFFF;
	font-weight: bold;
}
/* Info */
.paramList{
	margin-bottom: 5px;
	clear:both;
	height:18px;
}
.paramList span {
	width: 120px;
	display:block;
	float:left;
	font-weight: bold;
}
.paramBox {
	border:1px solid gray;
	margin-bottom:10px;
	min-height:20px;
	padding:5px;
}
.paramBoxTitle {
	font-weight: bold;
}
.paramBox span {
	position: relative;
	top:-20px;
	float:left;
	left:-1px;
	font-weight: bold;
}
/* Menu */
.login {
}
.button {
	position:relative;
	top:5px;
	margin-left:5px;
	font-size: 60%;
}
/* Other elements */
.error {
	color: red;
	margin-bottom:10px;
}
#top h1 {
	margin-left:88px;
}
.clear {
	clear:both;
	width:100%;
	font-size:1px;
	line-height:0px;
}

/* Tables */
/* TABELLER */
.tabell {
	border: 1px solid #acacac;
}
.tabell th {}
.tabell td {
	border-right: 1px dotted #acacac;
}
.tabelltopp {
	background-image:url("/img/tabelltopp.jpg");
	background-repeat: repeat-x;
	height: 22px;
	color: #fff;
	font-weight: bold;
	text-indent: 4px;
	/* border-bottom: 1px solid #fff; */
	border-bottom: 1px dotted #acacac;
}
.tabelleven {
	background: #fff;
	height: 20px;
	text-indent: 4px;
	border-bottom: 1px dotted #acacac;
}
.tabellodd {
	background: #ddd;
	height: 20px;
	text-indent: 4px;
	border-bottom: 1px dotted #acacac;
}
#busy_div {
	width:600px;
	overflow:auto
}
#busy_div table {
	margin: 0;
	padding: 0;
	width: 1px;
	border-collapse:collapse;
	table-layout:fixed
}
#busy_div th {
	padding: 0px;
	font-size: 12px;
	height: 12px;
	text-align: center;
	width: 51px;
}
#busy_div .first {
	width: 50px;
}
#busy_div td {
	padding: 0px;
	font-size: 12px;
	height: 12px;
	text-align: center;
	cursor:pointer
}
#busy_div .ui-selecting {
	background: #c30004;
}
#busy_div .ui-selected {
	background: #9e0003;
	color: white;
}
#busy {
	cursor:pointer;
}