h3 {
	font-size: 14px;
}

#dmtm_navigation {
	padding: 50px 0 0 0; 
	/* border-top: 1px solid gray; */
	clear: both;
	text-align: right;
}


#dmtm_criterias {
	width: 600px;
	float: right;
	margin: 9px 0 9px 0;
	padding: 0;
	text-align: right;
	/* border: 1px solid black; */
}

#dmtm_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#dmtm_navigation li {
	float: right;
	display: block;
	margin: 0 0 0 10px;
	padding: 5px 0 5px 0;
	width: 75px;
	text-align: center;
}

li .active_criteria {
	background-color: #f2c215;
	font-size: 9px;
}

li.inactive_criteria {
	background-color: #ececec;
}

div.active_criteria {
	float: right; 
	padding: 5px 10px 5px 10px; 
	background-color: #f2c215; 
	color: black;
	text-align: center; 
	text-transform: uppercase;
	font-size: 9px;
}

div.inactive_criteria {
	float: right; 
	padding: 5px 10px 5px 10px; 
	background-color: #ececec; 
	text-align: center; 
	text-transform: uppercase;
}

#dmtm_navigation a {
	color: #000;
	font-size: 9px;
}










p.error_message {
	border: 1px solid #f00;
	background: #fcc url(../images/warning.gif) no-repeat;
	background-position: 7px 7px;
	padding: 10px 10px 10px 45px;
	color: #000;
	margin: 20px 0 20px 0;
}

p.success_message {
	border: 1px solid #0f0;
	background: #cfc url(../images/info.gif) no-repeat;
	background-position: 7px 7px;
	padding: 10px 10px 10px 45px;
	color: #000;
	margin: 20px 0 20px 0;
}

p.info_message {
	border: 1px solid #ccc;
	background: #eee url(../images/info.gif) no-repeat;
	background-position: 7px 7px;
	padding: 10px 10px 10px 45px;
	color: #666;
	margin: 20px 0 20px 0;
}

div.help {
	border: 1px solid #ccc;
	/* background: #ffd url(../images/help.gif) no-repeat; */
	background: #eee url(../images/help.gif) no-repeat;
	background-position: 7px 7px;
	padding: 5px 5px 5px 35px;	
}


.dmtm_table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.dmtm_table th {
	background-color: #D7D6D4;
	padding: 3px;
}

.dmtm_table td {
	padding: 3px;
}

table {
	color: #666;
	font-size: 11px;
}

div#debug {
	clear:both;
	background-color: #FFCCFF;
	width: 100%;
}

input.utvalg_button {
	width: 130px;
}

p#antall_utvalg  {
	font-size: 20px;
	font-weight: bold;
	/* margin: 10px 0 10px 0; */
	text-align: center;
}

/*********************************************************************************************************************
 Tabell regnskap i regnskapsmodulen
**********************************************************************************************************************/
table.regnskap {
	width: 300px;
	color: #666; 
	/* color: #004080;*/
}

table.regnskap td {
	width: 33%;
}

table.regnskap td.centered {
	width: 33%;
	text-align: center;
}

table.regnskap th {
	font-weight: normal;
}

table.regnskap input {
	width: 70px;
}
/*********************************************************************************************************************
 Slutt tabell regnskap i regnskapsmodulen
**********************************************************************************************************************/

/* tabell som passer til headingen */ 
.dmtm_tablebox {
	/* float: right; */
	margin: 0 0 0 9px;
	border-top: none;
	border-right: 1px solid #D7D6D4;
	border-bottom: 1px solid #D7D6D4;
	border-left: 1px solid #D7D6D4;
	color: #666;
	border-collapse: collapse;
}

.dmtm_tablebox img {
	border: none;
}

.border_top {
	border-top: 1px solid #ccc;
}
