body{
	margin: 0;
	padding: 0;
	font-family: calibri, verdana, arial;
	font-size: 12px;
	color: #010101;
}

th{
	text-align: left;
	background-color: #ccc;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

table tr td{
	padding: 4px;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

table tr td:last-child{
	border-right: 0;
}
table tr:last-child td{
	border-bottom: 0;
}

table{
	border: 1px #ccc solid;
}

input, select{
	max-width: 80%;
	margin: 0 2px 2px 0;
	padding: 0;
	border: 1px #ccc solid;
}

textarea{
	max-width: 80%;
	margin: 0 2px 2px 0;
	padding: 0;
	border: 1px #ccc solid;
}

input[type=radio]{
	width: auto;
	border: 0;
	margin: 0 5px;
	padding: 0;
}

a{
	color: #9a4800;
}

label{
	display: block;
}

section{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px #000 solid;
}

nav{
	background: #f1f1f1;
}

	nav ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
		nav ul li{
			display: inline;
			margin: 0;
			padding: 0;
			list-style: none;
			
		}
			nav ul li a{
				display: inline-block;
				margin: 0 0;
				padding: 5px 5px;
				color: #9a0000;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 15px;
				border-right: 1px #ccc solid;
			}

/* ID */
#container{
	margin: 0 auto;
	width: 900px;
}

#saveprocess{
	display: none;
	z-index: 99;
	position: fixed;
	bottom: 0;
	float: right;
	text-align: right;
}

	#saveprocess #message{
		padding: 10px;
		background: #218403;
		color: #fff;
	}

/* Classer */
.colRight{
	border-left: 1px #010101 solid;
}

.list tr:hover{
	background: #fff7df;
}

.list td{
	padding: 5px 0;
	border-bottom: 1px #ccc solid;
	word-wrap: break-word;
}

/* Formulär visa/dölj */
.c_1_2{
	display: none;
}

/* Formulär visa/dölj */
/* #d_1_2{
	display: none;
} */

/* Formulär visa/dölj */
/* #d_2_2{
	display: none;
} */

/* Formulär visa/dölj */
/* #d_3_2{
	display: none;
} */

#btn_prev{
	text-align: center;
	float: left;
	background: #ccc;
	padding: 20px;
	cursor: pointer;
	width: 100px;
	margin: 20px 0;
}

#btn_next{
	text-align: center;
	float: right;
	background: #ccc;
	padding: 20px;
	cursor: pointer;
	width: 100px;
	margin: 20px 0;
}

.pageBtn{
	display: inline-block;
	padding: 0 5px;
	margin: 0 2px;
	cursor: pointer;
	border: 1px #ccc solid;
}

#pageBtn_start{
	font-weight: bold;
	text-decoration: underline;
	background-color: #97c90f;
}

#a,#b,#c,#d,#e,#f,#g,#h,#i,#j,#k,#l,#m,#n{
	display: none;
}

.displayNone{
	display: none;
}


.clr{
	clear: both;
}

.cellpad tr td{
	padding: 2px;
}

.spaceH{
	height: 20px;
}

.overlay{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	z-index: 100;
}

.successBox{
	background: #a0ce67;
	position: absolute;
	z-index: 100;
	color: #fff;
	padding: 10px;
	border: 5px #fff solid;
	width: 300px;
}

.copy{
	color: #579a00;
}


/* section table tr td table tr:nth-child(2n+2){
	background: #f1f1f1;
}

section table tr:nth-child(2n+1){
	background: #f1f1f1;
} */
