﻿body
{
	font-size: 12px;
}

.ErrorMessagesDiv
{
	background-color: #F3F3F3;
	border: solid 1px #999999;
	padding: 20px;
	margin: 10px 10px 10px 10px;
}
.errorMessageText
{
	color: Red;
	font-weight: normal;
	font-size: medium;
}

.SuccessMessagesDiv
{
	background-color: #FFFFFF;
	padding: 20px;
	margin: 10px 10px 10px 10px;
	
}

.successMessageText
{
	color: #999999;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial 
}

.PagingFooter
{
	text-align: right;
	font-weight: bold;
	width: 100%;
	background-color: #e0ffff;
}

.LoginButton
{
	margin-top: 1em;
	margin-bottom: 1em;
}

.CreateUserLabel
{
	width: 10em;
	text-align: right;
}

.RptDivider
{
	background-color: Red;
}
.RptLine
{
	background-color: #f0f0f0;
}
