/*****************************************************/
/*   Author:  Johannes Hoff Holmedahl                */
/*            johannnes.holmedahl@oktan.no           */
/*   Version: 1.0                                    */
/*   Date:    1. november 2008                       */
/*****************************************************/

* {
    margin: 0;
    padding: 0;
}

HTML,BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 100%;
}

p, ul {
	margin: 0 0 1em;
	line-height: 120%;
}
ul {
	padding: 0 0 0 1.3em;
}
li {
	margin: 0;
	padding: 0;
}

table {
	font-size: 1em;
	margin: 0;
	border-collapse: collapse;
}

td {
	padding: 0;
	line-height: 120%;
}

th {
	text-align: left;
	background-color: #666;
	color: #FFF;
	padding: .1em .2em;
}

td.left, th.left, tr.left {
	text-align: left;
}
td.right, th.right, tr.right {
	text-align: right;
}
td.center, th.center, tr.center {
	text-align: center;
}
td.top, th.top, tr.top {
	vertical-align: top;
}
td.bottom, th.bottom, tr.bottom {
	vertical-align: bottom;
}
td.middle, th.middle, tr.middle {
	vertical-align: middle;
}


form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: #069;
	text-decoration: underline;
}

a:visited {
	color: #014366;
}
a:hover {
	color: #000;
}

h1 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 98%;
	color: #024467;
	margin-bottom: 12px;
}

h2 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 98%;
	color: #363;
}

h2 a, h2 a:visited {
	text-decoration: none;
	color: #069;
}

h2 a:hover {
	color: #000;
	text-decoration: underline;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

h3 a, h3 a:visited {
	text-decoration: none;
	color: #069;
}

h3 a:hover {
	text-decoration: underline;
}

hr {
	background-color: #ccc;
	height: 1px;
	border-style: solid;
	border-width: 0;
	border: 0;
	clear: both;
	margin: 15px 0 15px 0;
}

h4 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 98%;
}

.abstract {
	font-size: 1.1em;
	color: #4D7435;
}

.kommodemedia .media {
	margin-bottom: .2em;
}

.kommodemedia .media img, .kommodemedia .media object {
	display: block;
}

.kommodeForm td {
	padding: 0 0 5px 5px;
	}

.caption {
	font-size: .9em;
	font-style: italic;
}

.caption .byline {
	font-style: normal;
}

div.left, p.left, span.left {
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
}

div.right, p.right, span.right {
	float: right;
	margin-left: .5em;
	margin-bottom: .5em;
}

div.alert, p.alert {
	padding: .5em;
	margin-bottom: 1px;
	background-color: #F0F0F0;
	color: #000;
	border: 1px solid #F00;
}
span.alert {
	color: #F00;
}

.message {
	padding: .5em;
	margin-bottom: 1px;
	background-color: #F0F0F0;
	color: #000;
	border: 1px solid #666;
}
