/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #c0c0c0;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	

 #tblMenu A:link	{	
	color:	#ffffff;
	}	
		
 #tblMenu A:visited	{	
	color:	#ffffff;
	}	
		
 #tblMenu A:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
 #tblMenu A:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.error {
	color: Red;
	font-size: 16px;
	margin-top: 1em;
	display: inline-block;
	font-family: MS Sans Serif;
	width: 100%;
	text-align: center;
	height: 1em;
	margin-bottom: 0px;
}

.standardbutton {
	border-radius: 10px;
	color: White;
	font-weight: bold;
	background-color: #000170;
	border-style: none;
	font-family: Sans-Serif;
	margin-top: 20px;
	font-size: 16px;
}

.password_rules li
{
	text-align: left;
}

.standardlabel
{
	color: #006699;
	font-family: MS Sans Serif;
	font-weight: bold;
}

.divPasswordRulesOuter
{
	display: inline-flex;
	width: fit-content;
	align-items: stretch;
	flex-direction: column;
}

.divPasswordRulesCaption {
	text-align: center;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	margin-bottom: 0px;
	border-bottom: 0px;
	background-color: lightsteelblue;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	vertical-align: bottom;
	font-weight: bold;
	color: #006699;
}

.divPasswordRulesList {
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-top: 0px;
	margin-top: 0px;
	background-color: white;
	border-color: black;
	border-style: solid;
	display: inline-block;
	vertical-align: top;
	border-width: 1px;
	margin-bottom: 1em;
	white-space: nowrap;
	width: fit-content;
	padding-right: 1rem;
}

.pageHeaderWrapper {
	width: 100%;
	text-align: center;
}

.pageHeader {
	background-color: white;
	border-radius: 1em;
	font-size: medium;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #003366;
	line-height: 35px;
}

.pageHeaderAutoWidth {
	background-color: white;
	border-radius: 1em;
	font-size: medium;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	display: inline-block;
	width: fit-content;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding: 1rem 1rem 1rem 1rem;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #003366;
}

.pageHeaderExplanation {
	background-color: white;
	border-radius: 1em;
	font-size: medium;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	display: inline-block;
	width: 50rem;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-top: 1em;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #003366;
	text-align: center;
}

.pageHeaderExplanationInner {
	text-align: justify;
	display: inline-block;
}

.forceFontSize {
	font-size: 16px;
	width: 100%;
	text-align: center;
}

.forceFontSize input[type="text"],input[type="password"] {
	font-size: 16px;
}

.forceFontSize .error {
	font-size: 16px;
}

dialog {
	border-radius: 1em;
}

#divInputsOuter {
	width: 100%;
	text-align: center;
}

#divInputsInner label {
	justify-self: end;
	padding-right: 10px;
}


.fieldGridOuter {
	width: 100%;
	text-align: center;
}

.fieldGridInner {
	display: inline-grid;
	grid-template-columns: 1fr 20rem;
	grid-template-rows: 1fr 1fr 1fr;
	grid-row-gap: 0.5em;
	column-gap: 10px;
}


.fieldGridInner label {
	justify-self: end;
	align-self: center;
}

.fieldGridInner input[type=text] {
	justify-self: start;
	width: 20em;
}

.fieldGridInner div {
	justify-self: start;
}
