@import url(CalendarPopup.css);
html     
{
font-family: sans-serif;
font-size: 10pt;
padding-top: 30px;
margin-top: -7px;
color: #000000;
}

html.subform 
{
background: rgb(255,255,255) URL();
font-family: sans-serif;
font-size: 10pt;
}

a
{
    color: #4040ff;
    font-weight: 600;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

ul
{
  list-style-image: url(bullet-white.png);
}

h1 { font-family: sans-serif; text-align: center; color: #0000c0; font-size: 14pt}
h2 { font-family: sans-serif; text-align: center; color: #0000c0; font-size: 12pt; }
h3 { font-family: sans-serif; text-align: center; color: #0000c0; font-size: 11pt; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #0000c0; margin-bottom: 0px; }
table.FiFormSV
{
    border-collapse:collapse;
}

.FiFormSV
{
    border-width: 1px;
    border-style:solid;
}

span.text
{
    padding: 1px;
}

input.text, textarea.text, span.text, select.text, button, input.disabled_text, textarea.disabled_text
{
    border-style: solid;
    border-width: 1px;
    border-color: #8080ff;
    background: #f0f0f0;
    color: #000000;
}
input.no_border, input.number
{
    border-style: none;
    margin-top: 2px;
    background: #f0f0f0;
    color: #000000;
}

input.number
{
    text-align: right;
}

input.disabled_button
{
    color: #c0c0c0;
    border-color: #c0c0c0;
}

input.disabled_text, textarea.disabled_text
{
    background-color: #d0d0d0;
}

input.button, input.disabled_button, button
{
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0ff;
    background-color: #ffffff;
    color: #62aec5;
    font-family: sans-serif;
    font-size: 8pt;
    font-weight: bold;
    padding: 0px;
}

td.FiFormSV
{
    border-color: #A0A0A0;
}
td a
{
   font-weight: normal; 
}
td
{
    font-family: sans-serif;
    font-size: 10pt;
}
tr.odd td
{
    background-color: rgb(255,255,255);
}
tr.even td
{
    background-color: rgb(210,210,255);
}

iframe
{
    border-width: 1px;
    border-style: solid;
    border-color: #8080ff;
}

div.FiForm_Control
{
    position: fixed;
    top: -8px;
    left: 0px;
    right: 0px;
    height: 28px;
    text-align: center;
    background-color: #ffffff;
    /*background: rgb(255,255,255) url(PoweredBy.png) fixed no-repeat bottom right;*/
    z-index: 2;
}

div.poweredBy
{
    position: absolute;
    top: 6px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    height: 32px;
    z-index: 1;
    background-color: #ffffff;
    padding-top: 2px;
    z-index: 3;
}

div.FiForm_Control table
{
    height: 32px;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}
div.FiForm_Control table td
{
    padding: 0px;
    margin: 0px;
}

div.FiForm_Control input, div.FiForm_Control button, div.FiForm_Control a.newrec
{
    position: relative;
    top: 1px;
    padding: 0px;
    font-size: 14px;
    font-family: Arial,Sans-Serif;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0px;
}

div.FiForm_Control a.newrec
{
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0ff;
    background-color: #ffffff;
    color: #62aec5;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-top: 0px;
}


.unselected
{

}
.selectionarea
{
    background-color: #eeeecc;
}

.selectionarea td
{
    border-style: solid;
    border-width: 2px;
    border-color: #eeeecc;

}

.selectionarea table
{
    width: 99%;
    border-collapse: collapse;
}

.selectionarea td
{
    color: black;
    background-color: white;
}
.selectionarea td.selected
{
    color: white;
    background-color: black;
}
.tabgrouparea
{
    border-width: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0ff;
    overflow: auto;
}

.visibletabpage
{

}

.hiddentabpage
{
    display: none;
}

.tabgrouptabcurrent, .tabgrouptabother
{
    float: left;
    width: 150px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    padding-top: 6px;
}

.tabgrouptabcurrent
{
    background: #C0C0ff;
}

.tabgrouptabother
{
    background: #666666;
    color: #ffffff;
}

.tabgroupcaptions
{
    height: 30px;
}
