/*  Add Global stylesheet expecific data */

.gap_left {
	margin-left: 10px;
}

.gap_right {
	margin-right: 10px;
}


td.topAligned
{
	vertical-align: top;
}

td.bottomAligned
{
	vertical-align: bottom;
}

td.middleAligned
{
	vertical-align: middle;
}

.text_center
{
	text-align: center;
}

.text_left
{
	text-align: left;
}

.text_right
{
	text-align: right;
}

.text_top
{
	vertical-align: top;
}

.text_middle
{
	vertical-align: middle;
}

.text_bottom
{
	vertical-align: bottom;
}

.zenith
{
	display: none;
	visibility: hidden;
}

.required
{
	color: #ff0000;
}

