.colorbox {
	width: 40px;
	height: 30px;
}
.colorbg_efsdarkgreen {
	/*background-color: #738248;*/
	background-color: #4a845a;
}
.colorfg_efsdarkgreen {
	/*color: #738248;*/
	color: #4a845a;
}
.colorbg_efslightgreen {
	background-color: #b9cbb9;
}
.colorfg_efslightgreen {
	color: #b9cbb9;
}
.colorbg_darkgreen {
	background-color: #4e736a;
}
.colorfg_darkgreen {
	color: #4e736a;
}
.colorbg_green {
	background-color: #abc599;
}
.colorfg_green {
	color: #abc599;
}
.colorbg_efsbrown {
	background-color: #a76d39;
}
.colorfg_efsbrown {
	color: #a76d39;
}
.colorbg_brown_old {
	background-color: #af8b71;
}
.colorfg_brown_old {
	color: #af8b71;
}
.colorbg_orange {
	background-color: #dca77e;
}
.colorfg_orange {
	color: #dca77e;
}
.colorbg_sand {
	background-color: #eee9dc;
}
.colorfg_sand {
	color: #eee9dc;
}
.colorbg_gray {
	background-color: #a3a6ad;
}
.colorfg_gray {
	color: #a3a6ad;
}
.colorbg_lightgray {
	background-color: #eeeeee;
}
.colorfg_lightgray {
	color: #eeeeee;
}
.colorbg_white {
	background-color: white;
}
.colorfg_white {
	color: white;
}
.colorbg_black {
	background-color: black;
}
.colorfg_black {
	color: black;
}
.left {
	float: left;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
}
.right {
	float: right;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
}
.clear {
	clear: both;
}
.mLeft10 {
	margin-left: 10px;
}
.border {
	border: 1px solid red;
}



html, body, div, p, form, ul, li, hr {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll; /* forces the vertical scrollbar to be visible by default (Firefox) */
}
body {
	/*background: url('../shared/images/wood2.jpg') #a76d39 repeat;*/
	background: url('../shared/images/background_gron_korn.gif') white repeat;
	font-size: 75%;
}

/* Layout blocks */
div#top {
	margin: 0px auto;
	height: 32px;
	width: 920px;
}
div#bottom {
	margin: 0px auto;
	width: 920px;
	height: 32px;
}
div#webpage {
	margin: 20px auto;
	padding: 0px 0px 0px 0px;
	width: 920px;
}
div#header {
	margin: 0px auto;
	padding: 0px;
	height: 140px;
	width: 920px;
	position: relative;
	background: url('../shared/images/header_wood.png');
}
div#toolbar {
	height: 30px;
	background: #b9cbb9;
	border-top: 5px solid #eeeeee;
	border-bottom: 5px solid #eeeeee;
}
div#toolbar_text {
	margin: 8px 0px 0px 10px;
	width: 700px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #738248;
}
div#container {
	width: 900px;
	overflow: hidden;
	background: white;
	margin: 0px auto;
	border-left: 10px solid #eeeeee;
	border-right: 10px solid #eeeeee;
}
div#leftcol {
	float: left;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	width: 158px;
	margin: 13px 0px 10px 10px;
}
div#menu {
	margin-bottom: 20px;
}
div#page {
	margin: 20px 0px 20px 0px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	float: left;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	width: 520px;
	padding-left: 15px;
	padding-right: 15px;
}
div#rightcol {
	margin: 20px 10px 20px 0px;
	float: right;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	width: 150px;
}
div#links {
	clear: both;
	background: #eeeeee;
	/*border-top: 2px solid #4e736a;*/
	font-size: 90%;
}
div#footer {
	clear: both;
	/*border-top: 2px solid #4e736a;*/
	background: #b9cbb9;
	border-top: 5px solid #eeeeee;
	/*border-bottom: 10px solid #738248;*/
	border-bottom: 10px solid #4a845a;
	font-size: 80%;
}

/* HEADER styles */
div.headline {
	clear: left;
	margin-bottom: 0.4em;
	color: #a76d39;
	font-family: arial, helvetica, sans-serif;
	font-size: 2.3em;
	font-weight: bold;
	text-align: left;
}
div.headline_white {
	clear: left;
	margin-bottom: 0.4em;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 2.3em;
	font-weight: bold;
	text-align: left;
}
div.headline2 {
	clear: left;
	margin-bottom: 0.2em;
	/*color: #738248;*/
	color: #4a845a;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
}
div.headline2_underline {
	clear: left;
	margin-bottom: 1.0em;
	/*color: #738248;*/
	color: #4a845a;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}
div.date {
	clear: left;
	color: #99bb88;
	color: #b9cbb9;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
div.bold {
	clear: both;
	margin-top: 0em;
	/*color: #738248;*/
	color: #4a845a;
	font-size: 1.2em;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.7em;
}

/* PARAGRAPH styles */
p {
	padding: 0px 0px 1.7em 0px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.7em;
}
p.small {
	font-size: 0.8em;
	line-height: 1.4em;
}
div#footer p {
	padding-bottom: 1.0em;
}
p.left {
	text-align: left;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}

/* LIST styles */
ul {
	padding: 0em 2.0em 1.7em 2.0em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.7em;
}
li {
	padding: 0em 0em 0em 0.4em;
}

/* LINK styles */
a.link {
	color: #7f1313;
	text-decoration: none;
}
a.link:visited {
	color: #7f1313;
}
a.link:hover {
	color: #0000ff;
	border-bottom: 1px solid #0000ff;
	background: #eeeeee;
}
p a.link {
	border-bottom: 1px solid #7f1313;
}

/* IMAGE styles */
img {
	border: none;
}
img.inline {
}
img.center {
	display: block;
	margin: 1.0em auto;
	clear: both;
}
img.left {
	float: left;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	margin: 0em 1.0em 1.0em 0em;
}
img.right {
	float: right;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	margin: 0em 0em 1.0em 1.0em;
}
img.left_tight {
	float: left;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	margin: 0em;
}
img.right_tight {
	float: right;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	margin: 0em;
}

/* DIVIDER styles */
hr.divider {
	margin-bottom: 1.6em;
	border: none;
	border-top: 1px solid #eeeeee;
}

/* NEWS styles */
.news_hidden {
	display: none;
}
.news_visible {
	display: block;
}
#news_show_hide_control {
	margin-top: 1.2em;
	padding-top: 0.8em;
	border-top: 1px solid #eeeeee;
}

/* NOTICE styles */
.notice_date {
	margin-top: 1.0em;
	color: black;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
}
.notice_header {
	margin: 0px;
	color: #7f1313;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.notice_text {
	padding: 0em 0em 0em 0em;
	color: black;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}

/* PROGRAMME styles */
div.programme_headline {
	clear: left;
	margin-bottom: 1.0em;
	color: #4e736a;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}
div.programme_event {
	margin-bottom: 1.0em;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.7em;
	width: 100%;
	overflow: hidden;
}
div.programme_date {
	width: 12em;
	float: left;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	text-align: right;
}
div.programme_info_container {
	margin-left: 12.5em;
}
div.programme_info_time {
	width: 8em;
	float: left;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	text-align: center;
}
div.programme_info_text {
	margin-left: 9em;
}

/* POLL styles */
div.poll_topic {
	margin: 0px 0px 1.6em 0px;
	color: #7f1313;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
input.poll_choice {
	margin: 2px 5px 0px 0px;
}
label.poll_choice_label {
	color: black;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
a.poll_button {
	padding: 2px 5px;
	background: white;
	color: #668855;
	border: 1px solid #d4d4d4;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	outline: 1px solid #f1f1f1;
}
a.poll_button:visited {
	color: #668855;
}
a.poll_button:hover {
	background: #f3f9e9;
}
div.poll_vote_msg {
	margin-bottom: 1.0em; 
	color: #668855;
	font-size: 1.4em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
.poll_view_topic {
	margin: 10px 20px;
	color: #7f1313;
	font-size: 1.4em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.poll_view_status {
	margin: 0px 20px 10px 20px;
	color: #7f1313;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
.poll_view_choice_container {
	width: 100px;
	color: #305978;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
.poll_view_votes_container {
	width: 300px;
	height: 40px;
	color: #305978;
	font-size: 1.0em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
.poll_view_votes {
	float: left;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	margin: 0px 5px 18px 5px;
	background: #305978;
	height: 18px;
}
div.poll_list_topic {
	margin: 15px 20px 5px 20px;
	color: #7f1313;
	font-size: 1.4em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
a.poll_list_topic {
	color: #7f1313;
	text-decoration: none;
}
a.poll_list_topic:visited {
	color: #7f1313;
}
a.poll_list_topic:hover {
	color: #7f1313;
	border-bottom: 1px solid #7f1313;
}
div.poll_list_status {
	margin: 0px 20px 10px 20px;
	color: #7f1313;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}
div.poll_list_topic_selected {
	margin: 15px 20px 5px 20px;
	color: #d2acac;
	font-size: 1.4em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
div.poll_list_status_selected {
	margin: 0px 20px 10px 20px;
	color: #d2acac;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
}

/* Search styles */
form.search_form {
	margin: 2px 0px 9px 12px;
	width: 162px;
}
input.search_input {
	display: block;
	float: left;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	width: 120px;
	margin: 0px;
	padding: 3px;
	background: white;
	color: #668855;
	border: 1px solid #d4d4d4;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
input.search_submit {
	display: block;
	float: right;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	margin: 0px;
	padding: 2px;
	background: white;
	color: #668855;
	border: 1px solid #d4d4d4;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}
div.search_result_msg {
	margin-bottom: 1.6em;
	color: #668855;
	font-size: 1.4em;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
div.search_result_header {
	margin: 0.2em 0em 0.4em 0em;
	padding: 0.2em 0.9em;
	border-bottom: 1px solid #668855;
}
a.search_result_link {
	color: #668855;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
a.search_result_link:visited {
	color: #668855;
}
a.search_result_link:hover {
	border-bottom: 1px solid #668855;
}
div.search_result_text {
	padding: 0em 1.0em 1.0em 1.0em;
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 160%;
}
span.search_result_mark {
	background: yellow;
	color: black;
	font-weight: bold;
}


/* Misc design styles */
div#note{
	margin: 10px auto;
	padding: 5px 30px;
	width: 770px;
	border: 5px solid red;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.7em;
	background: #000000;
	color: red;
	
}

/* Dagens bibelord från bibeln.se */
div#news_bibelord {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eeeeee;
	margin-bottom: -20px;
}

div#news_bibelord .bibel_ord {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.0em;
}

div#news_bibelord a.bibel_link {
	float: right;
	margin-top: -1.0em;
	color: #7f1313;
	text-decoration: none;
	font-size: 0.9em;
	font-family: verdana, sans-serif;
	border-bottom: 1px solid #7f1313;
}

div#news_bibelord a.bibel_link:hover {
	color: #0000ff;
	border-bottom: 1px solid #0000ff;
	background: #eeeeee;
}

div#news_bibelord .bibelnse_link {
	display: none;
}

/* Senaste nytt från dagen.se */
div#news_dagen {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eeeeee;
}

/* Necessary in order to display DAGEN news correctly */
div#news_dagen tr {
	font-size: 0px;
}


.__wpget_singleentry {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 1.7em;
}

.__wpget_singleentry h2{
	clear: left;
	margin-bottom: 0.2em;
	/*color: #738248;*/
	color: #4a845a;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
}

.__wpget_singleentry p.date {
	clear: left;
	color: #b9cbb9;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-bottom: 0.9em;
}

.__wpget_singleentry .content {
	padding: 0px 0px 1.7em 0px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.7em;
}

.__wpget_singleentry .alignleft {
	float: left;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	margin-right: 20px;
}
.__wpget_singleentry .alignright {
	float: right;
	display: inline; /* fix for IE5/6 Doubled Float-Margin Bug */
	margin-left: 20px;
}

.__wpget_singleentry .signatur {
	position: relative;
	margin-top: 1.7em;
	width: 100%;
	overflow: hidden;
}
.__wpget_singleentry .signatur p {
	position: absolute;
	bottom: 0px;
	right: 120px;
	padding: 0em;
}