/* ----------------------------- */
/* Article Show - Espen H.   */
/* ----------------------------- */

.articleShow {
	width: 550px;
	font-family: Arial;
}
.articleShow h1 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #807373;
}
.articleShow p {
	margin: 5px 0px;
	margin-bottom: 15px;
	padding: 0;
}


.articleShow .topimage
{
	margin-bottom: 15px;
}

h1.articleShowHeading {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 35px;
/*
	width: 280px;
	///width: 285px;
*/
	color: #807373;
	position: relative;
	top: -7px;
/*	border-bottom: 2px dotted #807373;*/
}
.articleShowIngress {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #807373;
	margin-bottom: 10px;
	padding-top: 5px;
/*
	width: 295px;
	///width: 285px;
*/
}
h1.articleShowWide, div.articleShowWide {
	width: 550px;
}
.articleShowImageContainer {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	///width: 258px;
	width: 232px;
	text-align: center;
}
.articleShowImageContainer img {
	border: 1px solid #807373;
}
.articleShowCaption {
	font-size: 11px;
	line-height: 15px;
	color: #312f2b;
}
.articleShowBody {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
/*	color: #807373; */
	color: #666666; 
}
.articleShowBody h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	margin-bottom: 5px;
}
.articleShowBody a, .articleShowBody a:visited {
	color: #00BCFF; /* #008c99; */
}
.articleShowBody a:hover {
	color: #0099FF; /* #15bbc2; */
}
.articleShowPrintMe {
	margin-top: 10px;
}

/* ----------------------------------------- */
/* Article Related Content - Espen H. */
/* ----------------------------------------- */

.relatedBox {
	border-top: 2px solid #807373;
	width: 158px;
	font-family: Arial;
	margin-bottom: 25px;
}
.relatedHeader {
	font-size: 11px;
	text-transform: uppercase;
	color: #807373;
	font-weight: bold;
	margin: 2px 0 4px 0;
}
.relatedFiles, .relatedLinks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.relatedFiles li {
	padding: 5px 25px;
	margin: 0;
	font-size: 11px;
	background-image: url('../../images/acrobat.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
.relatedLinks li {
	padding: 0px 15px;
	margin: 0;
	margin-left: 5px;
	font-size: 11px;
	background-image: url('../../images/linkarrow.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
.relatedArticles
{
	margin: 0px 20px;
	padding: 0;
	color: #318794;
}
.relatedArticles li {
	padding: 4px 0px;
	margin: 0;
	font-size: 11px;
}
.relatedLinks a {
	text-decoration: none;
}
.relatedLinks a:hover {
	text-decoration: underline;
}
.relatedContent {
/*	background: #d5f1f2; */
	background: #c0c0c0; 
	padding: 5px;
}
.relatedBox a, .relatedBox a:visited {
	color: #666666; /* #008c99; */
}
.relatedBox a:hover {
	color: #0099FF; /*318794*/
}
