html, body
{
    font: 8pt Arial,verdana;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.raa-gradient
{
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top, #dddddd 0%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddddd 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddddd 0%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dddddd 0%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dddddd 0%,#fefefe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

@font-face {
    font-family: Avenir;
    src: url(fonts/Avenir-Medium.ttf);
}

.raa-header
{
    height: 37px; /*border-bottom: 1px solid silver;*/
    margin-bottom: 0px;
}

.raa-header h1
{
    float: left;
    margin: 9px 0px 9px 5px;
    font-family: Avenir, Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #6e6e6e;
}

.raa-logo-small
{
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    width: 129px;
    height: 35px;
    background-image: url(images/logo-small.png);
    background-size: 129px 35px;
    background-repeat: no-repeat;
}

.raa-footer
{
    /*position: absolute;     bottom: 3px;*/
    background: #fefefe;
    height:100%;
    text-align: center;
    width: 100%;
}

.raa-logo-footer 
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 149px;
    height: 75px;
    background-image: url(images/logo-footer.png);
    background-size: 149px 75px;
    background-repeat: no-repeat;
}

.input-container
{
    margin-bottom: 5px;
}

.raa-input
{
    width: 80%;
    height: 22px;
    border: 1px solid black;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    padding: 3px;
    margin: 0px -5px 7px -5px;
    color: gray;
    font-style: italic;
}

.input-container-hint
{
    margin-top: 3px;
    line-height: 12px;
    font-size: 11px;
    font-style: italic;
    color: gray;
}

.raa-container
{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.raa-part
{
    position: absolute;
    top: 38px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0;
    padding: 0;
    border: 0;
}

.raa-login-container
{
    margin: 0px;
    padding: 3px 7px 0px 7px;
    text-align: center;
    font: 11pt Arial,verdana;
}

.raa-login-container p
{
    margin: 12px 0;
    padding: 0;
}

.raa-bar
{
    position:absolute;
    left: 0px;
    right: 0px;
    font: 9px arial,verdana;
    height: 28px;
    text-align:center;
    padding: 0;
    background: #8c8c8c; /* Old browsers */
    background: -moz-linear-gradient(top, #444444 0%, #8c8c8c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#8c8c8c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #444444 0%,#8c8c8c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #444444 0%,#8c8c8c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #444444 0%,#8c8c8c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #444444 0%,#8c8c8c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */
}

.raa-bar .datepicker-container
{
    float: right;
    margin-top: 2px;
    margin-right: 1px;
    margin-left: 1px;
    padding: 0;
    border: 0;
    height: 24px;
}

.raa-bar .search-container
{
    float: right;
    margin-top: 1px;
    margin-right: 3px;
    padding: 0;
    border: 0;
    height: 24px;
    font: 12px arial,verdana;
    color: white;
}

.raa-bar #searchKey 
{
    border: 1px solid black;
    height: 18px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 0;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
}

.raa-search-result #searchPeriod
{
    width: 100%;
    text-align: center;
    padding: 3px; 
    font: 14px arial,verdana;
    font-weight: bold;
    color: black;
    border-bottom: 1px silver solid;

    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
}

.raa-search-result #txtStartDate, #txtEndDate 
{
    display: inline-block; /*width: 138px;*/
    height: 14px;
    border: 1px solid black;
    margin-top: 1px;
    margin-right: 2px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 2px 3px 4px 3px;
    cursor: pointer;
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

.raa-search-result .list-container
{
    margin: 0;
    padding: 0;
}

.raa-search-result .list-container h3
{
    width: 100%;
    font: 14px arial,verdana;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    padding: 0 0 6px 0;
    border-bottom: 1px solid silver;
}

.raa-search-result .list-item
{
    font: 11px arial,verdana;
    height: 32px;
    /*border-radius: 3px;*/
    border-bottom: 1px silver dashed;
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    padding: 2px;
}

.raa-search-result .list-item .li-info {
    width:75%;
    float:left;
    padding: 0;
    margin: 0;
}
.raa-search-result .list-item .li-header {
    display: block;
    width: auto;
    font-weight: bold;
}

.raa-search-result .list-item .li-details {
    margin-top: 1px;
    font-size: 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.raa-search-result .list-item .li-status {
    float: right;
    margin: 5px 2px 5px 2px;
}

.raa-search-result .list-item .li-link {
    float: right;
    margin: 5px 2px 5px 2px;
    cursor: pointer;
    background-image: url(images/navigation-buttons.png);
}


.raa-search-result a 
{
    float:right; 
    margin-right:5px;
    text-decoration:none;
    font-size: 14px;
    font-weight:bold;
}

.raa-bar #datepicker
{
    display: none;
}

.raa-bar #txtDate
{
    display: inline-block; /*width: 138px;*/
    height: 14px;
    border: 1px solid black;
    margin-top: 1px;
    margin-right: 2px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 2px 3px 4px 3px;
    cursor: pointer;
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top, #dddddd 0%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddddd 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddddd 0%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dddddd 0%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dddddd 0%,#fefefe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

.raa-bar .button-container
{
    float: left;
    margin: 0;
    padding: 2px;
    border: 0;
}

.raa-data-location
{
    position: absolute;
    top: 28px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0;
    border: 0;
    padding: 0;
}

.raa-location-header
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 36px;
    font: 14px arial,verdana;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    margin: 0;
    border: 0;
    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
}

.map-container
{
    z-index: 201;
}

.map-container .map-area 
{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 45px;
}

.map-container .map-button, .map-container .map-info
{
    position: absolute;
}

.map-container .map-button {
    top: 15px;
    left: 15px;
    width: 29px;
    height: 27px;
    z-index: 1;
}

.map-container .map-info {
    bottom: 0px;
    min-height: 45px;
    width: 100%;
}

.map-container .map-info > div > div
{
    display: inline-block;
    margin: 2px 0px;
    min-width: 49%;
    min-height: 0px;
}

.map-container .map-info p
{
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.mapDiv
{
    position: absolute;
    width: 100%;
    height: 100%;
}

    .mapDiv .map-pin div {
        color: #000 !important;
        font-size: 12pt !important;
    }

.fakeShow 
{
    display: block !important;
    /* margin-left: -9999em !important; */
}

.raa-order-container
{
    position: absolute;
    border-top: 1px solid silver;
    top: 40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.raa-order-container h3
{
    position: absolute;
    top: 8px;
    left: 5px;
    right: 5px; /*height: 24px;*/
    font: 14px arial,verdana;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0 0 6px 0;
    border-bottom: 1px solid silver;
}

.raa-order-container .status-bar
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    border-top: 1px solid silver;
}

.raa-order-container .status-bar h4
{
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 0;
    text-align: right;
    vertical-align: middle;
    width: 74px;
    height: 16px;
    padding: 0;
    margin: 0;
    border: 0;
    font: 14px arial,verdana;
    font-weight: bold;
}
.raa-order-container .status-bar p
{
    display: inline-block;
    position: absolute;
    text-align: center;
    right: 5px;
    bottom: 8px;
    left: 79px;
    height: 16px;
    font: 14px arial,verdana;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: bold;
}

.raa-order-container .status-bar .change-button 
{
    position: absolute;
    right: 4px;
    width: 26px;
    height: 26px;
    z-index: 202;
}

.raa-order-container .info-change-order {
    position: absolute;
    bottom: 81px;
    width: 100px;
    right: 0px;
    z-index: 203;
}

.ui-menu {
    width: 140px;
}

.raa-order-container .info-button, .raa-order-container .map-button
{
    position: absolute;
    font-weight: bold;
}
    .raa-order-container .info-button {
        top: 50px;
        left: 14px;
        height: 26px;
        width: 26px;
        font-weight: bold;
        z-index: 201;
    }
    .raa-order-container .map-button {
        top: 100px;
        left: 14px;
        width: 29px;
        height: 27px;
    }

.raa-order-container .info-container
{
    position: absolute;
    top: 37px;
    right: 5px;
    bottom: 40px;
    left: 57px; /*display:none;*/
}

.raa-order-container .info-basic
{
    /*background: #cdeb8e;*/
}

.raa-order-container .info-basic label
{
    font: 24px arial,verdana;
    font-style: italic;
    font-weight: bold;
    color: darkgreen;
    margin-right: 5px;
}

.raa-order-container .info-basic .eta-date
{
    margin: 10px 5px 0 5px;
    text-align: center;
}

.raa-order-container .info-basic .eta-time p
{
    margin-top: 10px;
    text-align: center;
    font: 16px arial,verdana;
    font-weight: bold;
    color: Gray;
}

.raa-order-container .info-basic .eta-time
{
    position: absolute; /*top: 90px;*/
    left: 0;
    right: 0;
    margin-top: 5px;
    height: 24px;
    text-align: center;
    font: 20px arial,verdana;
    font-weight: bold;
}

.raa-order-container .info-basic .eta-time .info-custom
{
    font: 11px arial,verdana;
    font-weight: bold;
    color: Black;
    padding-bottom:3px;
    height: 30px;
    overflow:hidden;
}

.raa-order-container .info-basic .eta-time .info-custom span
{
    font: 11px arial,verdana;
    font-weight: bold;
    color: Black;
}

.raa-order-container .info-basic .eta-time .info-custom .lbl
{
    color: darkgreen;
}

.raa-order-container .info-basic .eta-time .info-custom p
{
    display: inline;
    margin: 0;
    padding: 0;
}

.raa-order-container .info-detailed
{
    display: none; /*background: #cdeb8e;*/
}

.info-address
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
}


.info-bottom
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.info-bottom p
{
    height: 15px;
}

.raa-order-container .info-detailed p
{
    font: 12px arial,verdana;
    font-weight: bold;
    color: black;
    margin: 3px 5px 0px 5px;
}

.raa-order-container .info-detailed .lbl
{
    font: 12px arial,verdana;
    font-weight: bold;
    color: darkgreen;
}



.raa-img-status
{
    /*display: none;*/
    display: inline-block;
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 43px;
    left: 10px;
}

.raa-icon-status {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
}

.raa-icon-status-planned {
    background-image: url(images/statuses24_8.png);
    background-position: -6px;
}

.raa-icon-status-inprogress {
    background-image: url(images/statuses24_8.png);
    background-position: -42px;
}

.raa-icon-status-delivered {
    background-image: url(images/statuses24_8.png);
    background-position: -78px;
}

.raa-icon-status-cancelled {
    background-image: url(images/statuses24_8.png);
    background-position: -114px;
}

.raa-img-status-planned {
    background-image: url(images/statuses48_8.png);
    background-position: -12px;
}

.raa-img-status-inprogress {
    background-image: url(images/statuses48_8.png);
    background-position: -84px;
}

.raa-img-status-delivered {
    background-image: url(images/statuses48_8.png);
    background-position: -156px;
}

.raa-img-status-cancelled {
    background-image: url(images/statuses48_8.png);
    background-position: -228px;
}

.raa-hidden
{
    display: none;
}

.hover-class
{
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    z-index: 200;
}

.hover-class span
{
    color: black;
}

.btn-icon
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
}

.btn-l
{
    position: absolute;
    top: 69px;
    left: 0;
    width: 24px;
    bottom: 0;
}

.btn-l .btn-icon
{
    background-image: url(images/navigation-buttons.png);
    background-position: -104px;
}


.btn-w
{
    position: absolute;
    top: 69px;
    left: 0;
    width: 24px;
    bottom: 0;
}

.btn-w .btn-icon
{
    background-image: url(images/navigation-buttons.png);
    background-position: -81px;
}

.btn-e
{
    position: absolute;
    top: 69px;
    right: 0;
    width: 24px;
    bottom: 0;
}

.btn-e .btn-icon
{
    background-image: url(images/navigation-buttons.png);
}

.btn-n
{
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    height: 24px;
}

.btn-n .btn-icon
{
    background-image: url(images/navigation-buttons.png);
    background-position: -27px;
}


.btn-s
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
}

.btn-s .btn-icon
{
    background-image: url(images/navigation-buttons.png);
    background-position: -54px;
}

.floater
{
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -16px;
}

.floater p
{
    margin: -40px 0 0 0;
    text-align: center;
    font: 14px arial, verdana;
    font-weight: bold;
}

.floater button
{
    margin: 10px 0 0 0;
}

.raa-settings-bar
{
    font: 9px arial,verdana;
    height: 28px;
    text-align:center;
    border: 0;
    margin: 0;
    padding: 0;
    color:White;
    background: #8c8c8c; /* Old browsers */
    background: -moz-linear-gradient(top, #444444 0%, #8c8c8c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#8c8c8c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #444444 0%,#8c8c8c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #444444 0%,#8c8c8c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #444444 0%,#8c8c8c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #444444 0%,#8c8c8c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */
}



.raa-bar .left-area
{
    float: left;
    margin: 0px;
    padding: 2px;
    border: 0;
}

.raa-bar .right-area
{
    float: right;
    margin: 0px;
    padding: 2px;
    border: 0;
}

.raa-bar h1
{
    font-size: 16px;
    font-weight: bold;
    display:inline-block;
    margin: 0px;
    padding: 4px;
    border: 0;
    color: White;
}

.raa-settings
{
    font: 12px arial,verdana;
    font-weight:bold;
    padding:5px;
}

.raa-settings p
{
    margin: 5px 0px 5px 10px; 
    font-weight: normal;  
}

.raa-settings .middle-section
{
    margin: 15px 5px 0px 5px;
    font-weight: bold;
}

.raa-settings .middle-section select
{
    margin-left:10px;
    width:100px;
}

.raa-recipients
{
    position: absolute;
    top: 112px;
    right: 0px;
    text-align: center;
    bottom: 30px;
    left: 0px;
    padding: 0;
    border: 0;
    margin: 0;
}

.raa-recipients textarea
{
    font: 12px arial,verdana;
    border-radius: 3px;
    border: 1px solid Silver;
    width:95%;
    height:100%;
    margin:0;
    overflow:auto;
    color:gray;
    font-style:italic;
    font-weight:normal;
    resize: none;
}



.raa-settings .bottom-section
{
    position: absolute;
    text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28;
    padding-bottom: 5px;
    padding-left: 7px;
    margin:0;
    border:0;
    font-weight: bold;
}

.elm-disabled 
{
    color: Silver;
    border-color: Silver;
}

button.ui-button-icon-only 
{
    width: 24px;
}

.checkbox-label
{
    margin: 2px 0 3px 3px;
}

ul.tabs
{
    position:absolute;
    top:5px;
    padding:0;
    margin: 3px 3px 0 3px;
    z-index: 200;
}

.tabs li {
    list-style:none;
    display:inline;
}

.tabs a span 
{
    margin-top: 1px;
    margin-right: 3px;
}

.tabs a {
    padding:5px 10px;
    display:inline-block;
    background:gray;
    color:black;
    text-decoration:none;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cfcfcf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cfcfcf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cfcfcf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#cfcfcf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

.tabs a.active {
    background:#fff;
    border-bottom: 1px solid white;
    filter: none;
    z-index:200;
    color:#000;
}

.tabs .ui-icon 
{
    display: inline-block;
    height: 12px;
    width: 12px;
}

.tabs .ui-icon-check
{
    background-position: -66px -146px;
}

.tabs .ui-icon-cancel {
    background-position: -2px -130px;
}

#methodTabs .content
{
    position: absolute;
    padding: 8px 0 3px 6px;
    left: 0px;
    right: 0px;
    bottom: 33px;
    top: 35px;
    text-align: left;
    border-top: 1px solid gray;
    background:#fff;
}

.recipients-container 
{
    position: absolute;
    top: 33px;
    bottom: 0px;
    left: 3px;
    right: 3px;
    text-align:center;
}

.recipients-container textarea
{
    font: 12px arial,verdana;
    border-radius: 2px;
    border: 1px solid gray;
    width:97%;
    height: 100%;
    margin: 0;
    overflow:auto;
    color:gray;
    font-style:italic;
    font-weight:normal;
    resize: none;
}

.cb-container 
{
    white-space:nowrap;
}

