/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: black;
	background-color: white;
}
BODY.MenuPage
{
	margin: 10px;
}
H1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: Silver;
	margin-top: 5px;
	margin-bottom: 5px;
}
H2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	margin-bottom: 5px;
}
H3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 5px;
}
PRE
{
	font-family: 'Courier New' , monospace;
	font-size: 8pt;
}
SMALL
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
}
BIG
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
B
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
BLOCKQUOTE
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
HR.Divider
{
	color: black;
	height: 3px;
}
DIV
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
DT
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
DD
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
A
{
	color: Blue;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
A.ErrorMsgLink
{
	color: #dc143c;
	font-weight: bold;
	text-decoration: none;
}
A.ErrorMsgLink:hover
{
	text-decoration: underline;
}
A.MenuLink
{
	font-weight: bold;
	font-size: 8pt;
	color: #1D3F65;
	line-height: 20px;
	padding: 5,5,5,5;
}
A.MenuLink:hover
{
	color: darkblue;
	font-weight: bold;
	font-size: 10pt;
}
INPUT
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
INPUT.FormBtn
{
	font-weight: bold;
	font-size: 9pt;
	height: 0.25in;
	width: 0.75in;
}
.Error
{
	background-color: #6699c7;
	color: red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
SELECT
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
TEXTAREA
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
TABLE
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
TH
{
	background-color: #ECF2F6;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}
TH.SearchHeaderText
{
	color : Navy;
}
TH.Stats
{
	background-color: #ECF2F6;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}
TD
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
TD.Cell
{
	/*border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid; */
	color: black;
	/*border-bottom: lightgrey 1px solid;*/
	background-color: white;
}
TD.CellLabel
{
	/*border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid; */
	color: black;
	/*border-bottom: lightgrey 1px solid;*/
	background-color: #ECF2F6;
	font-weight: bold;
	text-align: left;
}
TD.CellLabelLeft
{
	border-right: lightgrey 5px solid;
	border-top: lightgrey 5px solid;
	border-left: lightgrey 5px solid;
	color: black;
	border-bottom: lightgrey 5px solid;
	background-color: lightgrey;
	font-weight: bold;
}
TD.CellField
{
	border-right: lightgrey 5px solid;
	border-top: lightgrey 5px solid;
	border-left: lightgrey 5px solid;
	color: black;
	border-bottom: lightgrey 5px solid;
	background-color: white;
}
TD.FieldLabel
{
	font-weight: bold;
	text-align: right;
}
TD.FieldLabelLeft
{
	font-weight: bold;
	text-align: left;
}
TD.Footer
{
	font-size: 10pt;
	color: red;
	text-align: left;
}
.ColHeader
{
	font-weight: bold;
	color: black;
	background-color: darkgray;
}
.ColFooter
{
	color: black;
	background-color: lightgrey;
}
.TabColHeader
{
	color: black;
	background-color: lightgrey;
	font-weight: bold;
}
.TabColFooter
{
	color: black;
	background-color: lightgrey;
}
.Pager
{
	border-top: thin solid;
	font-weight: bold;
	color: black;
}
.Shaded
{
	background-color: lightgrey;
}
.Menu
{
	color: white;
	background-color: white;
	
}
.LayoutTable
{
	width:480px;
	position:absolute;
	left:190px;
	top:260px;
	border-collapse: collapse;
	border-color: #ECF2F6;
}
.StatsTable
{
	width:480px;
	position:absolute;
	left:190px;
	top:260px;
	border:solid 2px #ECF2F6;
}
.LayoutEdge
{
	background-color: #ECF2F6;	
}
.LayoutContent
{
	background-color: #FAF7F0;	
}
.ResultEdge
{
	/*border-right: #95B2E3 1px solid;
	border-top: #95B2E3 1px solid;
	border-left: #95B2E3 1px solid;
	border-bottom: #95B2E3 1px solid; */
}
.FooterTable
{
	color:#95B2E3;
	font-family:Arial;
	font-size:xx-small;
}
.Disabled
{
	background-color: silver;
}
.ErrorMsg
{
	color: #dc143c;
	font-weight: bold;
}
.AboutHeader
{
	color: white;
	background-color: #6699c7;
	text-align: center;
}
.Attn
{
	color: #dc143c;
	font-weight: bold;
}
.Inactive
{
	color: #dc143c;
}
.Note
{
	color: #0000ff;
	font-weight: bold;
}
.Small
{
	font-size: 7pt;
}
.ActiveItem
{
	color: #0000ff;
	font-weight: bold;
}
.InactiveItem
{
	color: #dc143c;
	font-weight: bold;
}
.Numeric
{
	text-align: right;
}
.TabStyle
{
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: black 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #a9a9a9;
	text-align: center;
}
.TabSelStyle
{
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: black 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #d3d3d3;
	text-align: center;
}
.TabHoverStyle
{
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: black 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #d3d3d3;
	text-align: center;
	text-decoration: underline;
}