/* ==============================================================
    TM Om oss
    PS en del felles CSS ligger i Portals\0\portal.css
	ORV 28.02.08
   ================================================================
*/   

.controlpanel {
	width: 128;
	background-color: #EAEAEA;
	border: solid #EAEAEA 1px;
}


.Dummy
{
	color: Black;
}

.MainTable {
	border-right: solid 1px #BAC5D0;
	border-left: solid 1px #BAC5D0;
	border-top: solid 1px #BAC5D0;
	border-bottom: solid 1px #BAC5D0;
}

.ContentTable {
	border-right: solid 1px #BAC5D0;
	border-left: solid 1px #BAC5D0;
}

/* orv 28.03.07 farge til border i TM.BestillingBekreftelse*/
.hr_bestillingsbekreftelse {
	border:1px solid #BAC5D0;
	background-color:#BAC5D0;
	height:1px;
	width:672px;
}

.tblBekreftelse_td {
	width:100%;
}

.tblBekreftelse_td1 {
	width:15%;
}

.tblBekreftelse_td2 {
	width:85%;
}
/*Style for  TM.BestillingBekreftelse slutt */





/* orv 16.03.07 */
@media print {
	
	.tr_header{display:none; }
	.LeftPane {display:none; }
	.RightPane{display:none; }
	
	.ContentTable {
		border-right: solid 0px FFF;
		border-left: solid 0px FFF;
	}

	.ContentPane {
			border:0px solid #FFF;
			width:660px;
			height:600px;
	}

	.MainTable1{
		border:0px solid #FFF;
	}

	.MainTable{
		border:0px solid #FFF;
	}

	/* orv 28.03.07 farge til border i TM.BestillingBekreftelse*/
	.hr_bestillingsbekreftelse {
		border:1px solid black;
		background-color:black;
		height:1px;
	}


		
}

