.header {
	background-color:#32a3cb;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.maincontent {
	margin-top: 1rem;
}

.sidebar {
	margin-top: 2rem;
	background-color: #f5f8fa;
	padding: 1rem;
	margin-bottom: 1rem;	
}

.footer {
	background-color: #384047;
	padding: 1rem;
	color: #ffffff;
}

.footer a{
	color: #ffffff;
}

.sitemapindent ul{
	margin-left: 3rem;
	/* !important because we need to override the 90% setting by skeleton.css*/ 
	font-size: 100% !important;
}

/** Global style **/
html, body {
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

li.folderlist { 
	list-style-image: url(/images/foldericon.png);
}
li.linklist { 
	list-style-image: url(/images/articleicon.png);
}

.shareaholic-canvas {
	display:none;
}

.textcenter {
	text-align: center;
}

.nopm {
	padding: 0;
	margin: 0;
}

.pageName {
	margin-top: 0px;
}

.pageSubName {
	color: #334d55;
	font-style: italic;
}

.feature img{
	margin: 10px;
}

.feature tr:nth-child(even) {
	background: #EEE;
}

.imageTitle {
    color: #334d55;
    font-style: italic;
    font-weight: bold;
}

p {
	text-align:justify
}

.nostyling p {
	display : inline; 
    text-align: justify;
    margin: 0;
}

img.wrench {
	width: 48px;
	height: 48px;
	vertical-align:middle;
}

img.wrenchsmall {
	width: 32px;
	height: 32px;
	vertical-align:middle;
}

div.tab-primary{

}

div.tab-secondary{
	display: none;
}

/** Breadcrumb styles **/
.breadcrumbs {
	background-color:#f5f8fa;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.breadcrumbslist {
  display: inline;
}

.breadcrumbslist li {
  display: inline;
}

/** Print styles **/
img.printimage:hover {
    opacity: 0.8;
} 
div.printlogo {
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	font-size: 150%;
	font-weight: bold;
	color: #334d55;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

div.printfooter{
	border-top: 1px solid #cccccc;
	color: #334d55;
	clear: both;
	margin-top: 2rem;
	padding-top: 0.5rem;
}

/** Menu styles **/
img.menuicon {
	width: 40px;
	height: 40px;
	margin-bottom: 1rem;
}

/** Cookie consent styles **/
div.cookieconsent {
	background-color: #222;
	color: #ffffff;
	text-align: center;
	z-index: 10000;
	position: fixed;
	bottom: -150px;
	width: 100%;
}

div.cookie_message {
	text-align: center;
	padding: 1rem;
	margin: 0rem;
}

img.cookie_image {
	height: 100px;
	width: 100px;
    padding-right: 5rem;
	float: right;
}

div.cookie_behind {
	padding: 0.5rem;
	position: fixed;
	float: right;
	z-index: 9999;
	bottom: -150px;
	width: 100%;
}

/** ad block consent styles **/
div.adb {
	background-color: #222;
	color: #ffffff;
	text-align: center;
	z-index: 10000;
	position: fixed;
	bottom: -150px;
	width: 100%;
}

div.adb_message {
	text-align: center;
	padding: 1rem;
	margin: 0rem;
}

img.adb_image {
	height: 100px;
	width: 100px;
    padding-right: 5rem;
	float: right;
}

div.adb_behind {
	padding: 0.5rem;
	position: fixed;
	float: right;
	z-index: 9999;
	bottom: -150px;
	width: 100%;
}
