/***********************************************/
/* framework.css                               */
/* Use with Digimaker templates                */
/* Developed by Objectnet AS for SSHF (C) 2005 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEEEEA;
	text-align: center; 	/* Center webpages in IE */
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select {
	font-size: 9pt;
}

table {
	clear: both;
}

/******* hyperlink and anchor tag styles *******/

a {
	color: #004B8D;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover {
	text-decoration: underline;
}

a h1, a h2, a h3, a h4, a h5, a h6, a h7 {
	text-decoration: none;
} 

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6, a:hover h7 {
	text-decoration: underline;
} 

a.readMore {
	display: block;
	padding-top: 3px;
}

/************** header tag styles **************/

h1 {

            margin: 0;

            padding: 0;

            padding-bottom: 2px;

            font-size: 120%;

            font-weight: normal;

            color: #004B8D;

            clear: both;

}


h2, h3, h4, h5, h6, h7 {

            margin: 0;

            padding: 0;

            padding-bottom: 1px;

            font-size: 100%;

            font-weight: normal;

            color: #004B8D;

            clear: both;

}


.frontpage h1 a, .rightTD h1 a, #sshfTD h1 a, .sshfTD h1 a {
	padding-right: 15px;
	voice-family: "\"}\""; 
	voice-family:inherit;		
	background-image: url(framework_images/icon_arrows.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.frontpage h1 a {
	/* IE fix */
}

.frontpage h1 {
	padding-bottom: 15px;
}

.frontpage .centerTD h1 a {
	color: black;
}

.frontpage .centerTD h1 a:hover {
	color: black;
}

.frontpage h1 img {
	padding-left: 10px;
	padding-bottom: 2px;
	border: 0;
}

.frontpage h2 {
	font-size: 120%;
}

.leftTD h1, .rightTD h1 {
	padding-bottom: 8px;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 18px;
}

/*************** list tag styles ***************/

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

table {
	font-size: 1.0em; /* IE5.x fix */
	
}

td {
	vertical-align: top;
}

/***********************************************/
/* Layout Divs and Tables                      */
/***********************************************/

#webContainer {
	position: relative; /* Activate absolute */
	margin: 0 auto; /* Center webpages */
	text-align: left; /* If text-align = center in body */
	width: 762px; /* Total width of webpages */
	padding-top: 66px; /* Space for logo */
}

.leftTD {
	width: 188px;
	background-color: white;
	border-right: 4px solid #EEEEEA;
}
.rightTD {
	width: 188px;
	background-color: white;
}
.centerTD {
	background-color: white;
	border-right: 4px solid #EEEEEA;
}

.centerOnly .centerTD {
	border-right: 0;
	
}

.standardBox {
	font-size: 65%;
	border: 3px solid white;
	background-color: white;
	padding: 10px;
}




.leftTD .standardBox, .rightTD .standardBox {
	background-image: url(/framework_images/gradient_bg.gif);
	background-repeat: repeat-x;
}

.centerTD .standardBox {
	background-image: url(/framework_images/gradient_bg_large.gif);
	background-repeat: repeat-x;
}

.leftTD .standardBox {
	padding-left: 15px;
}

.centerTD .standardBox {
	padding-left: 18px;
	padding-top: 18px;
}

.seperationBox {
	border-top: 4px solid #EEEEEA;
}

.seperationBoxBtm
{
	border-bottom: 4px solid #EEEEEA;
}
/***********************************************/
/* Component Divs (Boxes)                      */
/***********************************************/

/***** url styles *****/

#urlBox {
	position: absolute;
	top: 14px;
	right: 0;
	color: #686868;
	font-size: 8pt;
}

#urlBox a {
	color: #686868;
	text-decoration: none;
}
#urlBox a:hover {
	text-decoration: underline;
}

/***** search styles *****/

#searchBox {
	position: absolute;
	top: 34px;
	right: 0;
	white-space: nowrap;
}

#searchBox .textInput {
	font-size: 12px;
	padding: 2px 1px;
	color: black;
	font-weight: normal;
	width: 135px;
	border: 1px solid #A5ACB2;	
}

#searchBox .buttonInput {
	font-size: 10px;
	padding: 1px 3px;
	margin: 0;
	color: #35495C;
	border: 1px solid #747474;
	font-weight: normal;
	background-color: #E7E7E7;
	background-image: url(/framework_images/button_bg.gif);	
}

/***** menu styles *****/

#menuBox {
	background-image: url(/framework_images/menu_bg.gif);
	background-repeat: repeat-x;
	color: white;
	font-size: 8pt;
	height: 20px;
}

#menuBox a {
	float: left;
	color: white;
	text-decoration: none;
	padding: 3px 15px;
	font-weight: bold;
}

#menuBox a:hover {
	color: #CADFEF;
}

#menuBox a.activeURL {
	color: #CADFEF;
}

#menuBox a.activeURL:hover {
	color: #A4CFEF;
}

/***** line styles *****/

.lineBox {
	height: 1px;
	font-size: 0;
	border-top: 1px solid #00529B;
	margin-top: 2px;
}

.leftTD .lineBox {
	margin: 0px 0px 13px 0px;
	border-top: 1px dotted #A4A4A4;
}

/***** path styles *****/

#pathBox {
	background-color: white;
	/* height: 19px; */
	color: black;
	padding: 2px 15px 4px 15px;
	font-size: 8pt;
	margin-top: 2px;
}

#pathBox a {
	color: #004B8D;
	text-decoration: none;
}

#pathBox a:hover {
	text-decoration: underline;
}

/***** icon styles *****/

#iconBox {
	position: absolute;
	top: 93px;
	right: 15px;
	color: #BABABA;
	font-size: 8pt;
}

#iconBox a {
	color: #525252;
	text-decoration: none;
	padding: 3px 0 3px 5px;
}

#iconBox a:hover {
	color: #004B8D;
	text-decoration: underline;
}

#iconBox img {
	position: relative;
	top: 1px;
	border: 0;
	padding: 0 7px 0 0;
}

/***** SubMenu styles *****/


#subMenuBox {
	padding: 0px;
	background-image: none;
	border-bottom: 0;
}

#subMenuBox a {
	display: block;
	background-color: #F4F6F7;
	padding: 7px 0px 8px 15px;
	margin-bottom: 3px;
	color: #004B8D;
	text-decoration: none;
	font-size: 9pt;
	background-image: url(/framework_images/submenu_bg.gif);
	background-position: 6px 11px;
	background-repeat: no-repeat;
	width: 182px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 167px;	
}

#subMenuBox a:hover {
	color: #004B8D;
	background-color: white;
	/*background-image: url(framework_images/submenu_bg_active.gif);*/
}

#subMenuBox a.level2 {
	background-image: none;
	padding-left: 25px;
	font-size: 8pt;
	width: 182px;
	voice-family: "\"}\""; 
	voice-family:inherit;	
	width: 157px;
}
/*
#subMenuBox a.level2 {
	background-image: none;
	padding-left: 25px;
	font-size: 8pt;
	width: 182px;
	voice-family: "\"}\""; 
	voice-family:inherit;	
	width: 157px;
}

*/


#subMenuBox {
	/* IE5 fix */
}

#subMenuBox a.level3 {
	background-image: none;
	padding-left: 35px;
	font-size: 8pt;
	width: 182px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 147px;
}

/***** sshf styles *****/

#sshfTD, .sshfTD {
	/* IE5 fix */
}

#sshfTD .standardBox, .sshfTD .standardBox {
	background-color: #C0D1E0;
	background-image: url(/framework_images/sshf_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 15px 10px;
	border: 0;
	height: 189px;
	width: 188px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 168px;
	height: 159px;
}


#sshfTD h1, .sshfTD h1 {
	padding-bottom: 8px;
}

#sshfTD select,.sshfTD select {
	width: 158px;
}

#sshfTD p,.sshfTD p {
	padding: 0;
}

#sshfTD .lineBox, .sshfTD .lineBox  {
	margin: 13px 0px 7px 0px;
	border-top: 1px dotted #96B2CC;
}

#sshfTD form, .sshfTD form {
	margin: 10px 0px 15px 0px;
}

/***** media styles *****/

#mediaTD, .MediaTD {
	padding-right: 4px;
}

/***** relevant styles *****/

#relevantBox, .centerOnly .centerTD .seperationBox {
	margin-bottom: 40px;
}

.rightTD #relevantBox a {
	display: block;
	margin-bottom: 3px;
}

.rightTD #relevantBox p {
	padding-bottom: 8px;
}

.centerTD #relevantBox {
	margin-top: 15px;
}

.rightTD, .centerOnly .centerTD {
	background-image: url(/framework_images/corner_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/***** footer styles *****/

#footerBox {
	font-size: 65%;
	color: #A2A29E;
	text-align: center;
	padding: 13px 0px 25px 0px;
}

#footerBox a {
	color: #A2A29E;
	text-decoration: none;
}

#footerBox a:hover {
	text-decoration: underline;
	color: #004B8D;
}

#footerBox img {
	margin-right: 0px;
	margin-left: 5px;
	float: right;
}

#footerBox p {
	margin-top: 5px;
}

/***** footer styles *****/

#bannerBox {
	padding: 0;
	background-image: none;
	border-bottom: 0;
}

#bannerBox img {
	display: block;
	margin-bottom: 3px;
	border: 0px;
}

/***** news styles *****/

#newsBox {
	margin-top: 4px;
}

.newsTD {
	width: 50%;
	padding-right: 15px;	
	padding-top: 15px;
	vertical-align: top;
}

.frontpage .newsTD {
	width: 55%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}

/***** article styles *****/

.articleTD {
    width: 50%;
    padding-left: 15px;
    padding-top: 15px;
    vertical-align: top;
}


.frontpage .articleTD {
	width: 45%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}

span.date 
{
	font-size: 10px;
}
p.date 
{
	padding-bottom: 3px;
}

div.artList
{
	padding-bottom: 15px;
}
div.artList div
{
	padding-bottom: 1px;
}
div.artList p { margin: 0; padding-bottom: 5px;}


/***** linkBox styles *****/

.linkBox {

            position: relative;

            width: 227px;

            padding: 108px 14px 0px 14px;   

            margin: 0px 0px 19px 0px;

}
.linkBox a.target {

            position: absolute;

            top: 0px;

            left: 0px;

            background-image: none;

            padding: 0;

            margin: 0;

}

 

.linkBox a.target img {

            width: 225px;

            height: 99px;

            border: 0px;

}


.linkBox a {
	display: block;
	padding-left: 10px;
	padding-bottom: 1px;
	background-image: url(/framework_images/bullet.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.linkBox a:hover {
	text-decoration: underline;
}

.pasienter {
	background-image: url(/framework_images/group_pasienter_bg.gif);
	background-repeat: no-repeat;
}

.helsepersonell {
	background-image: url(/framework_images/group_helsepersonell_bg.gif);
	background-repeat: no-repeat;
}

.organisasjon {
	background-image: url(/framework_images/group_organisasjon_bg.gif);
	background-repeat: no-repeat;
}

/***** print styles *****/

.print {

            padding-top: 15px;

            text-align: right;

            font-size: 90%;

}



.print a {
	text-decoration: none;
	color: black;
}

.print a:hover {
	text-decoration: underline;
	color: black;
}

.print img {
	padding-left: 8px;
}

/***** emergency styles *****/

.emergency h1 {
	font-size: 160%;
	font-weight: bold;
}

.emergency p {
	font-size: 115%;
}

/***********************************************/
/* Other styles                                */
/***********************************************/

.autoPicture {
	float: right;
	padding-left: 15px;
}

.firstNews img {
	float: right; 
	margin-left: 15px;
}

#logoImage {
	position: absolute;
	top: 17px;
	left: 0;
	border: 0;
}

strongText {
	color: black;
}
.skipnav
{
	display: none;
}


/*artikkelmenu.aspx -----------------------------------------------------------*/
/*menu*/
div.mnuOuter
{
	width: 565px;
	padding-left: 5px;
	background: url(../img/bcg/bcg_xmeny.jpg) repeat-x;
	height: 21px;
	overflow: hidden;
}

div.mnuOuter div
{
	float: left;
}

div.mnuOuter div.sep
{
	width: 10px;
	height: 16px;
	padding: 0 10px;
	background: url(../img/bcg/divide_xmenu.jpg) no-repeat 10px 0px;
}

div.mnuOuter a
{
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 3px;
	height: 19px;
	white-space: nowrap;
	display: block;

}
div.srchBoxOuter
{
	width: 184px;
	overflow: hidden;
}

div.srchBox
{
	clear: both;
	border: 4px solid #FFF;
	overflow: hidden;
	width: 172px;
	background: #F5F6F8;
	padding: 8px 8px;
}


div.srchBox div.header
{
	width: 160px;
	font-size: 11px;
	font-weight: bold;
}

div.srchBox div.txtBox
{
	padding: 10px 0;
	width: 160px;
}

div.srchBox input 
{
	border: 1px solid #03539C;
	width: 160px;
}