/*
$Revision: 1.34 $
$Date: 2009/03/12 09:05:47 $
$Author: Anders $
Bobolo CMS **************************************************************************************************
*/

body {
	background: #fff url("bg-body.jpg") no-repeat left top;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-align: center;
}

body,
#containerMain table td,
.mceContentBody table td {
	font: normal 13px/1.6em Arial, Helvetica, sans-serif;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	text-align: left;
	padding: 10px;
}

/* Used to make all divs relative */
div {
	position: relative;
}

/* Wrappers */
#wrapper_header {
	display: block;
	position: relative;
	clear: both;
}

#wrapper_main {
	display: block;
	position: relative;
	clear: both;
}

#wrapper_footer {
	display: block;
	position: relative;
	clear: both;
}

#containerAll,
#containerMenu,
#containerFooter {
	width: 775px;
}

#containerMaster {
	margin-top: 50px;
}


/* ALL */
#containerAll {
	position: relative;

	display: block;
	z-index: 1;
	
	margin-left: auto;
	margin-right: auto;

	padding: 0;
	
	text-align: left;
}

#containerAll {
	display: block; 
	clear: both;
}


/* HEADER */
#containerHeader {
	position: relative;
	z-index: 2;
	height: 189px;
	text-align: left;
	background: url("bg-head.jpg") no-repeat 100% 0%;
}


/* LOGO */
#containerLogo {
	position: relative;
	z-index: 3;

	padding: 35px 0 0 24px;
	margin: 0px;
	text-align: left;
}

	#containerLogo a:link,
	#containerLogo a:active,
	#containerLogo a:visited {
		color: #ca6c41;
		text-decoration: none; 
		border: 0px;
		padding: 0px;
		font-family: "Times New Roman", Garamond, Georgia, Arial, Helvetica;
		font-size: 65px;
		font-weight: bold;
		font-style: italic;
		text-indent: -5000px;
	}

	#containerLogo a img {
		text-decoration: none; 
		border: 0px;
	}

	#containerLogo a {
		display: none;
	}


/* MENU */
#containerMenu {
	position: absolute;
	
	background: url("bg-meny.gif");
	
	z-index: 3;

	top: 189px;
	left: 0px;
	
	margin: 0px;
	padding: 0px;

	height: 43px;
}


/* ADMIN MAIN */
#containerAdmin {
	position: relative;
	top: 0px;

	padding-left: 0px;
	padding-right: 20px;
	text-align: left;

	min-height:400px;
	height:auto !important;
	height:400px;
	
	text-align: left;

	width: 95%;
	z-index: 5;
}

/* MAIN */
#containerMain { 
	position: relative;
	top: 0px;

	text-align: left;

	min-height:300px;
	height:auto !important;
	height:300px;

	margin: 0px;
	padding: 0px;

	padding-left: 20px;
	padding-right: 20px;
	
	width: 495px;
	
	margin-left: 240px;
	margin-top: 20px;
	
	border: 1px solid #aaa;
	border-style: none none none solid;
}






/* SECONDARIES */
#containerSecondary1 {
	width: 225px;
	display: block;
	position: absolute;
	top: 0px;
	padding: 0 15px 0 0;
	height: auto;
}

#containerSecondary2 {
	position: absolute;
	top: 20px;
	display: block;
	height: 229px;
	width: 775px;
}

#containerSecondary3 {

}




/* FOOTER */
#containerFooter {
	background: url("bg-sidfot.gif") no-repeat top left;
	position: relative;
	
	z-index: 2;
	height: 33px;
	padding: 0 0 0 20px;
	
	width: 755px;

	text-align: left;
	margin-top: 7px;
}

	#containerFooter p {
		color: #fff;
		padding: 5px 0 0 0;
		margin: 0;
		text-align: left;
		line-height: 20px;
		font-size: 0.9em;
	}

	#containerFooter p a:link,
	#containerFooter p a:active,
	#containerFooter p a:visited {
		color: #fff;
		font-weight: normal;
		text-decoration: none;
	}

#containerFooter #footer_meny {
	position: absolute;
	right: 0px;
	top: 5px;
}

#containerFooter #footer_meny ul {
	margin: 0 20px 0 0;
	padding: 0;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

#containerFooter #footer_meny ul li {
	margin-left: 10px;
	display: inline;
	float: left;
}

#containerFooter #footer_meny ul li a:link,
#containerFooter #footer_meny ul li a:active,
#containerFooter #footer_meny ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#containerFooter #footer_meny ul li a:hover {
	text-decoration: underline;
}

/* NAVIGATION MENU */

#containerCrumbtrail { 
	height: 30px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	display: block;
	font-size: 0.9em;
}

	#containerCrumbtrail p { 
		color: #777;
		font-size: 0.9em;
		margin: 0px;
		padding: 0px;
		text-align: left;
	}

	#containerCrumbtrail p a:link,
	#containerCrumbtrail p a:active,
	#containerCrumbtrail p a:visited { 
		font-weight: normal;
		text-decoration: underline;	
	}





/* OFFLINE */

#containerOffline {

}






/* ARTICLES */

div.containerArticles {
	position: relative;
	clear: both;
}

	div.containerArticles ul {
		margin: 0px;
		padding: 0px;
		text-align: left;
		list-style-image: none;
		list-style-type: none;
		clear: both;
		list-style-position: outside;
	}

	div.containerArticles ul.horizontal {
		clear: none;
	}

	div.containerArticles ul li {
		position: relative;
		font-size: 1em;
		margin: 0;
		padding: 0 0 15px 0;
	}

	div.containerArticles ul li.odd {
	}

	div.containerArticles ul li h1 {
		display: block;
		font-weight: bold;
		font-size: 1.0em;
		padding-top: 0px;
		padding-bottom: 5px;
		line-height: 1.5em;
	}

	div.containerArticles ul li span.date {
		color: #888;
		font-size: 0.9em;
		padding-right: 5px;
	}

	div.containerArticles ul li span.text {
		color: #000;
		font-size: 1em;
		margin-bottom: 70px;
	}

	div.containerArticles ul li img.image {
		width: 100px;
		float: left;
		margin-right: 15px;
		margin-top: 10px;
	}

	div.containerArticles ul li span.readMore {
		margin-top: -5px;
		background: url("arrow.gif") no-repeat right center;
		padding-right: 12px;

	}

	div.containerArticles ul li div.links {
		text-align: right;
	}




/* EVENTS */

div.containerEvents {
	position: relative;
}

	div.containerEvents ul {
		margin: 0px;
		padding: 0px;
		text-align: left;
		list-style-image: none;
		list-style-type: none;
		clear: both;
		list-style-position: outside;
	}

	div.containerEvents ul.horizontal {
		clear: none;
	}

	div.containerEvents ul li {
		position: relative;
		font-size: 1em;
		MARGIN: 5px 0 5px 0;
	}

	div.containerEvents ul.large li {
		position: relative;
		border-bottom: 1px solid #999;
		padding-bottom: 10px;
	}

	div.containerEvents ul.vertical li {
		position: relative;
		border-bottom: 1px solid #999;
		padding-bottom: 10px;
	}

	div.containerEvents ul.horizontal li {
		width: 200px;
		padding-bottom: 10px;
		float: left;
		display: inline;
		border: 0px none;
		padding-right: 10px;
	}

	div.containerEvents ul li.odd {
	}

	div.containerEvents ul li h1 {
		display: block;
		font-weight: bold;
		font-size: 2.0em;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	div.containerEvents ul.horizontal li h1 {
		font-size: 1.3em;
	}

	div.containerEvents ul li span.date {
		color: #888;
		font-size: 0.9em;
		padding-right: 5px;
	}

	div.containerEvents ul li span.text {
		color: #000000;
		font-size: 1em;
	}

	div.containerEvents ul li img.image {
		width: 100px;
		float: left;
		margin-right: 10px;
	}

	div.containerEvents ul li span.readMore {
	}




/* BANNERS */

div.containerBanner {

}

	div.containerBanner ul {
		list-style-image: none;
		list-style-type: none;
		list-style-position: outside;
	}







/* NAVLIST */

#navlist {
	display: block;

	height: 43px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;

	margin: 0;
	padding: 0 0 0 10px;
}

	#navlist li {
		/* background-color: #f00; */
		
		text-align: left;
		position: relative;
		z-index: 9;
		display: inline;

		padding: 0;
		margin: 0;

		float: left;
		text-align: center; 

		height: 43px;
		line-height: 43px;
	}

	#navlist li a:link,
	#navlist li a:active,
	#navlist li a:visited {
		display: inline;

		padding: 10px 30px 10px 30px;
		margin: 0;

		/* width: 100%; */
		height: 43px;
		line-height: 43px;

		text-decoration: none;
		font-size: 1.0em;
		font-weight: normal;
		color: #fff;
	}

	#navlist li a:hover {
		text-decoration: underline;
		color: #fff;
	}


	/* External url (only on top level) */
	#navlist li.external {

	}
	
	/* Selected (only on top level) */
	#navlist li.selected {

	}

	#navlist li.selected a {
		color: #fff;
	}

	#navlist li.selected a:hover {
		color: #fff;
	}

	/* Main item with sub menu */
	#navlist li.folder {
		height: 40px;
	}

	/* drop down */
	#navlist li.folder ul {
		display: none;
	}

	/* menu item */
	#navlist li.folder ul a {
		display: none;
	}

	/* Item which has submenu */
	#navlist li.folder ul a:hover {
		display: none;
	}		

	#navlist ul li a.submenu {
		display: none;
	}

	/* Sub menu */
	#navlist li.folder ul li.folder ul {
		display: none;
	}



	/* IE */
	#navlist a {
		width: 80px;
	}
	/* others */
	#navlist li>a {
		width: auto;
	}
	
	/* regular hovers */
	#navlist li.folder a:hover {
	}

	/*
		filter:alpha(opacity=60);
		-moz-opacity:0.60;
		opacity: 0.60;
	*/


	/* hovers with specificity */
	#navlist li.folder:hover {
		z-index: 10;
	}

	ul ul, li:hover ul ul {
		display: none;
	}

	li:hover ul, li:hover li:hover ul {
		display: block;
	}


/* NAVLIST_CHILD */

#navlist_child {
	height: 25px;

	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	
	padding: 0 0 0 20px;
}

	#navlist_child li {
		text-align: left;
		position: relative;
		z-index: 9;
		display: inline;

		padding: 0;
		margin: 0;

		float: left;
		text-align: center; 

		height: 25px;
		line-height: 25px;
	}

	#navlist_child li.selected {
		color: #000;
	}

	#navlist_child li a:link,
	#navlist_child li a:active,
	#navlist_child li a:visited {
		display: inline;

		margin: 0 10px 0 10px;
		padding: 0;

		text-decoration: none;
		font-size: 0.9em;
		font-weight: normal;
		color: #777;
	}

	#navlist_child li.selected a:link,
	#navlist_child li.selected a:active,
	#navlist_child li.selected a:visited {
		color: #000;
		text-decoration: none;
	}

	#navlist_child li a:hover {
		text-decoration: underline;
		color: #000;
	}








/* TOP OF PAGE LINK */

#topOfPageLink {
	display: none;
	text-align: left;
	margin-top: 20px;
	clear: both;
}

#topOfPageLink hr {
	display: none;
	padding: 0px;
	margin: 0 0 5px 0;
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
	width: 200px;
	text-align: left;
}

#topOfPageLink p {
	margin: 0px;
}









/* TEXT */
p {
	color: #000;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}

p.preamble {
	font-weight: bold;
	font-size: 1.1em;
}

p strong {
	font-weight: bold;
}

p em {

}

p sup {

}

/* VARIOUS */
blockquote {
	background-color: #eee;
	margin: 10px 20px 10px 20px;
	padding: 10px 20px 10px 20px;
	border: 1px;
	border-style: solid none solid none;
	border-color: #ccc;
	line-height: 1.9em;
	font-size: 1.1em;
	color: #777;
}

code {

}

pre {

}

/* LISTS */
ol,
ul {
	list-style-position: inside;
	padding: 0;
	margin: 0 0 10px 10px;
}

ul li {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
span.articleTitle {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetia;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-weight: normal;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.0em;
}

hr {
	padding: 0px;
	margin: 0;
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
}

/* LINKS */
.mceContentBody a:link,
.mceContentBody a:active,
.mceContentBody a:visited {
	color: #ca6c41 !important; /* FF requires a important here */
	font-weight: normal;
	text-decoration: underline;
}

#containerMaster a:link,
#containerMaster a:active,
#containerMaster a:visited {
	color: #ca6c41;
	text-decoration: underline;
	font-weight: normal;
}

#containerMaster a:hover {
	color: #000000;
	text-decoration: underline;
}

a.pdf {
	/* background: url("pdf.png") no-repeat left center; */
	padding-left: 20px;
	line-height: 16px;
}

a.txt {
	/* background: url("txt.png") no-repeat left center; */
	padding-left: 20px;
	line-height: 16px;
}

a.doc {
	/* background: url("doc.png") no-repeat left center; */
	padding-left: 20px;
	line-height: 16px;
}

a.zip {
	/* background: url("zip.png") no-repeat left center; */
	padding-left: 20px;
	line-height: 16px;
}

a.ppt {
	/* background: url("ppt.png") no-repeat left center; */
	padding-left: 20px;
	line-height: 16px;
}

a.xls {
	/* background: url("xls.png") no-repeat left center; */
	padding-left: 20px;
	line-height: 16px;
}

a.email {
	/* background: url("email.png") no-repeat left center; */
	padding-left: 20px;
	line-height: 16px;
}

a.external {
	/* background: url("external.png") no-repeat right center; */
	padding-right: 20px;
	line-height: 16px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	outline: 0;
}





/* CHILD MENU */

#containerSecondary1 ul.listMenu {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 0 10px;
}

	#containerSecondary1 ul.listMenu li {
		padding: 5px 0 5px 15px;
		margin: 0;
		background: url("arrow.gif") no-repeat 0 9px;
	}
	







/* FORMS */

form.webForm {
	padding-top: 20px;
}

form.webForm textarea {
	background: transparent;
	border: 1px solid #888;
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Tahoma;
	color: #000;
}

form.webForm input.textbox {
	background: transparent;
	border: 1px solid #888;
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Tahoma;
	color: #000;
	width: 200px;
}

form.webForm input.button {
}

form.webForm textarea {
	width: 300px;
	height: 100px;
}

form.webForm label {
	width: 130px;
	float: left;
	text-align: left;
	padding-right: 10px;
}

form.webForm p {
	clear: both;
}

form.webForm sup.mandatory {
	color: #f00;
	padding-left: 5px;
	padding-right: 5px;
}







/* SEARCH */

div.resultItem {
	padding: 5px 0 5px 0;
}

span.searchWordHighlight {
	font-weight: bold;
	color: #900;
}



/* SPECIAL */

#top {
	display: none;
}


/* STATIC BLOCKS */
div.divStatic {
	position: relative;
}





/* PAGE TOOLBAR */

#pageToolbar {
	position: absolute;
	top: 0px;
	right: 0px;
	
	font-size: 0.9em;
	color: #999;

	padding: 5px 0 0 0;
}

	#pageToolbar a {
		color: #999;
		text-decoration: none;
		padding: 0 0 0 10px;
	}

	#pageToolbar a:hover {
		color: #000;
		text-decoration: underline;
	}


/* PREVIOUS PAGE */

#previousPage {
	padding: 0 0 10px 0;
}






/* TABLES */

#containerMain table {
	padding: 0;
	margin: 0;
}

#containerMain table td {
	vertical-align: top;
}

table.table_full_width {
	width: 100%;

	padding: 0;
	margin: 0;
}

td.column,
td.column_leftmost50,
td.column_leftmost,
td.column_rightmost50,
td.column_rightmost {
	vertical-align: top;
	margin: 0;
}

td.column_leftmost50 {
	padding: 0 10px 0 0;
}

td.column_leftmost {
	padding: 0 13px 0 0;
}

td.column {
	padding: 0 7px 0 7px;
}

td.column_rightmost50 {
	padding: 0 0 0 10px;
}

td.column_rightmost {
	padding: 0 0 0 13px;
}

.width_20 { width: 20%; }
.width_25 { width: 25%; }
.width_30 { width: 30%; }
.width_33 { width: 33%; }
.width_50 { width: 50%; }
.width_60 { width: 60%; }
.width_70 { width: 70%; }
.width_80 { width: 80%; }


/* CALENDAR */
table.calendar {
	background: #fff;
	border: 1px solid #999;
}

table.calendar thead {
	background: #f5f5f5;
}

table.calendar tbody {
}

table.calendar thead th,
table.calendar tbody td {
	height: 20px;
	line-height: 20px;
	width: 30px;
	text-align: center;
}

table.calendar tbody td.booked {
	background: #ff9;
}

table.calendar tbody td.today {
	background: #acf;
}

table.calendar tbody td.empty {
	background: #ddd;
	color: #777;
}

table.calendar div.dayDiv {
	display: none;
	background: #fff;
	width: 150px;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	padding: 10px;
	border: 1px solid #999;
}

div.download_calendar {
	padding: 5px 0 5px 0px;
}


/* COMMENTS */


div.commentsDiv {
	font-size: 1em;
	padding: 10px 0 0 0;
	border: 1px none #ccc;
	border-top-style: solid;
	margin-top: 15px;
}

div.commentsDiv h4 {
	margin: 0 0 10px 0;
	font-weight: bold;
}

div.commentsDiv p {
	color: #666;
	line-height: 1.7em;
	margin: 0;
	padding: 5px 0 10px 0;
}

div.commentsDiv div.one_comment {
	border: 1px none #ccc;
	border-bottom-style: solid;
	margin-bottom: 10px;
	position: relative;
}

div.commentsDiv span.name {
	font-size: 1.1em;
	margin-right: 5px;
	padding-right: 10px;
	border: 1px none #999;
	border-right-style: solid;
}

div.commentsDiv span.comment-timestamp {
	color: #999;
}

span.comments-count {
}

span.comments-writtenby {
}

span.comments-name {
	font-weight: bold;
}

div.comments-count {
	padding: 12px 10px 5px 10px;
	background: #f5f5f5;
	border: 1px none #aaa;
	border-style: solid none solid none;
}

div.commentsDiv form {
	margin: 0;
	padding: 4px 0 0 0;
}

div.commentsDiv form h4 {
	padding: 10px 0 10px 0;
}

div.commentsDiv form label {
	font-weight: bold;
}

p.published_date {
	color: #999;
}


/* ------------------------------------------------------------------------------ */
/* Add new elements after here -------------------------------------------------- */

span.logifox {
	font-family: "Times New Roman", Garamond, Georgia, Arial, Helvetica;
	font-weight: bold;
	font-style: italic;
	color: #ca6c41;
	text-decoration: none; 
	font-size: 1.2em;
}