html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

*,html,body { 
	-webkit-text-size-adjust: 100% !important;
}

@page {
	size: A4 landscape;
}

body {
	background: url(../images/furley_bg.png) repeat;
	font-family: "Lucida Grande", Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
}

h1 {
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 1.5%;
	font-weight: 200;
	font-size: 30px;
}

div.head {
	color: #ebebeb;
	background: #000 url(../images/bg.jpg) no-repeat top right;
	height: 87px;
	width: 90%;
	margin: 20px auto 0px auto;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.head h1 {
	float: left;

	font-size: 28px;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}

.head_addtext {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 25px;
	letter-spacing: 0px;
	margin-left: 1.5%;
	font-weight: 200;
	border-top:1px solid #DD221D;
	padding-top:2px;
}

.head .pdf {
	float: right;
	margin-right: 1.5%;
	margin-top: 25px;
	width: 32px;
	height: 32px;
}

.head .pdf a {
	background: url(../images/pdf-ikon-32.png) no-repeat;
	display: block;
	width: 32px;
	height: 0px;
	padding-top: 32px;
	line-height: 2000px;
	overflow: hidden;
}

.head .pdf a:hover {
	opacity: 0.8;
}

.logout {
	float: right;
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
}

.btn, .zend_form input.btn {
	width:100px;
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#5bb65b;
	background-image:-moz-linear-gradient(top, #62c462, #51a351);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image:-webkit-linear-gradient(top, #62c462, #51a351);
	background-image:-o-linear-gradient(top, #62c462, #51a351);
	background-image:linear-gradient(to bottom, #62c462,#51a351);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
	border-color:#51a351 #51a351 #387038;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}
.messages {
	width: 90%;
	margin: 20px auto 0px auto;
}
.message, .errors {
	border: 1px solid #e5e181;
	background: #fefde2;
	color: #666;
	padding: 10px 15px 10px 15px;
	margin: 10px 0;
	font-size: 11px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* input#updateVariables { */
input#updateVariables,input#time-prev,input#time-next {
	background: #32add1;
	padding: 10px 20px;
	border: 0px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	color: #fff;
	cursor: pointer;
	margin: 0px 20px 0px 20px;
	text-shadow: 1px 1px 0px #000;
}

input#updateVariables:focus,input#time-prev:focus,input#time-next:focus,input#updateVariables:hover,input#time-prev:hover,input#time-next:hover
	{
	background: #3eb7ef;
}

input#updateVariables:active {
	margin: 1px 0px 0px 21px;
	box-shadow: 0px 0px 0px #fff;;
}

#time-next {
	float: right;
	margin-right: 100px;
}

.parameters .param-col {
	float: left;
	width: 30.3%;
	background-color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff),
		to(#f5f5f5) );
	background: -webkit-linear-gradient(top, #fff, #f5f5f5);
	background: -moz-linear-gradient(top, #fff, #f5f5f5);
	background: -ms-linear-gradient(top, #fff, #f5f5f5);
	background: -o-linear-gradient(top, #fff, #f5f5f5);
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 3%;
	font-size: 12px;
	padding: 0px;
	height: 220px;
}

.parameters .param-col h2 {
	margin: 0px;
	font-size: 24px;
	background-color: #333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333),
		to(#222) );
	background: -webkit-linear-gradient(top, #333, #222);
	background: -moz-linear-gradient(top, #333, #222);
	background: -ms-linear-gradient(top, #333, #222);
	background: -o-linear-gradient(top, #333, #222);
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 200;
	color: #fff;
	margin-bottom: 10px;
}

.parameters .param-col table {
	width: 90%;
	margin: 0 auto;
}

.parameters .param-col table tr td {
	padding: 7px 0px;
}

.parameters .param-col table thead tr th {
	padding-left: 0px;
	text-align: left;
}

.parameters,.areas {
	clear: both;
}

.areas .area {
	float: left;
	width: 47%;
	background-color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff),
		to(#f5f5f5) );
	background: -webkit-linear-gradient(top, #fff, #f5f5f5);
	background: -moz-linear-gradient(top, #fff, #f5f5f5);
	background: -ms-linear-gradient(top, #fff, #f5f5f5);
	background: -o-linear-gradient(top, #fff, #f5f5f5);
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 3%;
	font-size: 12px;
	padding: 0px 0px 25px 0px;
	min-height: 560px;
}

.areas .area h1 {
	margin: 0px;
	font-size: 24px;
	background-color: #333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333),
		to(#222) );
	background: -webkit-linear-gradient(top, #333, #222);
	background: -moz-linear-gradient(top, #333, #222);
	background: -ms-linear-gradient(top, #333, #222);
	background: -o-linear-gradient(top, #333, #222);
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.areas .area table {
	width: 95%;
	margin: 0 auto;
	border-top: 0px;
	border-left: 0px;
}

.area {
	float: left;
	width: 97%;
	background-color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff),
		to(#f5f5f5) );
	background: -webkit-linear-gradient(top, #fff, #f5f5f5);
	background: -moz-linear-gradient(top, #fff, #f5f5f5);
	background: -ms-linear-gradient(top, #fff, #f5f5f5);
	background: -o-linear-gradient(top, #fff, #f5f5f5);
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 3%;
	font-size: 12px;
	padding: 0px 0px 25px 0px;
	min-height: 560px;
}

.area h2 {
	margin: 0px;
	font-size: 24px;
	background-color: #333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333),
		to(#222) );
	background: -webkit-linear-gradient(top, #333, #222);
	background: -moz-linear-gradient(top, #333, #222);
	background: -ms-linear-gradient(top, #333, #222);
	background: -o-linear-gradient(top, #333, #222);
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 200;
	letter-spacing: 1px;
}

.area table {
	width: 95%;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.area table tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 18px;
}

.area table tr.thead td {
	font-weight: bold;
}

.cols {
	clear: both;
}

.cols .col {
	float: left;
}

.loginform {
	float: left;
	width: 230px;
	background: #fff;
	margin: 100px auto 20px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	padding:10px 20px;
}

.content	{
	float: left;
	width: 500px;
	margin: 100px auto 20px;
}

.contenthead	{
	margin-top: 0px;
	padding-top: 0px;
	margin-left:0px;
	padding-left: 0px;
	margin-right: 5px;
	padding-right: 5px;
}

h2.contenthead	{
	font-style: italic; 
	padding-top: 20px;
	padding-bottom: 20px;
}

.content p	{
	font-size: 11px; 
	margin-bottom: 15px; 
	margin-right: 20px;
}

a.forgotpassword	{
	color: blue; 
	font-size: 10px;
	margin-top: -10px;
}

.loginform dl dt {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.loginform dl dt#submit-label {
	display: none;
}
.loginform dl dd#submit-element {
	margin-top: 10px;
	margin-bottom: 0px;
}

.loginform input {width:200px!important;}



fieldset {
	width: 90%;
	margin: 20px auto;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

fieldset form {
	margin: 0px 30px 30px 30px;
}
	fieldset legend {
		font-size: 20px;
		padding: 0px 0px 0px 15px;
		background: none;
	}
	fieldset table {
		width: 95%;
		margin: 10px auto 20px;
		font-size: 12px;
	}
		fieldset table thead tr th {
			border-bottom: 1px solid #aaa;
			padding: 10px;
			line-height: normal;
			text-align: left;
		}
		fieldset table tbody tr {
			border-bottom: 1px solid #ddd;
		}
			fieldset table tbody tr:hover {
				background: #f1f1f1;
			}
			fieldset table tbody tr td {
				padding: 10px;
				line-height: normal;
				text-align: left;
			}
				fieldset table tbody tr td a {
					color: #dc3e3f;
					
				}
					fieldset table tbody tr td a:hover {
						text-decoration: none;
					}

.zend_form dd {
	padding-bottom: 15px;
}

fieldset label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
}

.zend_form input {
	width: 410px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
}

.zend_form textarea {
	width: 98%;
	height: 140px;
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}

.zend_form input.radio {
	width:auto;
	vertical-align: middle;
}


table.arealocations tr td {
	padding: 10px 8px;
}

table.arealocations tr:hover {
	background: #eee;
}

table.arealocations thead tr:hover {
	background: #fff;
}

tr.location-row td { /* border-bottom: 1px dashed #e9e9e9; */
	width: 25%;
}

tr.location-row td.col1 {
	border-bottom: 1px solid #ccc !important;
	text-align: left;
}

tr.location-row:last-child td {
	border-bottom: 1px solid #999 !important;
}

td.alert-level-regular {
	background-color: #9ec664;
	color: #000;
	border-bottom: 1px solid #739939 !important;
	border-right: 1px solid #739939 !important;
	text-align: center;
}

table.arealocations tr:hover td.alert-level-regular {
	background: #8bb64a;
}

td.alert-level-warn {
	background-color: #fdb23d;
	color: #000;
	border-bottom: 1px solid #da972b !important;
	border-right: 1px solid #da972b !important;
	text-align: center;
}

table.arealocations tr:hover td.alert-level-warn {
	background: #fdc03d;
}

td.alert-level-alert {
	background-color: #bb4945;
	color: #000;
	border-bottom: 1px solid #9b3734 !important;
	border-right: 1px solid #9b3734 !important;
	text-align: center;
}

table.arealocations tr:hover td.alert-level-alert {
	background: #c9524e;
}

.laster-bilde {
	width: 28px;
	height: 28px;
	margin: 40px auto 0px;
	display: block;
}

table.documentlist	tr:hover	{
	cursor: pointer; 
}

tr.doc_expired	td	{
	color: #000;
	background-color: #FFCFCF;
}

a.edit-external-id, a.edit-comment {
	display: inline-block;
	width: 12px;
	height: 0px;
	padding-top: 14px;
	line-height: 20px;
	overflow: hidden;
	cursor: pointer;
}

a.edit-external-id-icon-edit {
	margin-left: 10px;
	background: url(/images/edit.png) no-repeat left top;
	
}
a.edit-external-id-icon-save {
	margin-left: 10px;
	background: url(/images/save.png) no-repeat left top;
}

.search-field-doc   {
	height: 22px;
	padding-left:10px;
	padding-right: 10px;
}

.show-navigation    {
	float: left;
	font-size: 11px;
	padding:20px;
}


/* Admin */

.button-bar {
	text-align: right;
	margin:5px 30px 0px	 25px;
}

a.orderlink	{
	text-decoration:none; 
}