* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 75%;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
    color: #262626;
}
h1, h2, h3, h4 {
    color: #4c4c4c;
    font-weight: normal;
}

h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

h2 {
    font-size: 24px;
    clear: both;
    margin-top: 15px;
}

h3 {
    font-size: 18px;
    clear: both;
    margin-top: 15px;
}
h1.hasHeaderTools, h2.hasHeaderTools,h3.hasHeaderTools{ clear: none;float: left;margin-bottom: 1rem;}
div.headerTool{ float: right;margin-top: 2rem;}

.iconHeader {
    padding-left: 50px;
    color: #2e5c82;
    margin-bottom: 10px;
}

h1 .right, h2 .right, h3 .right {
    float: right;
}
h2.feeprocessStep {
    margin-top: 50px;
}
h2.iconPeople {
    background: transparent url(gfx/icons.png) no-repeat 14px -479px;
}

h2.iconStar {
    background: transparent url(gfx/icons.png) no-repeat 14px -157px;
}

h2.iconPencel {
    background: transparent url(gfx/icons.png) no-repeat 14px -360px;
}

h2.iconArrowDown {
    background: transparent url(gfx/icons.png) no-repeat 14px -117px;
}

h2.iconTarget {
    background: transparent url(gfx/icons.png) no-repeat 14px -440px;
}

h2.iconTime {
    background: transparent url(gfx/icons.png) no-repeat 14px -523px;
}

h2.listHeading {
    margin-bottom: 20px;
    padding-top: 20px;
    background: transparent url(gfx/dividerHorizontal.gif) repeat-x left top;
}

h2.iconSearch {
    background: transparent url(gfx/icons.png) no-repeat 14px -199px;
}

a, a:visited {
    color: #2e5c82;
    text-decoration: underline;
    cursor: pointer;
}

    a:visited {
        color: #592d8f;
    }

    a:hover {
        text-decoration: none;
    }

    a[disabled] {
        font-style: italic;
        color: gray;
        text-decoration: none;
    }

    h1 a, a:visited {
        color: #4c4c4c;
        text-decoration: none;
        cursor: pointer;
    }

        h1 a:visited {
            color: #4c4c4c;
        }

.smallText {
    font-size: 0.92em;
}

img {
    border: 0;
    vertical-align: bottom;
}

.clear {
    clear: both;
}

.mobileWrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mobileWrapper *:before,
    .mobileWrapper *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.row {
    display: inline-block;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.lastRow {
    margin-bottom: -10px;
}
.row .half {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 10px;
}
.regularPrice {
    font-size: 20px;
    width: 150px;
    margin-bottom: 10px;
}
.contentWrapper {
    position: relative;
    /*max-width: 940px;*/
    width: 940px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
}

    .contentWrapper.ManualRegistrationPage {
        overflow: visible;
    }

    .contentWrapper ul li {
        margin: .4em 0 0 15px;
    }

    .contentWrapper ul.subPageListing li a {
        display: block;
    }

    .contentWrapper.mobileContentWrapper {
        max-width: 100%;
    }

        .contentWrapper.mobileContentWrapper .breadCrumb {
            max-width: 100%;
        }

            .contentWrapper.mobileContentWrapper .breadCrumb ul {
                max-width: 100%;
            }

ul.layout {
    float: left;
    margin-bottom: 15px;
}

.borderTop {
    border-top: 1px solid #d9d9d9;
    margin-top: 10px;
    padding-top: 10px;
}

/* TABLES */
table {
    border-collapse: collapse;
}

.dfsTable {
    border: 1px solid #d9d9d9;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.dfsTable caption {
    font-size: 1.167em;
    padding: 8px 8px 8px 15px;
    text-align: left;
}

.dfsTable tr.active {
    background-color: #d9d9d9;
}

.dfsTable td > .membershipfee--remainder-350 {
    color: red;
}

.dfsTable td > .membershipfee--fully-paid {
    color: green;
}

.dfsTab .dfsTable {
    margin-top: 0;
}

.dfsTab .infomessage {
    margin-top: 15px;
}

.dfsTableNoHeader {
    border-top: 1px solid #d9d9d9;
}

.dfsTable .dfsTableHeader th {
    background: #678095 url(gfx/tableTopBg.png) repeat-x left bottom;
    color: #fff;
    font-weight: bold;
    border-right: none;
}

.dfsTable th.tablesorter-header div {
    cursor: pointer;
    padding-right: 20px;
}
.dfsTable th.tablesorter-header.tablesorter-headerAsc div {
    background: url(gfx/sort-down.png) no-repeat right center;
}
.dfsTable th.tablesorter-header.tablesorter-headerDesc div {
    background: url(gfx/sort-up.png) no-repeat right center;
}

.dfsTable th.tablesorter-header.sorter-false div {
    cursor: none;
    background: none;
    padding-right: 0px;
}

.contentWrapper .dfsTable tr.dfsTableHeaderZebra th {
    background: #fff;
    background-image: none;
    color: #262626;
}

.dfsTable .dfsTableHeader a {
    color: #fff;
}

.dfsTable .dfsTableHeader th, .dfsTable .dfsTableHeader td {
    border-bottom: none;
    text-align: left;
}

.dfsTable .dfsTableHeader th:first-child, .dfsTable .dfsTableHeader td:first-child {
    border-left: none;
}

.dfsTable .noPrize td {
    border-top: 5px solid #ccc;
}

div .dfsTableNoBorders tr th, div .dfsTableNoBorders tr td, div .dfsTableNoBorders tr,
table .dfsResultItem tr th, table .dfsResultItem tr td, table .dfsResultItem tr,
table .dfsResultItem td:first-Child, div .dfsTableNoBorders td:first-Child,
table .dfsResultItem th:first-Child, div .dfsTableNoBorders th:first-Child {
    border: none;
}

.dfsTable tr {
    background: #f0f0f0;
}

    .dfsTable tr.zebra, .dfsTable tr.zebra table tr, .dfsTable tbody.zebra tr {
        background: #fff;
    }

.dfsTable th, .dfsTable td {
    padding: 8px 0 8px 15px;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
}

.dfsTable td.prize {
    text-align: right;
}

.dfsTable th:last-child, .dfsTable td:last-child {
    padding-right: 15px;
}

td.lastChild, th.lastChild {
    padding-right: 15px;
}

.dfsResultItem .newGroup {
    padding-left: 60px;
}

tr.warn td,
tr.warn th {
    background: #fae9e7;
}

td.rightAlign {
    text-align: right;
}

.dfsTable a {
    text-decoration: none;
}

    .dfsTable a:hover {
        text-decoration: underline;
    }

.dfsTable .expandedInfo {
    display: none;
}

.expandInfo {
    cursor: pointer;
    white-space: nowrap;
}

td.nowrap {
    white-space: nowrap;
}

.dfsTable td.editControls, .dfsTable tr.edit {
    overflow: visible;
}

    .dfsTable tr.edit td.tight {
        width: 1%;
    }

    .dfsTable tr.edit td.semiWide {
        width: 15%;
    }

    .dfsTable td.editControls a {
        margin-right: 10px;
        white-space: nowrap;
    }

.dfsTable h2 {
    font-size: 18px;
}

.dfsTable tr .left {
    float: left;
}

.dfsTable tr .right, .dataInputTable tr .right, .dfsTable th .right, .dataInputTable th .right {
    float: right;
}

.dfsTable tr .left a {
    margin-right: 10px;
}

.dfsTable tr .right a {
    margin-left: 10px;
}

.dfsTable input[type="date"]:disabled, .dfsTable input[type="date"].disabled,
.dfsTable input[type="number"]:disabled, .dfsTable input[type="number"].disabled,
.dfsTable input[type="email"]:disabled, .dfsTable input[type="email"].disabled,
.dfsTable input[type="text"]:disabled, .dfsTable input[type="text"].disabled {
    background-color: #d9d9d9;
}

.dfsTable .noWrap th,
.dfsTable .noWrap td {
    white-space: nowrap;
}

.contentWrapper .dfsTable input[type="date"],
.contentWrapper .dfsTable input[type="text"],
.contentWrapper .dfsTable input[type="number"],
.contentWrapper .dfsTable input[type="email"] {
    width: 100px;
    height: 18px;
    padding: 0 3px;
    line-height: 18px;
}

    .contentWrapper .dfsTable input[type="text"].small, .contentWrapper .dfsAnnualReportTable input[type="text"], .dfsAnnualReportTable input[disabled] {
        width: 40px;
    }

    .contentWrapper .dfsTable input[type="text"].actorId {
        width: 60px;
    }

    .contentWrapper .dfsTable input[type="text"].shortdate {
        width: 70px;
    }

.contentWrapper .dfsTable select {
    min-width: 40px;
    padding: 0;
    width: auto;
}

.contentWrapper .dfsTable td.editControls select {
    float: left;
    margin-right: 5px;
}

.contentWrapper .dfsTable td.editControls a {
    padding-top: 5px;
}

.contentWrapper .listSearchFields:after {
    clear: both;
}

.contentWrapper .dfsTable label {
    font-size: 1em;
}

.contentWrapper table.passwordrecovery td {
    text-align: left;
}

.contentWrapper table.passwordrecovery td {
    padding-bottom: 12px;
}

.rightAlignedInputs td {
    text-align: right;
}

.dfsAnnualReportTable .yesNoRadioButtons label {
    margin: 0 12px 0 2px;
}

.dfsAnnualReportTable input[type=text].warning {
    background-color: yellow;
}

td.confirmDeleteProfile {
    padding: 10px 5px 5px;
}
td.confirmDeleteProfile a.cancel{
     margin-left: 5px;
}
.reportTopInfo {
    width: 100%;
    overflow: hidden;
}

    .reportTopInfo p {
        float: left;
        margin-right: 20px;
        font-size: 1.167em;
    }

    .reportTopInfo .rightAlign {
        float: right;
        margin-right: 0;
    }

.formTable h3,
.formTable table,
.showShots .dfsTable {
    margin: 0;
    width: auto;
}

    .showShots .dfsTable .zebra td {
        background-color: #fff;
    }

.listTable {
    border: 1px solid #d9d9d9;
}

    .listTable th {
        text-align: left;
        padding: 5px 8px;
        background-color: #000;
        color: #fff;
        font-size: 12px;
    }

    .listTable td {
        padding: 5px 8px;
        font-size: 14px;
        font-size: 12px;
    }

.showShots {
    display: none;
}

    .showShots td {
        background-color: #f5f5f5;
    }

.addPanel {
    display: none;
}

    .addPanel .formTable {
        margin: 0;
    }

    .addPanel.blueContainer h3 {
        margin: 0;
    }

    .addPanel hr {
        height: 1px;
        background-color: #d9d9d9;
        border: none;
    }

.contentWrapper .registrationAdvanced select {
    padding: 0;
}

tr.eventCanceled td.commandControls, tr.eventCanceled td.eventCanceled {
    text-decoration: none;
}

tr.eventCanceled td, a.eventCanceled, span.eventCanceled {
    text-decoration: line-through;
}

.dfsTable .prizeMoney, .dfsTable .date {
    white-space: nowrap;
}

    .dfsTable .prizeMoney fieldset {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.dfsTable td.holdingTable {
    border-bottom: 0;
    padding: 0;
}

.dfsTable .eventRegistrationCountPopup {
    display:none;
    position: absolute;
    min-height: 30px;
    min-width: 30px;
    right: 11px;
    background-color:white;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 101;
}

    .dfsTable .eventRegistrationCountPopup p.loading {
        display: block;
        margin: auto;
    }

    .dfsTable .eventRegistrationCountPopup p.error {
        margin: 0;
    }

.dfsTable .eventRegistrationCountPopup .close-button {
    position:absolute;
    top:0;
    right:0;
}


    .eventRegistrationPopupBlur {
    display:none;
    position:absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background-color: black;
    opacity: 0.2;
    z-index: 100;
}


/* end TABLES */
/* FORM ELEMENTS */
fieldset {
    border: none;
    color: #4c4c4c;
}

.fieldset {
    margin-bottom: 3rem;
}

.fieldset legend {
    font-weight: 600;
    font-size: 18px;
    clear: both;
    margin-bottom: 1rem;
}

.tidyFields {
    display: flex;
    margin-bottom: 8px;
}

.tidyFields >label {
    width: 150px;
    display: inline-block;
}

.tidyFields > select,
.tidyFields > input,
.tidyFields > div {
    width: calc(100% - 200px);
    margin-bottom: 5px;
    max-width: 186px;
    align-self: center;
}
.tidyFields > input[type="checkbox"] {
    width: auto;
}

.form-section + form-section {
    border-top: 1px solid #4c4c4c;
    margin-top: 1em;
    padding-top: 1em;
}

label {
    font-size: 1.167em;
}

    label.topPadded {
        padding-top: 3px;
    }

    label.smallText {
        font-size: 1em;
    }

.contentWrapper input.text,
.contentWrapper input[type="text"],
.contentWrapper input[type="date"],
.contentWrapper input[type="number"],
.contentWrapper input[type="password"],
.contentWrapper input[type="email"],
.contentWrapper textarea,
.contentWrapper select {
    width: 186px;
    padding: 5px;
    max-width: 100%;
    min-width: initial;
    border: 1px solid #ccc;
    border-top-color: #b0afaf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.contentWrapper select.auto-width {
    width: auto;
    min-width: 0;
}

.contentWrapper span.textSeperator {
    line-height: 60px;
}

.contentWrapper textarea {
    line-height: 1.2;
}

.contentWrapper input.text.age,
.contentWrapper input[type="text"].age {
    width: 24px;
}

.contentWrapper select.wide {
    width: 286px;
}
.contentWrapper input[type='text'].wide {
    width: 286px;
}

.contentWrapper .dxeButtonEdit input,
.dxmMenu input[type="text"],
.dxmMenu input.text {
    width: auto;
}

.returnTable th,
.returnTable td {
    vertical-align: top;
}

.returnTable textarea {
    width: 300px;
    height: auto;
}

.ajax__html_editor_extender_texteditor,
.ajax__html_editor_extender_buttoncontainer,
.containerClass .ajax__html_editor_extender_texteditor,
.containerClass .ajax__html_editor_extender_buttoncontainer {
    width: 80%;
}

.ajax__html_editor_extender_texteditor,
.containerClass .ajax__html_editor_extender_texteditor {
    background-color: #fff;
    height: 80% !important;
}

.containerClass .ajax__html_editor_extender_container {
    width: 600px !important;/*important is really important at here*/
    height: 250px !important;/*important is really important at here*/
}

input.text:focus {
    background: #f0f5fa;
    border-color: rgb(104, 137, 166);
    -webkit-box-shadow: 0 0 3px rgb(46, 92, 130);
    -moz-box-shadow: 0 0 3px rgb(46, 92, 130);
    box-shadow: 0 0 3px rgb(46, 92, 130);
}

input.text[readonly] {
    background: #d7d8da;
    color: #4c4c4c;
}

    input.text[readonly]:focus {
        background: #d7d8da;
        border-color: #ccc;
        border-top-color: #b0afaf;
        -webkit-box-shadow: 0 0 0;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.contentWrapper input[type=submit], .contentWrapper input[type=button].textualButton, .contentWrapper a.button {
    height: 28px;
    padding: 0 20px 3px;
    font-size: 1.333em;
    font-weight: bold;
    color: #fff;
    border: 1px solid #ef6100;
    border-top-color: #ff6700;
    border-bottom-color: #e55c00;
    background: #ff7a20 url(gfx/buttons.png) repeat-x left -80px;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.contentWrapper input[type=submit]:disabled, .contentWrapper input[type=button].textualButton:disabled {
    cursor: default;
    color: #ccc;
}

    .contentWrapper input[type=submit].rssButton {
        float: right;
        background: url("gfx/rss.png") right center no-repeat;
        color: #262626;
        font-weight: normal;
        line-height: 25px;
        border: none;
        padding-right: 30px;
        text-decoration: underline;
    }

    .contentWrapper input[type=submit].csvButton {
        float: right;
        background: url("gfx/csv.png") right center no-repeat;
        color: #262626;
        font-weight: normal;
        line-height: 25px;
        border: none;
        padding-right: 35px;
        text-decoration: underline;
    }

        .contentWrapper input[type=submit].rssButton:hover,
        .contentWrapper input[type=submit].rssButton:focus {
            text-decoration: none;
        }

.button.marginRight {
    margin-right: 15px;
}

input[type=submit]:not([disabled]):active {
    border-top-color: #e55c00;
    border-bottom-color: #ff6700;
    background-position: left -120px;
}

input.error, div.error, p.error, select.error {
    border: 1px solid #d81818 !important;
    background: #ff9393;
}

p.error {
    background: #fdeded;
    padding: 10px 20px;
    margin: 15px 0;
}

div.success, p.success {
    background: #AFA;
    border: 1px solid #4F4;
    padding: 15px;
    margin: 15px 0;
}

p.loading {
    background: url(gfx/loading.gif);
    width: 24px;
    height: 24px;
    text-indent: -99999px;
    clear: both;
}

span.required {
    color: #d81818;
    margin: 0 4px 0 4px;
}

div.error ul {
    margin: 5px 25px;
    color: black;
}

div.error {
    margin: 5px 0px;
    padding: 5px;
}

select {
    min-width: 200px;
}

.ui-datepicker select {
    min-width: 0;
}

.acceptedValue {
    background: transparent url(gfx/formResponseIcons.png) no-repeat 212px 10px;
}

    .acceptedValue input.text {
        border-color: rgb(126, 161, 90);
        -webkit-box-shadow: 0 0 3px rgb(94, 138, 49);
        -moz-box-shadow: 0 0 3px rgb(94, 138, 49);
        box-shadow: 0 0 3px rgb(94, 138, 49);
    }

.rejectedValue {
    background: transparent url(gfx/formResponseIcons.png) no-repeat 212px -31px;
}

    .rejectedValue input.text {
        background: #fdeded;
        border-color: rgb(224, 70, 70);
        -webkit-box-shadow: 0 0 3px rgb(216, 24, 24);
        -moz-box-shadow: 0 0 3px rgb(216, 24, 24);
        box-shadow: 0 0 3px rgb(216, 24, 24);
    }

.ajax__html_editor_extender_container {
    margin-bottom: 15px;
}

.displayinline tbody tr td label{
    display: inline;
    padding-left: 5px;
}

.formTable {
    width: 100%;
}

    .formTable td {
        vertical-align: middle;
        padding-bottom: 10px;
    }

    .formTable label {
        padding-right: 8px;
        display: block;
        text-align: right;
        width: 170px;
        font-size: 14px;
    }

    .changeFacilityButtonGroup {
        margin-right: 3em;
    }

/*.formTable label:after,
 .dfsTable label:after,
 .myDFSPersonaliaTable label:after { content:":"; }*/
.formTable input[type=text] {
    width: 200px;
}

    .formTable select {
        width: 212px;
        line-height: 1.5;
    }

    .formTable input.date {
        width: 92px;
        min-width: 0;
    }

.contentWrapper .formTable .short {
    width: 80px;
}

.formTable textarea {
    width: 628px;
}

input[type=button] {
    padding: 4px 8px;
}

.formTable input[type=button] {
    margin-left: 20px;
}

.formTable input[type="date"]:disabled, .formTable input[type="date"].readonly,
.formTable input[type="number"]:disabled, .formTable input[type="number"].readonly,
.formTable input[type="email"]:disabled, .formTable input[type="email"].readonly,
.formTable input[type="text"]:disabled, .formTable input[type="text"].readonly {
    background-color: #d9d9d9;
}

.formTable #GunRangeTestCoordinates, .formTable #FazilityTestCoordinates {
    display: none;
}

/* end FORM ELEMENTS */

/* BUTTONS (input and a) */
.deleteBtn {
    padding: 2px 6px;
    color: #fff !important;
    background: #1f1f1f url(gfx/buttons.png) repeat-x left -220px;
    border: 1px solid #222;
    border-radius: 3px;
}

a.okBtn, a.disabledBtn {
    padding: 5px 5px;
    font-weight: bold;
    color: #fff !important;
    background: repeat-x left -280px;
    border-color: rgb(126, 161, 90);
    -webkit-box-shadow: 0 0 3px rgb(94, 138, 49);
    -moz-box-shadow: 0 0 3px rgb(94, 138, 49);
    box-shadow: 0 0 3px rgb(94, 138, 49);
    border-radius: 3px;
}

.deleteBtn:hover, .deleteBtn:focus {
    background-color: #424242;
    background-position: left -250px;
    text-decoration: none !important;
}

input[type=submit].okBtn, input[type=button].textualButton.okBtn, input[type=submit].disabledBtn, input[type=button].textualButton.disabledBtn {
    padding: 0 1px 5px;
    margin: 0 0 0 0;
    font-size: 1em;
    background: repeat-x left -280px;
    border-color: rgb(126, 161, 90);
    -webkit-box-shadow: 0 0 3px rgb(94, 138, 49);
    -moz-box-shadow: 0 0 3px rgb(94, 138, 49);
    box-shadow: 0 0 3px rgb(94, 138, 49);
}

a.disabledBtn, input[type=submit].disabledBtn, input[type=button].textualButton.disabledBtn {
    background-color: #d9d9d9;
}

a.okBtn, input[type=submit].okBtn, input[type=button].textualButton.okBtn {
    background-color: #3F740A;
}

.dfsTable input[type=button].textualButton.okBtn, .dfsTable input[type=button].textualButton.disabledBtn {
    height: 24px;
    line-height: 22px;
}
/* end BUTTONS */

.hiddenTxt, .hiddenTxt a {
    position: absolute;
    left: -9999em;
    top: -9999em;
}

.highlight {
    background-color: #c9d67e;
}

.utilityMenu {
    width: 100%;
    min-width: 960px;
    overflow: hidden;
    background: #304860;
    border-bottom: 1px solid #6e7a86;
}

    .utilityMenu div {
        width: 940px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 10px;
    }

    .utilityMenu a, .utilityMenu a:visited {
        float: left;
        color: #fff;
        padding: 4px 10px;
        text-decoration: none;
    }

        .utilityMenu a:hover {
            text-decoration: underline;
        }

    .utilityMenu ul {
        float: right;
        list-style: none;
        padding: 5px 0 0;
    }

    .utilityMenu li {
        float: left;
    }

        .utilityMenu li a, .utilityMenu li a:visited {
            padding: 0 10px;
            border-right: 1px solid #738393;
        }

    .utilityMenu .homeLink {
        float: left;
        -webkit-box-shadow: 0 0 3px #222;
        -moz-box-shadow: 0 0 3px #222;
        box-shadow: 0 0 3px #222;
    }

        .utilityMenu .homeLink a {
            border: 1px solid #426384;
        }

    .utilityMenu .feedIcon {
        float: right;
        padding-top: 5px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

        .utilityMenu .feedIcon img {
            padding-left: 10px;
            vertical-align: bottom;
            border-left: 1px solid #738393;
        }

    .utilityMenu .textSize {
        padding: 0 5px 0 5px;
    }

        .utilityMenu .textSize li {
            display: inline;
            float: none;
        }

        .utilityMenu .textSize div {
            display: inline;
            padding: 0 5px;
            cursor: pointer;
            text-transform: uppercase;
            color: #ffb443;
        }

        .utilityMenu .textSize .selected {
            color: #fff;
        }

        .utilityMenu .textSize .medium {
            font-size: 1.25em;
        }

        .utilityMenu .textSize .large {
            font-size: 1.5em;
        }

div.gunteamWrapper {
    float: left;
    margin: 0;
    padding: 6px 29px 5px 8px;
}

.logoAndSearch {
    width: 940px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
}

    .logoAndSearch .logo {
        float: left;
        width: 73px;
        padding: 0 29px 10px 8px;
    }

    .logoAndSearch .logoMinimized {
        float: right;
        width: 43px;
        margin-right: 30px;
    }

        .logoAndSearch .logoMinimized img {
            width: 43px;
            padding: 6px 7px 7px;
            -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
        }

    .logoAndSearch .logoGunTeam {
        float: left;
        width: 73px;
        padding: 0;
    }

    .logoAndSearch .nameAndSlogan {
        float: left;
        margin-right: 20px;
        padding-top: 12px;
    }

        .logoAndSearch .nameAndSlogan .name {
            text-align: right;
            color: #304860;
            font-size: 39px;
        }

        .logoAndSearch .nameAndSlogan .slogan {
            text-align: right;
            color: #2e5c82;
            font-size: 16px;
        }

    .logoAndSearch .search {
        float: right;
        width: 360px;
        padding-top: 22px;
    }

    .logoAndSearch fieldset {
        border: none;
    }

        .logoAndSearch fieldset span {
            float: left;
            padding: 5px 0 0 15px;
        }

            .logoAndSearch fieldset span input {
                margin-right: 5px;
                vertical-align: text-top;
            }

            .logoAndSearch fieldset span label {
                margin-right: 25px;
                font-size: 0.92em;
                color: #2e5c82;
            }

input.theSearchTerm {
    float: left;
    width: 268px;
    height: 29px;
    line-height: 29px;
    padding-left: 6px;
    padding-right: 8px;
    font-size: 1.17em;
    border-color: #bbbaba transparent #ccc #bbbaba;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

input.theSearchButton {
    float: left;
    width: 76px;
    height: 31px;
    margin: 0 0 0 -2px;
    padding: 0 0 2px 25px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #ce2412 url(gfx/buttons.png) repeat-x left top;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    input.theSearchButton:active {
        background-position: left top;
    }

.logoAndSearch .searchSmall {
    float: right;
    width: 275px;
    padding-top: 22px;
}

    .logoAndSearch .searchSmall input.theSearchTerm {
        width: 160px;
    }

    .logoAndSearch .searchSmall fieldset span {
        float: left;
        padding: 5px 0 0 15px;
    }

.topMenu {
    min-width: 960px;
}

    .topMenu .mainMenu {
        position: relative;
        width: 100%;
        float: left;
        background: #cacbcb url(gfx/mainMenuTop.png) repeat-x left top;
        border-top: 1px solid #cfcfd0;
    }

    .topMenu .level1 {
        width: 100%;
        float: left;
        padding-bottom: 12px;
        background: transparent url(gfx/mainMenuLevel1Bottom.gif) repeat-x left bottom;
    }

    .topMenu .level1Inner {
        position: relative;
        width: 960px;
        margin: 0 auto;
        z-index: 2;
    }

    .topMenu .mainMenu ul {
        position: relative;
        padding-left: 122px;
        list-style: none;
    }

    .topMenu .mainMenu li {
        position: relative;
        float: left;
    }

    .topMenu .mainMenu a {
        display: block;
        padding: 10px 14px 11px;
        text-decoration: none;
    }

    .topMenu .level1 a {
        color: #304860;
    }

    .topMenu .level1 .expanded, .topMenu .level1 li:hover {
        margin-top: -5px;
        border: 1px solid #fff;
        border-bottom: none;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-box-shadow: 0 0 3px rgba(46, 92, 130, 0.7);
        -moz-box-shadow: 0 0 3px rgba(46, 92, 130, 0.7);
        box-shadow: 0 0 3px rgba(46, 92, 130, 0.7);
    }

        .topMenu .level1 li:hover a {
            padding: 13px 13px 11px;
        }

        .topMenu .level1 .expanded a, .topMenu .level1 .expanded:hover a {
            padding: 13px 12px 11px;
            color: #fff;
            background: #2e5c82;
            border: 1px solid #4581b0;
            border-bottom: none;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

    .topMenu .mainMenu .MyDFSStartPage, .topMenu .mainMenu .MyDFSStartPage:hover,
    .topMenu .mainMenu .BackToStartPage, .topMenu .mainMenu .BackToStartPage:hover {
        float: right;
        margin: 0 !important;
        padding: 4px 12px 0 10px;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .topMenu .mainMenu .MyDFSStartPage a, .topMenu .mainMenu .MyDFSStartPage:hover a,
        .topMenu .mainMenu .BackToStartPage a, .topMenu .mainMenu .BackToStartPage:hover a {
            height: 24px;
            line-height: 24px;
            padding: 0 10px 0 32px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.17em;
            color: #fff;
            background: #22537b url(gfx/buttons.png) no-repeat left -40px;
            border: 1px solid;
            border-color: #216db9 #1f66ad #1e62a6 #1f66ad;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .topMenu .mainMenu .BackToStartPage a, .topMenu .mainMenu .BackToStartPage:hover a {
            padding-left: 10px;
            background: #22537b;
        }

    .topMenu .subMenu {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-top: -16px;
        padding: 3px 0;
        background: transparent url(gfx/mainMenuSubMenuBottom.gif) repeat-x left bottom;
        z-index: 1;
    }

    .topMenu .subMenuInner {
        width: 100%;
        overflow: hidden;
        background: #2e5c82;
        border-top: 1px solid #fff;
        -webkit-box-shadow: 0 0 3px rgba(46, 92, 130, 0.7);
        -moz-box-shadow: 0 0 3px rgba(46, 92, 130, 0.7);
        box-shadow: 0 0 3px rgba(46, 92, 130, 0.7);
    }

    .topMenu .subMenuBoundaries {
        width: 844px;
        overflow: hidden;
        margin: 0 auto;
        padding: 10px 0 10px 116px;
    }

    .topMenu .subMenu a {
        color: #fff;
        padding: 4px 20px 5px 20px;
    }

        .topMenu .subMenu a:hover {
            text-decoration: underline;
        }

    .topMenu .subMenu ul {
        float: left;
        padding-left: 0;
    }

    .topMenu .subMenu li {
        float: none;
    }

.fileUpload input {
    float: left;
}

.contentWrapper .breadCrumb {
    width: 100%;
    min-height: 15px;
    overflow: hidden;
}

    .contentWrapper .breadCrumb span {
        position: absolute;
        left: -9999em;
        top: -9999em;
    }

    .contentWrapper .breadCrumb ul {
        float: left;
        list-style: none;
        margin-right: 14px;
        overflow: hidden;
        padding: 15px 0 20px;
        width: 810px;
    }

    .contentWrapper .breadCrumb li {
        float: left;
        margin: 0;
    }

        .contentWrapper .breadCrumb li:first-child a {
            min-height: 16px;
            margin-top: -1px;
            padding-top: 1px;
            padding-left: 22px;
            background: transparent url(gfx/icons.png) no-repeat left top;
        }

    .contentWrapper .breadCrumb a.pagelink, .breadCrumb a.pagelink:visited {
        float: left;
        color: #2e5c82;
    }

        .contentWrapper .breadCrumb a.pagelink:hover {
            text-decoration: none;
        }

    .contentWrapper .breadCrumb .separator {
        position: relative;
        float: left;
        left: auto;
        top: auto;
        padding: 0 10px;
    }

    .contentWrapper .breadCrumb .print {
        float: right;
        margin-right: 0px;
        padding: 15px 0 0;
        text-decoration: none;
        text-transform: uppercase;
    }

    .contentWrapper .breadCrumb .ical {
        float: right;
        margin-right: 5px;
        padding: 12px 0 0;
        text-decoration: none;
        text-transform: uppercase;
    }

#leftCol {
    float: left;
    width: 160px;
    margin-right: 20px;
}

    #leftCol .nav {
        background: #f0f0f0;
        border: 1px solid #d9d9d9;
        border-bottom: none;
    }

        #leftCol .nav h3 {
            background: #677f94 url(gfx/columnHeadingBg.png) repeat-x left bottom;
            color: #fff;
            font-size: 1.67em;
            margin-top: 0;
            border-bottom: 1px solid #d9d9d9;
        }

            #leftCol .nav h3 span {
                display: block;
                padding: 6px 3px 8px 10px;
            }

        #leftCol .nav ul {
            list-style: none;
            margin-bottom: 30px;
        }

            #leftCol .nav ul li {
                margin: 0;
            }

        #leftCol .nav a, #leftCol .nav a:visited {
            display: block;
            padding: 7px 10px;
            color: #2e5c82;
            background: #fff;
            border-bottom: 1px solid #d9d9d9;
            text-decoration: none;
        }

            #leftCol .nav a:hover, #leftCol .nav .selected a, #leftCol .nav .selected a:visited {
                color: #fff;
                background: #2e5c82;
                background: #2e5c82;
            }

        #leftCol .nav ul ul {
            margin-bottom: 0;
        }

            #leftCol .nav ul ul a, #leftCol .nav ul ul a:visited {
                padding-left: 20px;
            }

        #leftCol .nav #searchFacets a.active {
            padding-right: 25px;
            background: #788797 url(gfx/close.png) no-repeat 135px 5px;
            color: #fff;
        }

        #leftCol .nav #searchFacets ul {
            margin-bottom: 0;
        }

#rightCol .toolbox ul {
    list-style: none;
    margin-bottom: 30px;
    margin-left: 0;
    padding-left: 0;
}

    #rightCol .toolbox ul li {
        margin-bottom: 5px;
    }

#fullCol {
    padding-bottom: 50px;
}

#mainCol {
    float: left;
    width: 760px;
    padding-bottom: 50px;
}

    #mainCol ul, #mainCol ol {
        padding-left: 25px;
    }

        #mainCol ul.contentTabs {
            padding-left: 0;
        }

    #mainCol .dxmLite ul {
        padding-left: 0;
    }

.dxmLite .dxm-item {
    margin-top: 0;
    margin-left: 0;
}

#centerCol.normalLayout {
    float: left;
    width: 520px;
    margin-right: 20px;
}

#centerCol.wideLayout {
    width: 100%;
    overflow: hidden;
}

.articleIngress {
    margin-bottom: 10px;
    padding: 15px 0;
    border-top: 1px solid #678095;
    border-bottom: 1px solid #678095;
    font-size: 1.33em;
    line-height: 1.38em;
    color: #4c4c4c;
}

p.description {
    margin-top: 10px;
    font-size: 1.167em;
}

.boxedIngress {
    display: block;
    margin-bottom: 6px;
    padding: 8px 10px;
    color: #4c4c4c;
    font-size: 1.33em;
    line-height: 1.5em;
    background: #fff;
    border-top: 1px solid #678095;
    border-bottom: 1px solid #678095;
}

.associationSelector {
    margin-bottom: 8px;
}

    .associationSelector select {
        margin-right: 8px;
    }

.factBox {
    margin-bottom: 30px;
}

    .factBox h2 {
        margin-bottom: 5px;
    }

    .factBox li {
        line-height: 1.5em;
    }

.factBox {
    background: url("gfx/featureItemBg.gif") repeat scroll left top #F0F0F0;
    border: 1px solid #F5F5F5;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 -1px 3px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    padding: 10px;
}

.imageWDate {
    position: relative;
    float: left;
    padding: 2px;
    border: 1px solid #e0e0e0;
}

    .imageWDate img {
        vertical-align: bottom;
    }

    .imageWDate .date {
        bottom: 2px;
        left: 2px;
    }

.focusNews, .featureItems, #factbox {
    margin-bottom: 40px;
    padding: 10px;
    background: #f0f0f0 url(gfx/featureItemBg.gif) repeat left top;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 -1px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 -1px 3px rgba(0,0,0,0.15);
    box-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 -1px 3px rgba(0,0,0,0.15);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.focusNews {
    position: relative;
    width: 898px;
    margin-top: 15px;
    padding-right: 30px;
    float: left;
    clear: both;
}

    .focusNews a {
        display: block;
        text-decoration: none;
    }

    .focusNews .focusImage {
        float: left;
        min-height: 250px;
        margin-right: 10px;
        padding-right: 30px;
        background: #f0f0f0 url(gfx/featureItemBg.gif) repeat left top;
    }

    .focusNews img {
        float: left;
        border-top: 1px solid #a3a3a3;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #a3a3a3;
        vertical-align: bottom;
    }

    .focusNews .focusImage + div {
        overflow: hidden;
    }

    .focusNews h2 {
        margin-bottom: 25px;
        padding-top: 15px;
        font-size: 42px;
        color: #2e5c82;
        clear: none;
        margin-top: 0;
    }

    .focusNews .boxedIngress {
        margin-bottom: 0;
    }

    .focusNews a:hover h2 {
        text-decoration: underline;
    }

.focusBoxes {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 40px;
}

    .focusBoxes ul {
        list-style: none;
        width: 100%;
        float: left;
        clear: both;
    }

        .focusBoxes ul li {
            position: relative;
            float: left;
            margin: 0 0 0 16px;
            width: 223px;
        }

    .focusBoxes li h3 {
        background: #2E5C82;
        border: 1px solid #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .5);
        color: #fff;
        font-size: 18px;
        left: 0;
        margin-top: 0;
        padding: 6px 2px;
        position: relative;
        text-align: center;
    }

    .focusBoxes li a:hover h3,
    .focusBoxes li a:focus h3 {
        text-decoration: underline;
    }

    .focusBoxes li p {
        position: absolute;
        bottom: 10px;
        left: -1px;
        width: 280px;
        padding: 6px 10px 7px;
        line-height: 1.29em;
        font-size: 1.17em;
        color: #fff;
        border: 1px solid #fff;
        background: rgb(1,13,20);
    }

    .focusBoxes li a {
        cursor: pointer;
        display: block;
        text-decoration: none;
    }

        .focusBoxes li a:hover p {
            text-decoration: underline;
        }

    .focusBoxes li:first-child {
        margin-left: 0;
    }

    .focusBoxes img {
        vertical-align: bottom;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.7);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,0.8);
        box-shadow: 0 0 3px rgba(0,0,0,0.8);
    }

div.featureBoxes {
    float: left;
}

li.featureItem {
    float: left;
    margin-right: 3px;
}

.featureBoxes {
    position: relative;
    float: left;
    width: 946px;
    left: -3px;
    clear: both;
    margin-bottom: 30px;
}

    .featureBoxes .webpart {
        width: 220px;
        padding: 3px 3px 3px 17px;
        overflow: hidden;
    }

    .featureBoxes .first {
        padding-left: 3px;
    }

    .featureBoxes .featureItem {
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .featureBoxes .featureItem a {
            display: block;
            width: 100%;
            overflow: hidden;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            text-decoration: none;
        }

            .featureBoxes .featureItem a:visited {
                color: #2E5C82;
            }

        .featureBoxes .featureItem h3 {
            background: rgb(1,13,20);
            background: rgba(1,13,20,0.8);
            border: 1px solid #fff;
            color: #fff;
            left: -1px;
            top: 4px;
            padding: 2px 10px;
            font-size: 1.5em;
            min-width: 120px;
            position: absolute;
        }

        .featureBoxes .featureItem span {
            position: absolute;
            left: 0;
            top: 0;
        }

        .featureBoxes .featureItem p {
            height: 31px;
            padding: 9px 0 0 43px;
            font-size: 1.5em;
            background: #f0f0f0 url(gfx/icons.png) no-repeat 7px -151px;
            border: 1px solid #fff;
        }

        .featureBoxes .featureItem a:hover p, .featureBoxes .featureItem a:focus p {
            text-decoration: underline;
            cursor: pointer;
        }

    .featureBoxes .courses p {
        background-position: 7px -352px;
    }

    .featureBoxes .shooterProfile h3 {
        padding-left: 44px;
    }

    .featureBoxes .shooterProfile p {
        background-position: 7px -556px;
    }

    .featureBoxes .shooterProfile span {
        position: absolute;
        left: -28px;
        top: 12px;
        padding: 1px 30px 3px;
        background: #d51a1a;
        color: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    .featureBoxes .shoppingFeature p {
        background-position: 7px -718px;
    }

    .featureBoxes .listPart img {
        width: 214px;
    }

.newsList {
    position: relative;
    float: left;
    width: 460px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d0d0d0;
}

.newsList.newsInBothColumns {
    width: 100%;
}

    .newsList ul,
    #mainCol .newsList ul {
        list-style: none;
        padding: 0 10px;
        position: relative;
        overflow: hidden;
    }

        .newsList ul:after,
        .newsList ul:before {
            background: #d9d9d9 url(gfx/borderVerticalGradedBottomToTop.png) no-repeat left top;
            content: "";
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 1px;
        }

        .newsList ul:after {
            left: auto;
            right: 0;
        }

    .newsList li,
    .contentWrapper .newsList li {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 20px 0 19px;
        background: transparent url(gfx/dividerHorizontal.gif) repeat-x left top;
    }

    .newsList.newsInBothColumns li,
    .contentWrapper .newsList.newsInBothColumns li {
        width: 50%;
    }

    .newsList li:first-child {
        background: none;
        padding-top: 0;
    }

        .newsList.newsInBothColumns li:nth-child(2) {
            background: none;
            padding-top: 0;
        }


    .newsList h3 {
        font-size: 1.5em;
        margin: 0 80px 10px 0;
    }

    .newsList .listIngress {
        font-size: 1.08em;
        line-height: 1.39em;
    }

    .newsList .date, .imageWDate .date {
        position: absolute;
        padding: 3px 5px;
        background: #2e5c82;
        color: #fff;
    }

    .newsList .readMore, .newsList .readMore:visited {
        position: absolute;
        bottom: -21px;
        right: 5px;
        text-decoration: none;
    }

        .newsList .readMore:hover {
            text-decoration: underline;
        }

    .newsList a {
        display: block;
        overflow: hidden;
        text-decoration: none;
        cursor: pointer;
    }

        .newsList a h3 {
            color: #2E5C82;
        }

        .newsList a:visited h3 {
            color: #592D8F;
        }

        .newsList a .listIngress {
            color: #4c4c4c;
            margin-right: 15px;
        }

        .newsList a:hover h3,
        .newsList a:focus h3 {
            text-decoration: underline;
        }

.newsListWithImage {
    margin-right: 20px;
}

    .newsListWithImage .imageWDate {
        min-height: 21px;
        margin-right: 9px;
        width: 150px;
    }

        .newsListWithImage .imageWDate img {
            width: 150px;
        }

    .newsListWithImage a h3 {
        margin-right: 0;
    }

    .newsListWithImage a .listIngress {
        margin-right: 0;
    }

    .newsListWithImage .text {
        overflow: hidden;
    }

.newsListNoImage .date {
    top: 20px;
    right: 0;
}

.newsListNoImage li:first-child .date {
    top: 0;
}

.newsList .iconQuote {
    background-position: 0 -36px;
}

.newsListWithImage h2, .newsListNoImage h2, .associationOverview h2, .sponsorBoxes h2 {
    margin-bottom: 15px;
    padding-left: 35px;
    color: #2e5c82;
    background: transparent url(gfx/icons.png) no-repeat 0 100px;
}

.newsListWithImage h2 {
    background-position: 0 -76px;
}

.newsListWithImageNoMarginRight {
    margin-right: 0 !important;
}

.newsListNoImage h2 {
    background-position: 0 -602px;
}

.sponsorBoxes h2 {
    background-position: 0 -157px;
}

.associationOverview h2 {
    padding-left: 45px;
    background-position: 13px -683px;
}

.featureItems {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
}

    .featureItems .topNewsItem:first-child {
        margin-bottom: 20px;
    }

.associationOverview {
    width: 100%;
    overflow: hidden;
}

.associationListWrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    background: transparent url(gfx/mapOfNorway.png) no-repeat 200px 15px;
    border-top: 1px solid #ddd;
}

.associationOverview .left div, .associationOverview .right div {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.associationOverview .left {
    float: left;
    width: 310px;
    padding-top: 12px;
    background: transparent url(gfx/borderVerticalGradedTopToBottom.png) no-repeat left top;
}

.associationOverview .right {
    float: right;
    width: 310px;
    padding-top: 12px;
    background: transparent url(gfx/borderVerticalGradedTopToBottom.png) no-repeat right top;
}

.associationOverview ul {
    width: 140px;
    padding-left: 15px;
    float: left;
    list-style: none;
}

.associationOverview li,
.contentWrapper .associationOverview li {
    font-size: 0.92em;
    margin: 0;
}

.associationOverview h3 {
    margin-bottom: 2px;
    padding-left: 15px;
    font-size: 1em;
    font-weight: bold;
    color: #304860;
}

.associationOverview a, .associationOverview a:visited {
    display: block;
    padding: 1px 0 2px;
    text-decoration: none;
    color: #2E5C82;
}

    .associationOverview a:hover {
        text-decoration: underline;
    }

.landingTopZone {
    padding-bottom: 3em;
}

    .landingTopZone .webpart {
        position: relative;
        margin-bottom: 4em;
        padding: 9px;
        background: #f0f0f0 url(gfx/featureItemBg.gif) repeat left top;
        border: 1px solid #f5f5f5;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 -1px 3px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 -1px 3px rgba(0,0,0,0.15);
        box-shadow: 0 1px 3px rgba(0,0,0,0.4), 0 -1px 3px rgba(0,0,0,0.15);
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
    }

.landingLeftZone {
    float: left;
    margin: 0 20px 30px 0;
    background: #f3f3f3 url(gfx/layeredBgBottomRight.png) no-repeat right bottom;
}

    .landingLeftZone .topRight {
        width: 100%;
        background: transparent url(gfx/layeredBgTopRight.png) no-repeat right top;
    }

    .landingLeftZone .bottomLeft {
        width: 100%;
        background: transparent url(gfx/layeredBgBottomLeft.png) no-repeat left bottom;
    }

    .landingLeftZone .topLeft {
        width: 573px;
        margin-bottom: -15px;
        min-height: 27px;
        padding: 0 30px 0 20px;
        background: transparent url(gfx/layeredBgTopLeft.gif) no-repeat left top;
    }

    .landingLeftZone .webpart {
        overflow: hidden;
        position: relative;
        top: -3.75em;
        left: -20px;
    }

    .landingLeftZone .webpart > * {
        padding-left: 20px;
    }

    .landingLeftZone .webpart h2 {
        position: relative;
        left: -20px;
        padding-left: 37px;
        background: transparent url(gfx/icons.png) no-repeat left -316px;
        color: #2E5C82;
    }

    .landingLeftZone .newsList {
        border: 0;
        width: auto;
        min-width: 90%;
    }

        .landingLeftZone .newsList ul:before,
        .landingLeftZone .newsList ul:after {
            content: none;
        }

    .landingLeftZone .bannerPart h2 {
        margin-bottom: 1em;
    }

.landingRightZone {
    float: left;
    width: 297px;
    min-height: 10px;
    margin-bottom: 30px;
}

    .landingRightZone .webpart {
        margin-bottom: 30px;
    }

        .landingRightZone .webpart.first {
            position: relative;
            margin-top: -3.75em;
        }

.sponsorBoxes {
    overflow: hidden;
    margin-bottom: 40px;
    clear: both;
}

    .sponsorBoxes ul {
        list-style: none;
    }

        .sponsorBoxes ul li {
            float: left;
            margin: 0 20px 30px 20px;
            width: 273px;
            overflow: hidden;
        }

            .sponsorBoxes ul li.single {
                margin: 0 0 30px 0;
                width: 940px;
                text-align: center;
            }

.webpart {
    margin-bottom: 15px;
}

    .webpart.horizontal {
        float: left;
    }

table.registrationSimple td.editControls a {
    display: block;
}

table.registrationSimple div.insertRow {
    padding-bottom: 10px;
}

table.registrationSimple tr#insert td  {
    vertical-align: top;
}

table.registrationBase tr.highlight {
    background: #AFA;
}

    table.registrationBase tr.highlight td {
        background: #AFA;
    }

table.registrationBase tr.highlightMee {
    background: lightyellow;
}

    table.registrationBase tr.highlightMee td {
        background: lightyellow;
    }

.relatedRegistrationsPartWrapper {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px dashed #c0c0c0;
}

.eventDate {
    font-weight: bold;
}

.listPart {
    width: 100%;
    overflow: hidden;
}

    .listPart ul {
        list-style: none;
    }

    .listPart li,
    .contentWrapper .listPart li {
        width: 100%;
        float: left;
        clear: both;
        margin: 20px 0 0 0;
        padding-top: 20px;
        background: transparent url(gfx/dividerHorizontal.gif) repeat-x left top;
    }

        .listPart li:first-child {
            margin-top: 0;
            padding-top: 0;
            background: none;
        }

    .listPart a {
        display: block;
        overflow: hidden;
        text-decoration: none;
    }

    .listPart .imageShadow {
        float: right;
        padding: 0 2px 2px 0;
        background: #f3f3f3;
    }

    .listPart img {
        width: 256px;
    }

    .listPart h3 {
        color: #2e5c82;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .listPart a:hover p {
        text-decoration: underline;
    }

    .landingLeftZone .listPart li {
        margin-top: 50px;
        padding-top: 25px;
    }

        .landingLeftZone .listPart li:first-child {
            margin-top: 10px;
        }

    .landingLeftZone .listPart img {
        margin-left: 20px;
        border: 1px solid #fafafb;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }

.landingLeftZone .readMore {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding-top: 10px;
    text-align: right;
    background: transparent url(gfx/dividerHorizontal.gif) repeat-x left top;
}

    .landingLeftZone .readMore:hover {
        text-decoration: underline;
    }

.landingRightZone .webpart h2 {
    margin-bottom: 0.708em;
    color: #2E5C82;
}

.landingRightZone .listPart ul {
    width: 259px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    padding: 18px;
}

.landingRightZone .listPart .imageWDate {
    margin-bottom: 10px;
}

.landingRightZone .listPart img {
    width: 253px;
}

.landingRightZone h2 {
    padding-left: 37px;
    background: url(gfx/icons.png) no-repeat left -77px;
}

.landingRightZone .listPart h3 {
    font-size: 1.5em;
    padding: 0 3px;
}

.landingRightZone .listPart .ingress {
    color: #4c4c4c;
    padding: 0 3px;
    line-height: 1.5em;
}

.landingRightZone .listPart .readMore {
    text-align: right;
    padding: 5px 0;
}

    .landingRightZone .listPart .readMore:hover {
        text-decoration: underline;
    }

.landingRightZone .bannerPart a {
    position: relative;
    display: block;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.landingRightZone .bannerPart h2 {
    padding-left: 37px;
    background: url(gfx/icons.png) no-repeat left -116px;
}

.landingRightZone .bannerPart img {
    width: 293px;
}

.landingRightZone .bannerPart .imageLinkText {
    position: absolute;
    width: 253px;
    bottom: 9px;
    left: 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    background: #2e5c82 url(gfx/iconReadMore.png) no-repeat 8px center;
    color: #fff;
    font-size: 1.17em;
    line-height: 1.29em;
    padding: 6px 10px 6px 30px;
}

.landingRightZone .googleMapPart iframe {
    width: 293px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.landingRightZone .googleMapPart h2 {
    padding-left: 37px;
    background: url(gfx/icons.png) no-repeat left -683px;
}

#rightCol.normalLayout {
    float: left;
    width: 220px;
}

#rightCol .listPart ul {
    padding-left: 0;
}

#rightCol .listPart h2 {
    font-size: 1.167em;
    font-weight: bold;
    margin-bottom: 10px;
}

#rightCol .listPart h3 {
    font-size: 1em;
    font-weight: bold;
}

#rightCol .listPart img {
    width: 90px;
    margin-left: 10px;
}

#rightCol .listPart .imageShadow {
    background: transparent;
}

#rightCol .listPart .boxedIngress {
    font-size: 1em;
    padding: 0;
    border: none;
}

#rightCol .listPart a:hover h3 {
    text-decoration: underline;
}

#rightCol .listPart a:hover p {
    text-decoration: none;
}

#rightCol.wideLayout {
    clear: both;
}

#LoginStatus {
    position: absolute;
    width: 113px;
    right: 11px;
    top: 35px;
    padding: 10px 10px 5px;
    background: #003766;
    border: 1px solid #fff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    #LoginStatus * {
        color: #fff !important;
    }

    #LoginStatus p {
        width: 100%;
        overflow: hidden;
        margin-bottom: 5px;
    }

    #LoginStatus a {
        float: left;
        padding: 0;
        border-bottom: 1px dotted #fff;
    }

        #LoginStatus a:hover {
            border-color: #003766;
        }

.loginArea td {
    padding: 5px 10px;
}

    .loginArea td input[type=checkbox] {
        margin-left: 93px;
        margin-right: 10px;
    }

.usermembershipArea td input[type=checkbox] {
    margin-left: 0px;
}

.myDFS .loginBox, .myDFS .membershipTeaser {
    float: left;
    width: 450px;
}

.myDFS .loginBox {
    margin-right: 40px;
}

.myDFS .membershipTeaser ul {
    padding-left: 30px;
}

#fullCol #factbox {
    overflow: hidden;
}

    #fullCol #factbox .details {
        width: 570px;
    }

#centerCol #factbox {
    width: 500px;
    overflow: hidden;
}

    #centerCol #factbox .details {
        width: 280px;
    }

#factbox .imageAndFB {
    float: left;
    width: 160px;
    min-height: 10px;
    margin-right: 20px;
}

#factbox .details {
    float: left;
    overflow: hidden;
    margin-right: 20px;
    padding: 10px 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #factbox .details h2 {
        margin-bottom: 4px;
        margin-top: 4px;
        font-size: 1em;
        font-weight: bold;
        color: #183048;
    }

    #factbox .details p {
        line-height: 1.833em;
        color: #4c4c4c;
    }

#factbox th, #factbox td {
    vertical-align: top;
    line-height: 2em;
}

#factbox td {
    padding: 0 10px 0 0;
}

#factbox th {
    padding-right:3px;
    text-align: right;
    color: #183048;
}

#factbox th.left {
    text-align: left;
}
#factbox td {
    word-break: break-all;
}

#factbox .myLinks {
    float: left;
    width: 110px;
}

    #factbox .myLinks h2 {
        margin-bottom: 5px;
        margin-top: 0;
        font-size: 1.833em;
    }

    #factbox .myLinks ul {
        color: #2E5C82;
    }

        #factbox .myLinks ul li {
            margin-top: 0;
        }

    #factbox .myLinks a {
        display: block;
        padding: 3px 0;
        text-decoration: none;
    }

        #factbox .myLinks a:hover, .myDFS #factbox .myLinks a:focus {
            text-decoration: underline;
        }

#factbox .notice {
    background: #fff;
    border-bottom: 1px solid #678095;
    border-top: 1px solid #678095;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    float: left;
    margin-top: 20px;
    padding: 20px 20px 15px;
    width: 100%;
}

    #factbox .notice h2 {
        font-size: 1.5em;
        margin: 0 0 7px;
    }

    #factbox .notice p {
        font-size: 1.167em;
        line-height: 1.286em;
        margin-bottom: 5px;
    }

#factbox .centerAlign {
    text-align: center;
}

#factbox p {
    padding: 2px 0 2px 0;
}

#factbox .userDatum {
    width: 33%;
    float: left;
}

    #factbox .userDatum.description {
        width: 100%;
    }

    #factbox .userDatum h2 {
        margin-top: 8px;
        margin-bottom: 0;
    }

    #factbox .userDatum p {
        line-height: normal;
    }

.myDFSPersonalia {
}

    .myDFSPersonalia th {
        text-align: right;
        font-weight: normal;
        vertical-align: middle;
    }

        .myDFSPersonalia th label {
            white-space: nowrap;
            width: 160px;
            display: block;
        }

        .myDFSPersonalia th.wrap label {
            white-space: normal;
        }

    .myDFSPersonalia .radioListFlat input {
        margin-right: 3px;
    }

    .myDFSPersonalia .radioListFlat label {
        margin-right: 20px;
    }

    .myDFSPersonalia textarea,
    .myDFSPersonalia .ajax__html_editor_extender_texteditor,
    .myDFSPersonalia .ajax__html_editor_extender_buttoncontainer {
        width: 364px;
    }

    .myDFSPersonalia textarea,
    .myDFSPersonalia .ajax__html_editor_extender_texteditor {
        height: 140px;
        line-height: normal;
    }

    .myDFSPersonalia #imageUpload img {
        float: left;
        margin-right: 10px;
    }

    .myDFSPersonalia #imageUpload input {
        vertical-align: top;
        margin-bottom: 10px;
    }

    .myDFSPersonalia #imageUpload p {
        font-style: italic;
    }

    .myDFSPersonalia .endMembershipBtn {
        margin-right: 20px;
    }

    .myDFSPersonalia .addMedalButton {
        margin-left: 15px;
    }

    .myDFSPersonalia fieldset table h2 {
        margin-top: 15px;
    }

    .myDFSPersonalia input[type="text"].shortdate {
        width: 70px;
    }

    .myDFSPersonalia table input[type=button], .myDFSPersonalia table input[type=submit] {
        margin-top: 15px;
    }

    .myDFSPersonalia .actormedals {
        margin: 15px 0;
        line-height: 1.8;
    }

    .myDFSPersonalia select {
        min-width: 0px;
    }
/* for å få plas til uxddlMembershipNextDemandDate på samme linje som medlemsstype*/

.myDFSPersonaliaTable caption {
    font-size: 1.25em;
    font-weight: bold;
    padding-bottom: 10px;
}

.myDFSPersonaliaTable th, .myDFSPersonaliaTable td {
    padding: 3px 10px 10px 0;
}

.myDFSPersonaliaTable .dfsTable th, .myDFSPersonaliaTable .dfsTable td {
    padding: 8px 0px 8px 15px;
}

#centerCol .myDFSPersonaliaTable tr td input[type=submit] {
    margin-top: 5px;
    float: right;
}

.myDFSPersonaliaTable.half {
    float: left;
    margin-bottom: 30px;
    width: 49.9%;
}

    .myDFSPersonaliaTable.half:first-child {
        border-right: 1px solid #f0f0f0;
    }

    .myDFSPersonaliaTable.half select {
        width: 199px !important;
    }

.simpleEditContainer td {
    padding-right: 10px;
    padding-top: 10px;
}

.contentTabs {
    list-style: none;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #678095;
}

.contentTabsContextNoTable {
    margin-bottom: 20px;
}

.contentTabs li {
    float: left;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -o-border-top-right-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .contentTabs li:first-child {
        margin-left: 10px;
    }

.contentTabs a,
.contentTabs a:visited {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    background: #cbd2d3 url(gfx\tabs.png) repeat-x left top;
    color: #2e5c82;
}

    .contentTabs a:hover {
        text-decoration: underline;
        background-position: left -4px;
    }

.contentTabs .active a {
    background: #678095;
    color: #fff;
}

    .contentTabs .active a:hover {
        text-decoration: none;
        cursor: text;
    }

.contentTabs .inactive {
    border-color: #EDEDED;
}

    .contentTabs .inactive a {
        cursor: text;
        color: #777;
        background: #EDEDED;
    }

        .contentTabs .inactive a:hover {
            text-decoration: none;
            background-position: inherit;
        }

.editDataPane {
    margin-bottom: 30px;
    overflow: hidden;
}

    .editDataPane p {
        margin: 1em 0;
    }

    .editDataPane h1 {
    }

    .editDataPane h2 {
        clear: both;
        margin-top: 1em;
    }

    .editDataPane .mainInfo {
        float: left;
        width: 50%;
    }

        .editDataPane .mainInfo td {
            padding: 5px;
        }

    .editDataPane #areaLimitTable {
        width: 250px;
    }

    .editDataPane #addUpdateButton {
        font-size: 1em;
    }

input[type=button].button {
    height: 28px;
    padding: 0 20px 3px;
    font-size: 1.33em;
    font-weight: bold;
    color: #fff;
    border: 1px solid #ef6100;
    border-top-color: #ff6700;
    border-bottom-color: #e55c00;
    background: #ff7a20 url(gfx/buttons.png) repeat-x left -80px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 4px;
}

.editDataPane input[type=button]:active {
    border-top-color: #e55c00;
    border-bottom-color: #ff6700;
    background-position: left -120px;
}

#resultTable {
    border-collapse: collapse;
}

    #resultTable td {
        vertical-align: text-top;
    }

        #resultTable td.descriptionCell {
            border-left: 1px solid #d9d9d9;
        }

    #resultTable select {
        min-width: 30px;
    }

    #resultTable input[type=text], .contentWrapper .dfsTable input[type="text"].result {
        width: 50px;
    }

        #resultTable input[type=text].small {
            width: 25px;
        }

    #resultTable input[type=image] {
        vertical-align: middle;
    }

.editDataPane td th, .editDataPane td td {
    font-size: 1em;
}

.editDataPane td li {
    list-style: none;
    padding: 4px 0;
}

.editDataPane td label, .editDataPane label {
    font-size: 1em;
}

.editDataPane .additionalInfo {
    float: left;
    width: 40%;
    margin-left: 15px;
}

    .editDataPane .additionalInfo ul {
        width: 50%;
        float: left;
    }

    .editDataPane .additionalInfo li {
        list-style: none;
        width: 100%;
        padding: 4px 0;
    }

        .editDataPane .additionalInfo li input {
            margin-right: 5px;
            float: left;
        }

.editDataPane .externalSignUp {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}

    .editDataPane .externalSignUp input[type="text"] {
        width: 300px;
    }

    .editDataPane .externalSignUp .rightMargin {
        margin-right: 50px;
    }

.editDataPane legend {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.editDataPane .associationLimitTable {
    width: 290px !important;
}

.editDataPane .exerciseBox {
    border: 1px solid #d9d9d9;
    background: #f0f0f0;
    margin-top: 20px;
    width: 500px;
}

    .editDataPane .exerciseBox ul {
        margin: 20px 30px;
    }

    .editDataPane .exerciseBox table {
        margin: 20px;
        border: 1px solid #d9d9d9;
        width: 350px;
    }

        .editDataPane .exerciseBox table th, .editDataPane .exerciseBox table td {
            padding: 3px;
        }

        .editDataPane .exerciseBox table th {
            background: #262626;
            color: #F0F0F0;
            text-align: left;
        }

.editDataPane table textarea {
    height: 50px;
    width: 500px;
    margin: 0 0 20px 0px;
}

.editDataPane table .label {
    vertical-align: top;
    margin-right: 20px;
}

.editDataPane td label {
    margin-right: 20px;
}

.editDataPane .paddedCells td {
    padding: 10px 0;
}

.editDataPane .helpText {
    position: relative;
}
.sendEmailContainer .container { margin-top: 10px;margin-bottom: 5px;}
.sendEmailContainer .container label{ display: block;margin-bottom: 3px;}
.sendEmailContainer .container input[type='text'].full, .sendEmailContainer .container textarea { width: 600px;}
.sendEmailContainer .container textarea { height: 60px; }

.blueContainer {
    background: #F0F0F0;
    padding: 20px;
    border: 1px solid #CCC;
}

    .blueContainer table th, #exerciseTable {
        text-align: left;
    }

    .blueContainer h3 {
        font-weight: bold;
        margin: 1em 0 .4em 0;
        clear: both;
    }

    .blueContainer h2:first-child {
        margin: 0em 0 0 0;
        clear: both;
    }

    .blueContainer h3:first-child {
        margin: 0em 0 .4em 0;
    }

    .blueContainer .fieldContainer {
        width: 380px;
        float: left;
        margin-top: 10px;
    }

        .blueContainer .fieldContainer label {
            display: block;
            width: 170px;
            float: left;
            line-height: 27px;
            font-weight: bold;
        }

        .blueContainer .fieldContainer input {
            float: left;
            width: 60px;
        }

        .blueContainer .fieldContainer select {
            margin-top: 4px;
            width: 150px;
        }

        .blueContainer .fieldContainer.checkboxList {
            width: 100%;
        }

            .blueContainer .fieldContainer.checkboxList label.checkboxLabel {
                width: unset;
                font-weight: normal;
                float: unset;
                display: inline-block;
            }

            .blueContainer .fieldContainer.checkboxList input {
                width: 20px;
                height: 20px;
                margin: 0 20px 0 10px;
                float: unset;
                vertical-align: middle;
            }

    .blueContainer .optionsBox {
        overflow: hidden;
    }

    .blueContainer #addExercise {
        float: right;
        margin-top: 20px;
    }

#deleteShootouts, #addExercise, a.dev_closeExerciseArea {
    display: none;
}

a.dev_loadactor {
    display: none;
}

#deleteShootouts, #cancelGenerateTimes {
    margin-top: 15px;
    float: right;
}

#generateTimes, a.dev_closeExerciseArea {
    margin-left: 11px;
    margin-top: 15px;
    float: right;
}

#createNewExerciseArea {
    display: none;
}

a.dev_closeExerciseArea {
    line-height: 20px;
}

#exerciseTable strong.missingValue {
    font-weight: bold;
    color: red;
}

#generatedTimes {
    margin: 1em 0;
    border: 1px solid #CCC;
}

#generateTimesArea {
    display: none;
}

#generatedTimes td {
    border-bottom: 1px solid #CCC;
}

#loadingTimes, #loadingCreatingExercise, #loadingSavingExercise, #loadingGettingExercise, #localloading, #loadingSimpleSignUpToogle, #loadingAddNewResult {
    display: none;
}

.dfsTable p.loading, .editDataPane p.loading, .listFilterFields p.loading {
    background: url(gfx/loading.gif);
    display: none;
    width: 24px;
    height: 24px;
    text-indent: -99999px;
    clear: both;
}

input.loading {
    background: url(gfx/loading.gif) no-repeat center right #FFF;
}

.dfsTable tr.zebra td.loading {
    background: url(gfx/loading.gif) no-repeat;
    background-position: center right;
}

.dfsTable tr td.loading {
    background: #f0f0f0 url(gfx/loading.gif) no-repeat;
    background-position: center right;
}

#proceedButtonPanel {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 30px 0;
}

    .editDataPane input[type="submit"],
    #proceedButtonPanel input[type="submit"] {
        margin-left: 20px;
        float: right;
    }

.editDataPane input.importExportButtons {
    float: none !important;
    margin-left: 0 !important;
}

.searchContacts div {
    margin-bottom: 30px;
}

    .searchContacts div label {
        margin-right: 5px;
        width: 100px;
        clear: both;
        float: left;
        line-height: 30px;
    }
    .searchContacts div input[type="text"] {
        margin-bottom: 8px;
    }
    .searchContacts div .validator {
        margin-left: 8px;
    }

    .searchContacts input[type="submit"] {
        margin-left: 230px;
    }

.topNewsItem {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 45px;
    background: none;
}

    .topNewsItem a {
        text-decoration: none;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .topNewsItem h2 {
        color: #2E5C82;
        margin-bottom: 10px;
    }

    .topNewsItem .imageWDate {
        width: 218px;
        margin-right: 18px;
        border-color: #d5dadf;
        min-height: 1.75em;
    }

        .topNewsItem .imageWDate img {
            width: 218px;
        }

    .topNewsItem .listIngress {
        font-size: 1.17em;
        color: #4c4c4c;
        line-height: 1.57em;
    }

    .topNewsItem a:hover .listIngress, .topNewsItem a:hover h2 {
        text-decoration: underline;
    }

.newsItemPageImageBig {
    width: 180px;
    max-width: 180px;
    float: left;
}

    .newsItemPageImageBig img {
        width: 180px;
        max-width: 180px;
    }

.newsItemPageImageSmall {
    width: 150px;
    max-width: 150px;
    float: left;
}

    .newsItemPageImageSmall img {
        width: 150px;
        max-width: 150px;
        float: left;
    }

.newsItemIntro {
    width: 240px;
    max-width: 240px;
    float: left;
}

.newsItemIntroSmall {
    width: 150px;
}

li.newsItem {
    float: left;
}

li.focusBox {
    float: left;
    margin-right: 3px;
}

.genericNewsItem {
    width: 150px;
}

.listRow {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    padding-top: 45px;
}

.listRowBorder {
    background: transparent url(gfx/dividerHorizontal.gif) repeat-x left top;
}

.listRow div {
    float: left;
    width: 242px;
}

    .listRow div:first-child {
        margin-right: 36px;
    }

.listRow a {
    display: block;
    text-decoration: none;
}

.listRow .imageWDate {
    width: 236px;
    margin-bottom: 12px;
    min-height: 1.75em;
}

    .listRow .imageWDate img {
        width: 236px;
    }

.listRow span {
    position: absolute;
    top: -9999em;
}

.listRow a h2 {
    color: #2e5c82;
    font-size: 1.5em;
    margin-bottom: 9px;
}

.listRow a h3 {
    color: #2e5c82;
    font-size: 1.5em;
    margin-bottom: 9px;
}

.listRow .listIngress {
    color: #4c4c4c;
    line-height: 1.83em;
}

.listRow a:hover h2, .listRow a:hover h3, .listRow a:hover .listIngress {
    text-decoration: underline;
}

.listRowTopHeader {
    padding-top: 20px;
    background: transparent url(gfx/dividerHorizontal.gif) repeat-x left top;
}

.relatedListRow {
    background: none;
    padding-top: 10px;
}

li.relatedPage {
    width: 140px;
    max-width: 140px;
    float: left;
    padding: 10px;
    list-style-type: none;
}

    li.relatedPage img {
        width: 140px;
        max-width: 140px;
        float: left;
    }

.pagingContainerContent {
    width: 100%;
    min-height: 30px;
    overflow: hidden;
    margin-bottom: 50px;
    line-height: 30px;
    background: #f0f1f1 url(gfx/mainMenuTop.png) repeat-x left bottom;
    font-size: 1.33em;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
    box-shadow: 0 1px 3px rgba(0,0,0,0.7);
    float: left;
}

.PagingContainer .pagingHeader {
    color: #444;
}

.PagingContainer a {
    margin-left: 15px;
    text-decoration: none;
}

    .PagingContainer a:hover {
        text-decoration: underline;
    }

.PagingContainer .selected {
    padding: 1px 6px;
    background: #f0f0f0;
    background: rgba(255,255,255,0.6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

    .PagingContainer .selected:hover {
        text-decoration: none;
    }

.articleImage {
    position: relative;
    margin-bottom: 10px;
}

    .articleImage img {
        width: 520px;
    }

    .articleImage .pageImageText {
        position: absolute;
        width: 92%;
        left: 0;
        bottom: 12px;
        padding: 10px 4%;
        color: #fff;
        background: #000;
        background: rgba(0,0,0,0.6);
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

.profileImage {
    width: 520px;
    margin-bottom: 20px;
}

.profileImageThumb {
    max-width: 140px;
    width: auto !important;
    width: 140px;
    border: none;
}

.pageImageThumb {
    max-width: 140px;
    width: auto !important;
    width: 140px;
    border: none;
}

.pageImage {
    max-width: 600px;
    width: auto !important;
    width: 600px;
}

.profiles {
    border: 1px dashed #c0c0c0;
    padding: 10px;
    display: block;
    float: left;
}

.currentProfile {
    width: 100%;
}

.previousProfile {
    width: 100%;
}

.currentProfileImage {
    max-width: 140px;
    width: auto !important;
    width: 140px;
    float: left;
}

.currentProfileDetails {
    padding: 10px;
    float: left;
}

.previousProfileDetails {
    width: 150px;
    padding: 10px;
    float: left;
}

.actorImageLink img {
    margin-right: 6px;
    vertical-align: middle;
}

.imageGallery {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid #678095;
    border-bottom: 1px solid #678095;
}

    .imageGallery .scrollable {
        position: relative;
        float: left;
        overflow: hidden;
        height: 100px;
    }

.wideLayout .imageGallery .scrollable {
    width: 700px;
}

.normalLayout .imageGallery .scrollable {
    width: 460px;
}

.imageGallery a.imageGalleryBrowse {
    width: 30px;
    height: 30px;
    margin-top: 35px;
    float: left;
    background: transparent url(gfx/prevNext.gif) no-repeat left center;
    cursor: pointer;
}

.imageGallery a.right {
    background-position: right center;
}

.imageGallery a.disabled {
    visibility: hidden;
}

.imageGallery .items {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0 !important;
    width: 20000em;
}

    .imageGallery .items li {
        float: left;
        margin-right: 20px;
    }

.imageGallery .scrollable {
    width: 860px;
}

.relatedDocuments {
    margin-bottom: 10px;
}

    .relatedDocuments ul,
    #mainCol .relatedDocuments ul {
        width: 100%;
        overflow: hidden;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .relatedDocuments li {
        float: left;
        width: 33.3%;
    }

        .relatedDocuments li a {
            display: block;
            padding: 0 10px 10px;
            text-decoration: none;
        }

            .relatedDocuments li a:hover {
                text-decoration: underline;
            }

.profileDetails img {
    margin-bottom: 20px;
}

.profileDetails .boxedIngress {
    margin-bottom: 30px;
}

.listOfProfiles {
    width: 100%;
    overflow: hidden;
}

    .listOfProfiles .listRowItem {
        float: left;
        width: 160px;
        padding-left: 20px;
    }

        .listOfProfiles .listRowItem:first-child {
            margin-right: 0;
            padding-left: 0;
        }

        .listOfProfiles .listRowItem a {
            display: block;
            text-decoration: none;
        }

    .listOfProfiles h3 {
        margin-bottom: 7px;
        font-size: 1.5em;
        color: #2E5C82;
    }

    .listOfProfiles p {
        margin-bottom: 3px;
        line-height: 1.5em;
        color: #4c4c4c;
    }

    .listOfProfiles .date {
        font-weight: bold;
    }

    .listOfProfiles img {
        width: 154px;
        margin-bottom: 5px;
        padding: 2px;
        border: 1px solid #e0e0e0;
    }

    .listOfProfiles a:hover h3, .listOfProfiles a:hover p {
        text-decoration: underline;
    }

    .listOfProfiles a:hover .date {
        text-decoration: none;
    }

.publishDate {
    margin-bottom: 20px;
}

.mainBody p, .ajax__html_editor_extender_texteditor p {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.08em;
    line-height: 1.69;
}

.serviceItems {
    width: 100%;
    overflow: hidden;
}

.searchFeatures {
    margin-bottom: 25px;
}

    .searchFeatures input {
        margin-right: 5px;
    }

    .searchFeatures label {
        margin-right: 15px;
    }

    .searchFeatures .searchBox {
        width: 100%;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .searchFeatures .searchAreas {
        margin-bottom: 20px;
        font-size: 0.85em;
    }

    .searchFeatures .searchBox .theSearchTerm {
        width: 400px;
        font-size: 1.5em;
        letter-spacing: 0.5px;
        color: #333;
        padding-bottom: 0;
        padding-top: 0;
    }

    .searchFeatures .sortDropDownList {
        float: right;
    }

    .searchFeatures .hitCount {
        float: left;
    }

    .searchFeatures .sortDropDownList, .searchFeatures .hitCount {
        margin-bottom: 10px;
    }

        .searchFeatures .sortDropDownList select {
            padding: 0;
        }

ol.searchResult {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0 !important;
    border-top: 1px solid #d9d9d9;
}

.searchResult li {
    padding: 20px;
    background: #f0f0f0;
    border: 1px solid #d9d9d9;
    border-top: none;
}

    .searchResult li.zebra {
        background: #fff;
    }

    .searchResult li h3 {
        font-size: 1.5em;
    }

        .searchResult li h3 a {
            display: block;
            padding-bottom: 5px;
            text-decoration: none;
        }

            .searchResult li h3 a:hover {
                text-decoration: underline;
            }

    .searchResult li p {
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    .searchResult li div {
        width: 100%;
        overflow: hidden;
    }

        .searchResult li div a,
        .searchResult li div span {
            float: left;
            padding-right: 10px;
        }

.siteMap {
    float: left;
    width: 700px;
}

    .siteMap ul {
        list-style: none;
        margin-bottom: 25px;
    }

    .siteMap a {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        border-bottom: 1px solid #678095;
        font-size: 1.67em;
    }

        .siteMap a:hover {
            text-decoration: underline;
        }

    .siteMap ul ul {
        width: 100%;
        overflow: hidden;
        margin-bottom: 0;
    }

        .siteMap ul ul li {
            float: left;
            width: 150px;
            margin-right: 25px;
        }

        .siteMap ul ul a {
            margin-bottom: 3px;
            padding-bottom: 5px;
            border-bottom: none;
            font-size: 1.33em;
        }

        .siteMap ul ul ul li {
            width: 100%;
            overflow: hidden;
            margin-right: 0;
        }

        .siteMap ul ul ul a {
            margin-bottom: 0;
            padding-bottom: 3px;
            font-size: 1em;
            font-weight: normal;
        }

        .siteMap ul ul ul ul a {
            padding-left: 10px;
        }

        .siteMap ul ul ul ul ul a {
            padding-left: 20px;
        }

.cycle-Item h1 {
    width: 218px;
    margin: 23px 0 0 10px;
    padding: 7px 10px;
    background-color: rgb(4, 7, 10);
    background-color: rgba(4, 7, 10, 0.8);
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
}

.cycle-Item .innertransbox div {
    position: absolute;
    bottom: 10px;
    width: 695px;
    padding: 8px 200px 8px 25px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.33em;
    line-height: 1.5em;
}

.cycle-Item .innertransbox a {
    position: absolute;
    right: 30px;
    bottom: 22px;
    padding-left: 25px;
    color: #fff !important;
    font-size: 1.33em;
    text-decoration: none;
    background: transparent url(gfx/iconReadMore.png) no-repeat left center;
}

#imgCyclePrevious, #imgCycleNext {
    position: absolute;
    left: -10px;
    top: 140px;
    width: 31px;
    height: 55px;
    background: transparent url(gfx/imageRotatorPrevNext.png) no-repeat right top;
    z-index: 100;
    cursor: pointer;
}

#imgCycleNext {
    left: auto;
    right: -10px;
    background-position: left top;
}

    #imgCyclePrevious span, #imgCycleNext span {
        position: absolute;
        top: -9999em;
    }

#imgCyclePrevious:hover {
    background-position: right bottom;
}

#imgCycleNext:hover {
    background-position: left bottom;
}

#imgCyclePaging {
    width: 100%;
    height: 10px;
    padding-top: 10px;
    text-align: center;
}

    #imgCyclePaging a {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: transparent url(gfx/imageRotatorCyclePaging.png) no-repeat center top;
    }

        #imgCyclePaging a:hover {
            background-position: center -60px;
        }

        #imgCyclePaging a.activeSlide {
            background-position: center -30px;
        }

        #imgCyclePaging a span {
            position: absolute;
            top: -9999em;
        }

#footer {
    width: 100%;
    min-width: 960px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #315f85 url(gfx/footerBg.png) repeat left top;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

    #footer * {
        color: #fff !important;
    }

    #footer a, #footer a:visited {
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
        }

    #footer ul {
        list-style: none;
    }

    #footer .mainMenu {
        width: 100%;
        min-height: 250px;
        overflow: hidden;
        padding-bottom: 7px;
        background: transparent url(gfx/footerShooter.png) no-repeat center bottom;
    }

        #footer .mainMenu a {
            display: block;
        }

    #footer .level1 {
        width: 100%;
        overflow: hidden;
        margin: 1px 0 4px;
        background: #304860;
        border-bottom: 1px solid #426384;
    }

        #footer .level1 div {
            width: 940px;
            overflow: hidden;
            margin: 0 auto;
        }

        #footer .level1 ul {
            padding-left: 50px;
        }

        #footer .level1 li {
            float: left;
            width: 138px;
            margin-right: 10px;
        }

        #footer .level1 a {
            padding: 10px 0;
            font-size: 1.25em;
        }

    #footer .subMenus {
        width: 890px;
        overflow: hidden;
        margin: 0 auto;
        padding-left: 50px;
    }

    #footer .subMenu {
        float: left;
        width: 138px;
        margin-right: 10px;
        min-height: 10px;
    }

        #footer .subMenu a {
            padding: 2px 0 3px;
        }

    #footer #contact {
        margin-bottom: 1px;
        background: #304860;
        border-top: 1px solid #426384;
        border-bottom: 1px solid #426384;
        font-weight: bold;
    }

        #footer #contact .contactBoundaries {
            width: 940px;
            margin: 0 auto;
            padding: 4px 0;
        }

    #footer .mainMenu .MyDFSStartPage {
        display: none;
    }

    #footer .mainMenu .BackToStartPage {
        display: none;
    }

.contactBoxHeader {
    font-weight: bold;
    padding-bottom: 10px;
}

.contactBoxCell {
    padding-left: 10px;
    padding-bottom: 10px;
}

.contactBoxIconCellOffice {
    vertical-align: top; /* icon here */
}

.contactBoxIconCellMail {
    vertical-align: top; /* icon here */
}

.contactBoxIconCellPhone {
    vertical-align: top; /* icon here */
}

.contactBoxIconCellFax {
    vertical-align: top; /* icon here */
}

.contactBoxIconCellEmail {
    vertical-align: top; /* icon here */
}

div.contactInfoSubHeading {
    font-weight: bold;
    padding: 15px 0px 15px 20px;
}

div.contactInfoPerson {
    padding: 0px 0px 15px 20px;
}

div.contactInfoOfficeAddress {
    padding: 0px 0px 15px 20px;
    background-image: url("/Styles/gfx/email-icon.gif");
    background-position: left top;
    background-repeat: no-repeat;
}

div.contactInfoMailAddress {
    padding: 0px 0px 15px 20px;
    background-image: url("/Styles/gfx/email-icon.gif");
    background-position: left top;
    background-repeat: no-repeat;
}

div.contactInfoPhone, div.contactInfoMobile {
    padding: 0px 0px 15px 20px;
}

div.contactInfoFax {
    padding: 0px 0px 15px 20px;
    background-image: url("/Styles/gfx/email-icon.gif");
    background-position: left top;
    background-repeat: no-repeat;
}

div.contactInfoEmail {
    padding: 0px 0px 15px 20px;
    background-image: url("/Styles/gfx/email-icon.gif");
    background-position: left top;
    background-repeat: no-repeat;
}

div.contactInfoBank {
    padding: 0px 0px 15px 20px;
}

div.contactInfoOrg {
    padding: 0px 0px 15px 20px;
}

div.contactInfoHomePage {
    padding: 0px 0px 15px 20px;
    background-image: url("/Styles/gfx/email-icon.gif");
    background-position: left top;
    background-repeat: no-repeat;
}

div.mapContent {
    overflow: hidden;
    border: 1px solid #d9d9d9;
    padding: 8px 8px 8px 10px;
}

div.sharing {
    padding-bottom: 14px;
    overflow: hidden;
}

div.treeMenuHeader {
    background: none repeat scroll 0 0 #2E5C82;
}

    div.treeMenuHeader h3 {
        font-size: 1.5em;
        color: #ffffff;
    }

li div.treeMenuSelectedItem {
    background: none repeat scroll 0 0 #2E5C82 !important;
}

.contentWrapper .listSearchFields .fieldContainer {
    float: left;
    width: 33.3333333%;
    height: 30px;
    margin-bottom: 10px;
}

    .contentWrapper .listSearchFields .fieldContainer > div {
        clear: both;
    }

.contentWrapper .listSearchFields.freeHeight .fieldContainer {
    height: auto;
}

.contentWrapper .listSearchFields .fieldContainer.rightAligned {
    text-align: right;
}

    .contentWrapper .listSearchFields .fieldContainer.rightAligned * {
        float: none;
        margin-right: 0;
    }

.contentWrapper #mainCol .listSearchFields .fieldContainer {
    width: 50%;
}

.contentWrapper .listSearchFields {
    width: 100%;
    margin-bottom: 0;
}

    .contentWrapper .listSearchFields:after,
    .contentWrapper .listSearchFields:before {
        content: " ";
        display: table;
    }

    .contentWrapper .listSearchFields:after {
        clear: both;
    }

    .contentWrapper .listSearchFields label {
        float: left;
        text-align: right;
        padding-right: 5px;
        line-height: 25px;
        min-width: 80px;
        font-size: 1em;
    }

    .contentWrapper .listSearchFields select, .listSearchFields input[type=text], .listSearchFields input[type=number] {
        float: left;
        margin-right: 20px;
        margin-bottom: 15px;
        width: 186px;
        font-size: 1em;
    }

    .contentWrapper .listSearchFields input[type=checkbox] {
        float: left;
        margin-bottom: 15px;
        margin-top: 4px;
    }

    .contentWrapper .listSearchFields .dateControls {
        margin: 15px 0;
    }

    .contentWrapper .listSearchFields input[type=submit] {
        margin-left: 20px;
        overflow: visible;
    }

    .contentWrapper .listSearchFields a.submit {
        margin-left: 20px;
    }

    .contentWrapper .listSearchFields.labelsAbove .fieldContainer {
        height: auto;
        margin-bottom: 10px;
    }

    .contentWrapper .listSearchFields.labelsAbove label {
        clear: both;
        text-align: left;
        width: 100%;
    }

    .contentWrapper .listSearchFields.labelsAbove input,
    .contentWrapper .listSearchFields.labelsAbove select {
        margin-bottom: 0;
    }

    .contentWrapper .listSearchFields.labelsAbove textarea {
        width: 95%;
    }

    .contentWrapper .listSearchFields.errorsBelowe span.errormessage {
        display: inline-block;
        margin-top: 3px;
        text-align: left;
        width: 100%;
    }

.myDFSPersonalia span.errormessage {
    line-height: 25px;
}

p.createEventLink {
    text-align: right;
    clear: both;
    font-size: 1.2em;
}

.listSearchFieldsClassic {
    clear: left;
}

    .listSearchFieldsClassic label {
        display: block;
        margin-bottom: 2px;
    }

    .listSearchFieldsClassic div {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .listSearchFieldsClassic .pushDown {
        margin-top: 1.167em;
    }

.contentWrapper .listFilterFields {
    width: 100%;
    margin-bottom: 5px;
}

    .contentWrapper .listFilterFields .rightFloat {
        float: right;
        margin-top: -.75em;
    }

.contentWrapper table.listFilterFields th {
    text-align: left;
    font-size: 1em;
    margin-bottom: 2px;
}

.contentWrapper table.listFilterFields td {
    padding-right: 2px;
}

.contentWrapper .listFilterFields label {
    text-align: left;
    font-size: 1em;
}

.contentWrapper .listFilterFields input[type=text],
.contentWrapper .listFilterFields select {
    text-align: left;
    font-size: 1em;
}

    .contentWrapper .listFilterFields select option {
        padding: 0px 0px 0px 3px;
    }

.contentWrapper .listFilterFields select {
    min-width: 5px;
}
/* Reset global min-width:200 */
.contentWrapper .listFilterFields input[type=text] {
    width: 140px;
}
/* Reset global width 186 */
.contentWrapper .listFilterFields input[type=checkbox].left, .contentWrapper .listFilterFields span.left input[type=checkbox] {
    margin-right: 5px;
}

.contentWrapper .listFilterFields .dateControls {
    width: 70px;
}

.contentWrapper table.listFilterFields td label {
    padding-left: 5px;
}

.contentWrapper table.listFilterFields tr.seperator td {
    padding-bottom: 15px;
}

.contentWrapper div.focusedInput {
    padding: 0;
    margin-bottom: 20px;
}

    .contentWrapper div.focusedInput select {
        padding: 5px;
        font-size: 1.1em;
        min-width: 300px;
    }

    .contentWrapper div.focusedInput h1 {
        margin-bottom: 0;
    }

    .contentWrapper div.focusedInput label, .contentWrapper div.focusedInput h2 {
        font-size: 1.3em;
    }

    .contentWrapper div.focusedInput h2 {
        display: block;
        line-height: 28px;
        margin-top: 0;
    }

.dayExercise {
    margin-bottom: 20px;
}

    .dayExercise label {
        float: left;
        margin: 5px 5px 0 0;
    }

.contentWrapper .eventStatsList {
    list-style-type: none;
    margin: 20px 0;
}

    .contentWrapper .eventStatsList li {
        margin: 8px 0;
    }

.contentWrapper .classSelector {
    margin-bottom: 20px;
    overflow: hidden;
}

    .contentWrapper .classSelector ul {
        display: inline;
    }

    .contentWrapper .classSelector li {
        display: inline;
        list-style: none;
        margin: 0;
    }

        .contentWrapper .classSelector li a {
            padding: 2px 5px;
        }

        .contentWrapper .classSelector li.selected a,
        .contentWrapper .classSelector li.selected a:visited {
            font-weight: bold;
            text-decoration: none;
            color: #262626;
        }

.dataPager {
    text-align: center;
    font-size: 1.2em;
}

.dataPagerBottom {
    margin-bottom: 15px;
}

#mainCol .letterFilterList {
    overflow: hidden;
    padding-left: 0;
    margin: 5px 0 5px 0;
}

    #mainCol .letterFilterList li {
        float: left;
        margin: 0 10px 0 0;
        list-style-type: none;
    }

        #mainCol .letterFilterList li.selected {
            font-weight: bold;
        }

.dataInputTable {
    margin-top: 20px;
}

    .dataInputTable td {
        padding: 0 20px 10px 0;
        vertical-align: top;
    }

        .dataInputTable td textarea {
            width: 450px;
            height: auto;
            margin-bottom: 10px;
        }

        .dataInputTable td input[type=submit], .proceedButton {
            float: right;
        }

#callingCard {
    background: #f9f9f9;
    border: 1px solid #d9d9d9;
    display: block;
    left: 0;
    max-width: 230px;
    min-width: 160px;
    padding: 10px 10px 5px;
    position: absolute;
    top: -500px;
}

    #callingCard:before,
    #callingCard:after {
        border-left: 8px solid #f9f9f9;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: -8px;
        top: 4px;
        width: 0;
        z-index: 3;
    }

    #callingCard:before {
        border-left: 10px solid #d9d9d9;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        right: -10px;
        top: 2px;
        z-index: 2;
    }

    #callingCard p {
        margin-bottom: 5px;
    }

        #callingCard p.name {
            font-weight: bold;
        }

    #callingCard #callingCardCloseLink {
        float: right;
    }

    #callingCard table th {
        vertical-align: top;
        text-align: right;
        padding-right: 5px;
        font-weight: normal;
    }


.helpText {
    display: inline;
    position: absolute;
}

.helpText.positionStatic {
    position: static;
}

.helpText.positionStatic .helpTextContent {
    position: static;
    display: none;
}

.helpText.positionStatic.active .helpTextContent {
    position: static;
    display: block;
}


.helpText.right {
    right: 0;
}

table table .helpText { position: relative;}
table table .helpbox-absolute .helpText {
    position: absolute;
}
.helptTextLiftJob .helpText {
    margin-top: -10px;
}

.helpTextTrigger {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    padding: 1px 5px;
    margin-left: 2px;
}
.helpTextStandalone .helpTextTrigger{ margin-left: 0px;}

    .helpTextTrigger:hover {
        border-color: #2e4c82;
    }

.helpText.active .helpTextTrigger {
    background-color: #2E5C82;
    color: #fff;
}

.helpTextContent {
    background: #2E5C82;
    border: 1px solid #d9d9d9;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    color: #fff;
    display: block;
    width: 280px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: -9999em;
    z-index: 10000;
}

.helpText.active .helpTextContent {
    top: 1.5em;
}

.helpText .helpTextContent ol {
    margin-left: 10px;
}

option.warn {
    color: Red;
}

.payment-logos a {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
}

.payment-logos img {
    max-width: 80px;
}

/* jQuery UI Autocomplete styling */

.ui-menu {
    background: #FFF;
    width: 300px;
    list-style-type: none;
    border: 1px solid #d9d9d9;
}

.ui-menu-item a {
    display: block;
    text-decoration: none;
    padding: 2px;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    background: #2e5c82;
    color: #FFF;
}

/* print */
@media print {

    .dfsTable {
        color: #000;
    }

        .dfsTable th, .dfsTable td {
            padding: 5px 0 5px 5px;
        }

        .dfsTable th {
            text-transform: none;
            font-size: 1em;
        }

    #mainCol,
    #centerCol.normalLayout {
        width: 100%;
    }

    .utilityMenu, .logoAndSearch, .topMenu, #footer, #leftCol, #rightCol, .breadCrumb, .imageGallery, .relatedDocuments, .listRowTopHeader, .relatedListRow, .sharing, .button {
        display: none;
    }

    .contentWrapper, #mainCol, #centerCol.normalLayout, #center.contentWrapper .breadCrumb .print {
        clear: right;
        float: none;
        padding: 15px 0 0;
        text-decoration: none;
        text-transform: uppercase;
    }

    Col.wideLayout {
        width: auto;
        padding: 0;
    }

    #mainCol {
        width: 100%;
    }

    .dfsTable {
        border: 1px solid #D9D9D9;
    }

    .dfsTableHeader {
        font-size: 1.167em;
    }

    .reportTopInfo p {
        font-size: 1em;
    }
}

/*IE7-fix*/
.ContextMenu {
    width: 220px;
}

.shareit {
    float: left;
    overflow: hidden;
    width: 100%;
}

    .shareit ul,
    #mainCol .shareit ul {
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: left;
        margin-right: 15px;
        padding-top: 4px;
    }

    .shareit h3 {
        float: left;
        font-weight: bold;
        padding: 0px;
        margin: 0px;
        padding: 4px 0 0 0;
    }

    .shareit p {
        clear: both;
    }

    .shareit .showmore {
        font-size: 12px;
        color: #000;
        line-height: 20px;
    }

    .shareit li {
        float: left;
        margin-left: 2px;
        margin-top: 2px;
        list-style: none;
        background: none;
    }

        .shareit li a {
            text-indent: -9999px;
            display: block;
            width: 16px;
            height: 16px;
            background: url(/Images/FV.ShareIt/all-16x16.png) no-repeat top left;
        }

    .shareit ul.socialmediasitesconnection {
        background: #aaaaaa;
        padding: 5px;
    }

    .shareit .socialmediasitesconnection li {
        cursor: pointer;
    }

    .shareit .activesocialmediasites {
        margin-bottom: 15px;
    }

    .shareit input {
        width: 25px;
    }

.hidden {
    display: none !important;
}

.shareit .icon-count {
    width: 25px;
}

.shareit .facebook {
    background-position: 0 -85px;
}

.shareit .feed {
    background-position: 0 -102px;
}

.shareit .twitter {
    background-position: 0 -357px;
}

.shareit .bebo {
    background-position: 0 0;
}

.shareit .delicious {
    background-position: 0 -17px;
}

.shareit .digg {
    background-position: 0 -34px;
}

.shareit .email {
    background-position: 0 -68px;
}

.shareit .google {
    background-position: 0 -119px;
}

.shareit .linkedin {
    background-position: 0 -136px;
}

.shareit .messenger {
    background-position: 0 -153px;
}

.shareit .mixx {
    background-position: 0 -170px;
}

.shareit .myspace {
    background-position: 0 -187px;
}

.shareit .nettby {
    background-position: 0 -204px;
}

.shareit .netvibes {
    background-position: 0 -221px;
}

.shareit .newsvine {
    background-position: 0 -238px;
}

.shareit .pdf {
    background-position: 0 -255px;
}

.shareit .reddit {
    background-position: 0 -289px;
}

.shareit .share {
    background-position: 0 -306px;
}

.shareit .stumbleupon {
    background-position: 0 -323px;
}

.shareit .technorati {
    background-position: 0 -340px;
}

.shareit .yahoo {
    background-position: 0 -374px;
}

.shareit .yahoobuzz {
    background-position: 0 -391px;
}

/* Style fixes for webpart editing-GUI */
body #editwpdialog .inner .content .epi-tabView {
    margin-top: 5px;
    margin-bottom: 10px;
}

body #editwpdialog .inner .content fieldset {
    margin-bottom: 10px;
}

body #editwpdialog .inner .content .epi-formLayout .EP-tableCaptionCell,
body #editwpdialog .inner .content .epi-formLayout td {
    padding: 3px;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    /*width: 50%;
	height: 50%;*/
    padding: 16px;
    border: 5px solid #678095;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.editArticleImage {
    min-height: 225px;
}

.editRelatedDocuments,
.editImageGallery {
    margin-top: 10px !important;
}

.errorPage {
    background: url('/Styles/gfx/skivebom404.jpg') center center no-repeat;
    background-size: cover;
}

    .errorPage .text {
        padding: 20px;
        max-width: 1000px;
    }

    .errorPage h1 {
        margin-bottom: 30px;
        font-size: 3em;
    }

    .errorPage p {
        font-size: 2em;
    }

    .errorPage h1,
    .errorPage p {
        color: #2e4c82;
        font-weight: bold;
    }




/*banners*/
.rotatingBanners {
    height: 270px;
    position: relative;
    text-align: center;
}

    .rotatingBanners > div {
        display: none;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .rotatingBanners > div.first {
            display: block;
        }

.bannergroupblock {
    clear: both;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

    .bannergroupblock > h2:first-child,
    .skyttertidende .newsListWithImage h2 {
        border-bottom: 3px dotted #ccc;
        color: #2E5C82;
        padding-bottom: 5px;
    }

    .bannergroupblock > h2:first-child {
        margin-bottom: 5px;
    }

.advertisingBanners {
    margin: 0 -10px;
}

    .advertisingBanners > div {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 10px;
        position: relative;
        width: 25%;
    }

    .advertisingBanners .col-2-4 {
        width: 50%;
    }

    .advertisingBanners .col-3-4 {
        width: 75%;
    }

    .advertisingBanners .col-4-4 {
        width: 100%;
    }

    .advertisingBanners > .bannerlinkblock .bannerPart,
    .advertisingBanners .rotatingBanners,
    .advertisingBanners > .bannerblock > div {
        border: 1px solid #979797;
        height: 184px;
        overflow: hidden;
        width: 100%;
    }

        .advertisingBanners > .bannerblock > div img {
            width: 100%;
        }

        .advertisingBanners > .bannerlinkblock .bannerPart a {
            display: block;
            height: 100%;
            position: relative;
        }

        .advertisingBanners .bannerlinkblock .bannerPart img,
        .advertisingBanners .rotatingBanners .bannerblock img {
            max-width: 100%;
            position: absolute;
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .advertisingBanners .bannerlinkblock .bannerPart .imageLinkText {
        display: none;
    }

    .advertisingBanners .rotatingBanners .bannerlinkblock,
    .advertisingBanners .rotatingBanners .bannerblock {
        height: 184px;
        width: 100%;
    }

    .advertisingBanners .rotatingBanners img {
        left: 0;
        max-width: 100%;
    }



/*skyttertidende*/
.sktTopBar {
    background-color: #ba1800;
    border-top: 1px solid white;
    clear: both;
    height: 20px;
    width: 100%;
}

.skyttertidende .topMenu .subMenuInner {
    background-color: #ba1800;
}

.skyttertidende .logo {
    padding: 0;
}

.skyttertidende .nameAndSlogan {
    display: none;
}

.skyttertidende .newsList {
    width: 100%;
}

    .skyttertidende .newsList ul:nth-child(2) {
        padding: 0 20px 0 0;
    }

    .skyttertidende .newsList ul:nth-child(3) {
        padding: 0 0 0 20px;
    }

.skyttertidende .newsListWithImage {
    margin-right: 0;
}

    .skyttertidende .newsListWithImage ul {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 50%;
    }

        .skyttertidende .newsListWithImage ul:before,
        .skyttertidende .newsListWithImage ul:after {
            content: none;
        }

.srOnly {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

table.responsive {
    width: 100%;
    max-width: 100%;
}

    table.responsive * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    table.responsive .tight {
        width: 1%;
        text-align: center;
    }

    table.responsive .valign {
        vertical-align: top;
        padding-top: 11px;
    }

.attendants {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0 5px 5px 0 rgba(153, 153, 153, 0.5);
    box-shadow: 0 5px 5px 0 rgba(153, 153, 153, 0.5);
}

    .attendants > tbody > tr {
        background-color: #f0f0f0;
    }

    .attendants > tbody > .header {
        background-color: #5f7e8d;
    }

    .attendants > tbody > tr > th {
        color: #FFF;
        text-align: left;
        padding: 5px 15px;
        font-size: 1.8em;
        font-weight: normal;
    }

.dev_clickable {
    cursor: pointer;
}

.attendants .expandInfoHeader {
    text-align: right;
}

.attendants .expandInfo {
    color: #FFF;
    text-decoration: none;
}

    .attendants .expandInfo:hover,
    .attendants .expandInfo:focus {
        color: #000;
    }

.attendants > tbody > tr > th:first-child {
    border-left: 1px solid #5f7e8d;
}

.attendants > tbody > tr > th:last-child {
    border-right: 1px solid #5f7e8d;
}

.attendants > tbody > tr > td {
    border-bottom: 1px solid #d9d9d9;
}

    .attendants > tbody > tr > td:first-child {
        border-left: 1px solid #d9d9d9;
    }

    .attendants > tbody > tr > td:last-child {
        border-right: 1px solid #d9d9d9;
    }

.attendant {
    margin-bottom: 15px;
}

    .attendant > thead tr,
    .attendant > tbody tr {
        border-bottom: 1px solid #d9d9d9;
    }

    .attendant > tbody tr td:last-child {
        padding-right:  20px;
    }

        .attendant > tbody tr:last-child {
            border-bottom: none;
        }

    .attendant th,
    .attendant td {
        padding: 5px;
    }

    .attendant th {
        color: #999;
    }

    .attendant input[type="checkbox"] {
        margin-left: 10px;
    }

    .attendant .attendantInfo {
        color: #999;
    }

.attendants.simple .attendant td {
    padding: 5px 15px;
}

.attendantBtn-primary,
.attendantBtn-secondary {
    border-radius: 3px;
    font-size: 1.2em;
    padding: 5px 15px;
    border: none;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
}
a.attendantBtn-primary,
a.attendantBtn-secondary {
    text-decoration: none;
}

    .attendantBtn-primary.right,
    .attendantBtn-secondary.right {
        float: right;
    }

.attendantBtn-primary {
    background-color: #0e5c7a;
    color: #FFF;
}

    .attendantBtn-primary:hover,
    .attendantBtn-primary:focus {
        background-color: #999;
        color: #000;
    }

.attendantBtn-secondary {
    background: none;
    border: 1px solid #0e5c7a;
    color: #0e5c7a;
    padding: 4px 10px;
    margin-bottom: 5px;
}

    .attendantBtn-secondary:hover,
    .attendantBtn-secondary:focus {
        border-color: #999;
        color: #000;
    }

.attendantOperationalButtons {
    float: right;
    display: inline-block;
}

.attendant .footer {
    padding: 20px 15px;
}

.attendant .registration {
    padding: 5px 5px;
    width: 100%;
}
.simple .attendant .registration {
    padding: 5px 15px;
    width: 100%;
}

.attendant .attendantBtn-secondary {
    margin-right: 10px;
}

    .attendant .attendantBtn-secondary:last-child {
        margin: 0;
    }

.attendantRegistration .attendantRegistrationHeader {
    background-color: #5f7e8d;
    padding: 10px 15px;
    margin-bottom: 15px;
}

    .attendantRegistration .attendantRegistrationHeader a {
        color: #FFF;
        text-decoration: none;
    }

        .attendantRegistration .attendantRegistrationHeader a:hover,
        .attendantRegistration .attendantRegistrationHeader a:focus {
            text-decoration: underline;
        }

        .attendantRegistration .attendantRegistrationHeader a:before {
            content: "<";
            display: inline-block;
            color: #FFF;
            margin-right: 5px;
        }

    .attendantRegistration .attendantRegistrationHeader h2 {
        color: #FFF;
        margin: 0;
        font-size: 1.8em;
    }

.attendantRegistration .element {
    margin-bottom: 15px;
    display: block;
}

.attendantRegistration .element-inline {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    vertical-align: middle;
}

.attendantRegistration label {
    display: block;
    margin-bottom: 2px;
    font-size: 1em;
}

.attendantRegistration input[type="date"],
.attendantRegistration input[type="email"],
.attendantRegistration input[type="number"],
.attendantRegistration input[type="text"] {
    width: 310px;
    max-width: 100%;
}

.attendantRegistration input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}

.attendantRegistration input.attendantId {
    width: 80px;
}

.attendantRegistration input.attendantName {
    width: 205px;
}

.attendantRegistration h3 {
    margin-bottom: 8px;
    margin-top: 8px;
    clear: none;
}

.attendantRegistration p, .simpleRegistrationMainBody p {
    padding-bottom: 8px;
}


.rattendantRegistrationButtons {
    /*margin-top: 15px;*/
    padding: 0 15px 20px 0;
}

    .attendantRegistrationButtons button:first-child {
        margin-right: 15px;
    }

.attendantRegistrationForm {
    padding: 5px 5px 5px 0;
}

    .attendantRegistrationForm .checkbox {
        margin-top: 15px;
    }

.customSelect {
    border: 1px solid #ccc;
    width: 100%;
    max-width: 321px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #FFF;
}

    .customSelect:after {
        content: "";
        background: url("/Styles/gfx/customSelectArrow.png") #FFF no-repeat center center;
        pointer-events: none;
        display: inline-block;
        height: 28px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        z-index: 1;
    }

    .customSelect select {
        padding: 5px;
        width: 120%;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
    }

        .customSelect select:focus {
            outline: none;
        }

@media screen and (max-width: 640px) {
    .attendants > tbody > tr > th {
        font-size: 18px;
    }

    .attendant th, .attendant td {
        padding: 2px;
        font-size: 11px;
    }

    .attendantRegistration input.attendantName {
        width: 160px;
    }

    .attendantRegistration .element-inline {
        margin-right: 0;
    }

    .customSelect {
        max-width: 160px;
    }

    .row .half {
        width: 100%;
    }

    .contentWrapper .listFilterFields .rightFloat {
        float: none;
        margin-top: 5px;
    }

    .attendant .registration {
        padding: 5px 5px;
    }

    .simple .attendant .registration {
        padding: 5px 15px;
    }

    .dayExercise {
        position: fixed;
        left: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        padding: 15px;
        background-color: #FFF;
        -webkit-box-shadow: 0 -10px 10px -10px rgba(102,102,102,0.8);
        -moz-box-shadow: 0 -10px 10px -10px rgba(102,102,102,0.8);
        box-shadow: 0 -10px 10px -10px rgba(102,102,102,0.8);
        box-shadow: 0 -10px 10px -10px rgba(102,102,102,0.8);
    }

        .dayExercise label {
            float: none;
            margin: 0 0 5px 0;
            display: block;
        }

        .dayExercise .customSelect {
            max-width: 100%;
        }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}



/*Frende shop*/
.webpart.frendeshopblock {
    float: none;
    max-width: calc(100vw - 40px);
}

/* Winorg alert on startpage*/
.winorgDowntime {
    font-weight: bold;
    padding: 8px;
    border: #000 1px solid;
    background-color: #ce2412;
    color: #fff;
}

/* Membership card */

.membershipcardblock {
    width: 540px;
    margin: 10px auto;
}
.membershipcardblock-content {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.membershipcardblock-card {
    max-width: 100%;
}
.membershipcardblock-name {
    position: absolute;
    top: 120px;
    left: 215px;
    display: flex;
    align-items: center;
    width: 317px;
    height: 45px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.membershipcardblock-table {
    position: absolute;
    bottom: 34px;
    left: 22px;
    font-size: 15px;
}
.membershipcardblock-table td.cell {
    padding: 4px 10px 0 0;
}
.membershipcardblock-table td.cell--left {
    width: 190px;
}
.membershipcardblock-table td.cell-align-top {
    vertical-align: top;
}
.membershipcardblock-table td.cell--pad-left {
    padding-left: 40px;
}
/* .membershipcardblock-table td.cell--pad-right {
    padding-right: 10px;
} */

.membershipcardblock-printbutton {
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 10px;
}

.mobile-header {
    padding: 0.5rem;
    margin: 0;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.mobile-header > div {
    flex: 1 1 auto;
    text-align: right;
}

    .mobile-header h1,
    .mobile-header p {
        margin: 0;
        padding: 0;
        color: #304860;
    }

.mobileListFilterFields {
    display: none;
    padding: 1rem 0;
}

.mobileListFilterFields.open {
    display: block;
}

.letterFilterList {
    list-style: none;
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.letterFilterList li {
    margin-right: 0.5rem;
}

.filter-label {
    line-height: 1.6;
    font-weight: bold;
    display: block;
}

.filter-item {
    margin-bottom: 1rem;
}

.filter-item input{
    margin-right: 0.4rem;
}

.filter-item--bold-label {
    font-weight: bold;
    display: block;
    margin-bottom: 0.5rem;
}

.email-sending a {
    display: block;
}

.memberListFilterButton {
    margin-bottom: 1rem;
    padding: .5rem 1rem;
}

body.mobilesite .contentWrapper {
    width: auto;
}
body.mobilesite .contentWrapper #mainCol {
    width: auto;
    float: initial;
}

body.mobilesite .contentWrapper .breadCrumb a.print {
    display: none;
}



.mobileMemberList {
    padding: 0;
}

.mobileMemberList > .memberItem {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 1rem;
    padding-right: 2rem;
    text-align: left;
    border: 1px solid gray;

    border-collapse: collapse;
}

.mobileMemberList > .memberItem.paid {
    background-color: #eee;
}
    .mobileMemberList > .memberItem.not-paid {
        background-color: #ffb7b7;
    }

.mobileMemberList > .memberItem:after {
    content: "▽";
    font-size: large;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: .15s;
}

.mobileMemberList > .memberItem + div.mobileMemberInfo {
    display: none;
}

.mobileMemberList > .memberItem.open:after {
    transform: translateY(-50%) rotate(180deg);
}

.mobileMemberList > .memberItem.open + div.mobileMemberInfo {
    display: block;
}

.mobileMemberList > .memberItem > div {
    padding-right: 1rem;
    flex: 1 1 0;
    min-width: 20%;
}

.mobileMemberList > .mobileMemberInfo > div .membershipfee--remainder-350 {
    color: red;
}

.mobileMemberList > .mobileMemberInfo > div .membershipfee--fully-paid {
    color: green;
}

.mobileMemberList > .memberItem > div:first-child {
    flex: 2 1 0;
    min-width: 48%;
}

.mobileMemberList > .memberItem .status {
    text-align: right;
    color: #000;
}

.mobileMemberList > .memberItem .status > .paid {
    color: green;
}

.mobileMemberList > .memberItem .status > .paid-insurance:after {
    color: green;
    content: '✔'
}

.mobileMemberList > .memberItem img {
    margin-left: 4px;
}

.mobileMemberInfo {
    padding: 1rem;
    padding-bottom: 2rem;
    line-height: 1.5
}

@media print {
    .membershipcardblock {
        width: 8.5cm;
    }
    .membershipcardblock-content {
        margin-top: 1cm;
        margin-bottom: 1cm;
    }
    .membershipcardblock-table {
        bottom: 18px;
        left: 13px;
        font-size: 8px;
    }
    .membershipcardblock-table td.cell--left {
        width: 108px;
    }
    .membershipcardblock-name {
        top: 72px;
        left: 130px;
        width: 186px;
        height: 26px;
        font-size: 11px;
        line-height: 11px;
    }
    .membershipcardblock-text {
        position: absolute;
        bottom: 16px;
        left: 13px;
        font-size: 8.5px;
    }
    .membershipcardblock-printbutton {
        display: none;
    }
}

@media screen and (max-width: 40em) {
    .mobileWrapper .landingTopZone {
        padding-top: 15px;
    }

    .mobileWrapper .webpart.horizontal {
        float: none;
    }

    .mobileWrapper .focusNews {
        width: 100%;
        padding: 0;
        border: none;
        box-shadow: none;
        float: none;
        padding-right: 0;
    }

        .mobileWrapper .focusNews h2 {
            font-size: 32px;
            margin-bottom: 10px;
        }

        .mobileWrapper .focusNews .focusImage {
            float: none;
            margin: 0 0 10px 0;
            padding-right: 0;
        }

        .mobileWrapper .focusNews img {
            float: none;
            max-width: 100%;
        }

    .mobileWrapper .landingLeftZone {
        float: none;
        width: 100%;
    }

        .mobileWrapper .landingLeftZone .webpart {
            left: 0;
        }

            .mobileWrapper .landingLeftZone .webpart > * {
                padding-left: 0;
            }

            .mobileWrapper .landingLeftZone .webpart h2 {
                left: 0;
            }

            .mobileWrapper .landingLeftZone .topLeft {
                width: 100%;
            }

        .mobileWrapper .newsList {
            float: none;
            width: 100%;
        }

    .mobileWrapper .newsList ul {
        padding: 0;
    }

    .mobileWrapper .landingRightZone {
        float: none;
        width: 100%;
    }

    .mobileWrapper .newsListWithImage {
        margin: 0;
    }

        .mobileWrapper .newsListWithImage .imageWDate {
            margin: 0 0 10px 0;
            width: 100%;
            float: none;
        }

    .mobileWrapper .landingRightZone .webpart.first {
        margin-top: 0;
    }

    .mobileWrapper .webpart.frendeshopblock {
        max-width: 100%;
    }
}

.epiForm {
    background: #f0f0f0;
    padding: 10px;
    margin-bottom: 10px;
}

a.onedrivelink {
    padding: 4px;
    font-size: 15px;
    margin-left: 11px;
    background-image: url("/Styles/Gfx/onedrive.png");
    background-repeat: no-repeat;
    background-position-y: 3px;
    float: right;
    margin-right: 12px;
}

a.onedrivelink span {
    margin-left: 30px;
}

    .tooltip {
     position: relative;
     display: inline-block;
 }

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

th.sort > div.desc {
    background: url(gfx/sort-up.png) no-repeat right center;
}
th.sort > div.asc {
    background: url(gfx/sort-down.png) no-repeat right center;
}