/*For tjenestemodell */
td.tjenestemodellSkrittmaal
{
	margin:3px;
	padding:3px;
	border:solid 2px #000000;
	width:150px;
	background-color:#ffffff;
	text-align:center;
	vertical-align:middle;
	color:#000000;
	height:30px;
	
}
td.tjenestemodellSkrittmaalValgt
{
	margin:3px;
	padding:3px;
	border:solid 2px #000000;
	width:150px;
	height:30px;
	background-color:#2a9090;
	text-align:center;
	vertical-align:middle;
	color:#eeb60d;
	
}

div.tjenestemodellSkrittforutsetning
{
	margin:3px;
	border:solid 2px #000000;
	width:150px;
	background-color:#ffffff;
	float:right;
	text-align:center;
	clear:right;
	vertical-align:top;
	color:#000000;
	
}
div.tjenestemodellSkrittforutsetningwrapper
{
	background-image:url(/images/arrow_left.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:25px;
	width:150px;
	float:right;
}

div.tjenestemodellSekvenswrap
{
	border:dashed 1px red;
	width:100%;


}
div.tjenestemodellWrapper
{
	width:200px;
	
}

div.tjenestemodellArrow
{
	width:100px;
	clear:both;
	margin:5px;
	height:10px;
	
}

div.tjenestemodellOverskrift
{
	font-family:Verdana, Arial, Tahoma;
	font-size:16pt;
}
div.tjenestemodellBeskrivelse
{
	font-family:Verdana, Arial, Tahoma;
	font-size:10pt;
}

a.tjenestemodellSkrittmaal, a.tjenestemodellSkrittmaal:visited, a.tjenestemodellSkrittmaal:active, a.tjenestemodellSkrittmaal:hover
{
	color:#000000;
	text-decoration:none;
	font-family:Verdana, Arial, Tahoma;
	font-size:12px;	
}
a.tjenestemodellSkrittmaalValgt, a.tjenestemodellSkrittmaalValgt:visited, a.tjenestemodellSkrittmaalValgt:active, a.tjenestemodellSkrittmaalValgt:hover
{
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana, Arial, Tahoma;
	font-size:12px;	
}