.m1-textfield{
    padding-top : 0px;
    padding-bottom : 0px;
}

.m1-table{
    color : black;
    font : bold 17px "Helvetica Neue", Helvetica;
}

.m1-table .m1-text{
    -webkit-box-sizing : border-box;
}

.m1-table> *{
    display : block;
}

.m1-table-row{
    color : #666;
    overflow : hidden;
    background : white;
    white-space : nowrap;
    border : 1px solid #B4B4B4;
}

.m1-table-row + .m1-table-row{
    border-top : none;
}

.m1-table-row .m1-textfield{
    -webkit-box-shadow : none !important;
    background : #fff url(../.png);
    border : 0px;
    padding : 0px;
}

.m1-grouped-table-container .m1-table-row-section-footer{
    text-align : center;
    margin : 0px 10px;
    padding : 0px;
}

.m1-grouped-table-container .m1-table-row-section-header{
    margin : 0px 10px;
    padding : 0px;
}

.m1-grouped-table-container .m1-table-row.m1-first{
    -webkit-border-top-left-radius : 8px;
    -webkit-border-top-right-radius : 8px;
}

.m1-grouped-table-container .m1-table-row.m1-last{
    -webkit-border-bottom-left-radius : 8px;
    -webkit-border-bottom-right-radius : 8px;
}

.m1-back-button{
    height : 30px;
    width : 60px;
    -webkit-border-image : url(res/images/backButton.png) 5 5 5 12 stretch stretch;
}

.m1-back-button[active='true']{
    -webkit-border-image : url(res/images/backButton_touch.png) 5 5 5 12 stretch stretch;
}

.m1-textfield-custom{
    -webkit-border-radius : 8px;
    -webkit-box-shadow : 1px 2px 2px rgba(0,0,0,0.4);
    background : #ffffff;
    border : 1px solid #7e7e7e;;
}

.m1-toolbar{
    background : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B0BCCD), color-stop(0.49, #8B9DB5), color-stop(0.5, #8195AF), to(#6D84A2));
    border-top : 1px solid #CDD5DF;
}

.m1-cache-prompt{
    position : absolute;
    text-align : center;
    -webkit-border-radius : 10px;
    -webkit-box-shadow : 1px 2px 2px rgba(0,0,0,0.4);
    width : 40%;
    display : none;
    z-index : 100;
    padding : 5% 10% 5% 10%;
    height : 20px;
    font-size : 16px;
    background : white;
    opacity : 1.0;
    font-family : Arial;
    left : 20%;
    text-shadow : grey 1px 1px 1px;
    border : 2px solid grey;
    top : 25%;
}

.m1-homescreen-prompt{
    position : absolute;
    width : 200px;
    display : block;
    padding : 30px 20px 0 30px;
    z-index : 99;
    -webkit-box-sizing : content-box;
    height : 90px;
    font-size : 16px;
    background : url(res/images/homescreenPrompt.png) no-repeat top center;
    margin-left : -125px;
    opacity : 0;
    left : 50%;
    top : 450px;
}

.m1-homescreen-prompt img{
    margin-right : 20px;
    margin-bottom : 20px;
    display : block;
    float : left;
}

.m1-loading{
    position : absolute;
    text-align : center;
    -webkit-border-radius : 15px;
    width : 100px;
    display : none;
    font-weight : bold;
    z-index : 99;
    padding : 80px 17px 20px 17px;
    -webkit-box-sizing : border-box;
    color : rgba(255,255,255,.8);
    background : rgba(0,0,0,.7) url(res/images/loading_spin.gif) no-repeat center center;
    font-size : 14px;
    margin-left : -50px;
    left : 50%;
    top : 150px;
}

.m1-button{
    position : absolute;
    cursor : pointer;
    text-align : center;
    background-color : transparent;
    font-weight : bold;
    padding : 0px;
    line-height : 20px;
    color : white;
    overflow : hidden;
    font-size : 12px;
    font-family : Helvetica;
    text-decoration : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
    text-shadow : rgb(64, 64, 64) 0px -1px 1px;
}

.m1-root{
    position : absolute;
    -webkit-user-select : none;
    left : 0px;
    top : 0px;
}

.m1-root *{
    -webkit-box-sizing : border-box;
    white-space : nowrap;
}

.m1-selection-list{
    margin : 0px;
    padding : 0px;
    float : left;
}

.m1-selection-list > li{
    color : #000;
    white-space : nowrap;
    background-color : #FFF;
    list-style : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
    border : 1px solid #a9a9a9;
    float : left;
    background-position : 270px center, top left;
    background-repeat : no-repeat;
}

.m1-selection-list > li > label{
    padding-left : 10px;
    display : block;
    float : left;
}

.m1-selection-list > li+li{
    border-top : none;
}

.m1-selection-list > li.m1-selected{
    background : #fff url(res/images/blueCheck.png)no-repeat 270px center;
}

.m1-selection-list > li.m1-sl-select{
    -webkit-animation-duration : 350ms;
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : row-selection;
}

.m1-selection-list > li.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : row-unselection;
}

.m1-selection-list > li:first-child{
    -webkit-border-top-left-radius : 7px;
    -webkit-border-top-right-radius : 7px;
}

.m1-selection-list > li:last-child{
    -webkit-border-bottom-left-radius : 7px;
    -webkit-border-bottom-right-radius : 7px;
}

.m1-in{
    -webkit-animation-duration : 350ms;
    -webkit-animation-timing-function : ease-in-out;
}

.m1-out{
    -webkit-animation-duration : 350ms;
    -webkit-animation-timing-function : ease-in-out;
}

.m1-select-list-menu > div{
    padding-right : 20px;
    vertical-align : middle;
    position : absolute;
    height : 100%;
    color : rgb(56, 84, 135);
    text-align : right;
    font-size : 17px;
    overflow : hidden;
    width : 100%;
    display : block;
    font-weight : lighter;
    float : left;
}

.m1-select-list-menu > label{
    position : absolute;
    height : 100%;
    color : black;
    overflow : hidden;
    width : 100%;
    display : block;
    float : left;
}

.m1-font-Helvetica-1{
    color : RGB(0,0,0);
    font-size : 16px;
    font-family : Helvetica;
    font-weight : lighter;
}

.m1-font-Arial-1{
    color : RGB(0,0,0);
    font-size : 14px;
    font-family : Arial;
    font-weight : bold;
}

.m1-font-Arial-2{
    color : RGB(0,0,0);
    font-size : 18px;
    font-family : Arial;
    font-weight : bold;
}

.m1-font-Helvetica-2{
    color : RGB(255,255,255);
    font-size : 19px;
    font-family : Helvetica;
    font-weight : bold;
}

.m1-font-Helvetica-3{
    color : RGB(0,0,0);
    font-size : 17px;
    font-family : Helvetica;
    font-weight : bold;
}

.m1-font-Arial-3{
    color : RGB(0,0,0);
    font-size : 14px;
    font-family : Arial;
    font-weight : lighter;
}

#m1-m1-trips-selectListMenu1-selection-page{
    height : 460px;
    width : 320px;
    display : none;
    background-repeat : repeat;
    background-image : url(res/images/background.png);
}

#m1-m1-trips-selectListMenu10-selection-page{
    height : 460px;
    width : 320px;
    display : none;
    background-repeat : repeat;
    background-image : url(res/images/background.png);
}

#m1-m1-trips-selectListMenu14-selection-page{
    height : 460px;
    width : 320px;
    display : none;
    background-repeat : repeat;
    background-image : url(res/images/background.png);
}

#m1-m1-trips-selectListMenu17-selection-page{
    height : 460px;
    width : 320px;
    display : none;
    background-repeat : repeat;
    background-image : url(res/images/background.png);
}

#m1-m1-trips-selectListMenu27-selection-page{
    height : 460px;
    width : 320px;
    display : none;
    background-repeat : repeat;
    background-image : url(res/images/background.png);
}

#m1-m1-trips-selectListMenu4-selection-page{
    height : 460px;
    width : 320px;
    display : none;
    background-repeat : repeat;
    background-image : url(res/images/background.png);
}

#m1-root{
    position : absolute;
    height : 460px;
    overflow : hidden;
    width : 320px;
    left : 0px;
    top : 0px;
}

#m1-trips{
    height : 460px;
    width : 320px;
    background-repeat : repeat;
    background-image : url(res/images/background.png);
}

#m1-trips-010{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 88px;
}

#m1-trips-010.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-010.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-010-row-selection,row-selection;
}

#m1-trips-010.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-010-row-selection,row-unselection;
}

#m1-trips-012{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 132px;
}

#m1-trips-012.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-012.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-012-row-selection,row-selection;
}

#m1-trips-012.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-012-row-selection,row-unselection;
}

#m1-trips-02{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 88px;
}

#m1-trips-02.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-02.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-02-row-selection,row-selection;
}

#m1-trips-02.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-02-row-selection,row-unselection;
}

#m1-trips-04{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 44px;
}

#m1-trips-04.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-04.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-04-row-selection,row-selection;
}

#m1-trips-04.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-04-row-selection,row-unselection;
}

#m1-trips-06{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 132px;
}

#m1-trips-06.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-06.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-06-row-selection,row-selection;
}

#m1-trips-06.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-06-row-selection,row-unselection;
}

#m1-trips-08{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 44px;
}

#m1-trips-08.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-08.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-08-row-selection,row-selection;
}

#m1-trips-08.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-08-row-selection,row-unselection;
}

#m1-trips-102{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 44px;
}

#m1-trips-102.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-102.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-102-row-selection,row-selection;
}

#m1-trips-102.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-102-row-selection,row-unselection;
}

#m1-trips-142{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 0px;
}

#m1-trips-142.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-142.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-142-row-selection,row-selection;
}

#m1-trips-142.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-142-row-selection,row-unselection;
}

#m1-trips-152{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 0px;
}

#m1-trips-152.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-152.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-152-row-selection,row-selection;
}

#m1-trips-152.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-152-row-selection,row-unselection;
}

#m1-trips-182{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 44px;
}

#m1-trips-182.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-182.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-182-row-selection,row-selection;
}

#m1-trips-182.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-182-row-selection,row-unselection;
}

#m1-trips-192{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 44px;
}

#m1-trips-192.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-192.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-192-row-selection,row-selection;
}

#m1-trips-192.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-192-row-selection,row-unselection;
}

#m1-trips-202{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 88px;
}

#m1-trips-202.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-202.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-202-row-selection,row-selection;
}

#m1-trips-202.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-202-row-selection,row-unselection;
}

#m1-trips-212{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 0px;
}

#m1-trips-212.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-212.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-212-row-selection,row-selection;
}

#m1-trips-212.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-212-row-selection,row-unselection;
}

#m1-trips-242{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 0px;
}

#m1-trips-242.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-242.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-242-row-selection,row-selection;
}

#m1-trips-242.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-242-row-selection,row-unselection;
}

#m1-trips-52{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 0px;
}

#m1-trips-52.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-52.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-52-row-selection,row-selection;
}

#m1-trips-52.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-52-row-selection,row-unselection;
}

#m1-trips-63{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 0px;
}

#m1-trips-63.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-63.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-63-row-selection,row-selection;
}

#m1-trips-63.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-63-row-selection,row-unselection;
}

#m1-trips-64{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 88px;
}

#m1-trips-64.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-64.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-64-row-selection,row-selection;
}

#m1-trips-64.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-64-row-selection,row-unselection;
}

#m1-trips-82{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 88px;
}

#m1-trips-82.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-82.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-82-row-selection,row-selection;
}

#m1-trips-82.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-82-row-selection,row-unselection;
}

#m1-trips-comp1{
    padding-left : 10px;
}

#m1-trips-comp10{
    padding-left : 10px;
}

#m1-trips-comp12{
    position : absolute;
    line-height : 40px;
    height : 43px;
    width : 320px;
    left : 0px;
    top : 0px;
}

#m1-trips-comp13{
    position : absolute;
    line-height : 20px;
    height : 30px;
    width : 60px;
    left : 5px;
    border-width : 5px 5px 5px 12px;
    top : 7px;
}

#m1-trips-comp14{
    text-align : center;
}

#m1-trips-comp19{
    padding-left : 10px;
}

#m1-trips-comp21{
    position : absolute;
    line-height : 40px;
    height : 43px;
    width : 320px;
    left : 0px;
    top : 0px;
}

#m1-trips-comp22{
    position : absolute;
    line-height : 20px;
    height : 30px;
    width : 60px;
    left : 5px;
    border-width : 5px 5px 5px 12px;
    top : 7px;
}

#m1-trips-comp23{
    text-align : center;
}

#m1-trips-comp29{
    padding-left : 10px;
}

#m1-trips-comp3{
    position : absolute;
    line-height : 40px;
    height : 43px;
    width : 320px;
    left : 0px;
    top : 0px;
}

#m1-trips-comp31{
    position : absolute;
    line-height : 40px;
    height : 43px;
    width : 320px;
    left : 0px;
    top : 0px;
}

#m1-trips-comp32{
    position : absolute;
    line-height : 20px;
    height : 30px;
    width : 60px;
    left : 5px;
    border-width : 5px 5px 5px 12px;
    top : 7px;
}

#m1-trips-comp33{
    text-align : center;
}

#m1-trips-comp37{
    padding-left : 10px;
}

#m1-trips-comp39{
    position : absolute;
    line-height : 40px;
    height : 43px;
    width : 320px;
    left : 0px;
    top : 0px;
}

#m1-trips-comp4{
    position : absolute;
    line-height : 20px;
    height : 30px;
    width : 60px;
    left : 5px;
    border-width : 5px 5px 5px 12px;
    top : 7px;
}

#m1-trips-comp40{
    position : absolute;
    line-height : 20px;
    height : 30px;
    width : 60px;
    left : 5px;
    border-width : 5px 5px 5px 12px;
    top : 7px;
}

#m1-trips-comp41{
    text-align : center;
}

#m1-trips-comp46{
    padding-left : 10px;
}

#m1-trips-comp48{
    position : absolute;
    line-height : 40px;
    height : 43px;
    width : 320px;
    left : 0px;
    top : 0px;
}

#m1-trips-comp49{
    position : absolute;
    line-height : 20px;
    height : 30px;
    width : 60px;
    left : 5px;
    border-width : 5px 5px 5px 12px;
    top : 7px;
}

#m1-trips-comp5{
    text-align : center;
}

#m1-trips-comp50{
    text-align : center;
}

#m1-trips-list3{
    position : absolute;
    line-height : 62px;
    height : 62px;
    width : 320px;
    left : 0px;
    z-index : 8;
    top : 129px;
}

#m1-trips-list4{
    position : absolute;
    line-height : 150px;
    height : 150px;
    width : 161px;
    left : 159px;
    z-index : 6;
    top : 297px;
}

#m1-trips-list5{
    position : absolute;
    line-height : 106px;
    height : 106px;
    width : 320px;
    left : 0px;
    z-index : 1;
    top : 199px;
}

#m1-trips-m1-trips-selectListMenu1-selection-list{
    position : absolute;
    line-height : 40px;
    height : 132px;
    width : 320px;
    left : 0px;
    top : 60px;
}

#m1-trips-m1-trips-selectListMenu1-selection-list2-aux-div{
    position : absolute;
    height : 0px;
    overflow : hidden;
    width : 0px;
}

#m1-trips-m1-trips-selectListMenu10-selection-list{
    position : absolute;
    line-height : 40px;
    height : 132px;
    width : 320px;
    left : 0px;
    top : 60px;
}

#m1-trips-m1-trips-selectListMenu10-selection-list2-aux-div{
    position : absolute;
    height : 0px;
    overflow : hidden;
    width : 0px;
}

#m1-trips-m1-trips-selectListMenu14-selection-list{
    position : absolute;
    line-height : 40px;
    height : 176px;
    width : 320px;
    left : 0px;
    top : 60px;
}

#m1-trips-m1-trips-selectListMenu14-selection-list2-aux-div{
    position : absolute;
    height : 0px;
    overflow : hidden;
    width : 0px;
}

#m1-trips-m1-trips-selectListMenu17-selection-list{
    position : absolute;
    line-height : 40px;
    height : 88px;
    width : 320px;
    left : 0px;
    top : 60px;
}

#m1-trips-m1-trips-selectListMenu17-selection-list2-aux-div{
    position : absolute;
    height : 0px;
    overflow : hidden;
    width : 0px;
}

#m1-trips-m1-trips-selectListMenu27-selection-list{
    position : absolute;
    line-height : 40px;
    height : 176px;
    width : 320px;
    left : 0px;
    top : 60px;
}

#m1-trips-m1-trips-selectListMenu27-selection-list2-aux-div{
    position : absolute;
    height : 0px;
    overflow : hidden;
    width : 0px;
}

#m1-trips-m1-trips-selectListMenu4-selection-list{
    position : absolute;
    line-height : 40px;
    height : 132px;
    width : 320px;
    left : 0px;
    top : 60px;
}

#m1-trips-m1-trips-selectListMenu4-selection-list2-aux-div{
    position : absolute;
    height : 0px;
    overflow : hidden;
    width : 0px;
}

#m1-trips-selectListMenu1{
    position : absolute;
    line-height : 44px;
    height : 44px;
    background : #fff url(res/images/chevron.png)no-repeat 280px center;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    z-index : 1;
    top : 9px;
}

#m1-trips-selectListMenu10{
    position : absolute;
    line-height : 44px;
    height : 44px;
    background : #fff url(res/images/chevron.png)no-repeat 280px center;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    z-index : 2;
    top : 9px;
}

#m1-trips-selectListMenu14{
    position : absolute;
    line-height : 44px;
    height : 44px;
    background : #fff url(res/images/chevron.png)no-repeat 280px center;
    width : 141px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    z-index : 2;
    top : 53px;
}

#m1-trips-selectListMenu17{
    position : absolute;
    line-height : 44px;
    height : 44px;
    background : #fff url(res/images/chevron.png)no-repeat 280px center;
    width : 141px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    z-index : 1;
    top : 97px;
}

#m1-trips-selectListMenu27{
    position : absolute;
    line-height : 44px;
    height : 44px;
    background : #fff url(res/images/chevron.png)no-repeat 280px center;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    z-index : 1;
    top : 53px;
}

#m1-trips-selectListMenu4{
    position : absolute;
    line-height : 44px;
    height : 44px;
    background : #fff url(res/images/chevron.png)no-repeat 280px center;
    width : 141px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    z-index : 3;
    top : 9px;
}

#m1-trips-text1{
    position : absolute;
    line-height : 16px;
    height : 16px;
    text-align : center;
    width : 85px;
    left : 52px;
    z-index : 10;
    top : 35px;
}

#m1-trips-text2{
    position : absolute;
    line-height : 16px;
    height : 16px;
    text-align : center;
    width : 95px;
    left : 52px;
    z-index : 12;
    top : 71px;
}

#m1-trips-text3{
    position : absolute;
    line-height : 20px;
    height : 20px;
    text-align : center;
    width : 17px;
    left : 258px;
    z-index : 9;
    top : 68px;
}

#m1-trips-text4{
    position : absolute;
    line-height : 16px;
    height : 16px;
    text-align : center;
    width : 104px;
    left : 16px;
    z-index : 7;
    top : 122px;
}

#m1-trips-text5{
    position : absolute;
    line-height : 16px;
    height : 16px;
    text-align : center;
    width : 142px;
    left : 18px;
    z-index : 5;
    top : 318px;
}

#m1-trips-text6{
    position : absolute;
    line-height : 16px;
    height : 16px;
    text-align : center;
    width : 117px;
    left : 13px;
    z-index : 2;
    top : 190px;
}

#m1-trips-text8{
    position : absolute;
    line-height : 16px;
    height : 16px;
    text-align : center;
    width : 149px;
    left : 11px;
    z-index : 4;
    top : 361px;
}

#m1-trips-text9{
    position : absolute;
    line-height : 16px;
    height : 16px;
    text-align : center;
    width : 100px;
    left : 61px;
    z-index : 3;
    top : 404px;
}

#m1-trips-textField1{
    position : absolute;
    line-height : 31px;
    height : 31px;
    width : 97px;
    left : 153px;
    z-index : 13;
    top : 20px;
}

#m1-trips-textField2{
    position : absolute;
    line-height : 31px;
    height : 31px;
    width : 97px;
    left : 153px;
    z-index : 11;
    top : 57px;
}

#m1-trips-value22{
    position : absolute;
    line-height : 40px;
    height : 44px;
    width : 300px;
    margin : 0px 10px 0px 10px;
    left : 0px;
    top : 44px;
}

#m1-trips-value22.m1-selected{
    color : RGB(56,84,135);
}

#m1-trips-value22.m1-sl-select{
    -webkit-animation-duration : 350ms;
    color : RGB(56,84,135);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-value22-row-selection,row-selection;
}

#m1-trips-value22.m1-sl-unselect{
    -webkit-animation-duration : 350ms;
    color : RGB(0,0,0);
    -webkit-animation-timing-function : ease-in-out;
    -webkit-animation-name : m1-trips-value22-row-selection,row-unselection;
}

@-webkit-keyframes m1-trips-010-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-012-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-02-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-04-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-06-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-08-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-102-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-142-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-152-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-182-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-192-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-202-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-212-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-242-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-52-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-63-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-64-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-82-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes m1-trips-value22-row-selection{
    from{
    color : #FFFFFF;
}
    to{
    color : RGB(56,84,135);
}
}

@-webkit-keyframes row-selection{
    from{
    background-color : #0167e9;
}
    to{
    background-color : #ffffff;
}
}

@-webkit-keyframes row-unselection{
    from{
    background-color : #0167e9;
}
    to{
    background-color : #ffffff;
}
}

body{
    margin : 0;
}

