﻿body {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
h1 {
  font-size: 25px;
}
a:link, a:visited
{
	text-decoration: none;
	color: #da1d7b;
	font-variant: small-caps;
}
a:hover
{
	color: #FF3399;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
.Header
{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	text-align: left;
	background-repeat: repeat;
	background-image: url('/Images/pink_palm_banner_bkg2.jpg');
}
.Menu
{
	left: 0px;
	width: 100%;
	position: absolute;
	font-size: medium;
	color: #da1d7b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #a6a6a3;
	font-variant: small-caps;
	font-style: normal;
	top: 80px;
}
.PageName
{
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 40px;
	font-size: xx-large;
	font-weight: bolder;
	font-variant: small-caps;
	color: #a6a6a3;
	right: 50px;
}
	
.Content
{
	top: 150px;
	left: 0px;
	position: absolute;
	width: 100%;
}

.GridMain
{
	width: 100%;
	text-align: left;
}

.GridRow
{
	border: thin none #808080;
}

.GridSelectedRow
{
	background-color: #E6E6FA;
}      

.GridHeader
{
	background-color: #C0C0C0;
	font-weight: bold;
	text-align: left;
}
.UpdateProgress {
  background-color: Black;
  color: White;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
}
.fieldError {
  background-color:Fuchsia;
  color: White;
}