﻿body, p, h1, h2, h3, h4, h5, h6, th, td {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    vertical-align: baseline;
    background: url(https://sd3c.azureedge.net/images/2.jpg) no-repeat center center fixed transparent;
    background-size: cover;
}

body {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}

/*#above_header {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 100%;
    height: 10px;
    background: #2f2f2f;
}

/*#header {
    position: absolute;
    left: 0px;
    top: 10px;
    min-width: 100%;
    height: 137px;
    background: #2f2f2f /*url(https://sd3c.azureedge.net/images/SD3C logo.png) 0 -10px no-repeat; 
}*/
#scanlines {
    position: fixed;
    top: 0px;
    left: 156px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(https://sd3c.azureedge.net/images/tile.png);
}
/*hr {
    border: none;
    background: transparent url(https://sd3c.azureedge.net/images/line.png) repeat-x;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

#header-wrapper {
    background: rgba(0, 0, 0, 0.44);
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.55), inset 0 -1px 0 rgba(255,255,255,0.09);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.55), inset 0 -1px 0 rgba(255,255,255,0.09);
    box-shadow: 0 1px 0 rgba(0,0,0,0.55), inset 0 -1px 0 rgba(255,255,255,0.09);
    position: relative;
    /* z-index: -1; */
}

.header {
    left: 15px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}

#logo {
    float: left;
    padding-top: 15px;
    padding-left: 25px;
}

#status {
    position: absolute;
    left: 1250px;
    top: 25px;
    color: #dedede;
}

    #status a {
        color: #619BAA;
        text-decoration: none;
    }

        #status a:visited {
            color: #619BAA;
            text-decoration: none;
        }

        #status a:hover {
            color: rgba(55, 82, 112, 1);
            text-decoration: none;
        }
        /* mouse over link */
        #status a:active {
            color: #619BAA;
            text-decoration: none;
        }
/* selected link */

/*-----------------------------------------------------------------------------------*/
/*	Menu
/*-----------------------------------------------------------------------------------*/
#menu {
    position: absolute;
    margin: 0 auto;
    left: 215px;
    top: 130px;
    width: 1400px;
}

    #menu ul {
        width: 100%;
        /*float: left;*/
        margin: 0;
        padding: 0;
        text-align: center;
        /*background: #808080;*/
    }

        #menu ul li {
            display: inline;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #menu ul li a {
                float: left;
                width: 13%;
                margin-left: 5px;
                margin-right: 5px;
                height: 45px;
                font: 19px "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
                font-weight: bold;
                letter-spacing: 0.1em;
                color: #fff;
                text-decoration: none;
                /* border-top: 8px solid #c1c1c1;
  border-bottom: 15px solid #3B3B3B;*/
            }

                #menu ul li a span {
                    display: block;
                    padding: 2px 7px;
                }


                    #menu ul li a span.desc {
                        font-size: 0.8em;
                        color: #8C8D94;
                    }


                #menu ul li a:hover,
                #menu ul li a.here {
                    background: rgba(0, 0, 0, 0.44);
                    border-top: 4px solid #619BAA;
                }

                    #menu ul li a:hover span.desc,
                    #menu ul li a.here span.desc {
                        color: #000000;
                    }

.menu_selected {
    /*background: transparent;*/
    display: block;
    position: relative;
    height: 30px;
    background: rgba(0, 0, 0, 0.44);
    border-top: 4px solid #619BAA;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

/*-----------------------------------------------------------------------------------*/
/*	Side Menu
/*-----------------------------------------------------------------------------------*/
#side_menu {
    position: absolute;
    left: 13px;
    top: 180px;
    height: 100%;
    margin: auto;
    text-align: right;
    width: 202px;
}

    #side_menu ul {
        padding-left: 0px;
    }

    #side_menu li {
        padding-left: 25px;
        padding-bottom: 35px;
        padding-right: 5px;
        white-space: normal;
        /*background: url(https://sd3c.azureedge.net/images/arrow.gif) no-repeat -5px 0;*/
        list-style: none;
        font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-weight: bold;
        font-size: 20px;
        text-decoration: none;
        vertical-align: top;
        text-align: right; /*set to left, center, or right to align the menu as desired*/
        color: #2f2f2f;
        position: relative;
    }

        #side_menu li a, #side_menu li a.visited {
            color: #dedede;
            text-decoration: none;
            overflow: hidden;
            white-space: normal;
        }

.side_menu_selected {
    background: transparent;
    /*display: block;*/
    /*position: relative;*/
    height: 16px;
    background: rgba(0, 0, 0, 0.44);
    margin-bottom: -11px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

#side_menu ul li a:hover,
#side_menu ul li a.here {
    background: rgba(0, 0, 0, 0.50);
}

.side_menu_long {
    font-size: 0.9em;
}

.side_menu_longer {
    font-size: 0.8em;
}

#side_menu_extension {
    position: fixed;
    left: 13px;
    top: 0px;
    width: 143px;
    min-height: 100%;
    z-index: -1;
}

/*-----------------------------------------------------------------------------------*/
/*	Contents
/*-----------------------------------------------------------------------------------*/
#contents {
    position: absolute;
    left: 185px;
    top: 180px;
    width: 1400px;
    min-height: 400px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    padding: 20px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 25px;
    font-size: 18px;
    color: #dedede;
    margin: 0 0 30px 30px;
    background: rgba(0, 0, 0, .5);
}

    #contents a {
        color: #619BAA;
        text-decoration: none;
    }

        #contents a:visited {
            color: #619BAA;
            text-decoration: none;
        }

        #contents a:hover {
            color: rgba(55, 82, 112, 1);
            text-decoration: none;
        }
        /* mouse over link */
        #contents a:active {
            color: #619BAA;
            text-decoration: none;
        }
    /* selected link */

    #contents p {
        background: none;
    }


    #contents h1 {
        text-align: left;
        font-variant: small-caps;
        font-size: 24px;
        margin-top: 0px;
        background: none;
    }

    #contents h2 {
        text-align: left;
        margin-top: 0px;
        font-size: 22px;
        color: Gray;
        background: none;
    }

    #contents h3 {
        text-align: left;
        margin-top: 0px;
        color: Gray;
        background: none;
    }

    #contents td {
        background: none;
    }

    #contents th {
        background: grey;
    }

#Login {
    background: none;
}

    #Login td {
        background: none;
    }

    #Login input[type=submit] {
        font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        background: #f2f2f2 url(https://sd3c.azureedge.net/images/button.png) repeat-x;
        height: 31px;
        line-height: 31px;
        color: #383838;
        font-size: 18px;
        padding: 0px 10px;
        margin: 0 15px 0 0;
        display: inline-block;
        -webkit-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        cursor: pointer;
        margin-bottom: 20px;
        box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
        width: auto;
        border: none;
        font-weight: bold;
    }

.text {
    padding-bottom: 10px;
}

.centered {
    text-align: center;
    margin: auto;
    background: none;
}

.centered-vertical {
    vertical-align: middle;
}

.ip-information-owner {
    width: 300px;
}

.bordered {
    border: 1px solid;
    border-collapse: collapse;
}

    .bordered td, .bordered th {
        border: 1px solid;
        padding: 5px;
    }

.button-large {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    background: #f2f2f2 url(https://sd3c.azureedge.net/images/button.png) repeat-x;
    height: 31px;
    line-height: 31px;
    color: #383838;
    font-size: 16px;
    padding: 0px 10px;
    margin: 0 15px 0 0;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    cursor: pointer;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    width: auto;
    border: none;
    font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*	FAQS
/*-----------------------------------------------------------------------------------*/
#faqs {
}

.faqs th {
    vertical-align: top;
    background: none;
    color: White;
}

.faqs td {
    vertical-align: top;
    background: white;
}

.faq_q {
    font-style: italic;
    background: none;
}

.faq_a {
    padding-bottom: 20px;
    background: none;
}

    .faq_a blockquote {
        font-weight: bold;
    }

.faq_level1 {
    list-style-type: upper-alpha;
}

    .faq_level1 ol {
        padding-bottom: 10px;
    }

.faq_level2 {
    list-style-type: lower-roman;
}

.list_group {
    border: 1px dashed;
    width: 200px;
}

.hidden {
    display: none;
}

#tos ol {
    padding-top: 20px;
}

    #tos ol li {
        padding-bottom: 20px;
    }

        #tos ol li ol {
            list-style-type: upper-alpha;
        }

            #tos ol li ol li ol {
                list-style-type: lower-roman;
            }

/*-----------------------------------------------------------------------------------*/
/*	Submit Data
/*-----------------------------------------------------------------------------------*/

.grid {
    border: 1px solid;
    border-collapse: collapse;
    background: white;
}

.grid-submit-data {
    min-width: 1055px;
    background: white;
}

.grid th {
    background: #797979;
    border: 1px solid;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
}

.grid td {
    background: white;
    border: 1px solid;
    padding-left: 5px;
    padding-right: 5px;
    color: rgba(55, 82, 112, 1);
}

    .grid td.entry-text, .grid td.entry-number {
        background: #c3d9e6;
    }

        .grid td.entry-text input, .grid td.entry-number input {
            background: #c3d9e6;
            border: 2px inset;
        }

            .grid td.entry-text input[disabled='disabled'], .grid td.entry-number input[disabled='disabled'] {
                background-color: silver;
            }

    .grid th.total-text, .grid th.total-number, .grid td.total-text, .grid td.total-number {
        font-weight: bold;
    }

        .grid td.total-text input, .grid td.total-number input {
            background-color: #93bac5;
            border: 0;
            font-weight: bold;
        }

.grid tr.total-row {
    background-color: Silver;
}

    .grid tr.total-row input {
        margin-bottom: 25px;
    }

.grid th.entry-text input, .grid th.total-text input, .grid td.entry-text input, .grid td.total-text input {
    text-align: left;
}

.grid th.entry-number input, .grid th.total-number input, .grid td.entry-number input, .grid td.total-number input {
    text-align: right;
}

.alert {
    color: red;
    font-weight: bold;
}

.grid th.row-label {
    width: 185px;
    min-width: 135px;
}

.grid select.row-list {
    width: 130px;
}

.grid th.size1 {
    width: 300px;
    min-width: 300px;
}

.grid th.size2 {
    width: 300px;
    min-width: 300px;
}

.grid th.row-label-wide {
    width: 755px;
    min-width: 755px;
    text-align: right;
    background: White;
    color: Silver;
}

.grid th.total, .grid td.total {
    width: 325px;
    min-width: 325px;
}

.grid .align-left {
    text-align: left;
}

.grid .align-right {
    text-align: right;
}

.grid .amount {
    display: inline-block;
    width: 125px;
    min-width: 125px;
    text-align: right;
}

.grid .amount-total {
    display: inline-block;
    width: 130px;
    min-width: 130px;
    text-align: right;
}

.grid .units {
    display: inline-block;
    width: 70px;
    min-width: 70px;
    text-align: right;
}

.grid .units-total {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    text-align: right;
}

.sidebar {
    float: right;
    width: 275px;
    margin-left: 25px;
}

.grid .rate {
    display: inline-block;
    width: 150px;
    min-width: 150px;
    text-align: right;
}

/*.button-large {
    font-size: 2em;
}*/

.button-large {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    background: #f2f2f2 url(https://sd3c.azureedge.net/images/button.png) repeat-x;
    height: 31px;
    line-height: 31px;
    color: #383838;
    font-size: 16px;
    padding: 0px 10px;
    margin: 0 15px 0 0;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    cursor: pointer;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    width: auto;
    border: none;
    font-weight: bold;
}

.acronym {
    font-weight: bold;
    text-decoration: underline;
}

.emphasized {
    font-weight: bold;
    text-decoration: underline;
}

.align-top {
    vertical-align: top;
}

.prominent {
    font-size: 1.5em;
}

.smaller {
    font-size: 0.8em;
}

.LicenseesMenu {
    background: none;
    border-color: Silver;
    border: 1px;
    padding: 10px;
    /*  StaticMenuItemStyle-BackColor="silver"
        StaticMenuItemStyle-BorderColor="white" StaticMenuItemStyle-BorderWidth="1"
        StaticMenuItemStyle-HorizontalPadding="10"
        StaticSelectedStyle-BackColor="aqua"
*/
}

.IPEAOptionsMenu {
    background: none;
    border-color: Silver;
    border: 1px;
    padding: 10px;
    margin-left: 300px;
    */;
}

/*-----------------------------------------------------------------------------------*/
/*	logos
/*-----------------------------------------------------------------------------------*/

#Logos {
    background: White;
}

ul.level1 li {
    margin-right: 50px;
}

.news-title {
    font-weight: bold;
}

.admin-menu a {
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
}

.admin-menu-selected {
    background-color: #666;
}


.font-bold {
    font-weight: bold;
}

.text-align-center {
    text-align: center !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.div-no-p-margin p {
    margin: 0;
}

.inline-block {
    display: inline-block;
}

.text-align-top {
    vertical-align: top;
}

.list-nostyle {
    list-style: none;
}

.procedure-completed {
    color: #CCCCCC;
}

.procedure-current {
    font-weight: bold;
}

.iconList3 {
    list-style: none;
    margin: 0;
    padding-left: 5px;
    vertical-align: bottom;
    font-family: Tw Cen MT, Futura-CondensedMedium, Futura, Arial Narrow, Liberation Sans Narrow, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

    .iconlist3 a {
        text-decoration: none;
        color: #646464;
        padding-left: 10px;
    }

        .iconlist3 a:visited {
            text-decoration: none;
            color: #646464;
        }

        .iconlist3 a:hover {
            color: #962b27;
        }

        .iconlist3 a:active {
            color: #006fa3;
        }

table.changePasswordTable tr th {
    padding: 0 20px 0 0;
    vertical-align: middle;
    width: 195px;
    font-weight: normal;
}

table.changePasswordTable input[type=text] {
    line-height: 32px;
}

.footnote {
    font-size: 0.9em;
}

.password-requirement-met {
    background-color: #003300;
}

.password-requirement-unmet {
    background-color: #333300;
}

.grid-wide {
    width: 90%;
}

.licensee-footnote-symbols {
    color: red;
    vertical-align: super;
}

.licensee-footnotes {
    color: red;
}
