html, body {
    margin: 0;
    padding: 0;
    text-align: center;
}
td {
    empty-cells: show !important;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    padding: 10px 0px;
}

#brukerbox {
    top: 10px;
    z-index: 222;
    float: none;
    position: absolute;
    right:15px;
    text-align: right;
    font-size: small;
}
#brukerbox p {
    margin: 0;
    padding: 0;
    color: #666;
}
#brukerbox a {
	display:block;
	float:right;
	margin:0;	
	margin-left:6px;
	margin-top:6px;	
	background-color: #d90206;
	padding: 4px 14px;
	border:1px solid #999;
	border-color: #FFB6C1 #900 #900 #FFB6C1;
	text-decoration:none;
	color:#fff;
	text-shadow: #900 1px 1px 1px;
	font-weight:bold;
}
#brukerbox a:hover {
	background-color:#900;
    border-color: #000 #FFB6C1 #FFB6C1 #000;
    border-width: 1px;
    padding: 5px 13px 3px 15px;
}
a:link, a:visited {
    color:red;
}
a:hover {
    color:navy;
}
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    /*background-color: #FFFFCC;*/
}
caption {
    text-transform: uppercase;
    font-weight: bold;
    font-size: small;
    text-align:left;
}
.verySmall td {
    font-size: x-small;
}
.verySmall caption {
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    font-size: x-small;
}
table {
    border: 3px solid black;
    font-size: x-small;
}
table a:link, table a:visited {
    color:black;
}
#header table {
    color: red;
    background-color: transparent;
    border: 0px solid red;
    border-width: 0px 0px;
    width:100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    background-image: url(logo2.png);
    background-repeat: no-repeat;
    background-position: 15px top;
    height: 136px;
    border-collapse: collapse;
    
}
.heis {
    width: 100%;
    border-width: 2px;
    border-color: #333;
    color: navy;
}
#header htop {

}
#header #htop strong {
    display: block;
    clear: both;
    float: none;
    color: black;
    font-size: xx-large;
}
#header #htop * {
    margin: 0;
    padding: 0;
    font-size: medium;
    border-width:0;
}
#header h1 {
    text-align: center;
    font-size: 24px;
    color: black;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
#header td {
    vertical-align:top;
}
#header {
   /* background-image: url(logo_bak.png);*/
    background-repeat: repeat-x;
    background-position: center 73px;
    height: 150px;
}
#content {
    margin: auto;
    width: 100%;
    max-width: 1150px;
    text-align: left;
}
.submitBtn, .btn {
    border: 1px solid black;
    border-color: #FFFF00 #8B7500 #8B7500 #FFFF00;
    margin: 0px;
    padding: 8px 30px;
    background-color: #FFD700;
    color:black;
    font-size:13px;
    text-shadow: #fff 1px 1px 1px;
    -moz-box-shadow: 2px 5px 5px #ccc;
    -webkit-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 5px #ccc;
    
}
.submitBtn:hover, .btn:hover {
	background-color:#EEC900;
}
.waitBtn {
	background-color:#fff;
	border: none;
	font-size: 16px;
}
.btn {
	padding: 4px 10px;
}
.cen {
    text-align: center;
}
#footer, #developer {
    margin:auto; 
    width:600px;
    font-size: x-small;
    color: gray;
    margin-top: 40px;
    margin-bottom: 30px;
}
#developer {
    width:auto;
    margin-top:10px;
    text-align:center;
}
#errorMsg {
    border: 2px solid red;
    padding:0px;
    margin-bottom:30px;
}
#errorMsg h2 {
    margin:0;
    padding:5px 20px;
    background-color:red;
    color:white;
}
#admMeny {
	margin-bottom: 20px;
	padding-bottom: 0px;
	border: 1px solid white;
	float: none;
	clear: both;
	border-bottom: 1px solid #d90206;
	display:table;
	width:100%;
	text-shadow: 1px 1px 1px #872657;
	
}
#admMeny ol {
display: table;
margin: 0;
padding: 0;
float:none;
clear:both;
} 
#admMeny li {
list-style-type: none;
float: left;
margin:0;
padding:0;
}

#admMeny a:link, #admMeny a:visited, #admMeny .selectedItem {
	padding: 8px 15px;
	margin:0px 1px;
	background-color: #d90206;
	font-weight:bold;
	color:white;
	text-decoration:none;
	display:block;
	float:left;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.pagin {
	margin:0;
	padding:0;
	text-align:center;
}
.pagin span {
	color: #ccc;
}
#admMeny a:hover {
color:white;
background-color: #222;

}
#admMeny .selectedItem {
	background-color: black !important;
	/* Mozilla: */
    background: -moz-linear-gradient(top, #000000, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#000000), to(#000000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#000000', EndColorStr='#000000', GradientType=0);
}
#admMeny h2 {
margin: 0;
padding: 0;
margin-bottom: 7px;
padding-bottom: 2px;
border-bottom: 1px solid #ccc;
}
#admSubMenu {
margin-top:-15px;
margin-bottom:15px;
padding:0px;
}
#admSubMenu * {
padding:0px 5px;
}
#admSubMenu span {
color:#333;
font-weight:bold;
}

#doc_forms {
    clear:both;
    float:none;
    width:100%;
    display:table;
}
#doc_forms i {
    color:#666;
    font-size:x-small;
}
#doc_forms p {
    width:140px;
    padding:13px;
    float:left;
    text-align:center;
}
img {
    border-width:0px;
}
.aready:link, .aready:visited {
	display: block;
    border: 1px solid black;
    border-color: #ccc #666 #666 #ccc;
    margin: 0px;
    padding: 2px 5px;
    background-color: #ddd;
    color:black;
    font-size:13px;
    text-shadow: #fff 1px 1px 1px;
    margin:2px 0;
    text-decoration:none;
    text-align:center;
}

.aready:hover {
    background-color:#ccc;
    color:#000 !important;
}
.buttons {
    margin-top:40px;
}
.buttons a:link, .buttons a:visited {
    background-color:#eee;
    padding: 3px 17px;
    margin: 0px 8px;
    text-decoration:none;
    color:#333;
    border: 1px solid #666;
    border-color: #999 #000 #000 #999;
}
.buttons a:hover {
    background-color:#ccc;
}
#toolbar {
    margin:0;padding:0;
    
}
#toolbar img {
    display:block;
    width:auto;
    margin:auto;
}
#toolbar li {
    text-align:center;
    float: left;
    padding:10px;
    list-style-type: none;
    border-right:1px solid #ccc;
    width:130px;
    margin:auto;
}
.delete:link, .delete:visited {
	background-color:#666;
	border:1px solid #666;
	text-decoration:none;
	padding: 1px;
	padding-bottom:0px;
	width:70%;
	display:block;
	color:#eee;
	margin:3px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
	margin-left:3px;
	text-shadow: #000 1px 1px 1px;
}
.delete:hover {
	background-color:#000;
	color:#fff;
	border-color:#000;
}
.myZebra {
	border-collapse:collapse;
}
.myZebra td {
	text-shadow: #fff 1px 1px 0px;
}
.overview {
	width:100%; 
	margin-bottom:20px;
}
.overview th {
	padding: 4px 4px;
	background-color:#000;
	color:#fff;
	border-right:1px dotted gray;
	border-bottom:2px solid black;
}
.overview th:last-child {
	border-right:none;
}
.overview td {
	padding: 2px 4px;
	border-right:1px dotted gray;
}
.overview td:last-child {
	border-right:none;
}
.overview tr:hover {
	background-color:#CAE1FF !important;
}
.overview td strong {
	
}
.overview td a:hover {
	color:red;
}
.sorter {
	float:right;
}
.sorter,.sorter td {
	border:none;
}
.sorter td {
	border-right:1px dotted gray;
	padding: 0 10px;
	border-bottom:2px solid white;
}
.sorter td:first-child {
	font-weight: bold !important;
}
.sorter .sel {
	border-bottom:2px solid #ccc;
	background-color: #fff;
	color:#999;
}
.sorter td a:link, .sorter td a:visited {
	color: red;
}
.sorter td a:hover {
	color: blue;
}
#submitbuttons {
	text-align:left;
}
.bigInput {
	background-color:#fff;

    background: -moz-linear-gradient(top, #eee, #fff);
    background: -webkit-gradient(linear,left top, left bottom, from(#eee), to(#fff));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eeeeee', EndColorStr='#ffffff', GradientType=0);
}
.bigInput td input[type=text],.bigInput td textarea, #customer, #txt1 {
	background-color:white;
	padding: 4px 0px;
	font-size: 13px;
	
}
#txt1 {
	padding:4px;
	font-size: 14px;
}
.bigInput td label {
	color:#000;
}
.nice-table {
	background-color:#fff;
	border:1px solid #fff;
	padding: 20px 20px 30px 20px;
	-moz-box-shadow: 2px 0px 7px #ccc;
    -webkit-box-shadow: 0px 0px 7px #ccc;
    box-shadow: 2px 0px 7px #ccc;
}
.nice-table caption {
	padding: 7px 0px 6px 25px;
	text-align:left;
	text-shadow: 1px 1px 1px #000;
	background-color:#999;
	color: white;
	width:45%;
	background: -moz-linear-gradient(top, #eee, #fff);
    background: -webkit-gradient(linear,left top, left bottom, from(#999), to(#666));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eeeeee', EndColorStr='#ffffff', GradientType=0);
}
.revisions {
	padding: 20px 20px 2px 20px;
	-moz-box-shadow: 0px 6px 7px #999;
    -webkit-box-shadow: 0px 6px 7px #999;
    box-shadow: 0px 6px 7px #999;
    float:right;
    margin-right:0px;
}
.revisions tr td {
	border-bottom:1px solid #ddd;
	padding: 5px;
	font-size: 12px;
	color: gray;
}
.revisions tr td a {
	color:red;
} 
.revisions tr td a:hover {
	color:blue;
}
.revisions tr:last-child td {
	border:none;
	text-align:center;
}
.revisions tr:last-child td a {
	color:red;
}
#revision-holder {
	float:right;
	
	
}
#revision-holder select {

}
#cropper {
	margin-top:15px;
}
#report-top {
	
}
#report-top p {
	float:left;
	margin:0;
	padding:0;
	margin-bottom:4px;
}
#report-top #revision-tag {
	float:right;
	background-color:#222;
	color: white;
	padding: 6px 30px 4px 30px;
	margin-bottom:0px;
	font-weight: bold;
}
#attached-files {
	border:none;
	border-bottom: 2px solid black;
}
#attached-files caption {
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size:12px;
	text-transform: none;
	font-weight: normal;
	padding-bottom: 4px;
}
#attached-files caption b {
	color:#222;
	
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */