/* SIDELAYOUT */

body {
	font-family: Lucida Sans, Lucida Sans Unicode, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 61px;
	margin: 0;
	padding: 0;

	font-size: 50px;
	font-weight: bold;
	color: #c0c8d8;
	overflow: visible;
	white-space: nowrap;
}

div#menu {
	position: absolute;
	top: 61px;
	left: 0px;
	width: 150px;
	height: 100%;
	margin: 0;
	padding: 3px 0px 0px 0px;
	overflow: hidden;
	background-image: url('../img/background_barleft.jpg');
	background-repeat: no-repeat;
}

div#barright {
	position: absolute;
	top: 61px;
	right: 0px;
	width: 150px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*border: 1px solid red;/**/
}

div#content {
	position: absolute;
	top: 61px;
	left: 155px;
	right: 155px;
	height: auto;
	min-height: 429px;
	min-width: 400px;
	max-width: 800px;
	width: auto;
	margin: 0;
	padding: 0px 2% 0px 0px;
	padding-bottom: 50px;
}

div.debug {
	float: right;
	clear: right;
	width: 25%;
	overflow: auto;
	background: #912;
	color: white;
	border: 1px dashed gray;
	margin-bottom: 10px;
	padding: 2px;
	z-index: 1;

}



/* MENY */

div.menubox {
	padding: 3px 5px 5px 5px;
	margin: 0px 5px 10px 2px;
	border: 1px outset silver;
	overflow: hidden;
	background: #fefefe;
}

div.boxheader {
	font-size: 15px;
	color: #777;
	padding: 0px 0px 2px 0px;
}


/* LINKER */

tr.link th, tr.link td {
	padding-bottom: 10px;
}


/* FORUM */

table.forum {
	border: 1px solid silver;
	padding: 2px;
}

tr.forum_row_flat {
	background: #e8e8e8;
	padding: 2px 3px 2px 1px;
	margin: 0px 0px 2px 0px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	height: 30px;
	padding-top: 5px;
}

td.forum_tittel {
	white-space: nowrap;
	padding-left: 25px;
	background-position: 4 6;
	background-repeat: no-repeat;
	color: red;
}

span.threadinfo {
	color: #888;
	font-weight: normal;
	font-size: 10px;
}

div.post {
	background: #f0f0f0;
	border: 1px solid gray;
	padding: 2px 2px 2px 2px;
	margin-bottom: 10px;
	width: 600px;
}

div.posticon {
	float: left;
	height: 20px;
	border: none;
	text-align: center;
	padding: 8px 5px 0px 5px;
	margin: 0px 5px 0px 0px;
}

div.postheader {
	font-size: 14px;
	font-weight: bold;
	padding: 1px 1px 3px 1px;
	margin: 0px 0px 5px 0px;
	vertical-align: middle;
	background: #d0d0d0;
}

div.postbuttons {
	float: right;
	width: 150px;
	border: 1px outset white;
	clear: none;
}


div.signature {
	margin-top: 20px;
	border-top: 1px solid gray;
	color: gray;
	font-size: 90%;
}



/* KALENDER */

table.kalender{
	border: 1px solid gray;
}

table.kalender td {
	border: 1px solid silver;
}

table.kalender th {
	border: 1px solid gray;
}

th.kalender {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

div.mday {
	float: left;
	font-size: 18px;
	color: gray;
	vertical-align: middle;
}

div.today {
	color: #333;
}

div.outside {
	color: #d0d0d0;
}


img.add_instance {
	float: right;
	margin: 3px 1px 0px 0px;
}

td.kalender {
	padding: 3px;
	height: 90px;
	width: 90px;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	background: #f0f0f0;
}

th.week {
	text-align: center;
	vertical-align: middle;
}

th.wday {
	text-align: center;
	vertical-align: middle;
}

a.instans_lvl10 {
	display: block;
	padding: 0px 2px 0px 2px;
	margin: 0px 1px 2px 1px;
	color: white;
	background: #f31;
	font-size: 10px;
	text-decoration: none;
}

a.instans_lvl10:hover {
	color: white;
	background: #f53;
	text-decoration: none;
}

a.instans {
	display: block;
	padding: 0px 2px 0px 2px;
	margin: 0px 1px 2px 1px;
	color: white;
	background: #28f;
	font-size: 10px;
	text-decoration: none;
}

a.instans:hover {
	color: white;
	background: #4af;
	text-decoration: none;
}

div.comment {
	margin-left: 50px;
	width: 400px;
	background: silver;
	padding: 1px;
	margin-bottom: 8px;
}

p.comment {
	background: #f0f0f0;
	font-style: italic;
	margin: 0px;
	padding: 1px;
}


/* AKTIVITETER */

h3.aktivitetstype {
	padding-bottom: 0px;
	margin: 30px 15% 10px 0px;
}

div.aktivitet {
	border: 1px solid #ddd;
	background: #fefefe;
	margin-bottom: 12px; 
	margin-left: 20px;
	padding: 5px;
}

h4.aktivitet {
	padding-bottom: 0px;
	margin: 3px 15% 3px 0;
}

p.aktivitet {
	margin-right: 15%;
	margin-bottom: 15px;
}

img.aktivitet {
	margin: 3px;
	float: right;
	width: 150px;
	border: 2px outset black;
}

a.menu {
	display: block;
	margin: 0px 0px 4px 5px;
	padding: 0px;
	font-weight: bold;

	background-image: url('../img/arrow_menuactive2.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

a.menu:hover {
	color: white;
	background: #4af;
	text-decoration: none;
	background-image: url('../img/arrow_menuitem.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

a.plain {
	color: black;
}

a.plain:hover {
	text-decoration: underline;
}

/* 	IE tror tydeligvis at forms har utstrekning,
	setter derfor disse eksplisitt til 0 */
form {
	margin: 0px;
	padding: 0px;
	border: none;
}

input.readonly {
	background: #d0d0d0;
}

fieldset.kontrollpanel {
	float: right;
	background: #f4f0f4;
}

form.single_setting {
	background: #d0d0d0;
	display: inline;
	width: auto;
	padding: 3px 5px 3px 5px;
	margin: 1px;
	border: 1px outset gray;
	font-size: 10px;
}

input.button {
	background: #7af;
	border: 1px outset gray;
	padding: 2px;
	margin: 0px 1px 1px 0px;
	font-size: 10px;
	color: white;
}

input.loginbutton {
	color: white;
	background: #7af;
	border: 1px outset gray;
	padding: 0px 1px 0px 1px;
	margin: 0px 1px 1px 0px;
	font-size: 10px;
	width: auto;
}

input.login {
	background: #7af;
	border: 1px outset gray;
	padding: 0px;
	margin: 0px 1px 1px 0px;
	font-size: 10px;
	color: white;
}

.msg {
	color: white;
	padding: 5px;
	padding-left: 30px;
	margin-left: 2%;
	margin-right: 2%;
	font-weight: bold;
	font-size: 12px;
	background-repeat: no-repeat;
	border: 1px outset gray;
}

.status {
	background-color: #038918;
	background-image: url('../img/icon_info.gif');
	background-position: 6px 5px;
	padding-bottom: 7px;
}

.warning {
	background-color: #f0b000; /* ~ orange */
	background-image: url('../img/icon_warning.gif');
	background-position: 2px 2px;
}

.error {
	background-color: red;
	background-image: url('../img/icon_stop.gif');
	background-position: 5px 4px;
}

span.errormsg {
	color: red;
	padding: 4px;
	padding-left: 26px;
	font-weight: bold;
	font-size: 11px;
	background-image: url('../img/warning.gif');
	background-repeat: no-repeat;
}

span.warningmsg {
	color: purple;
	font-weight: bold;
	font-size: 11px;
}

span.statusmsg {
	color: green;
	font-weight: bold;
	font-size: 11px;
}

h1, h2 {
	border-bottom: 1px solid gray;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #555;
	margin-bottom: 8px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
	font-weight: normal;
	font-style: oblique;
}

/* NYHETER */

div.nyhet {
	background: white;
	border: 1px solid silver;
	padding: 2px 2px 8px 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 90%;
}

div.kategori {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
}

div.overskrift {
	font-size: 14px;
	font-weight: bold;
	background: #f2f2f2;
	padding: 1px 1px 3px 1px;
	margin: 0px 0px 5px 0px;
	vertical-align: middle;
}

span.overskrift {
	font-size: 10px;
	font-weight: normal;
	color: #202020;
}

p.update {
	text-align: right;
	font-size: 10px;
	margin: 10px 0px -6px 0px;
	padding: 0px;
	color: gray;
}


/* USERLIST */

a.userlist {
	display: block;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	clear: both;
}

a.userlist:hover {
	text-decoration: none;
}

p.publicmsg {
	float: left;
	width: 100px;
	font-size: 9px;
	clear: none;
	border: 1px dotted black;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 2px 0px;;
}

img.publicmsg {
	float: left;
	margin-right: 1px;
	clear: none;
}

input.publicmsg {
	font-size: 10px;
}

input.blurred {
	color: silver;
	font-style: italic;
}

input.focused {
	color: black;
	font-style: normal;
}

p.userlist_login {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 10px;
	color: gray;
	font-style: oblique;
	text-align: center;
}


/* UTSTYR */

div.giro {
	font-size: 22px;
	font-family: monospace;
	font-weight: bold;
	text-align: center;
	margin-left: 15%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0px;
	border: 1px solid gray;
	width: 320px;
	height: 166;
	background-image: url('../img/giro_small.gif');
}

ul.utstyr li {
	padding-bottom: 4px;
}

.betalt {
	font-weight: normal;
	color: #281;
}

.ikke_betalt {
	font-weight: bold;
	color: #a21;
}


/* SIKKERHET */

textarea.ruh {
	width: 100%;
	height: 15em;
	font-family: sans-serif;
	font-size: 12px;
	padding: 3px;
}

span.kvitt {
	font-weight: bold;
	font-style: italic;
	color: red;
}


/* MARKEDSPLASSEN */

td.marked_bilde {
	height: 150px;
	width: 150px;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #d0d0d0;
}

td.marked_tittel {
	font-size: 14px;
	font-weight: bold;
	height: 1em;
	border-top: 1px solid #d0d0d0;
}

td.marked_pris {
	height: 1em;
}


td.marked_selger {
}

td.marked_detaljer {
	font-style: oblique;
	font-size: 10px;
	vertical-align: top;
	border-bottom: none;
}

td.annonse_detaljer {
	font-style: oblique;
	font-size: 10px;
	vertical-align: bottom;
	border-bottom: none;
}

td.marked_beskr {
	padding: 10px 2% 10px 2%;
}

a.nyeste_annonse {
	display: block;
	margin: 0 10px 10px 10px;
	padding: 5px;
	color: #444;
	border: 1px solid silver;;
}

a.nyeste_annonse:hover {
	text-decoration: none;
	border: 1px inset #5bf;
}

a.nyeste_annonse img {
	float: left;
	margin-right: 5px;
}

a.nyeste_annonse div {
	margin-bottom: 3px;
	margin-left: 8px;
}
	


/* DATE/TIME SELECTORS */

.datetime_selector, .date_selector, .time_selector {
	display: inline;
	/*white-space: nowrap; /**/
}

/* GENERELLE SETTINGS */

a {
	color: #28f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



table {
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: silver;
}

th, td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 3px 8px 3px 3px;
	margin: 0px;
	border-spacing: 0px;
}

th.nowrap, td.nowrap {
	white-space: nowrap;
}

th.nopad, td.nopad {
	padding: 0px;
}

th.center, td.center {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

th.rowspacing, td.rowspacing {
	padding-bottom: 10px;
}

th.header {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background: gray;
	padding: 15px 2px 15px 2px;
}

th.rowgroup {
	color: #666;
	font-size: 15px;
	font-style: italic;
	padding-top: 35px;
	padding-bottom: 8px;
}

th.detalj {
	padding-left: 15px;
}

img {
	border: none;
}

p {
	margin-top: 2px;
	margin-bottom: 7px;
}

.tiny {
	font-size: 10px;
	font-weight: normal;
	color: gray;
}

.explain {
	font-size: 10px;
	font-weight: normal;
	color: gray;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
}

em {
	color: #555;
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
}

div.note {
	background: #ffee85;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 5px;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}

div.naggy {
	background: #ffee85;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 2px;
	font-size: 10px;
}


/* PÅMELDING */


span.signup_subtext {
	font-size: 10px;
}

p.signup_msg {
	font-size: 18px;
	color: gray;
}

th.signup {
	color: white;
	background: gray;
	white-space: nowrap;
}



/* ICON BUTTONS */

a.icon {
	display: block;
	border: 1px solid silver;
	padding: 1px 3px 1px 1px;
	margin: 0px 1px 1px 0px;
	background: #f0f0f0;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

img.icon {
	display: block;
	margin: 1px 3px 1px 1px;
	padding: 0px;
	vertical-align: bottom;
	float: left;
	
}

a.icon:hover {
	text-decoration: none;
	background: #f2f4f8;
}


/* PAGE TABS */

div.tabs {
	border: none;
	padding: 1px;
}

a.tab {
	border: 1px solid gray;
	vertical-align: bottom;
	padding: 0px 8px 0px 8px;
	margin: 0px;
	text-decoration: none;
	color: black;
	background: #f0f0f0;
}

a.tab:hover {
	background: silver;
}

span.tab {
	border: none;
	border-bottom: 1px solid gray;
}

a#active_tab {
	border-bottom: none;
	padding-top: 3px;
	font-weight: bold;
	background: white;
}

div.dataview {
	display: none;/**/
	padding: 5px;
	margin: 5px;
	border: 1px dotted silver;
}

