﻿@charset "utf-8";
/* CSS Document */

/*--------------form popup JQuery functions-----------

#containment-wrapper { width: 700px; height: 500px; }

-------------Form popup field styling-------------*/

/*.dropshadow { background: url(../images/default/dropShadow.png) no-repeat bottom right; width: 500px;}*/

/*------------ small POPUP help explanation --------------------*/

.popuphelpbox {
    margin: 10px 5px 10px;
    position: relative;
    background-color: #eff0f0;
}

    .popuphelpbox p {
        padding: 5px;
        font-size: 11px;
        color: #555;
    }

    .popuphelpbox .bg {
        position: absolute;
        height: 6px;
        width: 6px;
        background: url(../images/default/cnrimg_help.gif) no-repeat;
    }

    .popuphelpbox .topLeft {
        top: 0;
        left: 0;
        background-position: top left;
    }

    .popuphelpbox .topRight {
        top: 0;
        right: 0;
        background-position: top right;
    }

    .popuphelpbox .bottomLeft {
        bottom: 0;
        left: 0;
        background-position: bottom left;
    }

    .popuphelpbox .bottomRight {
        bottom: 0;
        right: 0;
        background-position: bottom right;
    }

.popuphelpboxbrd {
    border: 1px solid #dcdcdc;
}

.popuphelpbox p img {
    vertical-align: middle;
    padding-right: 5px;
}

/*------------ General popup styles --------------------*/

.loading_popup {
    width: 250px;
    position: absolute;
    z-index: 1;
    margin: 0 10px 5px 0;
    padding: 10px;
    text-align: center;
    border: 1px solid #dcdcdc;
}

    .loading_popup img {
        margin: 10px 0 0;
    }

.boxopen2 {
    width: 710px;
    position: absolute;
    z-index: 1;
    margin: 0 10px 5px 0;
}

.formpopup {
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    background-color: #fff;
    color: #222222;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1), 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
    border: solid 2px rgb(70,70,70);
    border-radius: 3px;
}

    .formpopup .opentop {
        background: none !important;
        background-color: rgb(70,70,70) !important;
        border-bottom: solid 2px rgb(70,70,70) !important;
    }

    .formpopup .container {
        border: none;
        padding: 0 0 10px 0;
        margin: 0;
    }

    .formpopup .opentop h3 {
        font-size: 13px !important;
        color: #fff;
    }

    .formpopup .redarrow, .formpopup .redcross {
        margin-top: 10px;
        float: right;
    }

.form {
    overflow-y: auto;
    float: left;
    padding: 4px;
}

.formpopup a {
    color: #222222;
}

.formpopup h3 {
    cursor: move;
    font-size: 12px;
    font-weight: 500;
    padding: 9px 0 6px 0;
    width: 80%;
}


.formpopup fieldset {
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin-bottom: 5px;
}

    .formpopup fieldset > fieldset {
        border: 1px solid #e5e5e5;
    }


.containing_tabs fieldset {
    margin-left: 15px;
    padding: 5px 0 10px 15px;
}

.formpopup fieldset p {
    padding-bottom: 4px;
}

.nofieldset {
    padding: 5px 0 0;
    clear: both;
}

.formpopup .textbox, .formpopup .selectbox {
    margin: 2px 0 10px 0;
    display: block;
}

    .formpopup .textbox.date, .formpopup .textbox.time {
        display: inline;
    }

.formpopup textarea.notes {
    color: #555;
    margin: 2px 0 5px 20px;
    display: block;
}

.formpopup .selectbox {
    height: 20px;
}

.formpopup .radiobtn {
    margin: 5px 0 10px 0;
}

.select_ctrl {
    color: #555;
    margin: 2px 0 0 15px;
    display: block;
    width: 120px;
}

    .select_ctrl input[type="text"] {
        border: none !important;
    }

.sidebar_main .select_ctrl {
    margin: 2px 0 0 0;
}

.report_entry .select_ctrl {
    width: 100%;
}

.formpopup * label {
    white-space: nowrap;
}

.formpopup .selectbox label, .formpopup .select_ctrl label {
    margin-left: 0 !important;
}

.col1, .col2, .col3, .col4 {
    display: inline;
    float: left;
    padding: 0 10px 15px 0;
}

input.radiobtn {
    margin: 5px 5px 5px 0;
}

.radio label {
    padding: 5px;
    vertical-align: middle;
}

input.checkbox {
    margin: 5px 0 0;
}

.checkbox label {
    padding: 3px 5px 5px;
    vertical-align: text-top;
}

div.sameline {
    display: inline;
    float: left;
    padding: 0 15px 0 0;
}

div.samelinenospacing {
    display: inline;
    float: left;
    padding: 0;
}

div.nextline {
    clear: both;
    padding: 0 15px 0 0;
}

fieldset.sameline {
    display: inline;
    float: left;
    margin-right: 5px;
}

fieldset.samelinenospacing {
    display: inline;
    float: left;
    margin-right: 0px;
}

fieldset.nextline {
    clear: both;
}

.additem {
    margin: 10px 0;
}

fieldset table td {
    padding: 5px 5px 0 0;
}

.ss_ddn, .ss_dda, .ss_ddo {
    overflow: visible !important;
    width: auto !important;
    float: none !important;
}

.ss_tbn, .ss_tba, .ss_tbo {
    height: 20px;
    color: #555;
}

.ss_frn, .ss_fra, .ss_fro {
    margin: 2px 0 5px 15px;
}

/*---------------Transactions-------------------------*/

.filter_tabs_area {
    margin-bottom: 10px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 10px 10px;
    clear: both;
    padding: 10px;
    position: relative;
}

.filtertabs {
    width: 688px;
    height: 21px;
    margin: 10px 0 0 10px;
    background: url(../images/default/greyborder.gif) left bottom repeat-x;
}

.popuptabwidth {
    width: auto;
}

.filtertabs ul li {
    display: inline;
    float: left;
    list-style: none;
    background: url(../images/default/popup_tabs_bg.gif) repeat-x;
    font-size: 11px;
    color: #707070;
    margin: 0 3px 0 0;
    border-bottom: 1px solid #d7d7d7;
}

    .filtertabs ul li.scrolltableft {
        background: url(../images/default/tab_scroll_left.gif) no-repeat;
        display: inline;
        float: left;
        list-style: none;
        width: 18px;
        height: 18px;
        padding: 0;
        font-size: 11px;
        color: #959494;
        border: none;
    }

    .filtertabs ul li.scrolltabright {
        background: url(../images/default/tab_scroll_right.gif) no-repeat;
        display: inline;
        float: right;
        list-style: none;
        width: 18px;
        height: 18px;
        padding: 0;
        font-size: 11px;
        color: #959494;
        margin-right: 0 !important;
        border: none;
    }

        .filtertabs ul li.scrolltableft a, .filtertabs ul li.scrolltabright a {
            border: none;
            display: block;
        }

    .filtertabs ul li a {
        float: left;
        padding: 3px 15px 0;
    }

    .filtertabs ul li a, .popuptabs ul a {
        color: #707070;
        display: block;
        text-align: center;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .filtertabs ul li.active {
        background: url(../images/default/popup_tabs_bg.gif) repeat-x;
        color: #000;
        border-bottom: 1px solid #fff !important;
    }

        .filtertabs ul li.active a {
            border-bottom: 1px solid #fff !important;
            color: #000;
        }


.formpopup .containing_tabs {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 10px 10px 0;
    clear: both;
    padding: 3px 0 0;
    height: 500px;
    -ms-overflow-y: auto;
    -ms-scrollbar-track-color: #f7f5f5;
    -ms-scrollbar-face-color: #d8d6d6;
    -ms-scrollbar-arrow-color: #7e7e7e;
    -ms-scrollbar-shadow-color: #d8d6d6;
    -ms-scrollbar-3dlight-color: #fff;
    -ms-scrollbar-highlight-color: #d8d6d6;
    -ms-scrollbar-darkshadow-color: #fff;
    position: relative;
}

.formpopup .popuptabs {
    width: 688px;
    height: 21px;
    margin: 10px 0 0 0;
    background: url(../images/default/greyborder.gif) left bottom repeat-x;
    clear: both;
}

.popuptabwidth {
    width: auto;
}

.formpopup .popuptabs ul li {
    display: inline;
    float: left;
    list-style: none;
    background: url(../images/default/popup_tabs_bg.gif) repeat-x;
    font-size: 11px;
    color: #707070;
    margin: 0 3px 0 0;
    border-bottom: 1px solid #d7d7d7;
}

    .formpopup .popuptabs ul li.scrolltableft {
        background: url(../images/default/tab_scroll_left.gif) no-repeat;
        display: inline;
        float: left;
        list-style: none;
        width: 18px;
        height: 18px;
        padding: 0;
        font-size: 11px;
        color: #959494;
        border: none;
    }

    .formpopup .popuptabs ul li.scrolltabright {
        background: url(../images/default/tab_scroll_right.gif) no-repeat;
        display: inline;
        float: right;
        list-style: none;
        width: 18px;
        height: 18px;
        padding: 0;
        font-size: 11px;
        color: #959494;
        margin-right: 0 !important;
        border: none;
    }

    .formpopup .popuptabs ul li.scrolltableft a, .popuptabs ul li.scrolltabright a {
        border: none;
        display: block;
    }

    .formpopup .popuptabs ul li a {
        float: left;
        padding: 3px 15px 0;
    }

    .formpopup .popuptabs ul li a, .popuptabs ul a {
        color: #707070;
        display: block;
        text-align: center;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .formpopup .popuptabs ul li.active {
        background: url(../images/default/popup_tabs_bg.gif) repeat-x;
        color: #000;
        border-bottom: 1px solid #fff !important;
    }

        .formpopup .popuptabs ul li.active a {
            border-bottom: 1px solid #fff !important;
            color: #000;
        }

.fullwidth_field {
    width: 98%;
}

fieldset.fullwidth_field {
    margin: 0 !important;
}

p.total_quant {
    color: #555;
}

.veh_totals {
    margin-left: 20px;
    width: 20%;
}

.formrightimg {
    display: inline;
}

.form_addremove {
    width: 150px;
    height: 25px;
    clear: both;
}

    .form_addremove select {
        margin-right: 10px;
    }

    .form_addremove img {
        float: right;
        padding: 6px 0 0 5px;
    }

.formpopup p.add_field {
    clear: both;
    padding: 0 0 10px 20px;
}

p.add_field a {
    text-decoration: underline;
}

/*---------------Transactions-------------------------*/

table.meters {
    width: 100%;
    font-size: 12px;
}

    table.meters tr td {
        width: 100px;
        padding: 0 0 8px 10px;
    }

        table.meters tr td input {
            width: 80px !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        table.meters tr td:first-child {
            width: 50px !important;
        }

.turquoisetxt {
    color: #c2050a;
}

/*---------------Charging layout--------------------*/

.coloursel {
    width: 702px;
    height: auto;
    max-height: 600px;
    padding: 0 0px 0px;
    background-color: #fff;
    overflow-y: auto;
    clear: both;
}

    .coloursel ul {
        padding: 0 0 10px 0;
        width: 100%;
        font-size: 11px;
        color: #6e6e6e;
    }

        .coloursel ul li {
            list-style: none;
            margin: 10px 0 0 0;
            line-height: 24px;
            padding: 2px 0;
            clear: both;
        }

            .coloursel ul li a {
                text-decoration: none;
                color: #6e6e6e;
            }

                .coloursel ul li a:hover {
                    text-decoration: none;
                    color: #4f5050;
                }

    .coloursel tr.title td {
        background-color: #fff;
        color: #555;
        font-weight: 700;
    }

    .coloursel tr.value {
        color: #555;
        font-weight: normal;
    }

    .coloursel tr {
        height: 25px;
    }

    .coloursel input {
        margin: 0 10px;
    }

input.setcheckbox {
    margin: 0;
}

.coloursel.settings table td:first-child {
    text-align: left;
    padding: 0 40px 0 10px;
}

.coloursel.settings table td {
    border: none;
    text-align: left;
    font-size: 12px;
}

    .coloursel.settings table td.set_input {
    }

.coloursel.settings input {
    margin-left: 0;
    padding-left: 0;
}

/*----------------Payment Details -------------*/

table.horizdetails {
    margin-left: 10px;
}

    table.horizdetails td {
        width: 200px;
        padding: 5px 0 0;
        font-size: 12px;
    }

    table.horizdetails input, table.horizdetails select {
        width: 150px !important;
        margin: 0 !important;
    }

    table.horizdetails .shortfield {
        width: 70px !important;
    }

/*-----------------Rule Def -----------------*/

.expression {
    font-size: 12px;
    color: #848484;
    margin: 5px 15px 20px 15px;
    width: 453px;
    border-top: 2px solid #c7c7c7;
    border-left: 2px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

    /* this styles the 3 main dropdown items */
    .expression ul {
        list-style: none;
    }

        .expression ul li {
            float: left;
            position: relative;
            width: 150px;
            border-right: 1px solid #fff;
            height: 20px;
        }

            .expression ul li a.dropdownarrow {
                display: block;
                color: #848484;
                text-decoration: none;
                background: #e1e0e0 url(../images/default/exdropdown.gif) no-repeat 135px;
                padding: 3px 0 0 20px;
                height: 20px;
            }
            /* end 3 buttons */

            /*.expression ul li:hover ul li:hover > ul { left: 100%; margin-left: -1px; margin-top: -23px; }*/ /* This shows the fly-out menu on hover */
            .expression ul li:hover ul li:hover > ul {
                position: absolute;
                z-index: 1;
                top: 101px;
                left: 165px;
            }

    .expression a:hover .flyoutscroll, .expression a:hover .flyout {
        left: 100%;
    }

    .expression li:hover .flyoutscroll, .expression li:hover .flyout {
        display: block;
    }

    .expression textarea.ruleexpress {
        font-family: arial, Geneva, sans-serif;
        font-size: 12px;
        color: #555;
        padding: 5px 0 0 2px;
        width: 450px;
        height: 100px;
        margin-bottom: 0;
        margin-left: 0;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
    }
/* main text area */

/* these style the dropdown lists */

.flyoutscroll {
    position: absolute;
    left: 0;
    top: 20px;
    display: none;
    border-top: 1px solid #fff;
    margin: 0 0 0;
    height: 200px;
    width: 148px;
    overflow-y: scroll;
    background-color: #e1e0e0;
    border-right: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
}
/* fixed height with scroll bar */
.flyout {
    position: absolute;
    left: 0;
    top: 20px;
    display: none;
    border-top: 1px solid #fff;
    margin: 0 0 0;
    width: 148px;
    background-color: #e1e0e0;
    border-right: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
}
/* flexible height */

.flyoutscroll ul.flylist li {
    height: 20px;
    width: 130px;
    display: inline;
}

.flyout ul.flylist li {
    height: 20px;
    display: inline;
}

    .flyoutscroll ul.flylist li a, .flyout ul.flylist li a, ul.flyout li a {
        display: block;
        color: #848484;
        text-decoration: none;
        padding: 3px 0 0 20px;
        height: 17px;
    }

        .flyoutscroll ul.flylist li a:hover, .flyout ul.flylist li a:hover, ul.flyout li a:hover, ul.flyoutscroll li a:hover {
            background-color: #aeaeae;
            color: #848484;
        }

        .flyout ul.flylist li a:hover, ul.flyout li a:hover {
            width: 129px;
        }

    .flyoutscroll ul.flylist li ul, .flyout ul.flylist li ul {
        display: none;
    }

.flyoutscroll ul.flylist ul, .flyout ul.flylist ul {
    left: -9999px;
    position: absolute;
}

.flyarrow {
    background: url(../images/default/flyoutarrow.png) no-repeat scroll right center;
}

/*
.rulescrollbar ul.flyout { position: absolute; z-index: 1; top: 201px; left: 172px; }
.rulescrollbar ul.flyout li { height: 20px; width: 132px; display: block; background-color: #e1e0e0; float: none; }
*/

/* ----------------Date time picker ---------------*/

.ebitsdtpfly {
    position: absolute;
    top: 35px;
    left: 14px;
    background-color: #fff;    
    border: 1px solid rgb(70,70,70);
    border-radius: 4px;
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); /* Firefox */
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); /* Safari, Chrome */
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); /* CSS3 */
}

    .ebitsdtpfly .redcross {
        margin-top: 6px;
    }

    .ebitsdtpfly select {
        margin: 0 0 0 5px;
    }

/*----------------- Schedule popup------------------*/

.leftrightbtns {
    display: inline;
    float: left;
    padding: 0 10px 0 0;
    margin: 50px 0 0;
}

.scheduleinput {
    margin-left: 0 !important;
}

/*----------------Alert box ---------------------*/

.alertcontainer {
    border: 1px solid #ba210c;
    width: 400px;
    height: 150px;
}

.alertimg {
    float: left;
    margin: 10px 10px 20px 15px;
}

.alertcontainer p {
    padding: 10px 10px 0 70px;
    color: #555;
}

/*---------------verification popup-------------*/

.veri_info {
    width: 200px;
    position: relative;
}

.veri_info_contain {
    background: url(../images/default/verification-bg.png) no-repeat top left;
    width: 200px;
    padding: 17px 0 0;
}

.veri_info_content {
    width: 196px;
    border-bottom: 2px solid #c2050a;
    border-left: 2px solid #c2050a;
    border-right: 2px solid #c2050a;
    background-color: #fff;
}

.veri_excl {
    width: 40px;
    text-align: center;
    padding: 20px 0;
    float: left;
}

p.veri_text {
    width: 140px;
    background: url(../images/default/veri_excl.gif) no-repeat left center;
    padding: 20px 10px 20px 37px;
    margin-left: 10px;
    font-size: 12px;
    color: #515151;
}

/*--------------- transaction signoff popup-------------*/
.signoffcontainer {
    width: 200px;
    background: url(../images/default/openboxbg.gif) repeat-x top;
    border: 2px solid red;
    /* position in the centre of the visible screen */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    z-index: 3;
}

    .signoffcontainer .draghere {
        cursor: move;
        font-size: 12px;
        font-weight: 500;
        padding: 9px 0 6px 0;
        width: 80%;
    }

.signoff {
    background-color: #f2f8bc;
    color: black;
    padding: 10px 10px 10px 10px;
}

    .signoff label {
        color: black;
    }


/*--------------- FIDS Update history popup-------------*/

div.fidsupdate {
    border: 1px solid #e0e0e0;
    background-color: #f8f8f8;
}

    div.fidsupdate table {
        width: 100%;
        border: none;
    }

    div.fidsupdate div.headers {
        overflow: hidden;
        display: block;
    }

        div.fidsupdate div.headers table tr {
            background-color: #aeaeae;
            color: #fff;
        }

            div.fidsupdate div.headers table tr th {
                padding: 5px;
                text-align: left;
            }

    div.fidsupdate div.values {
        height: 300px;
        overflow: auto;
        display: block;
    }

        div.fidsupdate div.values table tr {
            color: #555;
        }

            div.fidsupdate div.values table tr td {
                padding: 5px;
                text-align: left;
            }

            div.fidsupdate div.values table tr.row {
                background-color: #ebebeb;
            }

            div.fidsupdate div.values table tr.altrow {
                background-color: #e0e0e0;
            }

            div.fidsupdate div.values table tr.nomatch {
                color: #c2050a;
            }

    div.fidsupdate div.noupdates {
        height: 300px;
    }

        div.fidsupdate div.noupdates span {
            width: 100%;
            margin-top: 140px;
            text-align: center;
            color: #5e5e5e;
            display: inline-block;
        }

    div.fidsupdate .time {
        width: 130px;
    }

    div.fidsupdate .type {
        width: 100px;
    }

    div.fidsupdate .old {
        width: 80px;
    }

    div.fidsupdate .new {
        width: 80px;
    }

    div.fidsupdate .pcomment {
        width: 80px;
    }

    div.fidsupdate .psource {
        width: 100px;
    }

div.fidsupdateflags {
    border: 1px solid #e0e0e0;
    background-color: #f8f8f8;
    overflow: hidden;
    display: block;
}

    div.fidsupdateflags .fidsheader {
        background-color: #aeaeae;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        padding: 5px;
    }

    div.fidsupdateflags .flag {
        padding: 3px;
        color: #5e5e5e;
        min-width: 160px;
        float: left;
    }

    div.fidsupdateflags .allflag {
        float: right;
        min-width: 40px !important;
    }

        div.fidsupdateflags .flag input, div.fidsupdateflags .allflag input {
            margin-right: 5px;
        }

        div.fidsupdateflags .flag label, div.fidsupdateflags .allflag label {
            margin-right: 15px;
        }

/*--------------- Suibscription Issue popup-------------*/

div.subscriptionhistory {
    border: 1px solid #e0e0e0;
    background-color: #f8f8f8;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

    div.subscriptionhistory tr:after {
        content: ' ';
        display: block;
        visibility: hidden;
        clear: both;
    }


    div.subscriptionhistory div.table-scroll-body {
        position: relative;
        height: 200px;
		width:1180px;
    }

    div.subscriptionhistory table {
        border: none;
        width: 100%;
    }

    div.subscriptionhistory thead, div.subscriptionhistory tbody, div.subscriptionhistory tr,
    div.subscriptionhistory td, div.subscriptionhistory th {
        box-sizing: border-box;
        display: block;
    }

    div.subscriptionhistory thead {
        padding-right: 7px;
    }


        div.subscriptionhistory thead.headers tr {
            background-color: #aeaeae;
            color: #fff;
        }

            div.subscriptionhistory thead.headers tr th {
                padding: 5px;
                text-align: left;
            }

        div.subscriptionhistory tbody td, div.subscriptionhistory thead th {
            float: left;
        }

    div.subscriptionhistory .values {
        /*position: absolute;*/
        max-height: 270px;
        overflow-y: scroll;
    }

    div.subscriptionhistory tbody.values tr {
        color: #555;
    }

        div.subscriptionhistory tbody.values tr td {
            padding: 5px;
            text-align: left;
        }

        div.subscriptionhistory tbody.values tr.row {
            background-color: #ebebeb;
        }

        div.subscriptionhistory tbody.values tr.altrow {
            background-color: #e0e0e0;
        }

        div.subscriptionhistory tbody.values tr.nomatch {
            color: #c2050a;
        }

    div.subscriptionhistory div.noupdates {
        height: 300px;
    }

        div.subscriptionhistory div.noupdates span {
            width: 100%;
            margin-top: 140px;
            text-align: center;
            color: #5e5e5e;
            display: inline-block;
        }

div.subscriptionhistory .serviceh, div.subscriptionhistory .service {
    text-align: left;
    width: 5.31%;
}

div.subscriptionhistory .nextairportcodeh,div.subscriptionhistory .aircrafttypecodeh,div.subscriptionhistory .producth{
	    width: 14.69%;
    text-align: center !important;
    white-space:nowrap;

}
div.subscriptionhistory .customercodeh, div.subscriptionhistory .customercode,
div.subscriptionhistory .nextairportcode,
div.subscriptionhistory .finalairportcode,
div.subscriptionhistory .aircrafttypecode,
div.subscriptionhistory .product {
    width: 14.69%;
    text-align: left;
    white-space:nowrap;
}

div.subscriptionhistory .finalairportcodeh
{
    width: 13.5%;
    text-align: center !important;
}

div.subscriptionhistory .contractstartdatelocalh, div.subscriptionhistory .contractstartdatelocal,
div.subscriptionhistory .contractenddatelocalh, div.subscriptionhistory .contractenddatelocal {
    width: 7.67%;
    text-align: left;
}
div.subscriptionhistory .stdlocalh,div.subscriptionhistory .stalocalh{
    width: 2.95%;
    text-align: right !important;
	padding-right:0px !important;
	
}

div.subscriptionhistory .stdlocal,
div.subscriptionhistory .stalocal {
    width: 2.95%;
    text-align: left;
}


/*---------------- IE styles ------------------*/

* html .form_addremove {
    width: 160px; /* IE 6.0 */
}

* html .expression textarea.ruleexpress {
    margin-left: -26px; /* IE 6.0 */
}


/*----------------- Photo Gallery ------------------*/
.photo {
    float: left;
    background-color: #f4f4f4;
    margin-top: 5px;
    width: 100%;
    border: solid 1px #cecece;
}

    .photo img {
        float: left;
        margin-right: 20px;
        height: 140px;
        border-right: solid 1px #cecece;
    }

    .photo .annotation {
        color: #707070;
        margin: 20px;
        font-size: 13px;
    }

    .photo .timestamp {
        color: #707070;
        margin: 20px;
        font-size: 12px;
    }

    .photo .details {
        float: none;
    }

    .photo .map {
        float: right;
        height: 140px;
        width: 140px;
        margin: 0;
        border-left: solid 1px #cecece;
    }
