@media screen,projection {
/* ARTIKKELKOMMENTARER */
#articlecomments {
	position: relative;
	clear: both;
}
#articlecomments dl * {
	zoom: 1;
}
#articlecomments h2 {
	background: url('http://fil.nrk.no/contentfile/web/icons/comments.gif') no-repeat 8px 2px;
	padding-left: 31px;
}
#articlecomments h2 var {
	font-style: normal;
}
#articlecomments a.toggleCommentForm {
	margin-bottom: 10px;
	display: block;
}
#articlecomments a.expandAllComments {
	display: none;
}
#articlecomments form#commentform {
	background-color: #FAF38B;
	border: 1px solid #F3E514;
	position: relative;
	padding: 2px;
	width: 98%;
	margin: 0 4px 25px 0;
	overflow: hidden;
}
#articlecomments form#commentform fieldset.left {
	overflow: hidden;
	width: 150px;
}
#articlecomments form#commentform fieldset.right {
	overflow: hidden;
	width: 256px;
}
#articlecomments form#commentform h3 {
	background: #EEE785 url('http://fil.nrk.no/contentfile/web/icons/answer.gif') no-repeat 4px center;
	padding: 2px 0 3px 28px;
	margin: 2px;
	color: #000;
	border: 0;
}
#articlecomments form p.message {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	padding: 8px 0;
	margin: 4px 2px;
	display: none;
}
#articlecomments form p.error {
	color: #a00;
	display: block !important;
}
#articlecomments form p.success {
	color: #093;
	display: block !important;
}
#articlecomments form fieldset {
	border: 0;
	padding: 2px;
}
#articlecomments form fieldset label {
	margin-bottom: 3px;
	font-size: 11px;
	display: block;
	width: 140px;
}
#articlecomments form fieldset label span,
#articlecomments form fieldset p.help span {
	font-weight: bold;
	font-size: 12px;
	color: #a00;
	display: inline;
}
#articlecomments form fieldset input,
#articlecomments form fieldset textarea {
	border: 1px inset #aaa;
	background-color: #fff;
	margin-bottom: 7px;
	line-height: 16px;
	padding: 1px 2px;
	font-size: 11px;
}
#articlecomments form fieldset input#name,
#articlecomments form fieldset input#captchaCode {
	width: 138px;
}
#articlecomments form fieldset input#title {
	width: 250px;
}
#articlecomments form fieldset #captcha img {
	border: 1px inset #aaa;
	margin: 18px 0 8px 0;
	width: 140px;
}
#articlecomments form fieldset #captcha p {
	font-size: 11px;
	width: 140px;
	margin: 0;
}
#articlecomments form fieldset p.help {
	font-size: 11px;
	float: left;
	clear: both;
	margin: 0;
}
#articlecomments form fieldset textarea {
	width: 250px;
	min-height: 121px;
	display: block;
}
#articlecomments form fieldset input.inputsubmit {
	border: 1px outset #fff;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	margin: 0 10px 10px 0;
	width: 80px;
	color: #000;
}
#articlecomments form fieldset input:active.inputsubmit {
	border: 1px inset #ddd;
	background-color: #aaa;
}
#articlecomments dl {
	clear: both;
	margin-right: 4px;
}
#articlecomments dd dl {
	clear: both;
	margin: 0 0 0 15px;
}
/* BRJ */
#articlecomments dt {
	background-color: #e6efec;
	background-position: 4px center;
	background-repeat: no-repeat;
	position: relative;
	margin: 3px 0 2px 0;
	padding: 4px 0 4px 5px;
	font-weight: bold;
	font-size: 11px;
	display: block;
}
#articlecomments dt a {
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}
#articlecomments dt a:hover {
	color: #000;
}
#articlecomments dd {
	padding: 0 0 10px 5px;
	position: relative;
	cursor: default;
	clear: both;

}
#articlecomments dd.open {
	display: block;
}
* html #articlecomments dd {
	height: 1%;
}
#articlecomments dd span {
	border-bottom: 1px solid #eee;
	padding: 0 5px 2px 0;
	font-size: 10px;
	display: block;
	color: #555;
	float: none;
	clear: both;
	margin: 0 0 5px;
}
#articlecomments dd p,
#articlecomments dd pre {
	white-space: normal;
	font-size: 12px;
	margin: 8px 0;
}
#articlecomments dd form {
	border-bottom: 1px solid #ddd;
	text-align: left;
	background: none;
	position: relative;
	clear: both;
	border: 0;
	padding: 0;
	margin: 0;
}
#articlecomments dd form input.comment,
#articlecomments dd form input.warning {
	background-color: transparent;
	text-decoration: underline;
	text-align: center;
	margin: 10px 10px 15px 0;
	float: right;
	border: 0;
	color: #036;
	cursor: pointer;
}
#articlecomments dd form input:hover.comment,
#articlecomments dd form input:hover.warning {
	color: #a00;
}
#articlecomments form#reportform {
	background-color: #faa;
	border: 1px solid #a00;
	position: relative;
	padding: 2px;
	margin: -20px 3% 15px 0;
	float: left;
	width: 97%;
}
#articlecomments form#reportform h3 {
	background: #a00 url('http://fil.nrk.no/contentfile/web/icons/answer.gif') no-repeat 4px center;
	padding: 2px 0 3px 28px;
	margin: 2px 2px 0;
	color: #fff;
	border: 0;
}
#articlecomments form#reportform p {
	float: left;
	width: 230px;
	margin: 6px;
}
#articlecomments form#reportform input {
	border: 1px outset #fff;
	background-color: #ddd;
	text-decoration: none;
	padding: 2px 10px;
	margin: 8px 2px 0 6px;
	text-align: center;
	float: right;
	color: #000;
}
#articlecomments form#reportform input:active {
	border: 1px inset #ddd;
	background-color: #aaa;
	padding: 2px 10px;
	margin: 8px 2px 0 6px;
	text-align: center;
	float: right;
}
/* END */
}
