/*
Coors Foundation
Board Book and Grant Application System
Karl Glasgow
code@keg4.com
Copyright 2013, All Rights Reserved
*/

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	text-rendering: optimizeLegibility;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-family: 'Amiri', serif;
	color: #003366;
}

h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Sans-Serif;
}
h2 {
	color: #00602e;
}

form { 
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border: none;
}

a {
	outline: none;
}

textarea {
	resize: none;
}

input[type=text], 
input[type=password], 
input[type=checkbox], 
input[type=radio],  
select, 
textarea, 
.BoldFieldPrompt {
	padding: 5px 10px;
	padding: 0.5rem 1.0rem;
	color: #000000;
}
input[type=text],
input[type=password] {
	border: solid 1px #999999;
}
input[type=password] {
	/*background: url(images/icons/icon_formfield_38w36h.png) no-repeat center right;*/
	background-size: contain;
}
input[type=checkbox] {
	position: relative;
	top: 2px;
}

:disabled {
	background: #D0D0D0;
	color: #333333;
}

#Page {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}

#PageContainer {
	margin: 0 auto;
	max-width: 1000px;
	padding: 1rem;
}

#Header {
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-color: #003366;
	color: #FFFFFF;
	overflow: hidden;
}
#Header #GeneralContext {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

#Header #HeadingContext {
	display: block;
	margin: 1rem 0;
}
.Branding {
	display: flex;
	align-items: center;
}
img#AppLogo {
	margin: 1.5rem;
	width: 100%;
	max-width: 124px;
}
#Header h1.AppTitle {
	display: block;
	margin: 0;
	color: #FFFFFF;
	font-family: 'Amiri', serif;
	font-size: 2.5rem;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
}
#Header h1.AppTitle span.AppSection {
	display: block;
	color: #F5C453;
	font-size: 2rem;
	line-height: 1em;
	text-transform: uppercase;
}

#Session {
	margin: 0 0 1.5rem 0;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}
#Session a.Login {
	display: inline-block;
	background: #f5c453;
	padding: 0.5rem 1rem;
	color: #003366;
	text-decoration: none;
}
#Session a.Login:hover {
}
#Session a.Logout {
	display: inline-block;
	background: #FFFFFF;
	padding: 0.5rem 1rem;
	color: #003366;
	text-decoration: none;
}
#Session a.Logout:hover {
}
#Session .UserInfo {
	color: #F5C453;
}
#Session a.AdminToolLink {
	display: inline-block;
	float: right;
	margin: 0 5px 0 0;
	margin: 0 0.5rem 0 0;
	color: #009900;
	text-decoration: none;
}
#Session a.AdminToolLink:hover {
	color: #009900;
	text-decoration: underline;
}

#OrganizationContext h2.Context {
	margin: 0 0 1.5rem 0;
	font-family: 'Amiri', serif;
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: capitalize;
}
h2.Context {
	color: #F5C453;
}

#HeadingContext {
	background: #286339;
}
h2.Context {
	margin: 0;
	text-align: center;
	color: #F5C453;
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.25em;
}


h2.PageTitle {
	display: inline-block;
	margin: 0;
	color: #009900;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 500;
}
#Header h2.PageTitle {
	max-width: 60%;
	font-size: 22px;
	font-size: 2.2rem;
}


#Billboard {
	margin: 0;
	width: 100%;
}
#Billboard img {
	max-width: 100%;
}
body.Path #Billboard {
}

#Footer {
	clear: both;
	margin: 20px 0 0 0;
	background: #003366;
	padding: 30px;
	overflow: hidden;
	color: #FFFFFF;
}
#Footer #FooterWrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#Footer #Copyright {
	margin: 0;
	text-align: right;
	padding: 0;
	overflow: hidden;
}
#Footer #Copyright img {
	display: inline-block;
	margin-bottom: 25px;
	width: 100%;
	max-width: 210px;
}
#Footer .PoliciesLink {
	color: #e5ba54;
	text-decoration: none;
}
#Footer .PoliciesLink:hover {
	text-decoration: underline;
}
#Footer #ContactInfo {
	align-self: flex-end;
	display: inline-block;
	margin: 100px 0 0 0;
	margin: 10.0rem 0 0 0;
}
#Footer h2 {
	color: #FFFFFF;
	text-transform: uppercase;
}

#PageBody {
	margin: 0 auto;
	max-width: 1000px;
	overflow: hidden;
}
#PageBody .Content {
	padding: 20px;
	min-height: 450px;
}
.Box {
/*	border: solid 1px #333333;
	border-radius: 10px;*/
}
.Box .Container {
	padding: 5px 8px;
}
.Shadow {
	box-shadow: 2px 2px 5px #333333;
}
#PageBody h1.PageTitle {
	margin: 0 0 15px 0;
	margin: 0 0 1.5rem 0;
	text-align: center;
	color: #003366;
	font-size: 40px;
	font-size: 4rem;
	font-weight: normal;
	text-transform: uppercase;
}


/*
Flex-based page layout
*/
section {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}
section .column {
	flex: 1 auto;
	align-items: flex-start;
	justify-content: space-between;
	display: flex;
	flex-flow: row wrap;
}
section article,
section .column article {
	flex: 1 auto;
}
article {
	margin: 0;
	padding: 1rem;
}
article.full-width {
	flex-basis: 100% !important;
}
article.correspondence {
	justify-self: flex-end;
}
article p:first-child {
	margin-top: 0 !important;
}
article p:last-child {
	margin-bottom: 0 !important;
}

.address-block {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.address-block header {
	flex-basis: 100%;
	margin: 0 0 0.5rem 0;
	font-weight: normal;
}
.address-block .street-address {
	flex-basis: 100%;
}
.address-block .city {
}
.address-block .state {
}
.address-block .zip {
}
.address-block .country {
}
.address-block div {
	margin-right: 0.5rem;
	line-height: 1.5em;
	font-weight: bold;
}
.address-block .city::after {
	content: ', ';
}
.address-block .NA {
	flex-basis: 100%;
	font-style: italic;
}

.contact-block {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.contact-block header {
	flex-basis: 100%;
	margin: 0 0 0.5rem 0;
	font-weight: normal;
}
.contact-block .name,
.contact-block .phone,
.contact-block .email {
	flex-basis: 100%;
}
.contact-block div {
	margin-right: 0.5rem;
	line-height: 1.5em;
	font-weight: bold;
}
.contact-block .NA {
	flex-basis: 100%;
	font-style: italic;
}


/*
Application */
p.Intro {
}
p.Important {
}
ul.Interest, 
ul.NonInterest {
	list-style: none;
	margin: 5px 0 15px 30px;
	margin: 0.5rem 0 1.5rem 3.0rem;
	padding: 0;
	overflow: hidden;
}
ul.Interest li {
	display: block;
	float: none;
}
ul.Interest li ul {
	list-style: disc;
}
ul.Interest li ul li {
}
ul.NonInterest {
	list-style: circle;
}
ul.NonInterest li {
	display: inline-block;
	float: left;
	width: 50%;
}
ul.NonInterest li ul {
}
ul.NonInterest li ul li {
}

/*
Listing */
div.Listing {
	padding: 10px;
	padding: 1.0rem;
}
a.Organization {
	display: inline-block;
	margin: 0 10px 0 10px;
	margin: 0 1.0rem 0 1.0rem;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	line-height: 2.1rem;
	font-weight: 500;
	text-decoration: none;
}
a.Organization:hover {
	color: #009900;
	text-decoration: underline;
}
a.ProfileLink {
	display: inline-block;
	margin: 0 0 0 10px;
	margin: 0 0 0 1.0rem;
	color: #999999;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
	line-height: 2.1rem;
	font-weight: 500;
	text-decoration: none;
}
a.ProfileLink:hover {
	color: #333333;
}
p.Introduction {
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	line-height: 2.1rem;
	font-weight: 500;
}
/* 
Agenda */
.BoardBookStatus {
	margin: 15px 0;
	margin: 1.5rem 0;
	text-align: left;
	color: #993333;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
}
.BallotType, 
.AgendaType {
	display: block;
	margin: 0 auto;
}
.BallotType h1, 
.AgendaType h1 {
	margin: 0;
	color: #333333;
	font-size: 28px;
	font-size: 2.8rem;
}
.Selector {
	display: block;
	float: right;
	margin: 10px 0 0 0;
	margin: 1.0rem 0 0 0;
	color: #333333;
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: none;
}
.Selector:hover {
	color: #009900;
}
.SectionHeading {
	display: block;
	margin: 15px 0 5px 0;
	margin: 1.5rem 0 0.5rem 0;
	color: #494949;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
	text-transform: none;
}
a.SectionHeading {
	text-decoration: none;
}
a.SectionHeading:hover {
	color: #009900;
	text-decoration: underline;
}
h2.SectionHeading {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
}
h3.SectionHeading {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}
a.DocumentLink {
	display: block;
	margin: 0 10px;
	margin: 0 1.0rem;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	line-height: 2.1rem;
	font-weight: 500;
	text-decoration: none;
}
a.DocumentLink:hover {
	color: #009900;
	text-decoration: underline;
}
p.DocumentDescription {
	margin: 0 0 5px 0;
	margin: 0 0 0.5rem 0;
	padding: 0 0 0 25px;
	padding: 0 0 0 2.5rem;
	text-align: left;
	color: #494949;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
}
p.Organization {
	display: block;
	margin: 0 10px;
	margin: 0 1.0rem;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	line-height: 2.1rem;
	font-weight: 500;
}
.Agenda p.Organization {
	margin: 0 20px;
	margin: 0 2.0rem;
}
.Agenda h3.SectionHeading {
	margin: 10px 10px 5px 10px;
	margin: 1.0rem 1.0rem 0.5rem 1.0rem;
}
/*
Buttons */
.Button {
	cursor: pointer;
	border-radius: 4px;
}
.Rotated {
	-webkit-transform: rotate(-90deg);									/* Safari */
	-moz-transform: rotate(-90deg);										/* Firefox */
	-ms-transform: rotate(-90deg);										/* IE */
	-o-transform: rotate(-90deg);										/* Opera */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);	/* Internet Explorer */
}
input[type=submit].BigButton,
a.BigButton {
	display: block; 
	border: solid 5px #CCCCCC;
	border-radius: 10px; 
	padding: 15px; 
	color: #FFFFFF; 
	font-size: 30px; 
	text-decoration: none;
}
input[type=submit].Save,
a.Save {
	background: #009900;
}
input[type=submit].Save:hover, 
a.Save:hover {
	border-color: #006600;
	background: #00AA00;
}
input[type=submit].Cancel,
a.Cancel {
	border: solid 1px #990000;
	background: #990000;
}
input[type=submit].Cancel:hover, 
a.Cancel:hover {
	border-color: #880000;
	background: #880000;
}
input[type=button].TextLink, 
input[type=submit].TextLink {
	display: inline-block;
	border: none;
	background: none;
	color: #0000FF;
}
input[type=button].TextLink:hover, 
input[type=submit].TextLink:hover {
	text-decoration: underline;
	color: #0000FF;
}
/*
Login */
div.LoginBox, 
div.RegisterBox {
	margin: 20px auto;
	margin: 2.0rem auto;
	padding: 20px;
	padding: 2.0rem;
	text-align: left;
	overflow: hidden;
}
div.RegisterBox {
	border-top: solid 1px #CCCCCC;
}
div.LoginBox h2 {
	margin: 0;
	color: #22754a;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
} 
div.RegisterBox h2 {
	margin: 0;
	color: #003366;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
div.LoginBox div.LoginMessage, 
div.RegisterBox div.LoginMessage, 
div.ProfileMessage, 
div.ApplicationMessage {
	margin: 0 0 10px 0;
	margin: 0 0 1.0rem 0;
	border: solid 1px #990000;
	background: #FFEEEE;
	padding: 5px 10px;
	padding: 0.5rem 1.0rem;
	color: #990000;
	font-size: 14px;
	font-weight: 600;
}
div.ApplicationNotice {
	margin: 0 0 10px 0;
	margin: 0 0 1.0rem 0;
	color: #CC0000;
	font-size: 16px;
	font-weight: 600;
}
div.LoginBox div.LoginConfirmationMessage {
	margin: 0 0 10px 0;
	margin: 0 0 1.0rem 0;
	border: solid 2px #009900;
	background: #EEFFEE;
	padding: 5px 10px;
	padding: 0.5rem 1.0rem;
	color: #009900;
	font-size: 14px;
	font-weight: 600;
}
.Error {
	color: #CC0000;
}
.ProfileConfirmation {
	margin: 0 0 10px 0;
	margin: 0 0 1.0rem 0;
	border: solid 1px #012D6A;
	background: #EEEEEE;
	padding: 5px 10px;
	padding: 0.5rem 1.0rem;
	color: #012D6A;
	font-size: 14px;
	font-weight: 600;
}
div.LoginBox span.Prompt, 
div.RegisterBox span.Prompt {
	color: #333333;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
}
div.LoginBox input.Button, 
div.LoginBox a.Button, 
div.RegisterBox input.Button, 
div.RegisterBox a.Button {
	color: #FFFFFF;
}
div.LoginBox input.LoginButton, 
div.LoginBox a.LoginButton { 
	background: #006330;
}
div.LoginBox input.ForgotButton { 
	background: #4c4d4e;
}
div.RegisterBox .RegisterButton,
div.LoginBox .ResendButton {
	background: #002e62;
}
div.LoginBox input.LoginButton:hover {
}
div.LoginBox input.ForgotButton:hover {
}
div.RegisterBox .RegisterButton:hover,
div.LoginBox .ResendButton:hover {
}
/*
Archives */
a.ArchiveOption, 
a.OpenBoardBook, 
span.AlreadySelected {
	font-size: 1.4rem;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
}
a.ArchiveOption {
	color: #2D568F;
	text-decoration: none;
}
a.ArchiveOption:hover {
	color: #0B346F;
	text-decoration: underline;
}
span.AlreadySelected {
	color: #666666;
}
a.OpenBoardBook {
	color: #22BB22;
	text-decoration: none;
}
a.ArchiveOption:hover {
	color: #009900;
	text-decoration: underline;
}
h2.Empty {
	margin: 0;
	color: #666666;
	font-size: 2.0rem;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}
/*
Document Search */
#SearchCriteriaForm {
	display: block;
	padding: 10px;
}
#SearchCriteriaForm h1 {
	margin: 0 0 15px 0;
	margin: 0 0 1.5rem 0;
	padding: 0;
	font-size: 20px;
	font-size: 2.0rem;
}
#SearchCriteriaForm a.Control {
	display: inline-block;
	float: right;
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}
#SearchCriteriaForm a.ShowCriteria {
	display: none;
	background: #009900;
	color: #FFFFFF;
}
#SearchCriteriaForm a.ShowCriteria:hover {
	background: #FFFFFF;
	color: #009900;
}
.SearchCriteria .FormHeading {
	color: #009900;
	font-size: 14px;
	font-weight: 600;
}
.SearchCriteria .Prompt {
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}
.SearchCriteria .CheckboxPrompt {
	display: inline-block;
	position: relative;
	top: -2px;
	color: #666666;
	font-size: 12px;
	font-weight: 600;
}
.SearchCriteria span.Field {
	display: inline-block;
	border: solid 1px #666666;
	background: #D9D9D9;
	padding: 1px 20px 1px 5px;
	color: #459E00;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
}
.SearchCriteria input[type=text], 
.SearchCriteria textarea, 
.SearchCriteria select {
	border: solid 1px #666666;
	background: #D9D9D9;
	padding: 1px 3px;
	color: #459E00;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
}
.SearchCriteria option.Prompt {
	font-weight: 300;
	font-style: italic;
}
.SearchCriteria .SearchKeyword {
	margin-right: 10px;
	width: 250px;
}
.FieldType_Date, 
.FieldType_DateValue {
	display: inline-block;
	min-width: 100px;
	min-height: 1em;
}
.SearchCriteria .FieldListInstructions {
	margin: 0;
	padding: 0; 
	text-align: center; 
	font-weight: 500;
	font-style: italic;	
}
input.Button,
a.Button {
	display: inline-block;
	margin: 0 10px 0 0;
	height: auto;
	border: none;
	background: #999999;
	padding: 4px 16px;
	color: #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
input.Button:hover,
a.Button:hover {
}
input.SearchButton { 
	background: #009900; 
	color: #FFFFFF; 
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}
input.SearchButton:hover { 
	background: #00CC00; 
	color: #FFFFFF; 
}
input.BrowseButton { 
	background: #0B346F; 
	color: #FFFFFF; 
}
input.BrowseButton:hover { 
	background: #3F679F; 
	color: #FFFFFF; 
}
.DocumentListing {
	width: 100%;
}
.DocumentListing th {
	background: #333333;
	white-space: nowrap;
	color: #FFFFFF;
	padding: 2px 10px;
	padding: 0.2rem 1.0rem;
	text-align: center;
}
.DocumentListing td {
	padding: 2px 10px;
	padding: 0.2rem 1.0rem;
	text-align: center;
}
.DocumentListing tr.Alt td {
	background: #EEEEEE;
}
.DocumentListing a {
	color: #009900;
	text-decoration: none;
}
.DocumentListing a:hover {
	text-decoration: underline;
}
.DocumentListing .DocumentDescription {
	margin: 0 0 0 5px;
	margin: 0 0 0 0.5rem;
	padding: 0;
	color: #666666;
	font-size: 11px;
	font-size: 1.1rem;
}
/*
Document Packages */
a.PackageButton {
	display: inline-block;
	background: #FF9933;
	padding: 5px 10px;
	padding: 0.5rem 1.0rem;
	color: #FFFFFF;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
}
a.PackageButton:hover {
	background: #DD7711;
	color: #FFFFFF;
}

/*
Generic */
div.Message {
	border: solid 2px #CCCCCC;
	background: #F0F0F0;
	padding: 20px;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}
div.Message h1 {
	margin: 0;
	color: #333333;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1em;
	font-weight: 400;
}
div.Message p {
	margin: 10px 0 0 0;
}
a.MessageOkButton {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 20px 0 0 0;
	margin: 2.0rem 0 0 0;
	border: solid 2px #666666;
	border-radius: 10px;
	padding: 5px;
	padding: 0.5rem;
	background: #999999;
	color: #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	font-weight: 600;
	box-shadow: 0 1px 3px #666666;
	text-decoration: none;
}
a.MessageOkButton:hover, 
a.MessageOkButton:active {
	top: -1px;
	border: solid 2px #666666;
	background: #666666;
	box-shadow: 0 2px 5px #999999;
	color: #FFFFFF;
	text-decoration: none;
}

.Sideways {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
h2.SectionHeading {
	color: #022D6A;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;
}
p.EligibilityStatus {
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2rem;
}

p.Copy {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
}
ul.Copy {
	list-style: square;
}
ul.Copy li {
	margin: 5px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;	
}
.Retracted {
	color: #CCCCCC;
	text-decoration: line-through;
}

input[type=submit].LinkStyleButton {
	display: block;
	float: none;
	border: none;
	background: none;
	color: #333333;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
}
input[type=submit].LinkStyleButton:hover {
	color: #000000;
}


/* 
Checkbox listing */
.CheckboxListing { 
	margin: 0 0 10px 0;
	margin: 0 0 1.0rem 0;
}
.CheckboxListingSubHeading {
    padding-top: 10px;
    padding-top: 1.0rem;
}
.CheckboxListing td {
}
.CheckboxListing td {
	padding: 0 15px 0 0;
	padding: 0 1.5rem 0 0;
}
.CheckboxListing td.Checkbox {
	padding: 0;
}
.CheckboxListing td label.CheckboxPrompt {
	font-size: 1.25rem;
	font-weight: 500;
}
.CheckboxListing td.BoldOption {
}
.CheckboxListing td.BoldOption label.CheckboxPrompt {
	font-size: 1.25rem;
	font-weight: 700;
}
.CheckboxListing .NuclearOption {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-style: italic !important;
    color: #990000 !important;
}

/*
Form control buttons */
#FormControls {
	display: block;
	bottom: 0;
	width: 100%;
	margin: 30px auto 0 auto;
	margin: 3.0rem auto 0 auto;
	border: none;
	background: none;
	padding: 0;
	text-align: right;
}
#FormControls .Status {
	
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	padding: 1.0rem;
}
#FormControls .Controls {
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
}
#FormControls input.Update {
	margin: 20px 10px 0 10px;
	margin: 2.0rem 1.0rem 0 1.0rem;
	background: #286339;
	color: #FFFFFF;
}
#FormControls input.Update:hover, 
#FormControls input.Update:active {
}
#FormControls input.Submit, 
#FormControls input.Continue {
	margin: 20px 20px 0 10px;
	margin: 2.0rem 2.0rem 0 1.0rem;
	background: #286339;
	color: #FFFFFF;
}
#FormControls input.Submit:hover, 
#FormControls input.Submit:active, 
#FormControls input.Continue:hover, 
#FormControls input.Continue:active {
}
#FormControls input.Return {
	margin: 20px 10px 0 10px;
	margin: 2.0rem 1.0rem 0 1.0rem;
	background: #003366;
	color: #FFFFFF;
}
#FormControls input.Return:hover, 
#FormControls input.Return:active {
}
#FormControls input.DeleteButton {
	margin: 20px 10px 0 10px;
	margin: 2.0rem 1.0rem 0 1.0rem;
	background: #D90000;
	color: #FFFFFF;
}
#FormControls input.DeleteButton:hover,
#FormControls input.DeleteButton:active {
}
#FormControls .Download {
	margin: 20px 10px 0 10px;
	margin: 2.0rem 1.0rem 0 1.0rem;
	background: #F5C453;
	color: #003366;
}
#FormControls .Download:hover, 
#FormControls .Download:active {
}
#FormControls .Prompt {
	color: #333333;
	font-size: 14px;
	line-height: 1.5em;
}
#FormControls .Data {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5em;
}


#PleaseWait {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	text-align: center;
	z-index: 1000;
}
#PleaseWait img {
	display: block;
	position: absolute;
	top: 40%;
	left: 45%;
	width: 12.8%;
	height: 12.8%;
	max-width: 128px;
	max-height: 128px;
}

body.Login blockquote {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
