﻿
.AspNet-Login-TitlePanel {
    float: left;
    width: 609px;
    height: 26px;
    padding: 7px 0 0 6px;
    background: url("../Images/dotted_border.gif") bottom repeat-x;
}

    .AspNet-Login-TitlePanel span {
        font-family: Arial, Helvetica, sans-serif;
        color: black;
        font-size: 14px;
        font-weight: bold;
    }

.AspNet-Login-UserPanel {
    float: left;
    width: 615px;
    padding: 68px 0 0 5px;
}

.AspNet-Login-PasswordPanel {
    float: left;
    width: 355px;
    padding: 20px 0 0 5px;
    display: inline;
}

.AspNet-Login-SubmitPanel {
    float: left;
    padding: 20px 0 0 0px;
}

.AspNet-Login-FailurePanel {
    float: left;
    color: Red;
    clear: left;
    padding: 20px 0 0 0px;
}

.AspNet-Login-UserPanel label, .AspNet-Login-PasswordPanel label {
    font-size: 18px;
    font-weight: bold;
}

.AspNet-Login-UserPanel input, .AspNet-Login-PasswordPanel input {
    background: url("../Images/login_input.gif") no-repeat;
    border: none;
    width: 218px;
    height: 20px;
    padding: 2px 0 0 8px;
    color: white;
}

.AspNet-Login-UserPanel input {
    margin-left: 17px;
}

.AspNet-Login-PasswordPanel input {
    margin-left: 28px;
}

.AspNet-Login-UserPanel label em, .AspNet-Login-PasswordPanel label em {
    font-style: normal;
}

.AspNet-Login-SubmitPanel input {
    background: url("../Images/login_submit.gif") no-repeat;
    border: none;
    width: 67px;
    height: 20px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 5px;
}

#subpage_content input.rightBtn {
    float: left;
    width: auto;
    margin: 15px 0 10px 0;
    clear: left;
}

#subpage_content .labelSmallTopMargin {
    float: left;
    width: auto;
    margin: 8px 0 10px 0;
    clear: left;
}

#subpage_content {
    float: left;
    /*margin: 15px 0 10px 0;*/
}

.linkBtn {
    width: auto;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
    color: Black;
    text-decoration: underline;
}

.AspNet-LoginStatus {
    border-left: solid 2px red;
    padding-left: 10px;
    cursor: pointer;
}

.panelSubst {
    border-bottom: dotted 2px black;
    padding: 5px;
}

    .panelSubst h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: Red;
        border-bottom: solid 1px red;
    }

#one_center_column {
    float: left;
    width: 1178px;
    margin: 0 12px 0 12px;
    padding-bottom: 18px;
    background: url("../Images/dotted_border.gif") bottom repeat-x;
}

/*Layout*/

#two_column_left, #two_column_right {
    float: left;
    width: 577px;
    padding-bottom: 18px;
    border-bottom: dotted 2px black;
    border-top: 1px solid black;
    padding-top: 5px;
}

#two_column_left {
    margin: 0 12px 0 0;
}

#two_column_right {
    margin: 0 0 0 12px;
}

    #two_column_left, #two_column_right p {
        color: black;
    }

        /**
 *** Tables
 **/

        #two_column_left table {
            float: left;
            width: 100%;
            border-collapse: collapse;
        }

        #two_column_left th, #two_column_left td {
            font-size: 12px;
            line-height: 21px;
            padding-left: 12px;
        }

        #two_column_left table a {
            color: black;
            text-decoration: underline;
        }

/**
*** Tabs
**/
.ajax__tab_default .ajax__tab_header {
    white-space: normal !important;
}


/**
*** Tabs
**/
.ajax__tab_default .ajax__tab_header {
    white-space: normal !important;
    background: none !important;
}


.ajax__tab_default .ajax__tab_outer {
    display: -moz-inline-box !important;
    display: inline-block !important;
    background: none !important;
}

.ajax__tab_default .ajax__tab_inner {
    display: -moz-inline-box !important;
    display: inline-block !important;
    background: none !important;
}

.ajax__tab_default .ajax__tab_tab {
    text-align: center !important;
    cursor: pointer !important;
    display: -moz-inline-box !important;
    display: inline-block !important;
    background: none !important;
}

.ajax__tab_default {
    margin-top: 20px;
    margin-bottom: 20px;
    background: none !important;
    float: left;
}

/* xp theme */
.ajax__tab_xp .ajax__tab_header {
    border-radius: 1px 1px 0px 0px !important;
    border: 1px solid #e5e5e5 !important;
    background: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}

.ajax__tab_xp .ajax__tab_outer {
    background: none !important;
    height: inherit !important;
    padding-right: 0px !important;
}

.ajax__tab_xp .ajax__tab_inner {
    background: none !important;
    padding-left: 0px !important;
}

.ajax__tab_xp .ajax__tab_tab {
    font-size: 12px !important;
    padding: 10px !important;
    background-color: #f8f8f8 !important;
    background: none !important;
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
    background: none !important;
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {
    background: none !important;
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {
    background-color: #DC3641 !important;
    color: white !important;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
    background: none !important;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
    background: none !important;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
    background-color: #DC3641 !important;
    color: white !important;
}

.ajax__tab_xp .ajax__tab_body {
    background-color: #FAFAFA !important;
    border: 1px solid #EEEEEE !important;
}

/**
*** checkboxes
**/

.checkboxes {
    clear: both;
    float: none;
    position: relative;
}

    .checkboxes label {
        display: block;
        margin-left: 90px;
        width: 200px;
    }

    .checkboxes input {
        margin-left: 100px;
        position: absolute;
        top: -2px;
        width: 200%;
    }



.checkboxlist label {
    display: block;
    position: relative;
}

.checkboxlist input {
    position: relative;
    left: 50px;
    top: 18px;
}



#middle_contact_card > .subpage_col {
    margin: 0px;
}

#middle_contact_card {
    float: left;
    width: 100%;
    padding-top: 5px;
    color: black;
}

    #middle_contact_card table {
        float: left;
        border-collapse: collapse;
    }

    #middle_contact_card select {
        width: auto;
        max-width: 240px;
    }

    #middle_contact_card th {
        font-size: 12px;
        line-height: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #middle_contact_card table a {
        color: black;
        text-decoration: underline;
    }

    #middle_contact_card .right_middle_col {
        float: right;
        width: 50%;
    }

    #middle_contact_card .left_middle_col {
        float: left;
        width: 50%;
    }

    #middle_contact_card .right_middle_col input {
        width: 95%;
    }

    #middle_contact_card .left_middle_col input {
        width: 95%;
    }

    #middle_contact_card .quarter_col {
        float: left;
        width: 24%;
        margin: 2px;
    }

        #middle_contact_card .quarter_col select {
            width: 95%;
        }

        #middle_contact_card .quarter_col input {
            float: left;
            width: 95%;
        }

    #middle_contact_card .thirdpart_col {
        padding-left: 5px;
        float: left;
        width: 32%;
    }

        #middle_contact_card .thirdpart_col input {
            float: left;
            width: 95%;
        }

    #middle_contact_card textarea {
        width: 95%;
        height: 75px;
    }

    #middle_contact_card input.leftBtn {
        float: left;
        width: auto;
        margin: 5px 0px 0px 0px;
    }

    #middle_contact_card input.rigthBtn {
        float: right;
        width: auto;
    }

    #middle_contact_card .checkboxes input {
        width: 100px;
        float: right;
    }

#left_column input.leftBtn {
    float: left;
    width: auto;
    margin: 5px 0px 0px 0px;
}

#left_column .radioBtn input {
    float: left;
    width: 15px;
}

#left_column .radioBtn label {
    margin: 3px 3px 3px 20px;
    clear: none;
}

.collapsePanel {
    background-color: #FAFAFA;
    margin-top: 2px;
}

.headerPanel {
    background-color: Gray;
    color: White;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    border-style: outset;
    border-width: thin;
    margin-top: 3px;
    margin-bottom: 3px;
}

.groupBoxPanel {
    margin-top: 15px;
}

.textBoxReadOnly {
    color: #ABABAB;
    background-color: #F1F1F1;
    border: 1px solid rgb(224, 224, 224);
    padding: 5px;
}

.grayBoxLeftText,
.grayBoxLeftTextProtected,
.grayBoxLeftTextDeceased {
    border: solid 1px #DEDEDE;
    background: #EFEFEF;
    color: black;
    padding: 4px;
    text-align: left;
    margin: 1px;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.grayBoxLeftTextDeceased {
    background-color: #F48A7B;
}
.grayBoxLeftTextProtected {
    background-color: yellow;
}

.grayBoxCenterText {
    border: none;
    color: Black;
    padding: 10px;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
}

    .grayBoxCenterText:hover {
        background-color: #DEDEDE;
        border: 1px solid #D8D8D8;
    }


.grayBox {
    border: solid 1px #DEDEDE;
    background: #EFEFEF;
    color: #222222;
    padding: 4px;
    text-align: center;
    margin: 1px;
}

.alwaysVisibleContainer {
    z-index: 1;
    margin: 0 auto;
    width: auto;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#middle_contact_card /*.quarter_col*/ .radioBtn input {
    float: left;
    width: 15px;
}

#middle_contact_card /*.quarter_col*/ .radioBtn label {
    margin: 3px 3px 3px 20px;
    clear: none;
}

#middle_contact_card /*.quarter_col*/ .radioBtn {
    display: block;
    margin: 15px 0 0 0;
    width: 100%;
}

    #middle_contact_card .radioBtn td {
        line-height: 11px;
    }

#middle_contact_card /*.quarter_col*/ .radioBtnNoTopMarginBoldLabel input {
    float: left;
    width: 15px;
}

#middle_contact_card /*.quarter_col*/ .radioBtnNoTopMarginBoldLabel label {
    margin: 3px 3px 3px 3px;
    clear: none;
    font-weight: bold;
    vertical-align: bottom;
}

#middle_contact_card /*.quarter_col*/ .radioBtnNoTopMarginBoldLabel {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
}

#middle_contact_card .radioBtnNoTopMarginBoldLabel td {
    line-height: 11px;
}

.squareContainerOuter {
    border: 1px solid #DBD6D1;
    margin-top: 8px;
}

.squareContainerInner {
    border: 1px solid #E7E0DC;
    padding: 3px;
    background-color: #EFEFEF;
}

.squareHeader {
    background-image: url("../Images/hb.jpg");
    background-repeat: repeat-x;
    color: White;
    font-weight: bold;
    height: 25px;
    padding: 2px 2px 0 2px;
    margin: 0;
    position: relative;
}

    .squareHeader h5 {
        float: left;
        margin-top: 1px;
    }

.squareContent {
    border: 1px solid;
    border-color: #C3C3C3;
    padding: 0px 3px 3px 3px;
    background-color: #F1F6F8;
    display: inline-block;
    position: relative;
    width: 99%;
}

#middle_contact_card .left_middle_col .squareContent {
    width: 98%;
}

#middle_contact_card .right_middle_col .squareContent {
    width: 98%;
}

#middle_contact_card .thirdpart_col .squareContent {
    width: 97.5%;
}

#middle_contact_card .quarter_col .squareContent {
    width: 97%;
}

.headerIconLeft {
    position: absolute;
    top: 0;
    margin: 0 0 0 5px;
}

.headerIconRight {
    position: absolute;
    top: 0;
    right: 4px;
}

/**
*** Radio buttons
**/
#radioBtn input {
    float: left;
    width: 10px;
}

#radioBtn label {
    margin: 0px;
}








#subpage_content .inputTextBox {
    width: 35%;
}

#subpage_content .inputTextBoxLarge {
    width: 80%;
    height: 8px;
}

#subpage_content .inputTextBoxSmall {
    width: 30%;
}

#subpage_content .inputButton {
    width: auto;
}


.Col5, .Col10, .Col15, .Col20, .Col25, .Col30, .Col33, .Col35, .Col40, .Col45, .Col50, .Col55, .Col60, .Col65, .Col75, .Col80, .Col85, .Col90, .Col95, .Col75, .Col100, .ColRight25, .ColRight50, .ColRight75 {
    float: left;
    display: inline-block;
    display: -moz-inline-block;
    padding: 0;
    margin: 0;
    border: none;
}

.Col5 {
    width: 5%;
}

.Col10 {
    width: 10%;
}

.Col15 {
    width: 15%;
}

.Col20 {
    width: 20%;
}

.Col25 {
    width: 25%;
}

.Col30 {
    width: 30%;
}

.Col33 {
    width: 33%;
}

.Col35 {
    width: 35%;
}

.Col40 {
    width: 40%;
}

.Col45 {
    width: 45%;
}

.Col50 {
    width: 50%;
}

.Col55 {
    width: 55%;
}

.Col60 {
    width: 60%;
}

.Col65 {
    width: 65%;
}

.Col75 {
    width: 75%;
}

.Col80 {
    width: 80%;
}

.Col85 {
    width: 85%;
}

.Col90 {
    width: 90%;
}

.Col95 {
    width: 95%;
}

.Col100 {
    width: 100%;
}

.ColRight25 {
    width: 25%;
    clear: right;
}

.ColRight50 {
    width: 50%;
    clear: right;
}

.ColRight75 {
    width: 75%;
    clear: right;
}

.floatContainer {
    overflow: hidden;
    width: 100%;
}

    /*Dessa två klasser har endast lagts in för att inte sabba på ställen som inte använder floatContainer
och Col klasserna för att göra layout. Dessa borde läggas över i .squareContent och .squareContainerOuter
när alla kör med floatContainer och Col klasserna.*/
    .floatContainer .squareContent {
        display: inherit;
        width: auto;
    }

    .floatContainer #radioBtn input {
        float: left;
        width: 10px;
    }


    .floatContainer #radioBtn label {
        margin: 0px;
    }

    .floatContainer .squareContainerOuter {
        margin: 2px;
    }

.inlineInputs .inputTextBox {
    width: 40%;
}

a:hover {
    cursor: pointer;
}

/*Tillagt av Joel för att Checkboxar inte alltid ska vara 254px*/
#subpage_content input[type="checkbox"] {
    width: auto;
}

/*Tillagt av Joel för att info i dropdowner inte ska bli större än dess container*/
#subpage_content select {
    width: auto;
    max-width: 98%;
}

.readonlyLiteral {
    font-family: Verdana;
    color: #ABABAB;
    font-size: 12px;
    vertical-align: text-bottom;
    width: 254px;
    background-color: #F1F1F1;
    border: 1px solid rgb(224, 224, 224);
    padding: 5px;
    height: 18px;
}

.labelRedItalic {
    color: #FF0000;
    font-style:italic;
}

.rowStyle:hover {
}

.oddRowStyle:hover {
}

.rowStyle {
    background-color: #F3F7FB;
}

.oddRowStyle {
    background-color: #FFFFFF;
}

.selectedRowStyle {
    background-color: #F48A7B;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.selectedRowStyleBlue {
    background-color: #0066ff;
    color: #FFFFFF;
}

.selectedRowStyleOrange {
    background-color: #CC6600;
    color: #FFFFFF;
}

.deceasedRowStyle {
    background-color: #F48A7B;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.protectedRowStyle {
    background-color: yellow;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.canceledOrderStyle {
    background-color: #F48A7B;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.tablePayerDetails {
    border-collapse: collapse;
    border: 1px solid #ADAAAD;
    empty-cells: show;
    text-align: left;
}

    .tablePayerDetails .oddRow {
        background-color: #DEDFDE;
        text-align: left;
    }

    .tablePayerDetails .evenRow {
        background-color: #FFFFFF;
        text-align: left;
    }

    .tablePayerDetails .headerRow {
        border: 1px solid #ADAAAD;
        background-color: #CECFCE;
        text-align: left;
        font-weight: bold;
    }

.myCalendar .ajax__calendar_header, .ajax__calendar_body, .ajax__calendar_today {
    background-color: White;
    z-index: 500;
}

div.ajax__calendar_days table tr td {
    padding-right: 0px;
}

div.ajax__calendar_body {
    width: 255px;
}

div.ajax__calendar_container {
    width: 255px;
}

/* divReset är till för att få ett snyggt träd i kampanjen*/
#divResetCss table {
    float: none;
    width: auto;
    margin-bottom: 0px;
}

    #divResetCss table td {
        padding-left: 3px;
    }

        #divResetCss table td a {
            text-decoration: none;
            color: Red;
            font-weight: bold;
        }

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
    text-align: center;
}

.centerImage {
    margin-bottom: -3px;
}

/* Dessa CSS klasser hör till plugin jqModal*/
.jqmWindow {
    background-color: #EEE;
    border: 1px solid black;
    color: #333;
    display: none;
    left: 50%;
    margin-left: -300px;
    padding: 12px;
    position: fixed;
    top: 17%;
    width: 600px;
}

.jqmOverlay {
    background-color: #000;
}
/* Fixed posistioning emulation for IE6
Star selector used to hide definition from browsers other than IE6
For valid CSS, use a conditional include instead */
* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.SwitchFormatCheckBox {
    margin-left: -20px;
    vertical-align: bottom;
}

.ErrorIsRequired {
    background-color: Red;
    color: White;
    font-weight: bold;
}

.ajax__tab_disabled {
    display: none;
}

.gridViewInputButton {
    width: auto !important;
    font-size: medium !important;
}

.person-type-footnote {
    width: 90%;
    font-size: 11px;
}

.potential-person-type-block table {
    margin-top: 17px;
}

.potential-person-type-block-column1 {
    font-style: italic;
}


.selectedRowStyleGreen {
    background: lightgreen;
}


.DivIsFuneralProtectedClass {
    background-color: rgb(255, 166, 164);
}