/* This will be in the CSS 2.1 standard I believe. CSS 2.1 allows the attribute selector CSS to be used */
/* This is for the input buttons, etc to have different CSS applied to them. */
BODY {
    font-size: 10pt;
    font-family: Arial;
}

TABLE {
    font-family: Arial;
    font-size: 10pt;
    background-image: linear-gradient(to bottom, white 1%, #FEFEFE 100%);
}

BUTTON {
    font-size: 8pt;
}
/* This input element uses a type selector to specify that it only applies to buttons. */
/* This does NOT work in IE6 */
INPUT[type="button"], INPUT[type="submit"], INPUT[type="reset"] {
    font-size: 8pt;
}

INPUT[type="text"] {
    font-size: 10pt;
    /*height: 20px;*/
}
/* This is used for IE 5 and 6. I'm not sure what CSS version IE7 uses */
INPUT {
    font-size: expression(this.type=="submit"||this.type=="button"||this.type=="reset"?'8pt':this.type=="text"?'10pt':'');
    height: expression(this.type=="text" ? '20px' : '');
}

SELECT {
    font-size: 10pt;
    /*height: 20px;*/
}

TEXTAREA {
    font-size: 10pt;
}

.PageTitle {
    font-size: 14pt;
    color: maroon;
}

.StepTitle {
    font-weight: bold;
}

.Validation {
    color: Red;
}

.grs {
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    border-bottom: medium none;
    position: relative;
    background-color: gainsboro;
}
/* #dcdcdc; height: 10px } */

.db_block {
    display: block
}

/* Font and width */
INPUT {
    FONT-SIZE: 8.5pt;
    FONT-FAMILY: arial
}

    INPUT.ifn8_5 {
        FONT-SIZE: 8.5pt;
        FONT-FAMILY: arial;
    }

    INPUT.ifn9 {
        FONT-SIZE: 9pt;
        FONT-FAMILY: arial;
    }

    INPUT.ifn9_5 {
        FONT-SIZE: 9.5pt;
        FONT-FAMILY: arial;
    }

    INPUT.ih10 {
        height: 10px;
    }

    INPUT.ih15 {
        height: 14px;
    }

    INPUT.ih20 {
        height: 20px;
    }

    INPUT.ih25 {
        height: 25px;
    }

    INPUT.ih30 {
        height: 30px;
    }

    INPUT.ih35 {
        height: 35px;
    }

    INPUT.ih40 {
        height: 40px;
    }

    INPUT.ih100 {
        height: 100px;
    }


.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.h40 {
    height: 40px;
}

.h100 {
    height: 100px;
}

.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w55 {
    width: 55px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}

.w140 {
    width: 140px;
}

.w150 {
    width: 150px;
}

.w160 {
    width: 160px;
}

.w170 {
    width: 170px;
}

.w180 {
    width: 180px;
}

.w190 {
    width: 190px;
}

.w200 {
    width: 200px;
}

.w210 {
    width: 210px;
}

.w220 {
    width: 220px;
}

.w230 {
    width: 230px;
}

.w240 {
    width: 240px;
}

.w250 {
    width: 250px;
}

.w260 {
    width: 260px;
}

.w270 {
    width: 270px;
}

.w280 {
    width: 280px;
}

.w290 {
    width: 290px;
}

.w300 {
    width: 300px;
}

.w310 {
    width: 310px;
}

.w320 {
    width: 320px;
}

.w330 {
    width: 330px;
}

.w340 {
    width: 340px;
}

.w350 {
    width: 350px;
}

.w360 {
    width: 360px;
}

.w370 {
    width: 370px;
}

.w380 {
    width: 380px;
}

.w390 {
    width: 390px;
}

.w400 {
    width: 400px;
}

.w136 {
    width: 136px;
}

.w48 {
    width: 48px;
}

.w64 {
    width: 64px;
}

.w75 {
    width: 75px;
}

.w330 {
    width: 330px;
}

.fn7 {
    font-size: 7pt;
}

.fn7_5 {
    font-size: 7.5pt;
}

.fn8 {
    font-size: 8pt;
}

.fn8_5 {
    font-size: 8.5pt;
}

.fn9 {
    font-size: 9pt;
}

.fn9_5 {
    font-size: 9.5pt;
}

.fn10 {
    font-size: 10pt;
}

.fn11 {
    font-size: 11pt;
}

.fn12 {
    font-size: 12pt;
}

.fn13 {
    font-size: 13pt;
}

.fn14 {
    font-size: 14pt;
}

.fn15 {
    font-size: 15pt;
}

.fn16 {
    font-size: 16pt;
}

.fn18 {
    font-size: 18pt;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.pl3 {
    padding-left: 3px;
}

.TableCellSpacing1 {
    border-collapse: separate;
    border-spacing: 1px;
}

    .TableCellSpacing1 th, td {
        padding: 1px;
    }

.TableCellSpacing0 {
    border-collapse: collapse;
    border-spacing: 0px;
}

    .TableCellSpacing0 th, td {
        padding: 0px;
    }

.PopupBkgnd {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    overflow: hidden;
}

.Popup {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 2;
    overflow: auto;
    text-align: center;
    border: 1px solid #558ED5;
    font-size: 10pt;
    border-radius: 5px 5px 5px 5px;
}

/* Taxpayer Info page 1 accordion -- Begin*/
.accordionHeader {
    background-color: #ddd;
    cursor: pointer;
    padding: 2px;
    border: none;
    text-align: left;
    outline: none;
    margin: 3px;
    font-size: 10pt;
    font-family: arial;
    font-weight: bold;
}

    .accordionHeader:before {
        content: '\02795';
        float: right;
        margin-left: 5px;
    }

    .accordionHeader.show, .accordionHeader.hover {
        background-color: #bbb;
    }

        .accordionHeader.show:before {
            content: '\2796';
        }

.accordionContent {
    padding: 3px;
    display: none;
}

    .accordionContent.show {
        display: block;
    }
/* --end --*/
/* Lottery Contact/Background Info page -- Begin*/
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Float the list items side by side */
    ul.tab li {
        float: left;
        border: 1px solid #ccc;
        background-color: white;
    }

        /* Style the links inside the list items */
        ul.tab li a {
            display: inline-block;
            color: black;
            text-align: center;
            padding: 2px 4px;
            text-decoration: none;
            transition: 0.3s;
            font-size: 10pt;
            color: lightgrey;
        }

            /* Change background color of links on hover */
            ul.tab li a:hover {
                background-color: gainsboro;
                color: black;
            }

            /* Create an active/current tablink class */
            ul.tab li a:focus, ul.tab li a.active {
                background-color: #ccc;
                border-bottom: none;
                color: black !important;
            }

/* Style the tab content */
.tabcontent {
    /*display: none;*/
    padding: 6px 12px;
    /*border: 1px solid #ccc;
    border-top: none;*/
}

/*Hyperlink Colors for new Site Design*/
.BlueLinks {
    color: #006171 !important;
}

.OrangeLinks {
    color: #b45413;
}
/* -- end --*/


.ButtonClass {
    cursor: pointer;
    color: #FFF;
    font-size: 12px !important;
    font-weight: 400 !important;
    border-color: #BD5814 !important;
    line-height: 1.5 !important;
    border: 1px solid transparent !important;
    padding: 0.1688rem 0.4375rem !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    border-radius: 3px;
    background: #f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    border-top: solid 1px #4b5a8b;
    border-right: solid 1px #4b5a8b;
    border-left: solid 1px #4b5a8b;
    border-bottom: solid 1px #4b5a8b;
    background-color: #7A88B7;
    color: White;
    font-weight: bold;
    transition: all linear 0.15s;
    /* Type */
    font-size: 1.200em;
}

.accordion-section-title2 {
    letter-spacing: 0.4px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.25;
    font-size: 12px;
    font: century-gothic, sans-serif;
    color: #0d396e;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    transition: all linear 0.15s;
}

.accordion-section-title.active, .accordion-section-title:hover {
    /*background:#4c4c4c;*/
    background-color: blue;
    /* Type */
    text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: solid 1px #4b5a8b;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding: 15px;
    display: none;
}
