﻿
/* Override default jquery mobile theme colors */
.ui-bar-b, .ui-bar-d
{
    background: #DC0000 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DC0000), to(#9B1D2B));
    background: -moz-linear-gradient(center top , #DC0000, #9B1D2B) repeat scroll 0 0 #DC0000;
    border-top: 1px solid #9B1D2B;
    border-bottom: 1px solid #9B1D2B;
    color: white;
    font-weight: bold;
    text-shadow: #9B1D2B 0px -1px 1px;
}

.ui-li-divider
{
    border-left: 1px solid #9B1D2B;
    border-right: 1px solid #9B1D2B;
}

.ui-body-d .ui-link
{
    color: #551E00;
}

.ui-btn-active
{
    border: 1px solid #bbb;
    background: #dadada;
    font-weight: bold;
    color: #2F3E46;
    text-shadow: none;
    background-image: -moz-linear-gradient(top,#ededed,#dadada);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ededed),color-stop(1,#dadada));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', EndColorStr='#dadada')";
}

.ui-btn-active a.ui-link-inherit
{
    color: #2F3E46;
}

.ui-icon
{
    background-color: #BC0000;
}
