
.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.vcenter
{
	vertical-align: middle;
}

.centering
{
	margin-left: auto;
	margin-right: auto;
}

.maxWidth
{
	width: 100%;
}

.maxHeight
{
	height: 100%;
}

.maxSize
{
	width: 100%;
	height: 100%;
}

.noSpace
{
	margin: 0;
	padding: 0;
}

.rightSpace
{
	padding-right: 1em;
}

.bottomSpace
{
	margin-bottom: 1em;
}

.hide
{
	display: none;
}

.noScroll
{
	overflow: hidden;
}

.disableNoScroll
{
	overflow: auto;
}

.blockElement
{
	display: block;
}

.noDecoration
{
	text-decoration: none;
}

.bold
{
	font-weight: bold;
}

.strike
{
	text-decoration: line-through;
}

.nowrap
{
	white-space: nowrap;
}
