/*
Fargekoder;
Turkis #56D4F8
Orange #F8C456
*/
body {
    color: #333333;
    background-color: white;
    font-family: tahoma, verdana, sans-serif;
}

div#menu { 
    padding-top: 20px;
    padding-left: 10px;

}

div#menu a { /* LEVEL 0 - NOT ACTIVE */
    display: block;
    padding: 3px;
    color: #56D4F8;
    text-decoration: none;
}
div#menu a:hover { /* LEVEL 0 - NOT ACTIVE - HOVER */
	text-decoration: underline;
}
.MenuItem {
    color: #56D4F8;
	padding-left: 8px; 
	padding-top: 5px;
    font-weight: bold;
}
.MenuItemOpen {
    color: #56D4F8;
	padding-left: 8px; 
	padding-top: 5px;
    font-weight: bold;
}
.MenuItemOpen span { /* LEVEL 0 - ACTIVE */
    color: #56D4F8;
    text-decoration: underline;
}
.MenuItem1 {
    color: #F8C456;
	padding-left: 24px;
	padding-top: 5px;
}
.MenuItem1 span { /* LEVEL 1 - NOT ACTIVE */
    color: #F8C456;
    font-weight: bold;
}
.MenuItem1 a:hover span { /* LEVEL 1 - NOT ACTIVE - HOVER */
    text-decoration: underline;
}

.MenuItem2 { /* LEVEL 1 - ACTIVE */
    color: #F8C456;
	padding-left: 24px; 
	padding-top: 5px;
    font-weight: bold;
}
.MenuItem2 span {
    text-decoration: underline;
    color: #F8C456;
}

div#menu a .img {		 
	margin-right: 5px;
	margin-left: 0px;
    vertical-align: middle;
    display: inline;
    width: 16px;
    height: 16px;
	font-size: 0px;
}
hr.separator {
border: 0px;
		border-top: 1px dotted #56D4F8;
height: 1px;
}

div#content {
        padding-left: 20px;
        padding-right: 10px;
        padding-bottom: 0px;
		 padding-top: 20px;
}
p {
		line-height: 1.5em;
		text-align: left;
}

div.copyright {
    text-align: center;
	  font-weight: bold;
}

.right {
	text-align: right;
}





/* Common CSS specification */

table {
	border-collapse: separate;
	border-spacing:  0px;
	empty-cells: hide;
}
th, td, th *, td * {
/* vertical-align: middle; */
}


body, p, div, label, span, td, th {
    font-family: verdana, sans-serif;
    font-size: 8pt;
}

h1 {
    clear: both;
		   font-size: 1.5em;
}
label, input, select {
    /*vertical-align: middle;*/
}

input {
    border: 1px solid #F8C456;
    color: black;
}

a img {
    border: none;
}
label {
    font-weight: bold;
    margin-right: 15px;
}
button {
    margin-right: 10px;
}
.inactive {
    background-color: #eeeeee;
}
.margtop10 {
	margin-top: 10px;
}
.padtop10 {
    padding-top: 10px;
}
.pad0 {
    padding: 0px;    
}
.alright {
    text-align: right;
}
.clear {
    clear: both;
}
.bigrad {
    -moz-border-radius: 15px;
    padding: 10px;
}
.smallrad {
    -moz-border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
}
.border {
    border: 2px solid silver;
}
.borderbottom {
    border-bottom: 2px silver dotted;
}
.row {
    margin-top: 10px;
    clear: both;
}
.w24 {
    width: 24px;
}
.w240 {
width: 240px;
}
.w300 {
    width: 300px;
}
.w400 {
    width: 400px;
}
.w700 {
width: 700px;
}
.h24 {
    height: 24px;
}
.h100 {
    height: 100px;
}
.h300 {
    height: 300px;
}
.scroll {
overflow: auto;
}
.green {
    color: green;
}
.red {
    color: red;
}
.bggrey {
    background-color: #eeeeee;
}
.bgwhite {
    background-color: white;
}
.flright {
    float: right;
}
.flleft {
    float: left;
}
.buttons {
    text-align: right;
    margin-top: 20px;
}

.row {
    clear: both;
    margin-bottom: 15px;
}


.bold {
	font-weight: bold;
}




button.w20 .img {
    margin: 0px;
}








/* LOCAL PONDUS VIEWER STUFF */

div.animation {
float: right;
/*clear: both; */
margin: 15px;
        margin-right: 0px;
        margin-top: 2px;
}
div.animationdescription {
    font-style: italic;
    text-align: center;
    margin-top: 5px;
width: 200px;
}

div.barbg {
	background-color: #6e8c50;
	width: 200px;
	font-size: 0.1em;
	height: 5px;
	margin-top: 4px;
	float: right;
}
div.bar {
	background-color: #ac1e1e;
	float: left;
	font-size: 0.1em;
	height: 5px;
}
div.score {
	/* display: none; */
	float: right;
	margin-right: 10px;
	vertical-align: center;
}

div.resultItem {
	margin-bottom: 40px;
}

div.newsitem {
	margin-bottom: 50px;
}

#content h1, #content .header {
    margin-top: 10px;
	font-size: 1.5em;
	font-weight: bold;
    color: #56D4F8;
}
#content a {
    color: #F8C456;
    text-decoration: underline;
    vertical-align: top;
}
#content a:hover {
    color: #56D4F8;
    text-decoration: underline;
}
#content div.newsitem .header {
	font-size: 1.5em;
	font-weight: bold;
}
#content div.newsitem .header a {
    text-decoration: none;
}
#content div.links {
    clear: right;
    float: right;
    width: 200px;
    padding-bottom: 10px;
    margin: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
}

#content div.links div.link {
    margin-bottom: 10px;
    line-height: 1em;
}
#content div.links div.link a {
    color: #F8C456;
    font-weight: bold;
    text-decoration: none;
}
#content div.links div.link a:hover {
    color: #F8C456;
    text-decoration: underline;
}

div.search {
    margin: 0px;
    padding-right: 5px;
    text-align: right;
}
.ingress {
    margin-top: 5px;
    font-style: italic;
}
.newsdate {
color: #999999;
       margin-top: 5px;
}
li {
    line-height: 1.5em;
}
#newslist {
    margin-top: 10px;
}
#linkbox a {
color: #ac1e1e;
       text-decoration: none;
}
#linkbox a:hover {
color: #F8C456;
       text-decoration: underline;
}
#d51loginbox a {
    color: white;
    text-decoration: none;
}
#d51loginbox a:hover {
    color: #F8C456; 
    text-decoration: none;
}
#d53copyrightbox {
    color: #ffffff;
    margin-top: 15px;
}
.gjestebeskrivelse {
    font-style: italic;
    color: #aaaaaa;
}
.info {
    font-style: italic;
    color: #aaaaaa;
}
tr.rad1 td, tr.rad1 th {
    background-color: #fffaf1;
}
tr.rad2 td, tr.rad2 th {
    background-color: #f1fbff;
}
tr.grad1 td {
    background-color: #fffaf1;
}
tr.grad2 td {
    background-color: #f1fbff;
}
