/* General page layout */

html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px auto;
	background-color: #ebebdd;
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-align: center;
}

form {
	margin: 0px;
}

.headstripe {
	padding: 2px;
	border-bottom: 2px solid #dadacc;
	background-color: #ebebdd;
	font-size: 0.8em;
}

#leftcol {
	background-image:url(/images/left_bg.gif);
	vertical-align: top;
}

#rightcol {
	background-image:url(images/right_bg.gif);
	vertical-align: top;
}

#midcol {
	width: 450px;
	height: 400px;
	vertical-align: top;
	padding: 0px 10px 10px 10px;
}

#rightcol {
	background-image:url(/images/right_bg.gif);
	vertical-align: top;
}

#rightcolnarrow {
	width: 19px;
	background-image:url(/images/right_bg_border.gif);
}

#credit {
	align: center;
	vertical-align: bottom;
	float: bottom;
	padding-bottom: 10px;
}

.menu {
	margin: 0em 0em 0em 1.5em;
}




/* General text layout */

h1, .overskrift1 {
	margin: 8px 0px 6px 0px;
	padding: 0px;
	line-height: 1.3em;
	color: #006666;
	font-size: 14pt;
	font-weight: normal;
}

h2, .overskrift2 {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	line-height: 1.3em;
	color: #006666;
	font-size: 12pt;
	font-weight: normal;
}

h3, h4, h5, h6 {
	margin: 8px 0px 0px 0px;
	color: #336666;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.3em;
}

.ingress {
	font-size: 10pt;
	line-height: 1.3em;
}

.bildetekst, .hoyrespalte {
	font-size: 8pt;
	line-height: 10pt;
	margin: 1px 0px 5px 0px;
}

.credit {
	font-size: 5pt;
	line-height: 5pt;
	color: #006666;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	vertical-align: bottom;
}

.brodtekst, p, td {
	font-size: 9pt;
	line-height: 1.3em;
	margin: 1px 0px 8px 0px;
	padding: 0px;
}

img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px none;
}

ul {
	list-style: disc;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 1em 1em;
	font-size: 9pt;
	line-height: 1em;
}

ol {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 1em 1em;
	font-size: 9pt;
	line-height: 1em;
}

li {
	list-style: circle;
	margin: 0em 0em 0em 0.9em;
	padding: 1em 0em 0em 0em;
	font-size: 9pt;
	text-indent: 10px;
}

a, a:link, a:active, a:visited {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #003333;
	letter-spacing: 0.01em;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #000000;
}





/* General form layout */


input.micro, select.micro {
	width: 56px;
}

input.midi, select.midi {
	width: 200px;
}

input.mini, select.mini {
	width: 140px;
}

.button {
	margin-top: 6px;
}


.error {
	border-left: 3px solid #ff0000;
	border-right: 3px solid #ff0000;
	border-top: 1px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	background-color: #ff0000;
}




/* These are the styles for record screen tables */
.form {
	padding: 6px;
	background: #f5f5f5;
	border-collapse: collapse;
}

.form td {
	padding: 1px 6px 0px 6px;
	font-size: 8pt;
	height: 24px;
}

.form td td {
	border-bottom: none;
}

.form td.noPix, .form td.noPix td {
	background-image: none;
	background: #d5d5d5;
}

.form th {
	padding: 2px 6px 2px 6px;
	text-align: left;
	height: 24px;
}

.helppix {
	border: 10px solid #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.inside, table th.inside {
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
}

.insideAlignCenter, table th.insideAlignCenter {
	padding-right: 6px;
	text-align: center;
}

.insideAlignRight, table th.insideAlignRight {
	padding-right: 6px;
	text-align: right;
}




/* These are the styles for outer screen tables */
.list {
	border: none;
	margin-top: 20px;
	border-collapse: collapse;
}

.message {
	border-left: 3px solid #ffff00;
	border-right: 3px solid #ffff00;
	border-top: 1px solid #ffff00;
	border-bottom: 2px solid #ffff00;
	background-color: #ffff00;
}

.midTable {
	border-left: 1px solid #cfcfcf;
}

.required, input, select, textarea, td, th, .list table tbody tr td table tbody tr td {
	font-size: 8pt;
}

.stripe {
	border: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}




/* These are the styles for header submenu */
.submenu {
	background: #c0c0c0;
	color: #000000;
	font-size: 8pt;
	text-align: center;
}

.submenulink {
	display: block;
	font-size: 8pt;
	text-decoration: none;
}




/* These are the styles for header main menu */
.tab {
	width: 70px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #c0c0c0;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	height: 24px;
	cursor: pointer;
}




/* These are the styles for list screen tables */
.table {
	margin-top: 15px;
	background: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}

.table td {
	padding-left: 3px;
}

.table th {
	padding: 2px;
	padding-left: 3px;
	text-align: left;
	height: 24px;
}

.table th a, .table th a:visited, .table th tr {
	text-decoration: none;
}

.table th.order1 a, .table th.order1 a:visited {
	background-image: url(../images/arrow_down.gif);
	color: #ffff00;
	position: relative;
}

.table th.order2 a, .table th.order2 a:visited {
	background-image: url(../images/arrow_up.gif);
	color: #ffff00;
	position: relative;
}

.table thead th.sortable a {
	background-image: url(../images/arrow_off.gif);
	position: relative;
}

.table thead th.sortable:hover, .table thead th.sortable.over,
.table th a:visited:hover, .table th a:hover {
	color: #ffff00;
}

.table thead tr th.sorted a, .table thead tr th.sortable a {
	padding: 0px 10px;
	display: block;
	background-position: left;
	background-repeat: no-repeat;
}




/* alternating table row color */
.table tr.even td {
	background: #f5f5f5;
	color: #000000;
	height: 24px;
}

.table tr.even td a {
	background: #f5f5f5;
	color: #000000;
}

.table tr.odd td {
	background: #d5d5d5;
	color: #000000;
	height: 24px;
}

.table tr.odd td a {
	background: #d5d5d5;
	color: #000000;
}




/* highlight table row onmouseover */
.table tr:hover td, .table tr.over td,
.table tr:hover td a, .table tr.over td a {
	background: #ffff00;
	color: #000000;
	cursor: pointer;
}

.tabpass {
	width: 70px;
	border-left: 1px solid #000000;
	background: #c0c0c0;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	height: 24px;
}

.tall {
	width: 50px;
	text-align: right;
}

.text {
	font-size: 9pt;
}

.uthevet {
	color: #6A6A6e;
	font-weight: bold;
}




/* aktivitetskalender */
.maaned { font-weight: bold; text-align: center; background-color: #c0c0c0; }
.celle { text-align: left; border-bottom: thin; border-bottom-color: #e8e8e8; border-bottom-style: dotted; padding-right: 10px; }
.dato { text-align: right; border-bottom: thin; border-bottom-color: #e8e8e8; border-bottom-style: dotted; padding-right: 20px; }

#headertable {
	margin-top: 10px;
	border: none;
	width: 640px;
	border-collapse: collapse;
}

#livemenu {
	width: 200px;
	padding-top: 72px;
}

#main {
	width: 450px;
	padding-top: 20px;
}

#thumb {
	top: 52px;
	left: 250px;
}



