﻿/* =============================
   Standard Tag / Page element
================================*/
BODY
{
	font-size: 10pt;
	font-family: Tahoma;
}
a
{
	text-decoration:none;
}
a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a:active
{
	text-decoration:none;
}
/* =============================
   Table / Row Background color
================================*/
.LockportTheme
{
	background-color: #CCCC99;
	border-right: tan 1pt solid;
	border-top: tan 1pt solid;
	border-left: tan 1pt solid;
	border-bottom: tan 1pt solid;
}
.LockportThemeWh
{
	background-color: #ffffff;
	border-right: tan 0pt solid;
	border-top: tan 0pt solid;
	border-left: tan 0pt solid;
	border-bottom: tan 0pt solid;
}
.Table
{
	vertical-align: middle;
	text-align: left;
	border-right: tan 1px solid;
	border-top: tan 1px solid;
	border-left: tan 1px solid;
	border-bottom: tan 1px solid;
	background-color: #F2F2E4;
}
.Table2
{
	vertical-align: top;
	text-align: left;
	border-width: 1px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
.TD2
{
	border-width: 1px;
	padding: 4px;
	border-style: outset;
	border-color: black;
	background-color: white;
}
.TD2Head
{
	border-width: 1px;
	padding: 4px;
	border-style: outset;
	border-color: black;
	background-color: white;
	font-size: 11pt;
	font-family: Tahoma;
	font-weight: bold;
}
.LogoBG
{
	background-color: #993300;
}
.HeaderRow
{
	background-color: #993300;
}
.HeaderRowReport
{
	background-color: #000000;
}
.HeaderRowText
{
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
	background-color: #993300;
}
.Row
{
	background-color: #F2F2E4;
}
.Hidden
{
	visibility:hidden;
	width:1px;
}

/* =============================
   Font / Text
================================*/
.PageHeaderC
{
	font-size: 20pt;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
}
.PageHeader
{
	font-size: 11pt;
	font-family: Tahoma;
	font-weight: bold;
}
.TableHeader
{
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
}
.BoldText
{
	font-size: 10pt;
	font-family: Tahoma;
	color:Black;
	font-weight:bold; 
}
.NormalText
{
	font-size: 10pt;
	font-family: Tahoma;
	color:Black;
}
.BigHighlightedFont
{
	color:Red;
	font-weight: bold;
	font-size: 11pt;
}
.HighlightedFont
{
	color:Red;
	font-weight: bold;
}
.ComplaintDesc
{
	font-family: Arial;
}
.rt
{
	text-align: right;
}

