﻿.mFullWidth
{
	width: 100% !important;
}

.mHalfWidth
{
	width: 50% !important;
}

.mQuarterWidth
{
	width: 25% !important;
}

.mAlignLeft
{
	text-align: left !important;
}

.mAlignCenter
{
	text-align: center !important;
}

.mAlignRight
{
	text-align: right !important;
}

.mAlignTop
{
	vertical-align: top !important;
}

.mAlignMiddle
{
	vertical-align: middle !important;
}

.mAlignBottom
{
	vertical-align: bottom !important;
}

.mCenter
{
	margin-left: auto !important;
	margin-right: auto !important;
}

.mFloatLeft
{
	float: left !important;
}

.mFloatRight
{
	float: right !important;
}

.mInvisible
{
	visibility: hidden !important;
}

.mVerticalScroll
{
	overflow: scroll !important;
	overflow-x: hidden !important;
}

.mBold
{
	font-weight: bold !important;
}

.mNotBold
{
	font-weight: normal !important;
}

.mTabbable
{
}

.mTabbableSource
{
}

.mTabbableTarget
{
}

.mNotTabbable
{
}

.mSelectable
{
}
