/* Default CSS Stylesheet for a new Web Application project */
html, #Wrapper
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
#Wrapper
{
	width: 100%;
}
body
{
    height: 100%;
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
	color: black;
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body.WithMargin
{
	margin: 10px;
}
h1
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	margin-bottom: 5px;
}
h3
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin-bottom: 5px;
}
code
{
	font-family: "Consolas", "Courier New", Courier, mono;
    font-size: 9.5pt;
	color: #000066;
}
pre
{
	background-color: #EFEFF7;
	font-family: "Consolas", "Courier New", Courier, mono;
	font-size: 8pt;
	padding: 5;
}
dt
{
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}
li
{
	margin-bottom: 10px;
}
a
{
	color: Blue;
}
a.Anchor
{
	color: Black;
}
a.ErrorMsgLink
{
	color: #dc143c;
	font-weight: bold;
	text-decoration: none;
}
a.ErrorMsgLink:hover
{
	text-decoration: underline;
}
input.FormBtn
{
	font-weight: bold;
	font-size: 9pt;
	height: 0.25in;
	width: 0.75in;
}
table
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
}
th
{
	background-color: gray;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
}
td
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
}
td.FieldLabel
{
	font-weight: bold;
	text-align: right;
}
td.FieldLabelLeft
{
	font-weight: bold;
	text-align: left;
}
.ColHeader
{
	font-weight: bold;
	color: black;
	background-color: darkgray;
}
.ColFooter
{
	color: black;
	background-color: lightgrey;
}
.Disabled
{
	background-color: silver;
}
.ErrorMsg
{
	color: #dc143c;
	font-weight: bold;
}
.Attn
{
	color: #dc143c;
	font-weight: bold;
}
.Inactive
{
	color: #dc143c;
}
.Note
{
	color: #0000ff;
	font-weight: bold;
}
.Big
{
	font-size: 12pt;
}
.Small
{
	font-size: 7pt;
}
.Numeric
{
	text-align: right;
}
