body
{
	background-color: #3f5475;
	font-family: helvetica, verdana, georgia;
	font-size: 12px;
	
	
}

#header
{
	background-image: url(top_bg.gif);
	height: 44px;
	border-bottom: 1px solid white;
}

#header #title
{
	margin-left: auto;
	margin-right: auto;
/*	background-image: url(images/stripes.png);
	background-repeat: no-repeat;
	background-position: right;*/
}

#header h1
{
	margin: 0px;
	font-size: 36px;
	line-height: 44px;
/*	font-style: italic; */
	font-weight: normal;
	color: white;
}



#navbar
{
	height: 20px;
	background-image: url(menu_bg.gif);
	background-color: black;
	background-repeat: repeat-x;
}

#navbar ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

#navbar ul li
{
	display: block;
	width: auto;
	float: left;
	height: 20px;
	line-height: 20px;

	font-size: 13px;
	font-weight: bold;
	color: white;
	list-style: none;
}

#navbar ul li.right
{
	float: right;
}

#navbar ul li a
{
	display: block;
	width: auto;
	padding-left: 14px;
	padding-right: 14px;
	color: white;
	text-decoration: none;
}

#navbar ul li a:hover, #navbar ul li.active a
{
	background-color: white;
	background-image: url(menu_bg_hover.gif);
	color: black;
}

#shadow
{
	background-image: url(shadow.png);
	height: 0px;

}

#body
{
	/* border-left: 2px solid #2f3753;
	border-right: 2px solid #2f3753; */
	background-color: white;
	padding-top: 1px;
	/*background-image: url(sidebar.gif);
	background-repeat: repeat-y;
	background-position: left;*/
	
}

#sidebar
{
	padding: 8px 0px 8px 0px;
	margin-right: 0px;
	background-color: #eaeaea;
	border-right: 0px solid #b0b0b0;
	border-bottom: 0px solid #b0b0b0;
	min-height: 200px;
}

#sidebar h2
{
	margin: 8px 5px 2px 5px;
	font-size: 13px;
	border-bottom: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
}

#sidebar ul.tree
{
	
	margin-top: 8px;
}

#sidebar ul.tree, #sidebar ul.tree ul
{
	/*background-image: url(sidebar_list_bg.gif);
	background-position: 3px 2px;*/
	list-style: none;
	margin: 1px 1px 1px 1px;
	padding-left: 5px;
}

#sidebar ul.tree ul
{
	
}

#sidebar ul.tree li
{
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px 5px 0px 5px;

}

#sidebar ul.tree ul li
{
	font-size: 0.9em;
	padding-left: 18px;
	background-image: url(h_dotted.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

#sidebar ul.tree ul ul li:last-child, #sidebar ul.tree li.last
{
	background-image: url(h_dotted_last.gif);
	background-position: 0px 6px;
}

#sidebar ul.tree li a
{
	padding-left: 14px;
	background-image: url(sidebar_link_unread.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #2e3753;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul.tree li a:hover
{
	background-image: url(sidebar_link_hover.gif);
	text-decoration: underline;
}

#sidebar ul.tree li a:visited
{
	background-image: url(sidebar_link_read.gif);
}

.flickr-thumbnail, .flickr-pullout {
	float: left;
	background: url('flickr_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	}

.flickr-thumbnail img, .flickr-pullout img {
		 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
	}

.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout:hover img {
	background-color: #ccd;
}

.flickr-pullout
{
	margin: 13px 3px 3px 14px;
	background-image: url(flickr_shadow_white.gif);
	
}

#content
{
	font-size: 13px;
	text-indent: 5px;
}

#content h2
{
/*	font-style: italic;*/
	border-bottom: 1px solid black;
	margin: 20px 5px 2px 5px;
	font-size: 19px;
	
	
}

#content h3
{
/*	font-style: italic;*/
	border-bottom: 1px solid black;
	margin: 15px 5px 1px 5px;
	font-size: 17px;
}

#content h4
{
/*	font-style: italic;*/
	border-bottom: 1px solid black;
	margin: 10px 5px 1px 5px;
	font-size: 15px;
}

#content .date
{
	float: right;
}

#content .postedBy
{
	float: left;
}

#content .meta
{
	height: 1em;
}

#content p
{
	text-indent: 0.5em;
	line-height: 1.5em;
	text-align: justify;
	margin: 0 5px 0 5px;
}

#content a
{
	color: #3f5475;
}

#content a:visited
{
	color: #2f3753;
}

.comments
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url(comment_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#footer
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	background-color: #eaeaea;
	color: #b0b0b0;

}

/* Form elements */
/* form.css */



form {
/*	clear: both; Fjerne for å få til å fungere*/
  margin: 0;
  padding: 0;
  font-size: 100%;
}

form fieldset {
  /* clear: left; Fjernet for å få mal til å fungere*/
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 5px 0 5px;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
	font-family: helvetica, verdana, georgia;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 525px;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 175px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(blockquote_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 140px;
  padding: 0 5px 5px 5px;
  width: 197px;
  word-wrap: wrap;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
  
}

form div.required fieldset legend {
  font-weight: bold;

}

form div label {
  display: block;
  float: left;
  width: 175px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
  word-wrap: break-word;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 250px;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 220px;
}

form div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(blockquote_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(blockquote_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(blockquote_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 250px;
  color: #ff0000;
}


form div select, form div textarea {
  width: 250px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 250px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 261px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 260px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 264px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, form div input.inputReset, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
}
/* form.import.css */

label img {

}

form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
  background-color: #ffffff;
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0;
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0 0 0 18px;

}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 345px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 340px;
  margin: 0;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0 0 5px 0;
}

/* End of form elements */

/* blockquote styles */
blockquote
{
	/* clear: both; */
	background-color: #dbffd1;
	border-top: 1px dotted #a1d97e;
	border-top: 1px solid #a1d97e; /* dotting looks bad in IE, revert to solid */
	border-bottom: 1px dotted #a1d97e;
	border-bottom: 1px solid #a1d97e; /* dotting looks bad in IE, revert to solid */
	padding: 12px;
	padding-left: 36px;
	margin-right: 5%;
	margin-left: 5%;
	background-image: url(blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

blockquote.info, blockquote.error, blockquote.allgood
{
	background-position: 10px center;
}

blockquote.info
{
	background-image: url(blockquote_info.gif);
}

blockquote.error
{
	background-image: url(blockquote_error.gif);
	background-color: #ffded5;
	border: 1px dotted #d99d80;
}

blockquote.allgood
{
	background-image: url(blockquote_allgood.gif);
}

blockquote p, #content blockquote p
{
	margin: 0px;
	text-indent: 0px;
}

/* end of blockquote styles */


.right
{
	float: right;
}

table
{
	float: left;
	font-family: helvetica, verdana, georgia;
	font-size: 100%;
}

table th.tokolonne
{
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
}

table th.tokolonne_venstre
{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

table th.overskrift
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.sample {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #808080;
	border-collapse: separate;
	margin-left: 5px;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #808080;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #808080;
}

th, td, caption 
{
	padding: 2px 10px 2px 5px;
}

/* Stil for lister */

ol
{
	text-indent: 5px;
}

ul.liste {
	list-style-type: square;
	padding-left: 20px;
	list-style-position: outside;
}

ul.underliste {
	list-style-type: square;
	list-style-position: inside;
}

ol.liste {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
	
}

ol.liste li {

}