div.articleContent
{
	font-size: 9px;
	margin-right: 6px;
	margin-bottom: 1px;
}

div.isUnEven
{
	background-color: #E8F1F6;
}

td.articleImage
{
	padding-left: 10px;
}
td.articleAbstract
{
	padding-left: 10px;
	padding-right: 10px;
}

table.articleContent
{
}
div.articleContent td
{
	vertical-align: top;
}
.articleHeader, .articleHeader a:link, .articleHeader a:visited
{
	color: #908474;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	display: block;
}
div.articleAbstract
{
}
div.articleImage img
{
	display: block;
}
td.articleImage
{
	width: 93px;
	height: 93px;	
}

div.articleInnerImg
{
	width: 93px;
	height: 93px;
	overflow: hidden;
	background-image: url(../images/no-image-h.jpg);
	
}
div.articleImgTopPush { height: 8px; overflow: hidden; width: 93px; }
div.isUnEven div.articleInnerImg {background-image: url(../images/no-image-b.jpg);}
div.articleRelImg
{
	width: 77px;
	height: 77px;
	overflow: hidden;
	margin: 0px 8px 8px 8px;
}

div.articleAltImage img
{
}
.articleReadMore a:link, .articleReadMore a:visited
{
	text-transform: lowercase;
	color: #908474;
	text-decoration: none;
}
div.articleTopnote
{
	font-size: 7px;
	color: Black;
}
.articleDate
{
}

div.storyContent
{
	width: 600px;

}
div.storyContent td
{
}
div.storyImage img
{
	
}

div.storyHeader
{
	color: #908474;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 9px;
}
div.storyAbstract
{
}
div.storyFull
{
	font-size: 9px;
	width: 600px;
	/*hacket kode for å få scrollbar riktig*/
	overflow: auto;
	overflow:-moz-scrollbars-none;	
	overflow-y: hidden;
	overflow-x: auto;
	
}
table.contactTable div.storyFull
{
	width: 200px;
}
div.storyTopnote
{
}

/*ikoner*/
div.PrintAndTip
{
	margin-top: 9pt;
	margin-bottom: 9pt;
	width: 100%;
	overflow: hidden;

}
table.PrintAndTip
{
	vertical-align: top; 
}
table.PrintAndTip td, table.PrintAndTip table
{
	vertical-align: top;

}
table.PrintAndTip a
{
	color: #908474;
	text-decoration: none;
	font-size: 8pt;
}

/*print*/
a.printLink
{
	display: block;
	margin-top: 4px;
	margin-right: 15px;
	background-image: url(../images/IcoPrint.jpg);
	background-repeat: no-repeat;
	text-indent: 15px;
}

/*tips*/
input.TipText
{
	width: 200px;
}
TipTextMulti
{
	width: 220px;
	height: 80px;
}
.errorMessage
{
	font-size: 10px;
	text-align: right;
}
div.TipCaption
{
	width: 120px;
	font-size: 11px;
	height: 30px;
}
div.TipHeader
{
	margin-top: 3px;
	color: #908474;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 9pt;
}
td.TipButton
{
	width: 120px;
}
td.TipCancel
{
	width: 220px;
}
a.TipButton
{
	display: block;
	margin-top: 4px;
	background-image: url(../images/IcoTip.jpg);
	background-repeat: no-repeat;
	text-indent: 15px;	
}

/*bilderamme
.imgRBox_T
{
	background-image: url(../images/ramme_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.imgRBox_B
{
	background-image: url(../images/ramme_bunn.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 -10px 0 10px;
}

.imgRBox_L
{
	background-image: url(../images/ramme_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

.imgRBox_R
{
	background-image: url(../images/ramme_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

.imgRBox_TL
{
	background-image: url(../images/ramme_top_left_h.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.imgRBox_TR
{
	background-image: url(../images/ramme_top_right_h.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.imgRBox_BL
{
	background-image: url(../images/ramme_bunn_left_h.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.imgRBox_BR
{
	background-image: url(../images/ramme_bunn_right_h.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

div.isUnEven .imgRBox_BR { background-image: url(../images/ramme_bunn_right_b.jpg); }
div.isUnEven .imgRBox_BL { background-image: url(../images/ramme_bunn_left_b.jpg); }
div.isUnEven .imgRBox_TR { background-image: url(../images/ramme_top_right_b.jpg); }
div.isUnEven .imgRBox_TL { background-image: url(../images/ramme_top_left_b.jpg); }*/


