﻿
/*Nýja CSS-ið byrjar*/
/* global */
html{
	height: 100%;
}
body{
	margin:0;
	padding: 0;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*	sje 04.06.2007
	min-width:800px;
	*/
	min-width:1024px;
	min-height:100%;
}
img{
	border: none;
}
#pagewidth{
	background:url(bg-pagewidth.gif) repeat-y left top;
	padding: 0 0 0 15px;
	/*	sje 04.06.2007
	height: 100%;
*/
	min-height:100%;
}
* html #pagewidth{
	float: left;
	/*	sje 04.06.2007 */
	height: 100%;
}
#frame{
	background: url(bg-frame.gif) repeat-y right top;
	padding: 0 15px 0 0;
	/*	sje 04.06.2007
	height: 100%;
*/
	min-height:100%;
}
* html #frame{
	float: right;
	/*	sje 04.06.2007 */
	height:100%;
}
.top-bg{
	background: #F0F2F2;
	height: 14px;
	margin: 0 0 0 -15px;
}
#main{
	padding: 10px 10px 0 10px;
	overflow: hidden;
	/*	sje 04.06.2007
	height: 100%;
*/
	min-height:100%;
}
#header{
	height: 70px;
	background: url(bg-header.gif);
}
.left-nav{
	width: 200px;
	float: left;
	padding: 29px 0 0 0px;
}
/*	sje 04.06.2007 */
#main .left-nav a
{
	font-size: 10px !important;
}

#inner .left-nav{
	width: 196px;
	float: left;
	padding: 29px 0 0 0;
}
.box{
	background: url(bg-box.gif) no-repeat right bottom;
	background:#eceeef;
	overflow: hidden;
	height: 100%;
	padding: 0 12px 0 0;
}
* html .box{
	float: left;
}
.two{
	overflow: hidden;
}
/* content */
#content{
	float: left;
	width: 100%;
	/*	sje 04.06.2007
	height: 100%;
*/
	min-height: 100%;
	background: url(bg-main.gif) repeat-y left top;
}
.box .left{
	float: left;
	width: 42%;
	padding: 11px 5% 0 3%;
	/*	sje 04.06.2007
	margin-bottom: -1000px;
	padding-bottom: 1000px;
*/
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	background: #ECEEEF;
}
.box .right{
	width: 42%;
	padding: 11px 5% 0 3%;
	float: left;
	/*	sje 04.06.2007
	margin-bottom: -1000px;
	padding-bottom: 1000px;
*/
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
.box .newsitem{
	width: 65%;
	padding: 11px 5% 0 3%;
	float: left;
	/*	sje 04.06.2007
	margin-bottom: -1000px;
	padding-bottom: 1000px;
*/
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
.box p{
	text-align: justify;
	margin: 0 0 5px 0;
	line-height: 14px;
}
.elastic{
	background: #fff;
	overflow: hidden;
	width: 100%;
	/*	sje 04.06.2007
	height: 100%;
*/
	min-height:550px;
}
* html .elastic{
	float: right;
}
/* twocolumn */
.twocolumn{
	border: 2px solid #eceeef;
	overflow: hidden;
	margin: 0 10px 0 9px;
	padding: 6px 5px 0 5px;
	background: url(bg-box.gif) no-repeat right bottom;
}
* html .twocolumn{
	overflow:visible;
	float: left;
	display: inline;
}
.wiz-div
{
	border: 2px solid #eceeef;
	overflow: visible;
	margin: 0 15px 0 9px;
	padding: 0 5px 0 5px;
	float: left;
	display: inline;
    
    width: 100%;/*Bætt inn 23.05.2013*/
}

#inner .twocolumn{
	background: Red;
	margin: 11px 10px 0 9px;
}
.breadcrumps{
	height: 22px;
	background: url(bg-breadcrums.gif);
	margin: 0 0 3px 0;
	position: relative;
}
.b-left,.b-right{
	height: 22px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	background: url(bg-breadcrums-left.gif);
}
.b-left{
	top: 0;
	left: 0;
}
.b-right{
	right: 0;
	top: 0;
}
.form{
	margin: 4px 0px 6px 0;
	overflow: hidden;
	width: 100%;
}
#inner .form{
	margin:0;
}
/* sje form fix gamla
.form form{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.form form *{
	vertical-align: bottom;
	float: left;
}
.form form label{
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: block;
	height: 16px;
	width: 90px;
	padding: 3px 0 0 12px;
	background: url(bg-label.gif);
}
.form form input{
	width: 103px;
	margin: 0 7px 0 0;
	border: 1px solid #6b92a7;
	padding: 1px 0 1px 4px;
	font: 12px Arial, Helvetica, sans-serif;
}
.form form input.submit{
	width: 70px;
	height: 19px;
	border: none;
	padding: 0;
}
/* gamla */
.form{
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 2px;
}
.form *{
	vertical-align: bottom;
	float: left;
}
.form span{
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: block;
	height: 16px;
	width: 90px;
	padding: 3px 0 0 12px;
	background: url(bg-label.gif);
}
.form input{
	width: 103px;
	margin: 0 7px 0 0;
	border: 1px solid #6b92a7;
	padding: 1px 0 1px 4px;
	font: 12px Arial, Helvetica, sans-serif;
}
.form input.submit{
	width: 70px;
	height: 19px;
	border: none;
	padding: 0;
}
/*sje form fix
.form div{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.form div *{
	vertical-align: bottom;
	float: left;
}
.form div span{
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: block;
	height: 16px;
	width: 90px;
	padding: 3px 0 0 12px;
	background: url(bg-label.gif);
}
.form div input{
	width: 103px;
	margin: 0 7px 0 0;
	border: 1px solid #6b92a7;
	padding: 1px 0 1px 4px;
	font: 12px Arial, Helvetica, sans-serif;
}
.form div input.submit{
	width: 70px;
	height: 19px;
	border: none;
	padding: 0;
}
/* footer */
.footer{
	background: url(bg-footer.gif);
	height: 25px;
	width: 100%;
	clear: both;
	overflow: hidden;
}
.footerhigh{
	background: url(bg-footer2.gif);
	height: 25px;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin : 5px;
}


.graybar{
	background: #eceeef;
	height: 10px;
	margin: 7px;
	padding-top:2px;
	clear: both;
	overflow: visible;
}
.wiz-textbar{
	background: #eceeef;
	height: 15px;
	width: 100%;
	margin: 5px 0 5px 0;
	padding-top:2px;
	clear: both;
	overflow: hidden;
}
.wiz-textbar span
{
	margin:4px 0 0 0;
	padding:0 0 0 5px;
}
.wiz-container
{
	overflow:visible;
	display:block;
	min-height:250px;
	background: url(newbg.jpg) no-repeat right bottom;
}
.wiz-buttons
{
	float:right;
}
.wiz-pageindex
{
	float:right;
	margin-right:10px;
	margin-top:2px;
}
.wiz-heading
{
	font-weight:bold;
}
.wiz-multiview
{
	background: url(workflow-bg.gif) no-repeat right bottom;
	min-height:200px;
	/*height:200px;*/
}

/*	sje 04.06.2007 */
* html .wiz-multiview{
	height:200px;
}

.wiz-multiview div table
{
	width: 100%;
}

/*	sje 04.06.2007 */
.wiz-multiview div table input{
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px 0 0 4px;
	height: 16px;
}

/*	sje 04.06.2007 */
.wiz-multiview div table textarea{
	border: 1px solid #afafaf;
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px 0 0 4px;
}

/*	sje 04.06.2007 */
.wiz-multiview div table select{
	line-height: 18px;
	height: auto;
}

.TMWFDatePicker a
{
	text-decoration:none;
}

.tolv{
	overflow: hidden;
	background: #fff;
	float: left;
	width: 100%;
	padding: 8px 0 100px 0;
}
.tolv a{
	overflow: hidden;
	height: 21px;
	width: 111px;
	text-indent: -9999px;
	background: url(a-tolvumidlun.gif);
	float: right;
	margin: 0 11px 0 0;
}
/* header */
#header h1{
	margin: 0;
	padding: 0;
	float: left;
}
#header h1 a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 413px;
	height: 70px;
}
/*contact info*/
/*	sje 04.06.2007 */
#header ul{
	/*padding: 45px 0 0 28px;
	background: url(bt-top-nav.gif) no-repeat 0 30px;
	margin: 0;
	list-style: none;
	float: left;*/
	
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 40px;
}
#header ul li{
	/*float: left;*/
	height: 17px;
	width: 17px;
	
}
#header ul li.last{
	/*background: url(separator.gif) no-repeat right top;
	height: 13px;*/
	height: 17px;
	width: 17px;
}
#header ul a{
	color: #AAD3DC;
	text-decoration: none;
	/*background: url(separator.gif) no-repeat left top;
	padding: 0 6px 0 6px;*/
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header ul a:hover{
	text-decoration: underline;
}

#header p{
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 318px;
	height: 70px;
	background: url(logo02.jpg);
	float: right;
}

/*	sje 04.06.2007 
#header ul
{
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 40px;
}
#header ul li
{

	height: 17px;
	width: 17px;
}
#header ul li.last
{

	width: 17px;
	height: 17px;
}
#header ul a{
	color: #AAD3DC;
	text-decoration: none;
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header ul a:hover{
	text-decoration: underline;
}
*/

a.meira{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 37px;
	height: 14px;
	margin: 0 0 20px 0;
	background: url(a-meira.gif);
}
.right a.meira{
	background: url(a-meira-right.gif);
}
a.tilbaka{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 50px;
	height: 14px;
	margin: 0 0 20px 0;
	background: url(a-tilbaka-right.gif);
}
.right a.tilbaka{
	background: url(a-tilbaka-right.gif);
}
.box  em{
	display: block;
	color: #B3B3B3;
	font-style: normal;
	font-size: 10px;
}
.box  strong{
	display: block;
	font-size: 11px;
	color: #32647e;
}
.right p strong
{
	display:inline;
	font-weight:bold;
	font-size: 10px;
	color: #000000;
}
.tab{
	overflow: hidden;
	padding: 0 0 3px 0;
}
* html .tab{
	float: left;
	width: 100%;
}
.tab a, .tab span{
	text-transform: uppercase;
	color: #3d708b;
	font-size: 10px;
	display: block;
	/*width: 45px;*/
	text-decoration: none;
	height: 16px;
	margin: 3px 0 0 10px;
	padding: 3px 39px 0 12px;
	background: #eceeef;
	float: left;
}
.tab span
{
	margin-left:5px;
}
* html .tab a{
	display: inline;
}
.tab a.second{
	margin: 3px 0 0 4px;
}
.tab a:hover{
	color:#afafaf;
}
.tab .up-down{
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: url(a-up-down.gif);
	width: 19px;
	height: 21px;
	margin: 2px 8px 0 0;
	padding: 0;
}
/* inner page */
.sitemappath
{
	float:left;
	margin-top: 5px;
}
.sitemappath span
{
	margin: 20px 0 0 5px;
	list-style: none;
	overflow: hidden;
	text-transform: uppercase;
	color: #3d708b;
}
.sitemappath span a{
	color: #b3b3b3;
	text-decoration: none;
}
.sitemappath span a:hover
{
	color: #b3b3b3;
	text-decoration: underline;
}
.breadcrumps ul{
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	list-style: none;
	overflow: hidden;
}
.breadcrumps ul li{
	float: left;
	text-transform: uppercase;
	color: #3d708b;
}.breadcrumps ul li span{
	color: #b3b3b3;
	margin: 0 5px;
}
.breadcrumps ul a{
	color: #b3b3b3;
	text-decoration: none;
}
.breadcrumps ul a:hover{
	text-decoration: underline;
}
.form2{
	border: 2px solid #eceeef;
	overflow: hidden;
	margin: 0 10px 0 9px;
	/* sje 04.06.2007 
	padding: 5px;*/
	padding: 5px 9px 5px 5px;
}
* html .form2{
	float: left;
	/* sje 04.06.2007 */
	margin: 0 14px 0 9px;
	padding: 5px !important;
	/* sje */
	display: inline;
}
.form2 .border{
	border: 2px solid #eceeef;
	overflow: hidden;
	/* sje 04.06.2007 */
	width: 100%;
}
* html .form2 .border{
		float: left;
}

/*fix form => div
.form2 form{
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}
.form2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 250px;
}
.form2 ul li{
	float: left;
	margin: 0 0 7px 0;
}
.form2 input{
	border: 1px solid #afafaf;
	width: 132px;
	height: 17px;
	padding: 0 0 0 4px;
}
.form2 .subm input {
	width: auto;
	height: auto;
	border: none;
	padding: 0;
}
.form2 label{
	width: 94px;
	display: block;
	padding: 3px 0 0 0;
	color: #3d708b;
}
.form2 div form div{
	width: 271px;
	float: left;
	padding: 14px 0 30px 13px;
}
.form2 div form div.second{
	width: 250px;
	padding: 14px 0 30px 0;
}
.form2 div form div.subm{
	padding:91px 0 0 0;
	float: right;
	width: 177px;
}
changed*/
.form2 div{
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}

.form2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;	
}
.form2 ul li{
	float: left;
	margin: 0 0 7px 0;
}
.form2 input{
	border: 1px solid #afafaf;
	width: 132px;	
	/* sje 04.06.2007 
	height: 17px;
	padding: 0 0 0 4px;*/
	height: 16px;
	margin: 0 5px 0 0;
}
.form2 .subm input {
	width: auto;
	height: auto;
	border: none;
	padding: 0;
}
.form2 label{
	width: 94px;
	display: block;
	padding: 3px 0 0 0;
	color: #3d708b;
}
/*
.form2 div div div{

	float: left;
	padding: 14px 0 30px 13px;
}*/
/* sje 04.06.2007 */
.form2 div div 
{
	width:auto;
}

.form2 div div div div{

	float: left;
	padding: 5px 0 5px 15px;
}
.form2 div div div.second{
	width: 250px;
	padding: 14px 0 30px 0;
}
.form2 div div div.subm{
	padding:91px 0 0 0;
	float: right;
	width: 177px;
}

.formSearch{
	border: 2px solid #eceeef;
	overflow: hidden;
	margin: 0 10px 0 9px;
	padding: 5px;
}
* html .formSearch{
	float: left;
	display: inline;
}
.formSearch .borderSearch{
	border: 2px solid #eceeef;
	overflow: hidden;
}
* html .formSearch .borderSearch{
		float: left;
}
.formSearch div
{
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;	
}

.borderSearch div
{
	padding: 5px 0 0 5px;
}

.borderSearch div a
{
	color: #afafaf;
	text-decoration: none;
}	

.borderSearch div a:hover
{
	color: #497992;
	text-decoration: underline;
}

/*form fix done*/

/*added for ft html-structure*/
.TMReportFTTable
{
	border: none;
	padding: 0;
	margin: 0;
}

.TMReportFTTable td
{
	padding: 4px 0 0 0;
}

.TMReportFTTable td span
{
	width: 115px;
	display: block;
	padding: 3px 0 0 0;
	color: #3d708b;
}

.TMReportFTTable td select, .TMReportFTTable td input
{
	font: 10px Arial, Helvetica, sans-serif;
	border: 1px solid #afafaf;
	width: 250px;
	height: 18px;
	padding: 0 0 0 4px;
	margin: 0 5px 0 0;
}

.TMReportFTTable td select
{
	width: 256px;
}

.TMReportFTTable td .TMReportFTBtnPost{
	margin: 0 5px 0 0;
	width: 85px;
	/* sje 04.06.2007 
	height: auto;*/
	height: 24px;
	border: none;
	padding: 0;
}
/* sje 04.06.2007 */
.TMReportFTTable input.TMReportFTTextBox
{
	font:10px Arial, Helvetica, sans-serif !important;
	padding: 4px 0 0 4px !important;
	height: 16px !important;
}

.TMReportFTTable  input.simplecheckbox
{
	border: 0px;
	width: 60px;
}

.MultiPage
{
	width:100%;
	margin-bottom:15px;
}
/*tab view buttons*/
.SelectedTab
{
	background-color:#eceeef;
	color:#3d708b;
	cursor:pointer;
}
.DefaultTab
{
	color:#afafaf;
	background-color:#eceeef;
	cursor:pointer;
}

.DefaultTabHover
{
	color:#3d708b;
	background-color:#eceeef;
	cursor:pointer;
}
.SelectedTabHover
{
	color:#3d708b;
	font-weight:bold;
	background-color:#eceeef;
	cursor:pointer;
}


/*grid*/
.columngrid
{
	padding:9px 4px 9px 9px;
}

* html .columngrid{
	overflow:visible;
	float: left;
	display: inline;
	background: none;
	/* sje 04.06.2007 
	margin: 11px 15px 0 9px;
	padding-right: 5px;*/
	margin: 11px 9px 0 9px;
	padding: 0 5px 0 0;
	/*width:97%;*/
}

/* sje 04.06.2007 
.fixgridsize
{
	border: 2px solid #eceeef;
	overflow:hidden;
	padding: 0px;
	margin: 5px;
	width: 99%;
	float: left;
	
	overflow: auto;
	overflow-y: hidden;
	overflow-x: hidden;
	display: block;
}
*/
.fixgridsize
{
	border: 2px solid #eceeef;
	padding: 0;
	margin: 0;
	
	overflow: auto;
	height: 100%;
	width: 100%;
}
* html .fixgridsize{
	overflow-x: scroll;
}
/*sje*/

.Grid, .fixgridsize table
{
	background-color: #FFFFFF; 
	cursor: pointer; 
	border: solid 1px #eceeef;
	margin-right:15px;
	width:100%;
}

.Grid table
{
	background-color: #FFFFFF; 
	cursor: pointer; 
	margin:0;
}

/*
.fixgridsize table
{
	width:98%;
}
*/

.Datarow, .DataCell{
	min-height: 17px;
	border-right: 2px solid #eceeef;
	border-bottom: 2px solid #eceeef;
}

.Grid tr
{
	overflow: hidden;
	width: 100%;
}
/*border: solid 1px black;*/

.GridHeader
{
	text-transform: uppercase;
	height: 23px;
	padding: 2px 2px 1px 2px;
	margin: 0 0 0px 0;
	color: #3d708b;
	font-size: 10px;
	display: block;
	text-decoration: none;
	background: #ffffff;
}

.GridHeader table
{
	background-color:#eceeef;
	height:23px;
	padding:0 3px 0 3px;
}

.GridHeader strong{
	margin: 3px 0 0 0;
	float: left;
}
.GridHeader form{
	margin:0;
	padding: 0;
	float: right;
}
.GridHeader table input{
	border: 1px solid #AFAFAF;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 88px;
	height: 15px;
	padding: 2px 0 0 4px;
	margin: 0;
	text-transform: none;
	color: #B6B7B7;
}
.GridHeader table input.submit{
	width: 31px;
	height: 19px;
	border-right: none; 
	padding: 0 0 1px 0;
	background: #ECEEEF;
}
.HeadingCellText
{
	text-transform: uppercase;
	color: #3d708b;
	font-size: 10px;
	text-decoration: none;
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0 0px;
	background: #eceeef;
	border-left: solid 2px #CCCCCC;
}
.HeadingCell
{
	padding:1px;
	background: #eceeef;
}
.HeadingCell a:hover
{
	font-weight:bold;
}

/* table */
.table{
	overflow: hidden;
	width: 100%;
	margin:0;
}
.table .row{
	overflow: hidden;
	width: 100%;
}
* html .table .row{
	float: left;
}
.table .row div.td1{
	border-left: 2px solid #eceeef;
	width:12%;
}
.table .row div.td2{
	width:10.33%;
}
.table .row div.td11{
	width:10%;
}
.table .row div{
	float: left;
	margin-bottom: -100px;
	padding-bottom: 100px;
	width:8%;
	min-height: 17px;
	border-right: 2px solid #eceeef;
	border-top: 2px solid #eceeef;
}
* html .table .row div{
	height: 17px;
}
.table .row.last div{
	height: 0px !important;
	min-height: 0;
	overflow: hidden;
}
.head{
	background: #eceeef;
	text-transform: uppercase;
	height: 23px;
	padding: 5px 5px 0 15px;
	margin: 0 0 5px 0;
}
.head strong{
	margin: 3px 0 0 0;
	float: left;
}
.head form{
	margin:0;
	padding: 0;
	float: right;
}
.head form input{
	float: left;
	border: 1px solid #AFAFAF;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 88px;
	height: 15px;
	padding: 2px 0 0 4px;
	margin: 0;
	text-transform: none;
	color: #B6B7B7;
}
.head form input.submit{
	width: 31px;
	height: 19px;
	border-right: none; 
	padding: 0 0 1px 0;
	background: #ECEEEF;
}
.panel{
	width: 100%;
	clear: both;
	padding: 14px 0 3px 0;
}
.panel img{
	margin: 0 0 0 13px;
}
.name{
	float: left;
	color: #afafaf;
	font-size: 10px;
	background: url(bg-name.gif) no-repeat left;
	height: 19px;
	padding: 3px 0 0 11px;
	margin: 2px 0 0 0;
}
.name strong{
	font-weight: normal;
	display: block;
	float: left;
	margin: 1px 26px 0 0;
	color: #afafaf;
}
.alagning{
	float: left;
	color: #3d708b;
	font-size: 10px;
	height: 19px;
	padding: 5px 0 0 20px;
	margin: 2px 0 0 0;
}
a.utskra{
	overflow: hidden;
	text-decoration: none;
	font-family: Trebuchet MS;
	color: #AFAFAF;
	padding: 0 0 0 15px;
	background: url(a-utskra.gif) no-repeat left;
	height: 19px;
	font-size: 11px;
	float: left;
	text-transform: uppercase;
}
a.utskra span{
	color:#AFAFAF;
	padding: 2px 15px 0 0;
	float: left;
	cursor: pointer;
	height: 17px;
	background: url(a-utskra-span.gif) no-repeat right;
	display: block; 
	width:auto;
}
.box .form .top{
	background: url(bg-form-top.gif);
	width: 387px;
	height: 29px;
	float: right;
	margin: 0;
	padding: 0;
}
.box .form .top label{
	background: none;
	width: auto;
	padding: 7px 0 0 15px;
	color: #fff;
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.box .form .top select{
	width: 105px;
	height: 20px;
	border: 1px solid #7f9db9;
	margin: 2px 0 0 9px;
}
.box .form .top input{
	width: 114px;
	height:17px;
	border: 1px solid #7f9db9;
	padding: 3px 0 0 4px;
	margin: 2px 0 0 20px;
}
.box .form .top input.leit{
	width: 28px;
	height: 10px;
	border: none;
	margin: 9px 0 0 25px;
	padding: 0
}
/* Nýja cssið endar*/

.CssNodeStyle
{
	padding-left:2px;
	color:Gray;
}
.CssRootNodeStyle
{
	color:Gray;
}
.CssLeafNodeStyle
{
	color:Gray;
}
.CssParentNodeStyle
{
	color:Gray;
}
.CssSelectedNodeStyle
{
	color:Gray;
	padding-left:5px;
}
.CssSelectedNodeStyle a
{
	color:Navy;
}
.CssHoverNodeStyle
{
	color:Gray;
}

/* ########### menu left ############# */
table.table{
	width:196px;
	border:none;
	padding:0;
	margin:0;
	border-collapse:collapse;
}
td.level1{
	/*background: url(bg-first-level.gif) no-repeat 0 0;*/
	padding: 0px 0 0 3px;
}
td.level1 a{
	color:#404040;
	text-decoration: none;
	padding: 0 0 0 5px;
	margin: 0 0 0 0px;
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.level1 a:hover{
	color: #497992;
}
td.level2{
	background:#F0F2F3  0 0;
	padding: 0 0 0 3px;
}
td.level2 a{
	margin: 0 0 0 0px;
	padding: 0 0 0 3px;
	display: block;
	background: none;
	color:#404040;
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
td.level2 a:hover
{
	color: #497992;
	/*background: url(bullet-on.gif) no-repeat 0 3px;*/
}
table a.current,td.level1 a.current:hover, td.level2 a.current:hover{
	background: none;
	padding: 0;
	color: #404040;
} 

.TopGroupFrame
{
	border: 2px solid #eceeef;
	overflow: auto;
	overflow-y: hidden;
	margin: 0 5px 5px 5px;
	padding: 0px 5px 5px 0px;
	float: left;
	display: block;
	width:100%;
}

.FixScrollInQueryParams
{
    /*Removed 04,06,2013*/
	/*overflow: auto;
	overflow-y: hidden;*/
	float: left;
	display: block;
	padding: 0px 5px 15px 0px;
}
.cm_TopGroup, .cm_TopItem
{
	background-color :#eceeef;
	color: #AFAFAF;
	font-family: Arial;
	text-transform:uppercase;
	font-size:10px;
	border:0;
	cursor:pointer;
}
.cm_TopItem
{
	color: #404040;
	text-transform:none;
	padding: 5px 10px 0px 5px;
}
.cm_TopItem td
{
	text-transform:none;
	padding-bottom: 5px;
}


.TopGroup
{
	margin-left:5px;
	margin-top:5px;
}

.SingleEditRowStyle span span
{
	border-width:0px;
	display: -moz-inline-block;
	display: inline-block;
	color: #3d708b;
	font-style: normal;
	font-size: 10px;
	width:100px;
	margin-left:10px;
}

.SingleEditRowStyle span span.SingleEditRowStyleNone
{
	border-width:0px;
	display: -moz-inline-block;
	display:inline;
	margin:0px;
	margin-left:0px;
	padding:0px;
	padding-left:0px;
	border-width:0px;
	width:205px;
}

.SingleEditRowStyle input, .SingleEditRowStyle textarea, .SingleEditRowStyle select
{
	display: inline;
	color: #000;
	font-style: normal;
	font-size: 10px;
	width:150px;
	margin: 3px 0px 0px 5px;
	padding:2px;	
}


.SingleEditRowStyle span span input, .SingleEditRowStyle span span textarea, .SingleEditRowStyle span span select
{
	display: inline;
	color: #000;
	font-style: normal;
	font-size: 10px;
	width:150px;
	/*margin: 3px 0 0 -4px;Removed since it was messing with latest browsers*/
    
	padding:2px;	
}


.SingleEditRowStyle textarea
{
	width:132px;
}

.TMEditFormButtons
{
	float:right;
	padding: 0 5px 5px 0;
}

.TMEditControlSearch
{
	float:left;
	padding: 0 0 0 0px ;
	margin: 0 0 0 3px;
	overflow:visible;
	display:block;
	height:28px;
	width:100%;
	background-color: #eceeef;
}

.TMEditControlSearch img
{
	float:left;
}

.TMEditControlSearch select
{
	width: 50px;
	width: 105px;
	height: 20px;
	border: 1px solid #999999;
	margin: 3px 0 0 0px;
	padding: 0;
	float:left;
}

.TMEditControlSearch input
{	
	font: 12px Arial, Helvetica, sans-serif;
	width: 114px;
	height:20px;
	border: 1px solid #999999;
	padding: 0;
	margin: 3px 0 0 4px;
	float:left;
}

.TMEditControlSearch input.imagebutton
{	
	width: 45px;
	height:24px;
	margin-top:2px;
	margin-left:3px;
}

.TMAction
{
	margin: 2px 0px 0 3px;
}

.TMSeperator
{
	margin: 0 5px 0 5px;
	padding: 0;
}

.editform
{
	border: 2px solid #eceeef;
	overflow : visible;
	margin: 0 10px 0 9px;
	margin-top : 10px;
	margin-bottom : 10px;
	padding: 5px;

}
.editform input{
	border: 1px solid #afafaf;
	width: 132px;
	margin: 2px 0px 0 5px;
}

.editform select
{
	border: 1px solid #afafaf;
	width: 132px;
	margin: 2px 0px 0 5px;
}

.editform textarea
{
	border: 1px solid #afafaf;
	width: 132px;
	margin: 2px 0px 0 5px;
}

.editform span.tablecell
{
    width : 130px;
}


.TMModalWindowBackground {
	background-color:Black;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.TMModalWindow {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.TMModalMessageHeader {
	font-size:16px;
	color:Navy;	
	padding:5px;
}

.TMModalMessage
{
	padding:5px;
	padding-bottom:15px;
}

/* scrollable table */
.scrollable-table{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow-x: auto;
}
.scrollable-table table{
	width: 2000px;
}



/*Added 22.05.2013*/

.tmwfchangetaxfee_inner {
    clear: both;
}

div.tmwfchangetaxfee_outer div#tmwf_matseining_gjold.tmwfchangetaxfee_inner table.tmwfchangetadfee_table tbody tr th:first-child {
    width: 257px;
}

.tmwfchangetaxfee_col2:nth-child(1) {
    float: right !important;
    display: inline !important;
    position: absolute !important;
    left: auto !important;
    clear:left !important;
}
.tmwfchangetaxfee_col1{
    float: left !important;
    clear: left !important;
    display: inline !important;
}

.fixgridsize {
    overflow: visible;
}

.tmwfChangeOwner tr td span {
    display: inline !important;
}

#myTable.tmwfChangeOwner td {
    padding-right: 15px !important;
}

#table1.tmwfChangeOwner th {
    padding-right: 15px !important;
}

.tmwfChangeOwner tr th span {
    text-align: left;
}

.columngrid {
    width: 100%;
    overflow: auto;
}