/*************************************************************************
 * Created By: IT Serenity
 *========================================================================
 * Original Developer: Rob Couch
 *========================================================================
 * Purpose: Cascading Style Sheets Supporting Same Named .php Script
 *========================================================================
 * Modifications: Date - Developer - Description Of Coding Change
 * -----------------------------------------------------------------------
 * 2)
 * -----------------------------------------------------------------------
 * 1)
*************************************************************************/
.Pad
{
  background-color: #EBF0FA;
  border-style: outset;
  display: inline-block;
  padding: 16px 16px;
  text-align: left;
}
input
{
  background-color: #3399FF;
  color: #ffffff;
  width: 60%;
}
select
{
  background-color: #3399FF;
  color: #ffffff;
}
textarea
{
  background-color: #3399FF;
  color: #ffffff;
}
.Lbl
{
  display: inline-block;
  text-align: right;
  white-space: nowrap;
  width: 126px;
}
.R0
{
  background-color: #D1F0FF;
}
.R1
{
  background-color: #C2FFEB;
}
.Avatar
{
  padding: 16px 10px;
}
.RevData
{
  padding: 4px 8px;
  width: 280px;
  text-align: left;
}
.RevMssg
{
  padding: 4px 8px;
}
