/*Empty container*/
div.empty {
	margin: 0;
	padding: 0;
}
/*Article container for use in content pane*/
div.article{
	padding: 0;
	margin: 20px 0px 0px 20px;
}
/*simple continer, the 2:nd i do for use i content pane*/
div.simple2head{
	background-image: url(/Portals/_default/Containers/Arbesko/simple2Head.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 441px;
	margin: 1px 0px 0px 0px;
	padding: 10px;
}

.simple2head span.Head{
	position: relative;
	color: #006DB2;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bolder;
	margin: 0 0 0 6px;
	padding: 0;
}

div.simple2content{
	margin: 0;
	padding: 20px;
}

/*Simple container for use i right pane*/
.simplesidemenuhead{
	background-image: url(/Portals/_default/Containers/Arbesko/simpleSideMenuHead.png);
	background-repeat: no-repeat;
	height: 42px;
	margin: 1px 0px 0px 1px;
	padding: 10px;
	width: 327px;
}

.simplesidemenuhead span.Head{
	color: #006DB2;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}

div.simplesidemenuBox{
	text-align: left;
}

img.simpleSideMenuBar{
	text-align: left;
	float: left;
	margin: 20px 0px 0px 0px;
}
.simplesidemenucontent {
	padding: 20px 0px 0px 20px;
}

/*Just a blue bar container, for use as top menu in top pane*/
td.bluestripe {
	background-image: url(/Portals/_default/Containers/Arbesko/blueStripeHeader.png);
	background-repeat: no-repeat;
	height: 43px;
	margin: 1px 1px 0px 0px;
	padding: 15px 10px 20px 20px;
	width: 770px;
}


