﻿body
{
    font-family: Arial, sans-serif;
    font-size: 11pt;
    position: relative;
}

input.TxtBox
{
    font-size: 11pt;
    font-weight: bold;
    color: black;
    text-align: right;
    background-color: white;
}

.Big
{
    font-size: 13pt;
}

.Col1
{
    background-color: #aaffaa !important;
}

.Col2
{
    background-color: #88ff88 !important;
}

.Col3
{
    background-color: #00ff00 !important;
}

.Col4
{
    background-color: #ffff55 !important;
}

.Col5
{
    background-color: #ffffaa !important;
}

.Yellow
{
    background-color: yellow;
}

div.CapBlue
{
    color: #0000aa;
    padding: 5px 0;
    text-align: left;
}

div.CalcCaption
{
    text-align: center;
    padding: 5px 0 15px 0;
    vertical-align: top;
    font-weight: bold;
    color: black;
    font-size: 15pt;
}

td.CalcCaption
{
    text-align: left !important;
    padding: 10px 15px !important;
    vertical-align: top;
    font-weight: bold !important;
    color: black;
    font-size: 11pt !important;
}

td.CalcCaptionR
{
    text-align: right !important;
    padding: 10px 15px 10px 0 !important;
    vertical-align: top;
    font-weight: bold !important;
    color: black;
    font-size: 11pt !important;
}

td.CalcData
{
    text-align: justify !important;
    font-weight: normal !important;
    padding: 10px 15px 1em 40px !important;
    color: black;
    font-size: 11pt !important;
}

div.Err
{
    display: table;
    margin: 5px auto;
    background-color: yellow;
    font-size: 10pt;
    font-weight: bold;
    color: #dd0000;
    padding: 5px 7px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.NoWrap
{
    white-space: nowrap;
}

.Btn
{
    font-weight: bold;
    font-size: 12pt;
}

.BtnOrange
{
    font-weight: bold;
    font-size: 12pt;
    background-color: orange;
}

.BtnPopUp
{
    font-weight: bold;
    font-size: 10pt;
    background-color: orange;
}

.Justify
{
    text-align: justify !important;
}

.Para
{
    text-align: justify;
    padding-bottom: 1em;
}

b.BoxRed
{
    border: 1px solid black;
    display: inline-block;
    padding: 1px 5px;
    text-align: right;
    background-color: white;
    color: #dd0000;
}


b.Box
{
    border: 1px solid black;
    display: inline-block;
    padding: 1px 5px;
    text-align: right;
    background-color: lightblue;
    color: black;
    font-size: 11pt;
}

b.BoxS
{
    border: 1px solid black;
    display: inline-block;
    padding: 1px 2px;
    text-align: right;
    background-color: #73cf7d;
    color: black;
    font-size: 10pt;
}

b.BoxG
{
    border: 1px solid black;
    display: inline-block;
    padding: 1px 5px;
    text-align: right;
    background-color: #73cf7d;
    color: black;
    font-size: 11pt;
}

b.BoxT
{
    border: 1px solid black;
    display: inline-block;
    padding: 1px 5px;
    text-align: right;
    background-color: lightblue;
    color: black;
    font-size: 11pt;
}

table.Block
{
    margin: 10px auto 0 auto;
    width: 950px;
    border-style: none;
}

div.Page
{
    border: 2px solid black;
    page-break-inside: avoid;
    text-align: left;
    margin: 20px auto;
    font-weight: bold;
    width: 1000px;
    padding: 10px 20px;
    font-size: 11pt;
}

div.DisclaimerTitle
{
    font-weight: bold;
    font-size: 11pt;
    text-align: center;
}

div.Disclaimer
{
    font-weight: normal;
    font-size: 10pt;
    text-align: left;
    width: 760px;
    margin: 15px auto;
}

tr
{
    vertical-align: top;
}

tr.GreenOL
{
    outline: outset #00aa00 3px;
}

td.BNote
{
    font-size: 10pt;
    text-align: left;
    padding: 20px 5px;
}

td.BNote2
{
    font-size: 10pt;
    text-align: left;
    padding: 20px 5px;
}

td.BNote3
{
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding: 20px 5px;
    border-bottom: 1px solid black;
}

.BLine
{
    background: linear-gradient(#eeeeee, #bbbbbb, #eeeeee);
    height: 10px;
}

td.dataL10
{
    text-align: left;
    padding: 4px 3px;
    color: black;
    font-size: 10pt;
    vertical-align: top;
}

td.dataL9
{
    text-align: left;
    padding: 4px 3px;
    color: black;
    font-size: 9pt;
    vertical-align: top;
}

td.dataR9
{
    text-align: right;
    padding: 4px 3px;
    color: black;
    font-size: 9pt;
    vertical-align: top;
}

td.dataC9
{
    text-align: center;
    padding: 4px 3px;
    color: black;
    font-size: 9pt;
    vertical-align: top;
}

td.dataR10
{
    text-align: right;
    padding: 4px 3px;
    color: black;
    font-size: 10pt;
    vertical-align: top;
}

u
{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.BText
{
    font-weight: bold;
    font-size: 9pt;
}

.BU_Text
{
    font-weight: bold;
    font-size: 9pt;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.ULB
{
    text-decoration: underline solid blue;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.ULD
{
    text-decoration-color: black;
    text-decoration-thickness: 1px;
    text-decoration-line: underline;
    text-decoration-style: double;
}

li
{
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    list-style-type: none;
}

li.List2
{
    font-style: italic !important;
    font-size: 12pt !important;
    font-weight: bold;
    list-style-type: disc !important;
    padding-top: 15px;
}

div.SectionHeader
{
    text-align: center;
    font-size: 15pt;
    font-weight: bold;
    padding: 10px 0 20px 0;
    white-space: nowrap;
}

table.Page
{
    margin: 12px 0;
    width: 90%;
    border-style: none;
    border-spacing: 0;
    border-collapse: collapse;
}

div.ListA
{
    border: 1px solid black;
    padding: 15px;
    margin: 0 auto 20px auto;
    width: 966px;
}

table.ListA
{
    margin: 10px auto;
    padding: 0;
}

td.ListA
{
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    font-size: 12pt;
    width: 35px;
    padding-bottom: 10px;
}

td.NormalL
{
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    font-size: 11pt;
}

td.NormalR
{
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    font-size: 11pt;
}

.S9
{
    font-size: 9pt;
    font-style: italic;
}

div.SubSection
{
    text-align: left;
    font-size: 15pt;
    font-weight: bold;
    white-space: nowrap;
    border-bottom: 2px solid black;
    margin-bottom: 15px;
    margin-top: 30px;
}

div.SubSectionC
{
    text-align: center;
    font-size: 15pt;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 15px;
    margin-top: 30px;
}

.CTitle
{
    text-align: center;
    vertical-align: top;
    font-size: 14pt !important;
    font-weight: bold;
    padding-bottom: 10px;
}

.Note
{
    font-size: 10pt;
    font-weight: normal;
}

.Small
{
    font-size: 9pt;
}

div.CaptionNotes
{
    font-style: italic;
    font-size: 11pt;
    font-weight: normal;
    color: black;
    padding: 15px 25px 15px 5px;
    text-align: justify;
}

div.List
{
    padding-left: 25px;
}

div.Copyright
{
    font-size: 10pt !important;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    white-space: nowrap;
}

td.SectTitle
{
    width: 70%;
    font-weight: bold;
    font-size: 16pt;
    color: black;
    text-align: center;
    padding-bottom: 25px;
}

td.SectTitle2
{
    width: 70%;
    font-weight: bold;
    font-size: 16pt;
    color: black;
    text-align: center;
}

td.TitleL
{
    text-align: left;
    font-weight: bold;
    font-size: 13pt;
    padding: 15px 0;
    text-decoration: underline;
    color: #0000aa;
}

td.SectionHeader
{
    color: #0000aa;
    text-align: left;
    font-size: 15pt;
    font-weight: bold;
    padding: 10px 5px 25px 10px;
    text-decoration: underline;
    white-space: nowrap;
}

td.CaptionR
{
    text-align: right;
    font-size: 11pt;
    font-weight: bold;
    padding: 6px 5px;
    vertical-align: top;
}

td.CaptionL
{
    text-align: left;
    font-size: 11pt;
    font-weight: bold;
    padding: 0 5px 2px 5px;
    vertical-align: top;
}

td.CaptionC
{
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    padding: 6px 5px;
    vertical-align: top;
}

td.CaptionLU
{
    color: #000088;
    text-align: left;
    font-size: 13pt;
    font-weight: bold;
    padding: 5px;
    vertical-align: top;
    width: 50%;
}

td.CaptionLUS
{
    color: black;
    text-align: left;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px;
    vertical-align: top;
    width: 70%;
}

td.DataLS
{
    color: black;
    text-align: left;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 5px 5px 14px;
    vertical-align: top;
    white-space: nowrap;
}

td.DataRS
{
    color: black;
    text-align: right;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 5px 5px 14px;
    vertical-align: top;
    white-space: nowrap;
}

td.SubCol
{
    padding: 0;
    text-align: left;
}

table.SubCol
{
    border-style: none;
    width: 100%;
}

td.DataLI
{
    font-weight: normal;
    text-align: left;
    font-size: 11pt;
    padding: 20px 0 10px 0;
    vertical-align: top;
}

td.DataR
{
    font-weight: normal;
    text-align: right;
    font-size: 11pt;
    padding: 2px;
    vertical-align: top;
}

td.DataL
{
    font-weight: normal;
    text-align: left;
    font-size: 11pt;
    padding: 2px;
    vertical-align: top;
}

td.DataC
{
    font-weight: normal;
    text-align: center;
    font-size: 11pt;
    padding: 2px;
    vertical-align: top;
}

td.Left
{
    text-align: left;
    font-size: 11pt;
    padding: 6px;
    vertical-align: top;
}

td.Right
{
    text-align: right;
    font-size: 11pt;
    padding: 6px;
    vertical-align: top;
}

td.Center
{
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
    padding: 6px;
    vertical-align: top;
}

th.Center
{
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
    padding: 4px;
    vertical-align: top;
}

th.H2
{
    font-weight: bold;
    text-align: right;
    font-size: 10pt;
    color: black;
    border-bottom: 2px solid black;
    vertical-align: bottom !important;
    padding: 2px 4px 2px 4px;
}

.BorderR
{
    border-right: 1px solid #999999;
}

div.Master
{
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 950px;
}

div.Main_Wrapper
{
    position: relative;
    width: 100%;
    min-width: 950px;
    height: 100px;
    margin-bottom: 10px;
}

div.Divider
{
    border-top: 4px solid #bbbbbb;
    height: 0;
    width: 100%;
    margin: 20px 0 16px 0;
}

div.Req
{
    padding: 6px 10px;
    font-size: 10pt;
    font-weight: bold;
    color: #dd0000;
}

ul
{
    margin-top: 0;
}

div.CErr
{
    font-size: 12pt;
    color: #dd0000;
    background-color: yellow;
    font-weight: bold;
    display: table;
    margin: 10px auto;
    padding: 10px;
    border: solid #dd0000 2px;
}

td.Cap12
{
    text-align: left;
    font-weight: bold;
    font-size: 12pt;
    padding: 5px 2px;
    vertical-align: top;
}

td.Right12
{
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}

li.FAQ
{
    font-size: 11pt;
    font-weight: bold;
    padding-bottom: 10px;
    list-style: disc;
}

li.Red
{
    list-style: disc;
    color: #dd0000;
    font-size: 10pt;
    font-weight: bold;
}

input.EditTitle
{
    font-size: 12pt;
    font-weight: bold;
    text-align: right;
    background-color: white;
}

div.Main_Content
{
    position: fixed;
    background-color: white;
    width: 100%;
    height: 125px;
    z-index: 99;
}

table.Main_Header
{
    background-color: white;
    width: 100%;
    border-style: none;
    border-spacing: 0;
    margin: 0;
}

td.HeaderLogo
{
    text-align: left;
    padding-top: 2px;
    padding-left: 30px;
    width: 110px;
}

td.HeaderTitle
{
    white-space: nowrap;
    font-size: 14pt;
    font-weight: bold;
    color: black;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

td.HeaderUser
{
    text-align: right;
    font-weight: bold;
    font-size: 10pt;
    color: black;
    padding: 5px 10px 5px 5px;
    width: 180px;
}

td.HeaderMenu
{
    text-align: left;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    max-height: 35px;
    padding: 0;
}

div.LinkBar
{
    white-space: nowrap;
    width: 100%;
    min-width: 850px;
    display: table;
    text-align: left;
    font-weight: bold;
    color: black;
    height: 35px;
    max-height: 35px;
    line-height: 35px;
    margin: 0;
    background-color: white;
}

a
{
    font-weight: bold;
}

a.LinkBar
{
    color: black;
    font-size: 11pt;
    text-decoration: none;
    font-weight: bold;
    margin-right: 25px;
}

a.LinkBar:hover
{
    color: #2f2ffe;
    text-shadow: 0 0 3px #2182f8;
}

/* Popup container */
div.PopUp
{
    position: fixed;
    padding: 20px 10px;
    top: 50%;
    left: 50%;
    height: 280px; /* adjust as per your needs */
    width: 600px; /* adjust as per your needs */
    margin-top: -180px; /* negative half of height above */
    margin-left: -300px; /* negative half of width above */
    visibility: hidden;
    background-color: #f5d8aa;
    color: black;
    border: 4px #656565 outset;
    text-align: left;
}

input.Close
{
    color: black;
    background-color: white;
    font-size: 12pt;
    font-weight: bold;
    margin: 10px;
    padding: 2px 4px;
}
