@charset "utf-8";
/* CSS Document */

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	background-image: url('../images/background-repeat.jpg');
	background-color: #333;
	background-position: top center;
	background-repeat: repeat;
}
/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */

/* General font styles */
td,div,p{
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #333;
	font-size: 12px;
}
p{
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
	line-height: 140%;
}
a{
	color: #999;
	text-decoration: none;
}
h1{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 100%;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 14px;
	border-bottom: 1px solid #CCC;
}
h2{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
h2.description{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
	border: none;
}
h3{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
h4{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	padding-bottom: px;
	margin-bottom: 14px;
	margin-top: 7px;
	border-bottom: 1px solid #CCC;
}
h5{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #333;
	font-weight: normal;
	margin-bottom: 3px;
	border-bottom: 1px solid #CCC;
	
}
h6{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 3px;
	
}
textarea, input {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
ul {
	list-style: disc;	
}

ul li {
	margin-bottom: 8px;	
}
#outerWrapper{
	width: 100%;
	height: 100%;
	background-color: #fff;

}
/* Outer containers */
#contentWrapper{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#topContainer{
	float: left;
	width: 960px;
	height: 152px;
	background-color: #FFF;
	background-image: url(../images/top-banner.gif);
	background-repeat: no-repeat;
}
#midContainer{
	float: left;
	width: 960px;
	background-color: #FFF;
	position: relative;
}
#bottomContainer{
	float: left;
	width: 960px;
	background-color: #FFF;
	position: relative;
}
#bottomEdge{
	float: left;
	width: 925px;
	height: 10px;
	background-image: url(../images/bottom-edge.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 25px;
	padding-top: 20px;
	text-align: right;
	font-size: 11px;
	color: #666;
	padding-right: 35px;
	border-top:1px solid #CCC;
}
#bottomEdge a{
	color: #666;
}
/* Top content - breadcrumb path */
#breadcrumbContainer{
	float: right;
	width: 920px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #999;
	text-align:right;
}
#breadcrumbContainer  a{
	color: #999;
	text-decoration: none;
	display: inline;
}
#breadcrumbContainer a:hover,#breadcrumbContainer a:active{
	color: #333;
}
/* Top content - logo */
#logoContainer{
	float: left;
	width: 960px;
	height: 91px;
}
/* Top content - menu */
#menuContainer{
	float: left;
	width: 960px;
	height: 34px;
	padding-top:10px;
}
#menuHolder{
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}
.menuButton{
	float: left;
	margin-right: 5px;
	background-color:#CCC;
}
.menuButtonLeft{
	float: left;
	width: 10px;
	height: 34px;
	background-image: url(../images/tab-left.gif);
	background-repeat: no-repeat;
}
.menuButtonMid{
	float: left;
	background-image: url(../images/tab-center.gif);
	background-repeat: repeat-x;
}
.menuButtonMid a{
	color: #333;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.selected a{
	color: #F00;

}



.menuButtonRight{
	float: left;
	width: 10px;
	height: 34px;
	background-image: url(../images/tab-right.gif);
	background-repeat: no-repeat;
}
.menuButton.selected .menuButtonLeft{	
	background-image: url(../images/tab-selected-left.gif);
	background-repeat: no-repeat;
}
.menuButton.selected .menuButtonMid{	
	background-image: url(../images/tab-selected-center.gif);
	background-repeat: repeat-x;
}
.menuButton.selected .menuButtonRight{	
	background-image: url(../images/tab-selected-right.gif);
	background-repeat: no-repeat;
}
.menuButton .menuButtonLeft.hover{	
	background-image: url(../images/tab-hover-left.gif);
	background-repeat: no-repeat;
}
.menuButton .menuButtonMid.hover{	
	background-image: url(../images/tab-hover-center.gif);
	background-repeat: repeat-x;
}
.menuButton .menuButtonRight.hover{	
	background-image: url(../images/tab-hover-right.gif);
	background-repeat: no-repeat;
}

/* Bottom content */
#addressInfoContainer{
	float: left;
	width: 145px;
	margin-left: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 15px;
	text-align: left;
	font-size: 11px;
	color: #999;
	border-top: 1px solid #CCC;
}
#companyInformationContainer{
	float: left;
	width: 730px;
	margin-right: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
	font-size: 11px;
	color: #333;
	border-top: 1px solid #CCC;
}
/* Fremside stiler */
#frontImageContainer{
	float: left; 
	width: 960px;
	height: 298px;
	overflow: hidden;
}
.imageContainerPrimary{
	float: left;
	width: 597px;
}
.imageContainerSecondary{
	float: left;
	width: 363px;
}
/* Artikkel og innholdsstiler */
#columnSplitContainer{
	float: left;
	width: 960px;
	position: relative;
	border-top: 1px solid #CCC;
}
#mainArea{
	float: left;
	width: 475px;
	margin: 35px;
	margin-right: 10px;
}


#mainContentContainer{
	float: left; 
	width: 475px;
	margin-bottom:12px;
	text-align: left;
	position: relative;
		
}
#articleListContainer{
	float: left;
	width: 475px;
	margin-bottom: 25px;
	text-align: left;
	position: relative;
}


#articleListContainerThin{
	float: left;
	width: 312px;
	margin-bottom: 25px;
	text-align: left;
	position: relative;
}
#articleListContainerR{
	float: left;
	width: 312px;
	margin-bottom: 25px;
	text-align: left;
	position: relative;
	

}
#articleListContainerR h4{
	width: 312px;
	font-size:12px
}
.articleItemContainer{
	float: left;
	width: 475px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
}


.articleItemContainerR{
	float: left;
	width: 312px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
		border-bottom:#CCC 1px solid;
}
.articleItemContainerThin{
	float: left;
	width: 312px;
	padding-bottom: 25px;
	text-align: left;
	position: relative;
}
.articleItemContainer img{
	float: left;
	margin-right: 25px;
}
.articleItemContainer p{
	float: left;
	width: 392px;
}
.articleItemContainer h4{
	float: left;
	width: 392px;
}
.articleItemContainer h4 a{
	color: #000;
}
.articleItemContainerThin h4 a{
	color: #000;
}
.articleItemContainer p.wide{
	float: left;
	width: 475px;
}
.articleItemContainer p.wide{
	float: left;
	width: 475px;
}
.articleItemContainer.wide p{
	float: left;
	width: 475px;
}
.articleItemContainer h4.wide{
	float: left;
	width: 475px;
}
.articleItemContainerR p{
	float: left;
	width: 312px;
}
.articleItemContainerR h4{
	float: left;
	width: 312px;
}
.articleItemContainerR h4 a{
	color: #000;
	font-size:14px;
}

.articleItemContainerR p.wide{
	float: left;
	width: 312px;
}
.articleItemContainerR p.wide{
	float: left;
	width: 312px;
}
.articleItemContainerR.wide p{
	float: left;
	width: 312px;
}
.articleItemContainerR h4.wide{
	float: left;
	width: 312px;
}
#subArea{
	float: left;
	width: 312px;
	margin: 35px;
	margin-top:32px;
	margin-left: 90px;
	position: relative;
}
#newsContainer{
	float: left;
	width: 312px;
	text-align: left;
	
}
#newsHeaderContainer{
	margin-bottom: 0px;
	position: relative;
}
#newsHeaderContainer h4{
	margin-bottom: 0px;
}
#newsHeaderContainer span{
	position: absolute;
	right: 0px;
	top: 5px;
}
#newsHeaderContainer span a{
	color: #000;
}
#newsListContainer{
	float: left;
	width: 100%;
}
.newsItemContainer{
	height:16px;
	font-size: 12px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:0px;
	border-bottom: 1px solid #CCC;
	cursor:pointer;
}
.selected{
		background-color:#F1F1F1;

}
.newsItemContainer a{
	font-size: 12px;	
}

.newsItemContainer:hover{
	background-color:#F1F1F1;
}

.newsItemContainer h4{
	font-size: 12px;	
}

#relatedContainer{
	float: left;
	text-align: left;
}
.relatedItem{
	float: left;
	margin-bottom: 10px;
	position: relative;
}
.relatedItem h4 a{
	color: #000;
}
/* Normal article / page layout */

#mainImageContainer{
	float: left;
	margin-bottom: 25px;	
}
#galleryText{
	float: left;
	text-align: left;
}
#blogMainText{
	margin-top:25px;
	float: left;
	text-align: left;
}
#blogMainText h1{
	width: 312px;
	font-size: 12px;
	padding-bottom:5px;
	
}
p.description{
	font-weight: bold;	
}
.blogImageContainer{
	float: left;
	width: 475px;
	border:1px solid #CCC;
	
}
.blogImageContainerThumb{
	float: left;
	width: 475px;
	padding-top: 5px;
	margin:0;
	
	
}
#tags{

	text-align:left;
	font-size:9px;
}

#tags a{
	line-height:12px;
}

.social_icons{
	font-size: 12px;
	color: #000;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left:0px;
	border-bottom: 1px solid #CCC;
	height:24px;
	
}
.social_icons img{ 
margin-right:10px;
float:left;
clear:both;
	
}
 
.social-text { 
margin-top:12px;
	
}

.imagelist{
	margin-bottom:10px;
	height: auto;
	
	
}
.bloglist {

	
}

.bloglist p{
	padding-top:10px;
	
}

.blogImageItemThumb{
	width:25px;
	height:25px;
	overflow:hidden;
	border:1px solid #CCC;
	float:right;
	margin-left:5px;
	
}
.galleryImageItem{
	float: left;
	width: 246px;
	height: 159px;
	overflow: hidden;
}
.galleryItemContainer{
	float: left;
	width: 274px;
}
.galleryItemTop{
	float: left;
	width: 274px;
	height: 11px;
	background-image: url(../images/gallery-container-top.jpg);
	background-repeat: no-repeat;
}
.galleryItemMid{
	float: left;
	width: 246px;
	padding-left: 13px;
	padding-right: 15px;
	background-image: url(../images/gallery-container-mid.jpg);
	background-repeat: repeat-y;
}
.galleryItemBottom{
	float: left;
	width: 274px;
	height: 11px;
	background-image: url(../images/gallery-container-bottom.jpg);
	background-repeat: no-repeat;
}
/* Editor styles - lol lissom */
#edit_test{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
}
#insert_test{
	position: absolute;
	top: 20px;
	right: 0px;
	width: 100%;
	text-align: center;
}
.editPanel{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	z-index: 999;
	text-align: right;
}
.editPanel a{
	
}
.editPanel img{
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 8px;
}

/*for full width display*/
#mainArea.fullwidth {
	width: 890px;
	margin-left: 80px;
	margin-right: 80px;
}
#articleListContainer.fullwidth{
	
	width: 800px;
	
}
.articleItemContainer.fullwidth {
	width: 800px;	
}
h4.fullwidth {
	width: 800px;	
}
.articleItemContainer.fullwidth {
	width: 800px;
	clear: both;
}
.blogImageContainer.fullwidth {
	width: 800px;
	
}
.blogImageContainerThumb.fullwidth {
	width: 800px;	
}
.bloglist.fullwidth {
	width: 800px;	
}
.bloglist.fullwidth p {
	padding-right: 200px;	
}
.bloglist ul {
	text-align: left;
	list-style: disc;
	float: left;
}
.bloglist ul li {
	margin-bottom: 8px;	
}

#subArea ul {
	text-align: left;
	list-style: disc;
}

#subArea ul li {
	margin: 3px;	
}

#subArea ul.categoryLinks {
	float: right;
	text-align: left;
	width: 250px;
	list-style:none;
}

#subArea ul.categoryLinks lh {
	width: 250px;
	padding-bottom: 10px;
}

#subArea ul.categoryLinks li {
	height: 40px;
	width: 250px;
	margin: 0;
}

#subArea ul.categoryLinks li h4, ul.categoryLinks lh h4{
	margin: 0;
}

#subArea ul.categoryLinks li a {
	width: 100%;
	height: 30px;
	padding-top:10px;
	display: block;
	color: #ccc;
}
#subArea ul.categoryLinks li a:hover {	
	background-color: #ddd;
	color: #000;
}
#submissionForm form {
	padding: 10px;	
}

#submissionForm form .submissionName {
	background-color: #FFF;
	border: 1px solid #ccc;	
	height: 15px;
	width: 50%;
}

#submissionForm form p.formlabel {
	margin: 0px;
	margin-top: 10px;
	width: 100%;
}

#submissionForm form p.uploaderlabel {
	margin-top: 10px;
	margin-bottom: 0;
}

#submissionForm form label input {
	width: 500px;
	height: 20px;
	margin-bottom: 14px;
	margin-top: 4px;
}

#submissionForm form label span {
	font-size: 14px;
}

#submissionForm form label input.counter {
	width: 30px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}
#submissionForm form label textarea {
	width: 500px;
	margin-bottom: 14px;
	margin-top: 4px;
}

#submissionForm form label span.requiredText {
	color: #ff0000;	
}

#submissionForm #uploaderDiv {
	margin-bottom: 20px;
	margin-top: 0px;	
}



#mainContentContainer.receipt {
	width: 500px;
	float:none;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 100px;
	border: 1px solid #ccc;
}

#mainContentContainer.receipt p.receipt_id {
	font-size: 50px;
	margin: 20px;	
}

#subForm {
	position: relative;	
}

#subForm p.subFormLabel {
	display: inline;	
}

#subForm .textField {
	border: 1px solid black; 
	width: 200px; 
	height: 20px;	
}
#subForm .subFormLabelAndField {
	float: left;
	margin-right: 20px;	
}
