input, select, .errDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #C0C0C0;
	margin: 0px;
}
.setImageBack {
	background-image: url(../graphics/back.jpg);
	background-repeat: no-repeat;
}
.menuBack {
	padding: 3px;
	background-color: #034C74;
}
.menuTbl td {
	padding-left: 15px;
}
.menuTbl td a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #efefef;
	text-decoration: none;	
}
.menuTbl td a:hover {
	text-decoration: underline;
}
.valgtMeny a {
	font-weight: bold;
}
.bottomText {
	border-top: 2px solid #336E8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.logTbl {
	border-right: 3px solid #034C74;
	border-bottom: 3px solid #034C74;
	border-left: 3px solid #034C74;
}
.logTbl td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
.logTblHeader td {
	background-color: #034C74;
	color: white;
}
.moveLogTbl {
	padding-left: 5px;
	margin-bottom: 15px;
}
.infoTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #034C74;
	padding-left: 5px;
	padding-right: 5px;
}
.rightInfoTxt {
	padding-right: 5px;
	margin-bottom: 15px;
}
.errDiv {
	padding: 3px;
	background-color: #CC0000;
	color: yellow;
}
.usrDiv {
	padding: 3px;
	background-color: #336699;
	color: white;
}
.eksamenTbl td, div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.linkOptions td a {
	background-color: #034C74;
	padding: 5px;
	text-decoration: none;
	color: white;
}
.linkOptions td a:hover {
	background-color: white;
	padding: 5px;
	color: #CC0000;
	text-decoration: underline;
}
.resTbl {
	border: 1px solid #333333;
}
.resTbl td {
	padding: 3px;
}
.resTbl td a {
	text-decoration: none;
	color: #034C74;
}
.resTbl td a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.setResTblHeader td {
	font-weight: bold;
}
.btn {
	background-color: #034C74;
	color: white;
	padding: 5px;
	font-weight: bold;
}
.setLink a {
	font-weight: bold;
	text-decoration: none;
	color: blue;
}
.setLink a:hover {
	text-decoration: underline;
}

.vipps-btn {
     padding: 5px 15px!important; 
     border: none;
     border-radius: 4px!important;
     background-color: #F85923; 
     margin: 0 15px; 
     text-decoration: none;
     color: white;
}

.vipps-btn:hover, .vipps-btn:focus {
    background-color: #ed5523;
}