﻿body { background-color: #666666; font-size: 8pt; font-family: Arial, Verdana, Sans-serif; }
A, A:link, A:visited { color: #000099; font-family: Arial, Verdana, Sans-serif; text-decoration: underline; }
A:active, A:hover { color: #990000; font-family: Arial, Verdana, Sans-serif; text-decoration: underline; }

/*-- POSITIONING --*/
.Main { text-align: left; width: 780px; background-image: url(Images/MainBackgroundHeader.jpg); background-position: center top; background-repeat: no-repeat; background-color: #ffffff; border-right: black 2px solid; border-top: black 2px solid; border-left: black 2px solid; border-bottom: black 2px solid; }
.Bottom { background-position: center bottom; background-image: url(Images/IMGMainBottom.jpg); width: 780px; background-repeat: no-repeat; height: 76px; }

/*-- POSITIONING --*/
#horizon { color: white; text-align: center; position: absolute; top: 50%; left: 0px; width: 100%; height: 1px; overflow: visible; visibility: visible; display: block; }
#content { font-family: Verdana, Geneva, Arial, sans-serif; margin-left: -390px; position: absolute; top: -300px; left: 50%; width: 780px; visibility: visible; border-right: #000000 2px solid; border-top: #000000 2px solid; background-image: url(Images/MainBackground.jpg); border-left: #000000 2px solid; border-bottom: #000000 2px solid; background-position: left top; background-repeat: no-repeat; background-color: #ffffff; }
#pagecontent { text-align: left; width: 780px; margin-bottom: 10px; }

/*-- HEADER LINKS --*/
#headerlinks { width: 100%; height: 141px; font-weight: bold; font-size: 8pt; color: #ffffff; font-family: Arial, Verdana, Sans-serif; text-decoration: none; padding-top: 0px; border-top-width: 1px; border-left-width: 1px; border-left-color: black; border-bottom-width: 1px; border-bottom-color: black; border-top-color: black; border-right-width: 1px; border-right-color: black; margin-left: 170px; }
A.HeaderLink, A.HeaderLink:link, A.HeaderLink:visited { font-weight: bold; font-size: 8pt; color: #ffffff; font-family: Arial, Verdana, Sans-serif; text-decoration: none; }
A.HeaderLink:active, A.HeaderLink:hover { font-weight: bold; font-size: 8pt; color: #DBB226; font-family: Arial, Verdana, Sans-serif; text-decoration: none; }
A.HeaderLinkSel, A.HeaderLinkSel:link, A.HeaderLinkSel:visited { font-weight: bold; font-size: 8pt; color: #DBB226; font-family: Arial, Verdana, Sans-serif; text-decoration: none; }
A.HeaderLinkSel:active, A.HeaderLinkSel:hover { font-weight: bold; font-size: 8pt; color: #DBB226; font-family: Arial, Verdana, Sans-serif; text-decoration: underline; }

/*-- SUB PAGE LINKS --*/
#subpagelinks { font-weight: bold; font-size: 8pt; color: #91bfe6; font-family: Arial, Verdana, Sans-serif; text-decoration: none; }
A.SubPageLink, A.SubPageLink:link, A.SubPageLink:visited { font-weight: bold; font-size: 8pt; color: #91bfe6; font-family: Arial, Verdana, Sans-serif; text-decoration: none; }
A.SubPageLink:active, A.SubPageLink:hover { font-weight: bold; font-size: 8pt; color: #005c89; font-family: Arial, Verdana, Sans-serif; text-decoration: underline; }
A.SubPageLinkSel, A.SubPageLinkSel:link, A.SubPageLinkSel:visited { font-weight: bold; font-size: 8pt; color: #005c89; font-family: Arial, Verdana, Sans-serif; text-decoration: none; }
A.SubPageLinkSel:active, A.SubPageLinkSel:hover { font-weight: bold; font-size: 8pt; color: #005c89; font-family: Arial, Verdana, Sans-serif; text-decoration: underline; }

/*-- TEXT FORMATTING --*/
h1 { font-weight: bold; font-size: 14pt; color: #00274c; font-family: Arial, Verdana, Sans-serif; }
h2 { font-weight: bold; font-size: 11pt; color: #00274c; font-family: Arial, Verdana, Sans-serif; }
p { font-weight: normal; font-size: 9pt; color: #00274c; line-height: 20px; font-family: Arial, Verdana, Sans-serif; }
table {font-weight: normal; font-size: 9pt; color: #00274c; line-height: 20px; font-family: Arial, Verdana, Sans-serif; } 

/*-- FORM FORMATTING --*/
.FormField { font-weight: bold; font-size: 8pt; color: #00274c; font-family: Arial, Verdana, Sans-serif; border-right: #a9a9a9 1px solid; border-top: #a9a9a9 1px solid; border-left: #a9a9a9 1px solid; border-bottom: #a9a9a9 1px solid; text-transform: uppercase; }
.FormItemPrompt { font-size: 10px; font-family: Arial, Verdana, Sans-serif; }
.FormRowSeparator { border-bottom: #d3d3d3 1px solid; }
.FormButton { font-weight: bold; font-size: 8pt; color: #ffffff; font-family: Arial, Verdana, Sans-serif; background-color: #00274c; width: 100px; height: 20px; }
.InvalidRow { font-weight: bold; font-size: 8pt; color: #cc0000; font-family: Arial, Verdana, Sans-serif; background-position: left center; padding-left: 16px; background-image: url(Images/ICOError.gif); background-repeat: no-repeat; }

/*-- TABLE FORMATTING --*/
.DataTable { font-weight: bold; font-size: 8pt; font-family: Arial, Verdana, Sans-serif; background-color: #333333; color: #00ff33; }
.ColumnHeader { font-weight: bold; font-size: 9pt; color: #ffffff; font-family: Arial, Verdana, Sans-serif; background-color: #006699; }
.DataRow { font-weight: normal; font-size: 8pt; color: #000000; font-family: Arial, Verdana, Sans-serif; background-color: #ffffff; }
.DataRowOdd { font-weight: normal; font-size: 8pt; color: #000000; font-family: Arial, Verdana, Sans-serif; background-color: #f0f0f0; }

/*-- ERROR FORMATTING --*/
.ErrorValidatorLabel { font-weight: bold; font-size: 8pt; color: #cc0000; font-family: Arial, Verdana, Sans-serif; text-transform: uppercase; background-position: left top; padding-left: 14px; background-image: url(Images/ICOError2.gif); vertical-align: top; background-repeat: no-repeat; text-align: left; }
.ErrorSummary { border-right: #000000 1px solid; background-position: left top; border-top: #000000 1px solid; padding-left: 55px; font-weight: bold; font-size: 9pt; background-image: url(Images/ICOErrorBig.gif); border-left: #000000 1px solid; color: #ff0000; border-bottom: #000000 1px solid; background-repeat: no-repeat; font-family: Arial, Verdana, Sans-serif; background-color: #ffffcc; width: 500px; margin-left: auto; margin-right: auto; }
.ErrorSummaryHeader { font-weight: bold; font-size: 14pt; color: #ff0000; font-family: Arial, Verdana, Sans-serif; }
