/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

/* --- Divs used for page structure ---*/
#mainareadiv
{
	width: 42em;
	float: left;
	text-align: left;
}

#pageHeaderDiv
{
	margin-bottom:10px;
}
#pageBodyDiv
{
	margin-bottom:10px;
}
/* -- Standard divs --*/

div.leftfloating
{
	float: left;
}
div.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
div.rightaligned
{
	text-align: right;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}