/* CSS Document */

html {
    overflow-y: scroll;
}

body {
    margin: 8px 16px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    color: #000000;
    background-color: #ffffff;
}

/* fix the Safari iPhone text inflation */
body {
    -webkit-text-size-adjust: 100%;
}

.content-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.site-banner {
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 31px;
    font-weight: bold;
    color: #ffffff;
    background-color: #900e2c;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table, th, td {
    border: 0px solid #000000;
}

th, td {
    padding: 0;
}

a, input, button {
    cursor: pointer;
}

.dragme {
    position: absolute;
    cursor: move;
}

/* suppress default touch action */
input, button, .dragme {
    touch-action: none;
}

/* fix the Safari styling */
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* fix the Safari buttons */
input[type=button], input[type=submit], button {
    margin: 0px;
    padding: 0px;
}

.editor-shade {
    width: 0px;
    height: 0px;
    padding: 0px 0px 0px 0px;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: #ffffff;
    z-index: 200;
    display: inline;
    opacity: 0.50; /* firefox, opera, safari, chrome, IE9+ */
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.editor-bar {
    width: 0px;
    height: 0px;
    padding: 0px 0px 0px 0px;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: #ff0000;
    z-index: 300;
    display: inline;
}

.content-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    /*remove top and bottom margins */
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #a71134;
    text-decoration: none;
    /*remove top and bottom margins */
    margin-top: 0px;
    margin-bottom: 0px;
}

.admin-text {
    color: #000000;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}

.blue-desc-text {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #0144a6;
}

.red-desc-text {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #f50000;
}

.red-yellow-desc-text {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #f50000;
    background-color: #ffff18;
}

a.button-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    background-color: #0532dc;
    text-decoration: none;
    border-radius: 6px;
    padding: 8px 10px 8px 10px;
    outline: 0;
    display: inline-block;
}

a.button-link:hover {
    background-color: #041fa4;
}

.legal-heading-1 {
    font-size: 23px;
    font-weight: bold;
}

.legal-heading-2 {
    font-size: 18px;
    font-weight: bold;
}

.priv-consent {
    /* position fixed applies only to the bottom */
    position:fixed;
    width: 90%;
    max-width: 390px;
    bottom: 22px;
    padding: 8px 10px 12px 10px;
    font-size: 15px;
    color: #000000;
    background-color: #fff5cc;
    border: 2px solid #000000;
    z-index: 2000;
    display: none;
}

.priv-consent a {
    color: #0000ff;
    text-decoration: underline;
}

.priv-consent a:hover {
    text-decoration: underline;
}

input.priv-consent-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    background-color: #0532dc;
    padding: 6px 11px 6px 11px;
    border-width: 2px;
    border-style: solid;
    border-color: #0532dc;
    border-radius: 6px;
    outline: 0;
}

input.priv-consent-button:hover {
    background-color: #041fa4;
    border-color: #041fa4;
}

.dark-cherry {
    color: #900e2c;
}

.dark-cherry-b-rev {
    color: #ffffff;
    background-color: #900e2c;
    font-weight: bold;
}

.cherry {
    color: #a71134;
}

.cherry-b {
    color: #a71134;
    font-weight: bold;
}

.cherry-red {
    color: #bf0900;
}

.cherry-red-b {
    color: #bf0900;
    font-weight: bold;
}

.dark-red {
    color: #d20000;
}

.dark-red-b {
    color: #d20000;
    font-weight: bold;
}

.vivid-red-b {
    color: #dc0000;
    font-weight: bold;
}

.bright-red-b {
    color: #f50000;
    font-weight: bold;
}

.blue-hl {
    background-color: #cef0ff;
}

.grey-hl {
    background-color: #e3e4ea;
}

.cream-hl {
    background-color: #fff5cc;
}

.yellow-hl {
    background-color: #ffff18;
}

.font-12px {
    font-size: 12px;
}

.font-21px {
    font-size: 21px;
}

#number-1-24px {
    background: url(../img/num-1-4-comp.png);
    background-position: 0px 0px;
    width: 24px;
    height: 24px;
}

#number-2-24px {
    background: url(../img/num-1-4-comp.png);
    background-position: -24px 0px;
    width: 24px;
    height: 24px;
}

#number-3-24px {
    background: url(../img/num-1-4-comp.png);
    background-position: -48px 0px;
    width: 24px;
    height: 24px;
}

#number-4-24px {
    background: url(../img/num-1-4-comp.png);
    background-position: -72px 0px;
    width: 24px;
    height: 24px;
}

#number-1-22px {
    background: url(../img/num-1-4-comp.png);
    background-position: -96px 0px;
    width: 22px;
    height: 22px;
}

#number-2-22px {
    background: url(../img/num-1-4-comp.png);
    background-position: -118px 0px;
    width: 22px;
    height: 22px;
}

#number-3-22px {
    background: url(../img/num-1-4-comp.png);
    background-position: -140px 0px;
    width: 22px;
    height: 22px;
}

#number-4-22px {
    background: url(../img/num-1-4-comp.png);
    background-position: -162px 0px;
    width: 22px;
    height: 22px;
}

#vr-c-f-s {
    background: url(../img/v-c-comp.png);
    background-position: 0px 0px;
    width: 56px;
    height: 34px;
}

#vr-c-s {
    background: url(../img/v-c-comp.png);
    background-position: -56px 0px;
    width: 100px;
    height: 34px;
}

#vr-c-r {
    background: url(../img/v-c-comp.png);
    background-position: -156px 0px;
    width: 66px;
    height: 34px;
}

#vr-c-w {
    background: url(../img/v-c-comp.png);
    background-position: -222px 0px;
    width: 100px;
    height: 34px;
}

#vr-c-f-w {
    background: url(../img/v-c-comp.png);
    background-position: -322px 0px;
    width: 56px;
    height: 34px;
}

#p-c-r-l {
    background: url(../img/p-c-comp.png);
    background-position: 0px 0px;
    width: 40px;
    height: 40px;
}

#p-c-r-r {
    background: url(../img/p-c-comp.png);
    background-position: -40px 0px;
    width: 40px;
    height: 40px;
}

#close-upg-req {
    background: url(../img/p-c-comp.png);
    background-position: -84px 0px;
    width: 34px;
    height: 34px;
}

#open-file-icon {
    background: url(../img/p-c-comp.png);
    background-position: -122px 0px;
    width: 30px;
    height: 29px;
}

#save-file-icon {
    background: url(../img/p-c-comp.png);
    background-position: -156px 0px;
    width: 30px;
    height: 29px;
}

input.small-control-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    background-color: #dbf4ff;
    width: 70px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    border-width: 2px;
    border-style: solid;
    border-color: #006dc7;
    border-radius: 8px;
    outline: 0;
}

/* button description */
.button-text {
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

input.wide-control-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    background-color: #dbf4ff;
    width: 136px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    border-width: 2px;
    border-style: solid;
    border-color: #006dc7;
    border-radius: 8px;
    outline: 0;
}

input.large-orange-control-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    background-color: #ffcc99;
    width: 200px;
    height: 42px;
    text-align: center;
    vertical-align: middle;
    border-width: 2px;
    border-style: solid;
    border-color: #b35900;
    border-radius: 8px;
    outline: 0;
    }

/* button description */
.large-orange-control-button-text {
    font-weight: normal;
    color: #000000;
    background-color: #ffcc99;
    border-width: 1px;
    border-style: solid;
    border-color: #b35900;
}

#ruler {
    visibility: hidden;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

/* the slider-only section */

input.slider-property-control-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    background-color: #dbf4ff;
    width: 88px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border-width: 2px;
    border-style: solid;
    border-color: #006dc7;
    outline: 0;
}

input.slider-action-control-button {
    background-color: #dbf4ff;
    border-width: 2px;
    border-style: solid;
    border-color: #006dc7;
    border-radius: 8px;
    outline: 0;
}

.slider-link {
    width: 0px;
    height: 0px;
    padding: 0px 0px 0px 0px;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: #ff0000;
    z-index: 300;
    display: inline;
}

#f-s-fr {
    background: url(../img/iwc-comp.png);
    background-position: 0px 0px;
    width: 17px;
    height: 40px;
}

#f-m-fr {
    background: url(../img/iwc-comp.png);
    background-position: -17px 0px;
    width: 21px;
    height: 40px;
}

#f-l-fr {
    background: url(../img/iwc-comp.png);
    background-position: -38px 0px;
    width: 25px;
    height: 40px;
}

#m-s-fr {
    background: url(../img/iwc-comp.png);
    background-position: -63px 0px;
    width: 15px;
    height: 40px;
}

#m-m-fr {
    background: url(../img/iwc-comp.png);
    background-position: -78px 0px;
    width: 18px;
    height: 40px;
}

#m-l-fr {
    background: url(../img/iwc-comp.png);
    background-position: -96px 0px;
    width: 22px;
    height: 40px;
}

#s-a-c-j {
    background: url(../img/iwc-comp.png);
    background-position: -118px 0px;
    width: 78px;
    height: 32px;
}
#s-a-c-s {
    background: url(../img/iwc-comp.png);
    background-position: -196px 0px;
    width: 78px;
    height: 32px;
}
#s-a-c-r {
    background: url(../img/iwc-comp.png);
    background-position: -274px 0px;
    width: 78px;
    height: 32px;
}

/* The Main Menu */

/* navigation bar */
#main-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 36px;
    background-color: #eaeaea;
}

/* navigation link */
#main-nav li a {
    display: block;
    float: left;
    padding: 0 15px 0 12px;
    height: 36px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 36px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: #000000;
    background-color: #eaeaea;
    cursor: pointer;
}

/* change colors on hover */
#main-nav li a:hover {
    color: #000000;
    background-color: #d9d9d9;
}

/* selected navigation link */
#main-nav li a.selected-top-link {
    color: #000000;
    background-color: #ffcc99;
}
