/**
* Bobolo CMS **************************************************************************************************
*
* $Date: 2010-08-03 16:45:58 +0200 (Tue, 03 Aug 2010) $
* $Rev: 1023 $
*
*/

/* -- RESET -- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{color:#000;text-decoration:none;}
mark{color:#000;font-style:italic;font-weight:700;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}
/* --RESET -- */

body {
	background: #e6e6e6;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

*, 
p,
body,
textarea,
#main table td,
.mceContentBody table td {
	font: normal 13px Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	line-height: 140%;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	text-align: left;
	padding: 10px;
}

/* TEXT */
p,
ol li,
ul li {
	color: #555;
	margin: 0;
	padding: 5px 0 5px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p.preamble {
	font-size: 1.15em;
	color: #000;
	line-height: 130%;
	font-weight: bold;
}

p.subline {
	padding: 0;
	color: #888;
}

p.error {
	color: #f00;
	border: 1px solid #fcc;
}

div.bliss_info {
	background: #ffc;
	border: 1px solid #bb9;
	padding: 5px 10px;
	margin: 10px 0;
}

div.bliss_info_error {
	background: #faa;
	border-color: #c55;
}


/* SUPER SCRIPT */
sup {
	vertical-align: super;
	font-size: 0.8em;
}


/* LISTS */
ul {
	list-style: disc outside none;
	list-style-image: url("../images/li-item.png");
	margin: 5px 0 0 25px;
}

ol {
	list-style-position: outside;
	margin: 5px 0 0 25px;
}

ol li,
ul li {
	padding: 0 0 10px 5px;
}

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6,
div.list ul li h1,
div.list ul li h1 a {
	color: #2876b5;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	margin: 0;
	padding: 15px 0 0 0;
	line-height: 110%;
	font-weight: normal;
}

h1 {
	font-size: 1.3em;
	padding: 30px 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	padding: 30px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	padding: 10px 0 0 0;
}

h6 {
	font-size: 1.0em;
	color: #000;
}

hr {
	padding: 0px;
	margin: 0;
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
}


/* TABLES */
table {
	padding: 0;
	margin: 0;
	width: 100%;
}

table > thead,
table > tbody {
	width: 100%;
}

table td {
	vertical-align: top;
}

th.width_5  { width: 5%; }
th.width_10 { width: 10%; }
th.width_15 { width: 10%; }
th.width_20 { width: 20%; }
th.width_25 { width: 25%; }
th.width_30 { width: 30%; }
th.width_35 { width: 35%; }
th.width_40 { width: 40%; }
th.width_45 { width: 45%; }
th.width_50 { width: 50%; }
th.width_55 { width: 55%; }


/* VARIOUS */
blockquote {
	background-color: #f5f5f5;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 15px 20px;
}

blockquote p {
	color: #555 !important;
	padding: 0 !important;
	font-style: italic;
	font-size: 130%;
}

code {
	font-family: Courier;
	font-size: 0.9em;
}

pre {

}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Wrappers */
#wrapper_header {
	background: url("../images/bg-header.jpg") no-repeat top left;
	clear: both;
	display: block;
	position: relative;
	margin-left: -40px;
	width: 960px;
	height: 136px;
}

#wrapper_top {
	margin-bottom: 20px;
}

#wrapper_main {
	width: 972px;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
}

body.in-adminfunction #wrapper_all #wrapper_main {
	background: transparent;
}

#wrapper_footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
}

#ad-head,
#wrapper_all,
#container_main,
#wrapper_content {
	width: 960px;
}

/* ALL */
#wrapper_all {
	position: relative;
	
	display: block;
	z-index: 1;
	
	margin: 0;
	padding: 0;
	
	margin-left: auto;
	margin-right: auto;

	text-align: left;
	
	width: 100%;
}

/* HEADER */
#content_header {
	position: relative;
	z-index: 4;
	height: 96px;
	text-align: left;
	
	padding: 0;
}

/* LOGO */
#content_logo {
	position: absolute;
	display: block;
	
	z-index: 3;
	
	text-align: left;
	
	width: 530px;
	height: 100px;
	
	overflow: hidden;
}

	#content_logo a:link,
	#content_logo a:active,
	#content_logo a:visited {
		margin-top: 10px;
		text-decoration: none; 
		border: 0px;
		padding: 0 0 0 10px;
		color: #000;
		float: left;
	}

	#content_logo a img {
		border: 0;
		padding: 0;
	}

/* Info */
#content_messages {
	position: relative;
	
	z-index: 3;

	display: block;
	float: right;
	
	text-align: right;
	
	width: 300px;
	height: 70px;
	padding-top: 10px;
}


/* MENU */
#containerMenu {
	position: relative;

	width: 960px;
	padding: 0;
	margin: 0;

	height: 40px;
}

#container_main {
	background: #fff;
	float: left;
	padding: 0 40px 20px 40px;
	margin: 0;
	width: 880px;
}


/* Kolumner */
#main { 
	position: relative;
	
	width: 540px;
	min-height: 400px;
	
	padding: 40px 0 0 0;
	margin: 0;

	text-align: left;
	
	float: left;

	overflow: hidden;
}

#wide_main { 
	position: relative;
	
	width: 860px;
	min-height: 400px;
	
	padding: 40px 0 0 0;
	margin: 0;

	text-align: left;
	float: left;
	overflow: hidden;
}

#right {
	position: relative;
	text-align: left;
	
	width: 280px;
	padding: 40px 0 0 0;
	margin: 0;

	float: right;
	overflow: hidden;	
}

/* TOP */
#top {
	width: 920px;
	height: 250px;
	overflow: hidden;
	clear: both;
	display: block;
	padding: 0 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	position: relative;
}

/* FOOTER */
#content_footer {
	background: url("../images/bg-footer.png") no-repeat top left;
	
	position: relative;
	
	z-index: 2;

	padding: 30px 0 0 0;
	margin: 0;
	width: 960px;
	
	clear: both;
	display: block;
	margin-bottom: 20px;
}

	#content_footer p {
		margin: 0;
		text-align: left;
		color: #999;
		text-shadow: 0 1px 0 #f5f5f5;
		font-size: 0.9em;
	}

	#content_footer p a:link,
	#content_footer p a:active,
	#content_footer p a:visited {
		color: #666;
		font-weight: normal;
		text-decoration: none;
	}

	#content_footer p a:hover {
		color: #000;
	}
	
/* OFFLINE */
div.div-offline div h1, 
div.div-offline div p {
	text-shadow: 0 1px 0 #fff;
}


/* NAVLIST */
#navlist {
	display: block;

	height: 40px;
	list-style: none;

	margin: 0;
	padding: 0;
	font-size: 1em;
}

	#navlist li {
		text-align: left;
		position: relative;
		z-index: 9;
		display: inline;

		padding: 0;
		margin: 0;

		float: left;
		text-align: center; 

	}

	#navlist li a:link,
	#navlist li a:active,
	#navlist li a:visited {
		display: inline;

		padding: 10px 15px;
		margin: 0 0 0 0;

		height: 40px;
		line-height: 40px;

		text-decoration: none;
		font-weight: normal;
		color: #fff;
		text-shadow: 0 1px 0 #000;
	}

	#navlist li a:hover {
		text-decoration: none;
		color: #bae9ff;
		text-shadow: none;
	}

	/* Selected (only on top level) */
	#navlist li.selected {
		background: url("../images/menu-bg-selected.png") no-repeat center bottom;
	}

	#navlist li.selected a {
		text-shadow: 0 0 5px #fff;
		font-weight: normal;
	}

	#navlist li.selected a:hover {
	}

	#navlist li a {
		width: auto;
	}
	
	/* regular hovers */
	#navlist li.folder a:hover {
	}


/* LIST */
div.list {
	position: relative;
	clear: both;
}

	div.list > div > ul {
		margin: 0;
		padding: 0;
		text-align: left;
		list-style: none;
		clear: both;
		list-style-position: outside;
	}

	div.list > div > ul > li {
		position: relative;
		margin: 0;
		padding: 0 0 5px 0;
		background: none;
		clear: both;
		display: block;
		border-bottom: 1px solid #ddd;
	}

	div.list > div > ul li:last-child {
		border-bottom: none;
	}

	div.list > div > ul li.odd {
	}

	div.list > div > ul li h1,
	div.list > div > ul li h1 > a {
		text-decoration: none !important;
	}
	
	div.list > div > ul li h1 {
		display: block;
		font-size: 1.4em;
		margin-bottom: 0;
		padding-top: 10px;
		font-weight: bold;
	}
	
	div.list > div > ul.smaller li h1 {
		font-size: 1.3em;
	}
	
	span.author,
	span.comments,
	span.date {
		font-style: normal;
		font-size: 0.9em;
	}
	
	span.date {
	}

	span.comments {
		margin-left: 4px;
	}

	div.list > div > ul li span.text {
		color: #000;
	}

	div.list > div > ul li img.image {
		float: left;
		margin-right: 15px;
		margin-top: 30px;
		margin-bottom: 10px;
		border-radius: 4px;
	}

	div.list > div > ul li img.image_large {
		float: left;
		padding-bottom: 10px;
		margin-top: 12px;
		border-radius: 4px;
	}

	div.list > div > ul li p a.readmore {
	}

	div.list > div > ul li div.links {
		text-align: right;
	}

	img.detail_image {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
		margin-top: 8px;
		border-radius: 4px;
	}



/* LINKS */
.mceContentBody a:link,
.mceContentBody a:active,
.mceContentBody a:visited {
	color: #2876b5 !important; /* FF requires a important here */
	text-decoration: none;
}

a:link,
a:active,
a:visited {
	color: #2876b5;
	text-decoration: none;
	font-weight: inherit;
}

a:hover {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

a.download_icon {
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.doc,
a.file_doc {
	background: url("../images/doc.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.png,
a.file_png,
span.jpg,
a.file_jpg {
	background: url("../images/picture.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.pdf,
a.file_pdf {
	background: url("../images/pdf.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.ppt,
a.file_ppt {
	background: url("../images/ppt.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.txt,
a.file_txt {
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.xls,
a.file_xls {
	background: url("../images/xls.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.zip,
a.file_zip {
	background: url("../images/zip.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

span.email,
a.file_email {
	background: url("../images/email.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.download_external {
	background: url("../images/external.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.external {
	background: url("../images/external.png") no-repeat right center;
	line-height: 20px;
	padding: 2px 16px 2px 0;
}

a.comments {
	background: url("../images/icon-comment.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 17px;
}

a.calendar {
	background: url("../images/calendar.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.icon_button {
	text-indent: -5000px;
}

a.icon_cross {
	background: #f00;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}







/* FORMS */

form.form {
}

form.form label {
	display: block;
}

form.form textarea,
form.form input,
form.form select {
	margin: 0px;
	padding: 5px;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
}

form.form textarea,
form.form input,
form.form select {
	background-color: #f9f9f9;
	background-position: 6px 4px;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
	color: #333;
	font-size: 13px;
}

form.form textarea {
	height: 150px;
	width: 450px;
}

form.form select optgroup {

}

form.form select optgroup option {

}

form.form textarea:hover,
form.form input:hover,
form.form select:hover {
	background-color: #f0f0f0;
	border-color: #999;
}

form.form textarea:focus,
form.form input:focus,
form.form select:focus {
	border-color: #86acc3;
	background-color: #f6fbfe;
}

form.form textarea.disabled:hover,
form.form input.disabled:hover,
form.form select.disabled:hover {
	border-color: #ccc;
}

form.form input.error {
	background-color: #f99;
	border-color: #a00;
}

form.form input.error:focus {
	background-color: #fbb;
	border-color: #a00
}

form.form input.error:hover {
	background-color: #fbb;
	border-color: #a00;
}

form.form label.error {
	color: #f00;
	margin-left: 10px;
	display: inline;
}

form.form label.checked,
form.form label.checked {
	display: none;
}

form.form input.checkbox,
form.form input.radio {
	position: relative;
	width: 15px;
	height: 15px;
	cursor: pointer;
	clear: none;
	padding: 0;
	margin: 0 8px 4px 0;
}

form.form label.label_radio_checkbox {
	position: relative;
	clear: both;
	display: block;
	cursor: pointer;
	padding: 5px 0;
	margin: 0;
}

span.required, 
form.form span.required {
	color: #f00;
	padding-left: 5px;
}

form.form input.icon_email,
form.form input.icon_lock,
form.form input.icon_link,
form.form input.icon_vcard {
	width: 275px;
}

form.form input.icon_email {
}

form.form input.icon_lock {
}

form.form input.icon_vcard {
}

/* SEARCH */
/* TAGS */
ul.tags,
ul.search_result {
	list-style: none;
	list-style-position: outside;
	margin: 0;
}

ul.search_result li h2 a {
	color: #000;
}

ul.search_result li h2 a:hover {
	text-decoration: none;
}

span.searchWordHighlight {
	font-weight: bold;
	background: #eee;
	color: #000;
	padding: 2px 4px;
	margin: -2px -4px;
	border-radius: 4px;
}

a.page_url {
	text-decoration: none !important;
}

a.page_url:visited {
	color: #888 !important;
}

ul.tags li p span.type,
ul.search_result li p span.type {
	color: #777;
	text-transform: uppercase;
	padding-right: 5px;
	font-size: 0.9em;
	display: none;
}


/* STATIC BLOCKS */
div.divStatic {
	position: relative;
}


/* 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;
}

/* Ta bort highlightruta */
a {
	outline: 0;
}


/* CLEAR FIX*/
div.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html div.clearfix { height: 1%; }
div.clearfix { display: block; }


/* PAGE NAVIGATION */
div.page_navigation {
	display: block;
	padding: 15px 0 10px 0;
	text-align: center;
	clear: both;
}

div.page_navigation div div {
	display: inline;
}

div.page_navigation div div.page_info {
	padding: 3px 5px 3px 0px;
}

div.page_navigation div div.first_last_page {
	margin-right: 5px;
}

div.page_navigation div div a {
	padding: 3px 5px 3px 5px;
	text-decoration: none !important;
}

div.page_navigation div div a {
	border-radius: 4px;
	border: 1px solid #ddd;
}

div.page_navigation div div.active_page a {
	color: #fff !important;
	background: #4685bf;
	border-color: #4685bf;
}

div.page_navigation div div a:hover {
	color: #000 !important;
	background: #eee;
}

div.page_navigation div div.active_page > a:hover {
	background: #4685bf;
	color: #fff !important;
}

/* TEXT SIZE */
#change_font_size {
	padding: 10px 0 0 0;
}

#change_font_size p {
	text-transform: uppercase;
	color: #333;
	font-size: 10px !important;
}

#change_font_size p a {
	padding-left: 5px;
	padding-right: 5px;
	background: #555;
	text-decoration: none !important;
	color: #fff !important;
}

/* SLIDESHOW */
div.div_slideshow {
	margin: 0;
	width: 100%;
	top: 1px;
	display: block;
	height: 285px;
	overflow: hidden;
	background: #ddd;
	z-index: 5;
}

div.div_slideshow_wide {
	height: 230px;
}

div.div_slideshow > div {
	margin: 0 !important;
	height: 100%;
}

div.div_slideshow_wide > div > div > span > span.slide-text,
div.div_slideshow_wide > div > div > a > span > span.slide-text {
	background: #fff;
	padding: 8px;
	position: absolute;
	left: 300px;
	height: 100%;
	width: 178px;
}

div.div_slideshow > div > div > span > span.slide-text,
div.div_slideshow > div > div > a > span > span.slide-text {
	background: #fff;
	padding: 8px;
	position: absolute;
	left: 0;
	top: 200px;
	height: 68px;
	width: 216px;
	border: 1px solid #ccc;
	border-top-style: none;
}

div.div_slideshow > div > div > span > span.slide-text h1,
div.div_slideshow > div > div > a > span > span.slide-text h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}

div.div_slideshow > div > div > span > span.slide-text p,
div.div_slideshow > div > div > a > span > span.slide-text p {
	color: #555;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

div.div_slideshow > div > div#slide_controls {
	background: #fff;
	position: absolute;
	width: 100%;
}

div.div_slideshow > div > div#slide_controls div#slide_prev,
div.div_slideshow > div > div#slide_controls div#slide_next {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 99;
	border-radius: 4px;
	cursor: pointer;
}

div.div_slideshow > div > div#slide_controls div#slide_prev {
	left: 5px;
	top: 5px;
	background-position: 1px -47px;
}

div.div_slideshow > div > div#slide_controls div#slide_next {
	right: 5px;
	top: 5px;
	background-position: 8px 3px;
}

div.div_slideshow > div > div#slide_controls > div#slide_pager {
	z-index: 99;
	width: auto;
	position: relative;
	height: 20px;
	left: 0px;
	top: 0px;
	text-align: center;
}

div.div_slideshow > div > div#slide_controls > div#slide_pager > a {
	text-indent: 0px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	color: #999;
	line-height: 20px;
}

div.div_slideshow > div > div#slide_controls > div#slide_pager > a.activeSlide {
	font-weight: bold;
	color: #000;
	background-color: #fff;
	background-color: rgba(255,255,255, 0.5);
	border-radius: 4px;
}

div.div_slideshow > div > div#slide_prev > a,
div.div_slideshow > div > div#slide_next > a {
}

div.column-slideshow {
	height: 300px;
}

div.column-slideshow > div > div > span {
	padding-bottom: 200px;
}

div.column-slideshow > div > div > span > span.slide-text,
div.column-slideshow > div > div > a > span > span.slide-text {
	background: #fff;
	left: 0px;
	top: 200px;
	height: 100px;
	width: 218px;
}

div.column-slideshow > div > div > span > span.slide-text h1,
div.column-slideshow > div > div > a > span > span.slide-text h1 {
	color: #000;
}

div.column-slideshow > div > div > span > span.slide-text p,
div.column-slideshow > div > div > a > span > span.slide-text p {
}

/* PROFILE */
div.profile_menu {
	float: left;
	width: 150px;
	margin-top: 20px;
}

#profile_menu {
	list-style: none outside none;
	margin: 0;
}

#profile_menu li {
	padding: 0;
}

div.profile_pages {
	float: left;
	width: 538px;
	padding-left: 10px;
	border-left: 1px solid #DBDEE0;
	margin-top: 20px;
}

div.profile_pages div.div-profile-page {
	display: none;
}

div.div-profile-page {
	min-height: 300px;
}

div.profile_pages div.div-profile-page-visible {
	display: block;
}
p.profile_links a {
	margin-right: 10px;
	display: block;
}

/* PROGRESS */
div.progress_steps {
	float: right;
	display: block;
	margin-top: 20px;
}

div.progress_steps p {
	color: #777;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}


/* CRUMBTRAIL */
div.div-crumbtrail {
	display: block;
	margin-bottom: 10px;
}

div.div-crumbtrail p {
	color: #bbb !important;
	font-size: 0.9em;
	margin-top: 10px;
	padding-bottom: 12px;
	
	border-bottom: solid 1px #eee;
}

div.div-crumbtrail p a:link,
div.div-crumbtrail p a:active,
div.div-crumbtrail p a:visited {
	color: #aaa !important;
	text-decoration: none !important;
}

div.div-crumbtrail p a:hover {
	color: #555 !important;
	text-decoration: none !important;
}

div.div-crumbtrail ul {
	list-style: none;
	margin: 0;
	display: inline-block;
	clear: both;
	border-radius: 5px;
	height: 26px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	margin-top: 15px;
}

div.div-crumbtrail ul > li {
	background: url("../images/angle.png") no-repeat right center;
	float: left;
	height: 100%;
	line-height: 26px;
	padding: 0 15px 0 0;
	border-right: none;
	color: #bbb;
	margin-right: 8px;
	text-shadow: 0 1px 0px #fff;
}

div.div-crumbtrail ul > li.home {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

div.div-crumbtrail ul > li.home > a {
	background: url("../images/icon_home.png") no-repeat center center;
	height: 100% !important;
	width: 10px !important;
	padding-right: 5px;
}

div.div-crumbtrail ul > li.home > a > span {
	display: none;
}

div.div-crumbtrail ul > li.last-child {
	background: none;
	border-right: 1px solid #ccc;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 0;
	padding-right: 10px;
}

div.div-crumbtrail ul > li > a,
div.div-crumbtrail ul > li > a:link,
div.div-crumbtrail ul > li > a:active,
div.div-crumbtrail ul > li > a:visited {
	color: #777 !important;
	text-decoration: none !important;
	display: block;
	line-height: 26px;
}

div.div-crumbtrail ul > li > a:hover {
	color: #000 !important;
	text-shadow: none;
}

/* CHILD MENU */
div.div-childmenu,
div.div-childmenu div {
}

div.div-childmenu {
	padding: 0;
	margin: 0;
}

div.div-childmenu div {
	padding: 0;
	margin: 0;
}

div.div-childmenu div a {
	margin: 0;
	border: 0 none !important;
	display: block;
}

div.div-childmenu div a:hover {
	color: #000 !important;
}

div.div-childmenu div.level_selected a {
	color: #000 !important;
	font-weight: bold !important;
}

div.div-childmenu div.level_1 a {
	padding: 5px 0 5px 10px;
	font-size: 0.9em;
}

div.div-childmenu div.level_2 a {
	padding: 5px 0 5px 20px;
	font-size: 0.9em;
}


/* LOGIN */
div.div-login * {
	font-size: 11px;
}

#login_username,
#login_password {
	padding: 3px;
}

body#login .button {
	border: none !important;
	cursor: pointer;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

table.full_width {
	width: 100%;
}

/* BLOCKS */
div.box-separator {
	clear: both;
}

div.box-separator > div {
	padding: 0;
	margin: 0;
}

div.no-box-separator {
	border-bottom: none;
}

/* LIST OF FILES */
div.list_of_files > div > div {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.list_of_files > div > div:last-child {
	border-bottom: none;
}

div.list_of_files > div > div h4 {
	font-size: 100%;
}

sup.file_notification {
	color: #b44;
	vertical-align: 10%;
	font-size: 1em;
	padding-left: 2px;
}

/* COLORS */
.grey,
.grey a {
	color: #aaa;
}

.red {
	color: #e00;
}

/* SIZES */
p.small,
span.small {
	font-size: 0.9em;
}

p.smallest,
span.smallest {
}

input.smallest {
	width: 40px;
}

input.large {
	width: 340px;
}

/* TAGS */
p.tags {
	padding: 10px 0 20px 0; 
}

p.tags span.tags_title {
	display: block;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 0 0 10px 0;
}

p.tags > a.tag {
	padding: 4px 6px;
	margin-right: 5px;
	border-radius: 4px;
	border: 1px solid #eee;
}

p.tags > a.tag:hover {
	background: #4685bf;
	border-color: #4685bf;
	color: #fff;
	text-decoration: none;
}

/* Print */
@media print {

	* {
		font-family: "Times New Roman", Helvetica, Arial, Serif !important;
	}

	body {
		background: none #fff;
		margin-left: 2cm !important;
		margin-right: 2cm !important;
		float: none !important;
		width: auto !important;
	}

	p,
	body,
	table tr td {
		font-size: 18pt !important;
		line-height: 22pt !important;
	}
	
	p {
		padding-top: 10pt;
	}
	
	h1, h2, h3, h4, h5, h6 {
		padding-top: 15pt;
	}

	#content_logo > h1 {
		font-size: 20pt !important;
		margin-bottom: 20pt !important;
	}

	#wrapper_all,
	#wrapper_main,
	#content_logo,
	#container_main,
	#wrapper_footer {
		background: none #fff;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		width: auto !important;
	}
	
	div.noPrint,
	#adminmenu-wrapper,
	#left,
	#right,
	#wrapper_menu,
	.readmore,
	div.div-banner {
		display: none !important;
	}

	#main {
		width: auto !important;
		overflow: visible !important;
		float: none !important;
	}

	#container_footer {
		margin: 0 !important;
		padding: 0 !important;
	}

	#content_footer {
		border-color: #000;
		margin: 30pt 0 0 0;
		padding: 30pt 0 0 0;
	}

	a {
		color: #000 !important;
		background: none transparent !important;
		text-decoration: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	div.box-separator {
		padding: 0 !important;
		margin: 0 !important;
	}
}

a.comments-link {
	margin-left: 5px;
	font-size: 0.9em;
}

a.author-link {
	color: #888 !important;
}

a.author-link:hover {
	color: #000 !important;
}


/* Inlined blocks */
div.inlined-block,
div.inlined-block > div {
	margin: 0;
	padding: 0;
}

/* AJAX */
div.ajax_posting {
	background: url("../images/loading-animation-16.gif") no-repeat center center;
	width: 100%;
	height: 150px;
	display: block;
}

input.searchField {
	width: 109px;
}


/* BUTTON */
button,
a.button,
form.form input.button,
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: .4em 1em .4em 1em;
	color: #fff;
	text-shadow: 0 -1px 0 #085695;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #2876b5;
	width: auto;
	margin-top: 0;
	margin-right: 3px;

	-moz-box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
}

button:hover,
a.button:hover,
form.form input.button:hover,
.button:hover {
	text-decoration: none;
	background-color: #085695;
}

button:active,
a.button:active,
form.form input.button:active,
.button:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-moz-box-shadow:inset 0 0 3px #000;
	-webkit-box-shadow:inset 0 0 3px #000;
	box-shadow:inset 0 0 3px #000;
}

.button_disabled {
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: .4em 1em .4em 1em;
	color: #777;
	text-shadow: 0 -1px 0 #fff;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: #fff;
	width: auto !important;
	margin-top: -1px;
	margin-right: 3px;
}

#search_form {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
	height: 30px;
}

#search_form form {
	display: block;
	position: relative;
	width: 300px;
	height: 30px;
}

#search_form label {
	display: block;
	color: #fff;
	width: 120px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 100px;
	top: 0;
	padding-right: 10px;
	background: #0867ae;
	background: rgba(0, 80, 150, 0.7);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-left: 10px;
}

#search_form input.text-search {
	background: url("../images/search-input-box.png") no-repeat top left;
	width: 150px;
	height: 30px;
	padding: 0 10px;
	margin: 0;
	border: none;
	font-size: 0.9em;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}

#search_form button.button-search {
	background: url("../images/search-btn-magnifier.png") no-repeat center center;
	border: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 5px;
	display: block;
	height: 30px;
	width: 30px;
	text-indent: -9000px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

a.sprite {
	background: url("../images/sprite.png") no-repeat;
	padding-left: 18px;
}

a.sprite-readmore {
	background-position: 0 0;
}

a.sprite-home {
	background-position: 0 -58px;
}

a.sprite-sitemap {
	background-position: 0 -38px;
}

a.sprite-contact {
	background-position: 0 -18px;
}

a.sprite-small-first-line {
	margin-right: 5px;
}

#right div.div-static h2 {
	border-bottom: 1px solid #d7d7d7;
	padding: 30px 0 10px 0;	
}

#right div.div-childmenu {
	padding-top: 20px;	
}

#site_links {
	position: absolute;
	right: 10px;
	top: 10px;
}

#site_links p {
	background: #0867ae;
	background: rgba(0, 80, 150, 0.7);
	height: 16px;
	padding: 2px 10px 4px 0;
	margin: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#site_links a {
	color: #fff;
	text-shadow: 0 1px 0 #005;
	margin: 0 0 0 16px;
}

table.partners {
	display: block;
	width: 100%;
}

table.partners td.column {
	width: 150px;
}

table.partners td {
	padding-bottom: 20px;
}