﻿body
{
    font-family: Verdana;
    font-size: small;
    color: #000000;
    margin: 15px;
    padding: 0;
    text-align: left;
    margin-top: 15px;
    margin-left: 5px;
}

A:link
{
    color: #8A170F;
    text-decoration: none;
}

A:active
{
    color: ThreeDFace;
    text-decoration: none;
}

A:hover
{
    color: #DA2D26;
    text-decoration: underline;
}

p
{
    line-height: 1.4em;
}

hr
{
    border: 0;
    border-top: 2px solid #8A170F;
    height: 2px;
}

img
{
    border-width: 0;
}

ul
{
    list-style-image: url('../Images/reddot.png');
    list-style-type: square;
    list-style-position: outside;
    line-height: 140%
}

li
{
    margin-top: 10px
}

ol
{
    list-style-type: lower-alpha;
    list-style-image: none
}

/* Headings                    */
/*-----------------------------*/

h1
{
    font-size: large;
    color: #DA2D26;
    margin-bottom: 15;
    margin-left: 5px;
    text-align: center
}

h1, h2, h3, h4
{
    font-family: Verdana;
}

/* Skin Classes                */
/*-----------------------------*/
.button
{
    margin-right: 3px;
}

.button_disabled
{
    background-color:#c49592 !important;
}

/* Credigy Specific            */
/*-----------------------------*/
.req { font:bold 14px "arial black"; color:red; }

A.terms:hover
{
    color: Orange;
}

A.terms
{
    color: Silver;
    text-decoration: underline
}

.Footer
{
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 20px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: left;
    background-color: Black;
    color: Silver;
}

.legalhighlight
{
    font-size: small;
    margin-bottom: -15;
    color: #DA2D26;
    padding-left: 15;
    font-weight: bold;
}
A.legalhighlight {
    text-decoration: underline;
}

.formsectiontable
{
    width: 960px;
    caption-side: top;
    border: 2px groove #F4000A;
    padding: 4px;
    margin-top: 12px;
    margin-bottom: 4px;
}
.panel
{
   display:inline;
}


.formsectioncaption
{
    text-align: left;
    background: #707070;
    border: 1px solid #F4000A;
    color: White;
    font-size: 1.0em;
    font-weight: bold;
    width: 200px;
    padding-left: 5px;
    padding-bottom: 2px;
    position: relative;
    top: 0.3em;
    left: 10px;
}

.formfield
{
    border: 2px groove #F4F4F4;
    height: 16px;
    font-size: 0.9em;
    font-weight: bold;
    overflow: hidden
}

.formfield_lite
{
    border: 2px groove #F4F4F4;
    height: 16px;
    font-size: 0.9em;
    font-weight: normal;
    overflow: hidden
}

.formtitlecell
{
    width: 150px;
    vertical-align: top;
    padding-top: 4px;
    height: 16px;
    font-size: 0.9em;
}

.formfieldcell
{
    width: 250px;
    vertical-align: top;
    padding-top: 4px;
    height: 16px;
    font-size: 0.9em;
    font-weight: bold;
}

.formfieldtriplecell
{
    width: 790px;
    vertical-align: top;
    padding-top: 4px;
    height: 16px;
    font-size: 0.9em;
    font-weight: bold;
}

.formheadercell
{
    vertical-align: top;
    padding-top: 4px;
    height: 16px;
    font-size: 0.9em;
    font-weight: bold;
    color:DarkRed;
}

/* Post-back progress indicator; html message popup */
.ProgressImage
{
    position: fixed;
    left: 250px;
    top: 150px;
    background-color: White;
    border: 2px solid #8A170F;
    z-index: 99999;
}



.MessagePopup
{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 1000;
}

.MessageBox
{
    position: fixed;
    top: 200px;
    left: 100px;
    width: 500px;
    border: 2px outset Gray;
    background-color: Window;
    text-align: center;
    opacity: 1.0;
    filter: alpha(opacity=100);
    z-index: 1001;
}


.messageicon
{
    margin: 8px;
    float: left;
    width: 64px;
    height: 64px;
}

.messagetext
{
    float: left;
    margin-top: 8px;
    margin-right: 8px;
    margin-left: 0px;
    text-align: left;
    display: inline;
    width: 400px;
}


.tabs_regular
{
    border-left:2pt solid DarkRed;
    border-right:2pt solid DarkRed;
    border-top:2pt solid DarkRed;
    border-bottom:2pt solid DarkRed;
    margin-left:10pt;
}

.tabs_selected
{
    border-left:2pt solid DarkRed;
    border-right:2pt solid DarkRed;
    border-top:2pt solid DarkRed;
    color: White;
    font-weight:bold;
    background-color: DarkRed    
}

.tabs_empty
{
    border-bottom:2pt solid DarkRed;
}

.tabs_content
{
    border-left:2pt solid DarkRed;
    border-right:2pt solid DarkRed;
    border-top:2pt solid DarkRed;
    border-bottom:2pt solid DarkRed;
}

.tabs
{
    margin: 0 0 0 0;
    border-collapse:collapse;  
    padding: 0 5 0 5; 
}
.wrap
{
    word-wrap:break-word;
}

.btnLink {
    padding: 1px 6px;
    cursor: default !important;
    text-align: center !important;
    background-color: #8C170E !important;
    color: white !important;
    margin: 3px !important;
    border-image: initial !important;
    box-sizing: border-box !important;
    border-left-style: outset !important;
    border-left-color: ButtonFace !important;
    border-left-width: 2px !important;
    border-right-style: outset !important;
    border-right-color: ButtonFace !important;
    border-right-width: 2px !important;
    border-top-style: outset !important;
    border-top-color: ButtonFace !important;
    border-top-width: 2px !important;
    border-bottom-style: outset !important;
    border-bottom-color: ButtonFace !important;
    border-bottom-width: 2px !important;
}

.commentsTxtBox {
    resize: none !important;
}