body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #303030;
  line-height: 16px;
}
td, p
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #303030;
  line-height: 16px;
}

a:link
{
  color: #993348;
  text-decoration: none;
  font-weight: bold;
}
a:visited
{
  color: #993348;
  text-decoration: none;
  font-weight: bold;
}
a:hover
{
  color: #C7425D;
  text-decoration: underline;
}
a:active
{
  color: #C7425D;
  text-decoration: underline;
}
.SubtleLink, .SubtleLink a:link, .SubtleLink a:visited
{
  color: #202020;
  font-weight: normal;
}
ul
{
  margin:  0 0 0 0;
  padding: 0 0 0 20;
}
li
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

input, select, textarea
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.InputBox
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #F5F7F3;
  border-width: 1px;
  border-style: inset;
  padding-left: 3px;
  height: 20px;
}
.InputBoxError
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #FFC5B1;
  border-width: 1px;
  border-style: inset;
  padding-left: 3px;
  height: 20px;
}
.Button
{
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 12px;
  color: #f0f0f0;
}
.Button a:link, .Button a:visited
{
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 12px;
  color: #f0f0f0;
}
.ReadOnlyBox
{
  border: solid 1px #E0E0E0;
  height: 20px;
  padding-left: 3px;
}
.RequiredField
{
  font-weight: bold;
  color: #663399;
}
.DataBox
{
  border: solid 1px #E0E0E0;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 2px;
}
.BorderBox
{
  border: solid 2px #E0E0E0;
  padding: 3px;
}

.Title
{
  font-family: Trebuchet MS, Verdana, Arial;
  color: #408A40;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
}
.Subtitle
{
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 16px;
  font-weight: bold;
  color: #408A40;
  line-height: 20px;
}
.Subtitle a:link, .Subtitle a:visited, .Subtitle a:active
{
  color: #81975E;
  text-decoration: none;
}
.Subtitle a:hover
{
  color: #81975E;
  text-decoration: underline;
}
.SmallText
{
  font-size: 10px;
}
.Sectional
{
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 13px;
  text-decoration: underline;
  color: #404040;
  font-weight: bold;
  padding-top: 12px;
}
.SmallHeader
{
  background-color: #81975E;
  font-size: 9px;
  font-weight: bold;
  padding-left: 6px;
  padding-top: 0px;
  color: #f0f0f0;
}

.Login, .Login a:link, .Login a:visited
{
  font-family: Trebuchet MS, Verdana, Arial;
  color: #000000;
  text-decoration: none;
}
.Login a:hover, .Login a:active
{
  color: #000000;
  text-decoration: underline;
}

.Footer
{
  font-size: 9px;
  color: #C0C0C0;
}
.Footer a:link, .Footer a:visited
{
  color: #5C5640;
  text-decoration: none;
}
.Footer a:hover, .Footer a:active
{
  color: #5C5640;
  text-decoration: underline;
}

.Breadcrumb
{
  font-size: 9px;
  color: #808080;
  height: 20px;
  font-weight: normal;
}
.Breadcrumb a:link, .Breadcrumb a:visited
{
  color: #808080;
  text-decoration: none;
  font-weight: normal;
}
.Breadcrumb a:hover, .Breadcrumb a:active
{
  color: #808080;
  text-decoration: underline;
}

.TableHeader
{
  font-size: 11px;
  background-color: #81975E;
  color: #F0F0F0;
  font-weight: bold;
}
.TableHeader a:link, .TableHeader a:visited, .TableHeader a:active
{
  color: #F0F0F0;
  text-decoration: none;
}
.TableHeader a:hover
{
  color: #365700;
  text-decoration: underline;
}
.GridView
{
  border-bottom: solid 2px #81975E;
}
.AlternatingRow
{
  background-color: #EFF1ED;
}

.MainMenu
{
  font-family: Trebuchet MS, Verdana, Arial;
  background-color: #993348;
  font-size: 10pt;
  font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 20px;
}
.MainMenu a:link, .MainMenu a:visited
{
  padding-left: 8px;
  padding-right: 8px;
  height: 19px;
  color: #FFFFFF;
  text-decoration: none;
}
.MainMenu a:hover, .MainMenu a:active
{
  color: #FFFFFF;
  background-color: #C7425D;
  text-decoration: none;
}
.DropDownMenu
{
  border-bottom: solid 1px #C7425D;
  font-family: Trebuchet MS, Verdana, Arial;
  background-color: #993348;
  font-size: 10pt;
  font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 24px;
}
.DropDownMenu a:link, .DropDownMenu a:visited
{
  padding-left: 8px;
  padding-right: 8px;
  height: 19px;
  color: #FFFFFF;
  text-decoration: none;
}
.DropDownMenu a:hover, .DropDownMenu a:active
{
  color: #FFFFFF;
  background-color: #C7425D;
  text-decoration: none;
}

.Error
{
  color: #E00000;
  font-weight: bold;
}

.Definition
{
  color: #000000;
  font-weight: bold;
  font-style: italic;
}

.Editing
{
  color: #0000C0;
  font-weight: bold;
}
.PendingApproval
{
  color: #800000;
  font-weight : bold;
}
.Approved
{
  color: #008000;
  font-weight : bold;  
}
.Rejected
{
  color: #800000;
  font-weight : bold;  
}