/**
 * BEGIN type selectors
 */

/**
 * END type selectors
 */
p strong span {
	font-size: 10pt;
	text-transform: uppercase;
}
/**
 * BEGIN ID selectors
 */

/**
 * END ID selectors
 */

/**
 * BEGIN class selectors
 */
.SearchLeft fieldset,
.SearchRight fieldset {
	border: 0;
}
/**
 * END class selectors
 */

 /**
  *	BEGIN forside
  */

.recentNews ol,
.recentNews ol li,
.featuredQuestions ol,
.featuredQuestions ol li,
.popularQuestions ol,
.popularQuestions ol li,
.recentQuestions ol,
.recentQuestions ol li,
.popularSearch ol,
.popularSearch ol li,
.favorites ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.recentNews ol li,
.featuredQuestions ol li,
.popularQuestions ol li,
.recentQuestions ol li,
.popularSearch ol li {
	padding: 0 0 0 21px;
	background: url('/gfx/icons/page_white_edit.png') no-repeat 0px 3px;
}

.recentNews ol li img,
.featuredQuestions ol li img,
.popularQuestions ol li img,
.recentQuestions ol li img,
.popularSearch ol li img
{
	display: none;
}

.recentNews ol li  {
	background: url('/gfx/icons/newspaper.png') no-repeat 0px 13px;
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	padding-top: 10px;
}
.recentNews ol li:before {
}


.recentNews ol li p {
	margin: 0;
	padding: 0;
}

.featuredQuestions ol li,
.favorites ol li {
	background: url('/gfx/icons/page_white_star.png') no-repeat 0px 3px;
}

.popularQuestions ol li {
	background: url('/gfx/icons/page_white.png') no-repeat 0px 3px;
}

.recentQuestions ol li {
	background: url('/gfx/icons/new.png') no-repeat 0px 3px;
}

.popularSearch ol li {
	background: url('/gfx/icons/page_white_magnify.png') no-repeat 0px 3px;
}

.favorites ol li {
	padding-left: 21px;
}

/*
 *	END forside
 */

 /**
  *	BEGIN artikel kommentar
  */

#AKB_User_Comments .AKB_User_Comment {
	border-top: 1px dotted rgb(204, 204, 204);
	clear: left;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
}

#AKB_User_Comments .AKB_User_Comment p {
	margin: 0;
	padding: 0;
}

/**
  *	END artikel kommentar
  */

td.content {
	width: 150px;
}

td.content img {
	display: none;
}

td.content div.categoryname {
	background: url("/gfx/icons/folder_page_white.png") no-repeat 0 3px;
	margin-right: 10px;
	padding-left: 21px;
}

td.content div.categoryname a {

}

td.content div.categoryname span {

}

.categorydesc {

}

.Required {
	color: Red;
	font-weight: bold;
}

textarea.stdTxt {
	border: 1px solid #7f9db9;
	color: #9e9e9f;
	font-family: 'Trebuchet MS';
	font-size: 1em;
	overflow: auto;
	padding: 2px 1px;
}

#alphalist {
	margin: 0 auto;
	width: auto;
}

#alphalist a {
	margin-right: 6px;
}

table.BodyPanel tr td {
	vertical-align: top;
}
