@import url(../js/libs/jquery.mobile-1.4.3/jquery.mobile-1.4.3.min.css);
@import url(jquery.mobile.scrollview.css);
@import url(app.css);
@import url(handheld.css);
@import url(tablet.css);
@import url(add2home.css);

.ui-collapsible-content.ui-body-c {
    background-color: rgb(249, 249, 249);
    border-color: #bbb;
}

#header .ui-btn {
    border: 1px solid #044062;
    background: #396b9e;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 1px #194b7e;
    background-image: -webkit-gradient(linear,left top,left bottom,from( #5f9cc5 ),to( #396b9e ));
    background-image: -webkit-linear-gradient( #5f9cc5,#396b9e );
    background-image: -moz-linear-gradient( #5f9cc5,#396b9e );
    background-image: -ms-linear-gradient( #5f9cc5,#396b9e );
    background-image: -o-linear-gradient( #5f9cc5,#396b9e );
    background-image: linear-gradient( #5f9cc5,#396b9e );
}

.ui-bar-a, 
.ui-page-theme-a .ui-bar-inherit, 
html .ui-bar-a .ui-bar-inherit, 
html .ui-body-a .ui-bar-inherit, 
html body .ui-group-theme-a .ui-bar-inherit
{
    border: 1px solid #456f9a;
    background: #5e87b0;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px #3e6790;
    background-image: -webkit-gradient(linear,left top,left bottom,from( #6facd5 ),to( #497bae ));
    background-image: -webkit-linear-gradient( #6facd5,#497bae );
    background-image: -moz-linear-gradient( #6facd5,#497bae );
    background-image: -ms-linear-gradient( #6facd5,#497bae );
    background-image: -o-linear-gradient( #6facd5,#497bae );
    background-image: linear-gradient( #6facd5,#497bae );
}

#footer .ui-btn.ui-btn-active {
    background: #5393c5;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 1px 1px #3373a5;
    text-decoration: none;
    background-image: -webkit-gradient(linear,left top,left bottom,from( #5393c5 ),to( #6facd5 ));
    background-image: -webkit-linear-gradient( #5393c5,#6facd5 );
    background-image: -moz-linear-gradient( #5393c5,#6facd5 );
    background-image: -ms-linear-gradient( #5393c5,#6facd5 );
    background-image: -o-linear-gradient( #5393c5,#6facd5 );
    background-image: linear-gradient( #5393c5,#6facd5 );
    font-family: Helvetica,Arial,sans-serif;
}

#footer .ui-btn.ui-btn-a {
    background-color: #333;
    border-color: #1f1f1f;
    color: #fff;
    text-shadow: 0 1px 0 #111;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    text-shadow: none;
}

.ui-panel-content-wrap,
.ui-page,
body {
    background: url(images/tiling_stripes.gif);
}

#browse,
#browse .content-secondary {
    background: #F9F9F9;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-icon-em-add-compare {
        background-image: url("images/em-add-compare@2x.png");
        background-size: 18px 18px;
    }
    .ui-icon-em-add-mycloud {
        background-image: url("images/em-add-mycloud@2x.png");
        background-size: 18px 18px;
    }
    .ui-icon-em-link-external {
        background-image: url("images/em-link-external@2x.png");
        background-size: 18px 18px;
    }
}
