/* @override 
	http://helserespons_hjemmeside.wtw.no/css/styles.css */

@import url('grid.css');
@import url('reset.css');



html, body {
height: 100%;
}

body {
	background: url(../images/noise_pattern_with_crosslines.png) repeat;
}

body, table, input, textarea, select, button, ul {
	font: 15px/22px helvetica,arial,hirakakupro-w3,osaka,"ms pgothic",sans-serif;
}

a:link ,a:visited {
	color: #87a552;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: #4993be;
}

blockquote {
	font-family: Georgia,serif;
	font-style: italic;
	font-size: 1em; 
	line-height: 1.4em; color: #333; 
	width: 500px;
	padding: 20px;
	
	margin-top: 40px; 
	background: #FFF;
	-moz-border-radius: 5px;
	-moz-box-shadow:0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px;
	-webkit-box-shadow:0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	box-shadow:0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;	
}

blockquote p {
	font-style: normal;
	text-align:right;margin-top: 10px; font-size: 0.9em;
}

button, span.button{
	-moz-appearance:none;
	-moz-border-radius: 3px;
	-moz-box-shadow:0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-sizing:border-box;
	-webkit-appearance:none;
	-webkit-border-radius: 3px;
	-webkit-box-shadow:0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing:border-box;
	appearance:none;
	border-radius: 3px;
	box-shadow:0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.3), 0 2px 0 rgba(0, 0, 0, 0.15);
	box-sizing:border-box;

	background:url("../images/button-2.png") no-repeat scroll -10px center transparent;
	border-color:#FFFFFF rgba(255, 255, 255, 0.5);
	border-style:solid;
	border-width:1px;
	color:  rgb(80,80,80);
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin:3px 1px;
	min-width:80px;
	overflow:visible;
	padding:3px 14px;
	position:relative;
	text-align:center;
	text-shadow:0 1px 0 #FFFFFF;
	vertical-align:middle;
	white-space:nowrap;
	width:auto;
}

span.button a {
	color:  rgb(80,80,80);
	text-shadow: none;
}

button:hover, span.button:hover a {
	color:  rgb(255,255,255);
	text-shadow: none;
}

button:hover, span.button:hover {
	background:url("../images/button-2.png") no-repeat scroll -900px center transparent;
}

button:active, span.button:active {
	background:url("../images/button-2.png") no-repeat scroll right center transparent;
}


input[type="text"], input[type="email"], input[type="password"], input[type="phone"], textarea {
	-moz-appearance:none;
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 -1px 0 rgba(0, 0, 0, 0.5), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-sizing:content-box;
	-webkit-appearance:none;
	-webkit-border-radius:3px 3px 3px 3px;
	-webkit-box-shadow:0 -1px 0 rgba(0, 0, 0, 0.5), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3);
	-webkit-box-sizing:content-box;
	appearance:none;
	border-radius:3px 3px 3px 3px;
	box-shadow:0 -1px 0 rgba(0, 0, 0, 0.5), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3);
	box-sizing:content-box;
	
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:#D1D1D1 #EEEEEE #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#636669;
	display:inline-block;
	font-size:12px;
	height:14px;
	line-height:14px;
	margin:3px 1px;
	overflow:visible;
	padding:5px 5px 3px;
	position:relative;
	vertical-align:middle;
	width:auto;
}

#content {
	background: url(../images/fabric_1.png) repeat;
	-moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.1);
	min-height: 100%;
	position: relative;
}

/*
#top {
	background: url(../images/back-top.png) no-repeat;
	height: 110px;
	width: 100%;
}*/

#top {
	width: 100%;
}

#top div#livezilla-chat-button {
    width: 150px;
    height: 70px;
    position: absolute;
   	top: 20px;
	right: -160px;
	overflow: hidden;
	cursor: pointer;
}

#top div#livezilla-chat-button.offline {
    background-position-y: -140px;
    cursor: default;
}

#top div#livezilla-chat-button.online {
    background-position-y: -70px;
}

#top div#livezilla-chat-button.online:hover {
    background-position-y: 0px;
}

#top #login {
	background: url(../images/back-login.png) no-repeat;
	line-height: 1.6em;
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	padding-right: 25px;
	text-align: right;
	color: #EEE;
	text-decoration: none;
	font-weight: normal;	
}

#top #login a {
	color: #EEE;
	text-decoration: none;
	text-decoration: underline;
}

#top #login a:hover {
	color: #FFF;
}

#top #header {
	background: url(../images/background-header.png) no-repeat 50px -180px;
	height: 100px;
	border-top: 1px solid rgb(245,245,245);
}

#top #header h1 {
	background: url(../images/hr-logo.png) no-repeat left center ;
	text-indent: -1000em;
	float: left;
	width: 279px;
	height: 90px;
	margin-left: 40px;
}

#top #header h2 {
	font-size: 18px;
	color: rgb(160,160,160);
	float: right;
	margin-right: 40px;
	font-weight: normal;
	padding-top: 40px;
	letter-spacing: 1px;
	font-style: italic;
}

#top #header #download-brochure {
    text-align: center; 
    position: absolute;
    top: 55px;
    right: 40px;
}

.section {
	background-repeat: no-repeat;
	border-top: 1px solid rgb(245,245,245);
	border-bottom: 1px solid #dadada;
	height: 140px;
	padding: 40px;
}

.section p {
	margin-bottom: 10px;
}

#footer {
	border-top: 1px solid #dadada;
	position: absolute;
	bottom: 0;
	width: 780px;
	background: url(../images/fabric_1.png) repeat;
	font-size: 0.8em;
 	height: 150px;

}

#footer #menu a {
	color: #87a552;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}


#footer #menu a:hover {
	color: #4993be;
}

#footer #menu {
	text-transform: uppercase;
	float: right;
	margin-right: 40px;
	margin-top: 5px;
}

#footer #menu li {
	display: inline;
	margin-right: 15px;
}

#footer #copyright, #footer ul#powered-by {
	font-size: 12px;
 	line-height: 17px;
	color:#666;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	line-height: 1.5em;
	position: relative;
}

#footer ul#powered-by a {
	position: absolute;
	width: 84px;
	height: 50px;
	left: 0;
	top: 0;
}

 #footer ul#powered-by li {
 }

 #footer ul#powered-by {
 	margin: 40px 0 0 40px;
 	padding-left: 100px;
 	background: url(../images/wtw-logo.png) no-repeat 0 4px;
 	float: left	;
 	
 }

#footer #copyright {
/*	border-top: 1px solid white;*/
	margin: 74px 40px 0 0;
	float: right;
}

#footer #helsenett {
	margin: 0 80px;
	font-style: italic;
	padding-bottom: 15px;
}

#footer #copyright a {
	color: #666;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	text-decoration: underline;
	font-weight: normal;
}

h3, h4 {
	color: #333;
}

h3 {
	font-size: 18px;
	line-height: 34px;
}

.section p, li {
	color: #4e4e4e;
	/*font-size: 0.9em;
	line-height: 1.3em;*/
}

#order, #accessible, #web-page, #integration, #learning, #epj, #contact {
	padding-left: 400px;
}

#try, #reply, #installation, #save, #web-order, #secure, #traffic, #about {
	padding-right: 400px;
}

.partner {
	padding: 40px 40px 40px 330px;
	background-repeat: no-repeat;
	border-top: 1px solid rgb(245,245,245);
	border-bottom: 1px solid #dadada;
}

.partner p {
	margin-bottom: 10px;
}

div#helsenett.partner 		{ background: url(../images/norskhelsenett_logo_240.png) no-repeat 40px center; }
div#systemx.partner			{ background: url(../images/x_farge_240.png) no-repeat 40px center; }
div#infodoc.partner			{ background: url(../images/infodoc_logo_sort_m_slogan_240.png) no-repeat 40px center; }
div#melinmedical.partner	{ background: url(../images/melin-medical-logo.png) no-repeat 100px center; }

#fb {
	position: absolute;
	left:0px;
	top: 250px;
}

#fb_corner {
	position: absolute;
	left:0px;
	top: 0px;;
}

#fb a {
	float: left;
	display: block;
	width: 33px;
	height: 100px;
	text-indent: -1000px;
	background: url(../images/logo-fb.png) no-repeat 0 0;
	overflow: hidden;
}


#fb_corner a {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	text-indent: -1000px;
	background: url(../images/fb-corner.png) no-repeat 0 0;
	overflow: hidden;
}

#fb a:hover {
	background-position: 0 -100px;
}

#fb_corner a:hover {
	background-position: 0 -100px;
}

#try {
	position: relative;
}

#try a {
	background: url(../images/try.png) no-repeat 0 0 transparent;
	width: 200px;
	height: 139px;
	display: block;
	clear: both;
	text-indent: -1000em;
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 110px;
	z-index: 1010
}

#try a:hover {
	background-position: 0 -139px;
}

#contact {
	position: relative;
}

#contact a.contact_image {
	background: url(../images/order.png) no-repeat 0 0 transparent;
	width: 200px;
	height: 116px;
	display: block;
	clear: both;
	text-indent: -1000em;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 80px;
	z-index: 1010
}

div#contact p a {
	text-indent: none;
	background: none;
	position: inherit;
	display: inline;
}

#contact a:hover {
	background-position: 0 -116px;
}

#order {
	background: url(../images/SMS-out.png) no-repeat 30px -60px transparent;
}

#reply {
	background: url(../images/keyboard-mouse.png) no-repeat 320px 130px transparent;
}

#web-page {
	background: url(../images/homepage.png) no-repeat 25px 20px transparent;
}

#web-order {
	background: url(../images/internettbestilling.png) no-repeat 300px -290px transparent;
}

#epj {
	background: url(../images/systemX.png) no-repeat 70px -38px transparent;
}

#secure {
	background: url(../images/safety.png) no-repeat 450px 35px transparent;
}

#about {
	background: url(../images/about.png) no-repeat 370px -15px transparent;
}

div.section#prices {
	height: auto;
}

table {
	border-collapse: collapse; 
	border-spacing: 0; 
	width: 100%;
	color: #4E4E4E;
}

table tbody tr td, table tbody tr th {
	border: 1px solid #CCCECE;
	padding: 10px 20px;
	text-align: left;
}

table tbody tr.even td {
	background-color: rgba(198, 201, 204, 0.15)
}

/* KONTAKT OSS */

#box {
	padding: 15px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 	-webkit-box-shadow:0 -1px 0 rgba(210, 210, 210, 0.3), 1px 0 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3), -1px 0 0 rgba(210, 210, 210, 0.3);
 	-moz-box-shadow:0 -1px 0 rgba(210, 210, 210, 0.3), 1px 0 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3), -1px 0 0 rgba(210, 210, 210, 0.3);
	box-shadow:0 -1px 0 rgba(210, 210, 210, 0.3), 1px 0 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3), -1px 0 0 rgba(210, 210, 210, 0.3);
	color: #666;
}

#box h4 {
	margin-bottom: 4px;
}

#box p {
	margin-bottom: 20px; font-size: 0.9em; line-height: 1.3em;
}

#contactform, div#contact-success-message, div#contact-error-message  {
	margin: 20px;
}

textarea {
	width: 455px;
	height: 150px;
}

#contactform label {
	display: block;
	margin-top: 10px;
}

.ingress {
	font-weight: bold;	
}

#lesmer {
	cursor: pointer;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}

#showall {
	cursor: pointer;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}

#lesmer:hover, #showall:hover {
	color: #000;
}

.fotnote, .prismatrise-fotnote {
	line-height: 1.5em;
	font-style: italic;
	font-size: 0.8em;
	color: #666 !important; 
}

.prismatrise-fotnote, .allx {
	display: none;
}

div#customers ul li {
	list-style: square;
	list-style-position: inside;
	font-size: 0.9em;

}

div.ansatt {
	line-height: 1.3em;
	margin-bottom: 20px;
}

div.ansatt div.title {
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: bold;
}

div.ansatt div.name a {
	font-weight: normal;
}

