body > fieldset legend {
        font-size: 140%;
        font-weight: bold;
}
body {
        width: 1000px;
        margin: 1em auto 0 auto;
        /*background: url('/images/sam_0291c.jpg'); **//
	background: white;
	background-repeat: no-repeat;

	overflow-y: scroll;
	font-size: 100%;

	font-family: sans-serif;
}
.usynlig {
    display: none;
    }

.radius {
    }

img {
    border: none;
    }


fieldset {
    width: 100%;
            border: solid #a0a0b0 1px;
            margin: 0 0 0 0;
            border-radius: 5px;
    }
    legend {
            padding-left: 5px;
            padding-right: 5px;
    }

div.vertlogo {
    float:left;
    margin-right: 2px;
}
div.vertlogo a {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

div#top {
    width:80%;
    margin-bottom: 4px;
    margin-left: 4px;
    padding: 4px 1em 4px 1em;
    float: left;
}
h1 {
    font-weight: bold;
    font-size: 120%;
    margin-bottom:1em;
}
h2 {
    font-size: 100%;
    font-weight: normal;
    text-decoration: underline;
}
/*div#left {
   width: 15%;
      float: left;
         margin-right: 4px;
    padding: 1em;
       border: 1px solid grey;
       
       } */
div#center {
      width: 87%;
      padding: 1em 0 1em 0;
      float: left;
}
div#left a.inactive {
   text-align: right;
   border: 1px solid #a0a0a0;
   background: #f0f0f0;
   display: block;
   margin-bottom: 2px;
   white-space: pre;
   padding: 4px;
   border-radius: 4px;
}
div#left a.inactive:link {
   text-decoration: none;
}
div#left a.inactive:hover {
   border: 1px solid black;
}

div#bottom {
clear: both;
padding-top: 4px;
border-top: 1px solid #808080;
color: #808080;
font-size: 80%;
margin-left: 4px;
}

div#topmenu {
    width: 60%;
    float: left;
}

a.menu3, div#topmenu a {
    background: #ffe000;
    background: #4090ff;
    color: white;
    border-radius: 4px;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 4px;
        font-size: 80%;
    }

a.menu3 { background: #4090ff; }

a.menu3:hover {
    color: black;
}
div#topmenu a:hover {
    color: black;
    }

div#topmenu a.active {
     /*background: #808080;*/
     background: #4090ff;
     color: white;
}

div#topmenu a.disabled {
    background: #d0d0d0;
    color: #808080;
}
div#submenu a.disabled {
    background: #d0d0d0;
    color: #808080;
}


div#submenu {
    width: 60%;
    padding-top: 6px;
    border-bottom: 2px solid brown;
    float: left;
    padding-bottom: 1em;
    font-size: 80%;
}

div#submenu a {
    background: #e0aa00;
    color: white;
    border-radius: 4px;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
			        font-weight: bold;
				    margin-right: 4px;
}

div#submenu a:hover {
    color: black;
}

div#submenu a.active {
     background: #808080;
     color: white;
}
								  

table#soadata {
    width: 100%;
    }
table#soadata tr {
    height: 1.4em;
}
table#soadata th {
    white-space: pre;
    padding-right: 2em;
    width: 30%;
}
table#soadata td {
    width: 70%;
    padding-left: 0.5em;
}

table#soadata td.number {
    text-align:right;
    padding-right: 28em;
}

table#rrdata input[name='ttl'] {
    width: 4em;
}
table#rrdata input[name='weight'] {
    width: 3em;
}

table#nsdata input[name='ttl1'],input[name='ttl2'],input[name='ttl3'],input[name='ttl4'],input[name='ttl5'] {
    width: 5em;
    text-align: right;
    }
table#nsdata input[name='type1'],input[name='type2'],input[name='type3'],input[name='type4'],input[name='type5'] {
    width: 5em;
    text-align: right;
    }


span.hdr {
    font-size:120%; 
    font-weight: bold;
    margin-right: 1em;
}

.c0 {
    background: #e0e0e0;
}
.c1 {
    background: #c0c0c0;
}

th {
    text-align: left;
    background: #d0d0f0;
    color: black;
    border-radius: 4px;
    padding: 1px 4px 1px 4px;
    font-weight: normal;
    behavior: url('/lib/border-radius.htc');
}

dl#faq {
	width:90%;
}
dl#faq dt {
    margin-bottom: 0.5em;
}

dl#faq dd {
	    margin-bottom: 0.5em;
    }
div#mapcontainer {
	float: right;
}

td.buttons a {
    border-radius: 3px;
    background: #d0ffd0;
    font-family: sans-serif;
    font-size: 100%;
    text-decoration: none;
    color: black;
    padding: 0 3px 0 3px;
    /*float: left;*/
    border: 1px solid #808080;
    /*behavior: url('/lib/border-radius.htc');*/
}

td.buttons  a + a {
    margin-left: 4px;
}

td.buttons a.inactive {
    background: #f0f0f0;
    color: #a0a0a0;
}
tr.errormsg {
    display: none;
    color:red;
    font-size: 80%;
}
tr.errormsg td:before {
    content: "➔ ";
}

tr.message {
    color: blue;
    font-size: 80%;
}
tr.message td:before {
    content: "→ ";
}

td.buttons {
    width: 5em;
    padding: 0px 4px 0px 4px;
    white-space: pre;
}

td.buttons a.big {
    padding: 1px 6px 1px 6px;
    font-size: 120%;
    border-radius: 7px;
    background: #ff8000; color: white;
}
td.buttons a.inactive { 
    background: #f0f0f0;
    color: #808080;
}
td.buttons a.inactive:hover {
    background: #f0f0f0;
    color: #808080;
}

td.buttons a.big:hover {
    background: none;
    color: black;
}

tr.edit {
    display: none;
}
tr.edit input {
    width:96%;
}
table#rrdata {
    width: 100%;
}

table#rrdata tr {
    height: 1.4em;
}

tr.delete {
    display: none;
}
tr.delete td {
    background: #ffa0a0;
    border-radius: 3px;
}
table#rrdata td {
      padding-left: 3px;
}

p.addtext 
{
    margin-top: 4em; border-top: 3px solid #cc0000; padding-top: 5px;
    /*text-shadow: green 0px 0px 5px;*/
}

p.addtext span {
    color:  #cc0000;
    margin-right: 5px;
    letter-spacing: -1px;
    }

td.buttons2 {
    text-align:center; padding-top:1em; white-space:normal;
}
td.buttons2 input {
    padding: 3px 0.5em 3px 0.5em;
}

fieldset.header {
	border: none;
	border-top: 4px solid #cc0000;
	border-radius: 0;
	margin: 0;
}
fieldset.header legend {
    margin-left: 12em;
    color: #cc0000;
    font-weight: bold;
}

p.adminhdr {
    background: #a0a0a0;
    color: white;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding: 10px 3px 5px 0.5em;
    font-weight: bold;
    margin-bottom: 0;
    }

div.adminctn {
    border-left: 2px solid #a0a0a0; 
    border-right: 2px solid #a0a0a0; 
    border-bottom: 2px solid #a0a0a0; 
    margin-top: 0; 
    padding: 1em 0.2em 1em 0.2em;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    /* required when used with border-radius.htc 
    background: white;
    behavior: url('/lib/border-radius.htc'); */
    }
p.adminhdr a {
    color: black;
    font-size: 80%;
    text-decoration: none;
    padding: 2px 6px 2px 6px;
    //border-radius: 3px;
    font-weight: normal;
    background: #d0ffd0;
    float: left;
    }
p.adminhdr span {
    margin-right: 10em;
    float:right;
    }

p.adminhdr a + a {
    margin-left: 1em;
    }

p.adminhdr a:hover {
    background: white;
    }

div.adminctn th.h1 {
    background: #a0a0a0; color:black; border-radius: 0;
    }

div.adminwarning {
    border-left: 2px solid #cc0000;
    border-right: 2px solid #cc0000;
    border-bottom: 2px solid #cc0000;
}

a.pdf {
    white-space: pre;
    background: url('/images/pdficon_small2.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}

img#shopping {
    margin-left: 1em;

}

span.overline {
    border-top: 1px solid grey;
    padding-top: 4px;
}

p.newsitem span {
    font-weight:bold;
    margin-right: 1em;
}

div#topad {
    height: 110px;
    margin-bottom: 1.2em;
}

div#topad img#ad {
    width: 860px;
    border-radius: 7px;
    border: 1px solid #d0d0d0;
}

span.u {
    text-decoration: underline;
}
