﻿/* CSS that pertains to all three master pages */
.alignLeft
{
	text-align: left;
}

.alignRight
{
	text-align: right;
}

.alignCenter
{
	text-align: center;
}

.reportViewer
{
	text-align: right;

}
.reportBody
{
	overflow: hidden;
}
.unwatermarked
{
}

.watermarked
{
	border: inset 1px #B5CFE7;
	background-color: #EDF1F1;
	text-align: center;
	color: gray;
}

.watermarked.parm1
{
	width: 202px !important;
	height: 18px;
}

.watermarked.parm2
{
	width: 182px !important;
	height: 18px;
}

.watermarked.parm3
{
	width: 302px !important;
	height: 18px;
}

