div#PM h2 {
	font-size: 1.8em;
	color: #222222;
	font-weight: bold;
    font-family: Arial, Helvetica, Nimbus, Sans, FreeSans, sans-serif !important;
    padding: 0 0 1em 0;
}

table#pmContainer {
	width: 100%; 
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

tr.pmLest, tr.pmRad {
	background-color: #ffffff;
}
tr.pmUlest {
	background-color: #ececec;
}
tr.pmRad:hover {
	background-color: #f1f1f1;
}

tr.pmUlest td.pmMelding a.pmEmne { font-weight: bold; }


td.pmKolonne {
	border-bottom: 1px solid #cccccc; 
	padding-top: 4px; 
	padding-bottom: 4px;
}

p.pmBeskjed {
	width: 100%; 
	border-bottom: 1px solid #dedede;
	color: #a0a0a0;
	padding-top: 4px; 
	padding-bottom: 4px;
	background-color: #f9f9f9;
	text-align: center;
	font-weight: bold;
	font-size: 0.85em;
}

td.pmOps, td.pmStatus, td.pmCheck, td.pmBilde {
	text-align: center;
	vertical-align: middle;
}

td.pmSender, td.pmMelding {
	vertical-align: middle;
}

td.pmStatus, td.pmCheck {
	width: 25px;
}

td.pmBilde {
	width: 75px;
}

td.pmOps {
	width: 50px;
}

td.pmBilde img { 
	border: 1px solid #dedede;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: auto !important;
	width: 50px;
	max-width: 50px !important;
}

a.pmEmne, td.pmSender a { 
	color: #a40000;
}

a.pmTekst, td.pmSender {
	color: #909294;
}

td.pmOps a {
	padding: 3px;
}

td.pmOps a:hover {
	background-color: #a40000;
	color: #ffffff;
	text-decoration: none;
}

ul.vertikal-meny {
	list-style: none;
	text-align: left;
	margin: 1.5em 0 0.2em 0.5em;
}

ul.vertikal-meny li {
	display: inline;
	font-size: 0.8em;
	margin: 0 0.2em 0 0;
}
ul.vertikal-meny li a {
	background-color: #f9f9f9;
	border: 1px solid #dedede;
	color: #555555;
	padding: 0.3em 2em 0.3em 2em;
}

ul.vertikal-meny li a:hover {
	background-color: #f1f1f1;
}

div#pmNyMelding {
	padding: 30px 90px 15px 90px; 
	background-color: #f9f9f9; 
	border-top: 1px solid #ededed; 
	border-bottom: 1px solid #ededed
}

div#pmMeldinger div#pmNyMelding {
	border:none;
}

dl.pmNyMelding dt {
	float: left; 
	width: 80px; 
	text-align: right;	
}

dl.pmNyMelding dd { 
	width: 480px; 
	margin-bottom: 10px;
}

dl.pmNyMelding dt {
	padding: 4px;
}

dl.pmNyMelding dt label {
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 65px;
	padding: 6px 10px 0 0;
}

dl.pmNyMelding dd input {
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #888888;
	padding: 5px 0 5px 3px;
	background-color: #fcfcfc;
	width: 330px;
}

dl.pmNyMelding dd select {
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #888888;
	padding: 2px 3px;
	background-color: #fcfcfc;
	width: 334px;
}

dl.pmNyMelding dd textarea {
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #888888;
	padding: 5px 0 5px 3px;
	background-color: #fcfcfc;
	width: 330px;
}

input.pmSend {
	border: 1px solid #888888;
	padding: 4px 8px;
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #fcfcfc;
}

#LSSelected {
	background-color: #a40000;
	color: #ffffff;
}

div#pmMeldinger {
	background-color: #f9f9f9;
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 10px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

div.pmSamtaleSlettet {
	background-color: lightyellow;
	border: 1px solid yellow;
	margin: 0 10px 0 200px;
	padding: 2px 5px;
}

div.pmMelding {
	background-color: #f9f9f9;
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #dedede;
	padding: 5px 15px;
	clear: both;
}

div.pmMeldingBody {
	float: left;
	width: 450px;
}

.pmMeldingEmne, .pmMeldingTekst {
	margin-left: 150px;
}

.pmMeldingBody h4 {
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 0 0;
}

.pmMeldingMetadata {
	float: left;
	width: 150px;
}

.pmMeldingSender {
	width: 115px;
	font-weight: bold;
	padding: 2px 5px 0 0;
	text-align: right;
}

.pmMeldingSendt {
	width: 115px;
	font-weight: normal;
	font-size: 9px;
	padding: 2px 5px 0 0;
	text-align: right;

}
.pmSenderBilde {
	float: left;
}
.pmSenderBilde img {
	display: block;
	border: 1px solid #dedede;
	padding: 1px;
}

.pmForfatterInfo {
	float: left;
	padding: 0 10px 0 0;
}

p.pmVeiledning {
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

div#pmHeader {
	background-color: #fcfcfc;
	border-top: 1px solid #dedede;
	padding: 10px 0;
}

div#pmHeader h3 {
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	width: 400px;
	text-align: center;
}

div#pmHeader p {
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	width: 400px;
}

div#pmHeader p span#SamtaleSenderBrukernavn a,
div#pmHeader p span#SamtaleMottakerBrukernavn a {
	font-weight: bold;
	color: #a40000;
	display: inline;
	font-size: 11px;
}

div#pmHeader a.neste_melding {
	float: right;
	margin-right: 10px;
}

div#pmHeader a.forrige_melding {
	float: left;
	margin-left: 10px;
}

div#pmHeader a {
	color: #222222;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 2px;
	font-weight: bold;
	display: block;
}

div.autocomplete {
  display: block;
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
  max-height: 125px;
  overflow: auto;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

div.autocomplete ul li.selected { background-color: #a40000; color: #ffffff; }

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  cursor:pointer;
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  padding: 2px 6px 2px 6px;
}

div.autocomplete ul li span.epost {
	display: block;
	font-size: 0.8em;
	font-family: courier new, sans serif;
}

.pm_info {
	background-image: url(/gfx/comment.png);
	background-position: 10px center;
	width: 470px;
	margin: 0 0 0 180px;
}

ul.pm_info li { margin: 0 10px 0 40px; }

div.pmMeldingBody p {
	overflow: auto;
}

div#pmSamtaleBatch input { border: 1px solid #dedede; color: #222222; font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; background-color: #f1f1f1; padding: 2px; cursor: pointer; }
div#pmSamtaleBatch { width: 98%; margin: 1em auto 0; }

div#pmMeny { border: 1px solid #dedede; border-bottom-color: #cccccc; background-color: #ffffff; color: #555555; padding: 2px 5px 2px 19px; }
div#pmMeny div.pmMenyBlokk { height: 27px; float: left; font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; padding: 7px 0 0 0; color: #555555;  }
div.pmMenyBlokk label { font-weight: bold; cursor: pointer; font-size: 0.85em; }
div.pmMenyBlokk select { font-family: inherit; font-size: 0.85em; color: #222222; border: 1px solid #dedede; padding: 2px; margin: 0 0 0 5px; }
div.pmMenyBlokk select option { padding: 0 5px 0 3px; }

select#pmMenyVelger { width: 6em; }

div#pmMeny div.pmMenyBlokk.pmVelger { padding: 7px 5px 0 0; }
div#pmMeny div.pmMenyBlokk.pmVelgerKnapp { padding: 4px 0 0 0; }
div#pmMeny div.pmMenyBlokk a {
	font-size: 11px; color: #222222; padding: 4px 5px; display:block;
}

div.pmMenyBlokk input#pmSamtaleBatchSlett,div.pmMenyBlokk input#pmSamtaleBatchLest,div.pmMenyBlokk input#pmSamtaleBatchUlest {
	font-size: 11px; color: #222222; padding: 4px 5px; display:block; border: none; background-color: transparent;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif; cursor: pointer;
}
