a
{
	font-decoration:none!important;
}
/*dato i artikkel*/
div.dato {
  margin-bottom: 10px;
}
/*feilmelding når ikke pålogget*/
div.noaccess {
  width:370px;
  margin-top:40px;
  margin-left:77px;
  text-align:center;
  font-size:13px;
  font-weight:bold;
  border:solid 1px #000000;
  background:#d1e0f0;
  padding:35px;
}
/*fjerner understrek på alle linker*/
a:link {text-decoration:none!important;}
a:visited {text-decoration:none!important;}
a:hover {text-decoration:none!important;}
a:active {text-decoration:none!important;}
.warning
{
	color:red;
}
/*bunnlinje på knapper*/
.toolbutton,
.messageList .message_menu{
border-bottom:1px solid #8e2a30;
}

