/*jQuery Mobile Overrides*/
.ui-page-theme-a{
    background: url(../images/background.png);
    background-position: center;
    color: #ffffff;
    text-shadow: none;
    text-align: center;
}

.ui-bar-inherit{
    background: none !important;
    border: none !important;
    text-shadow: none !important;
}

.ui-header{
    color: #ffffff !important;
}

.ui-title{
    color: #00ade6;
    margin: auto !important;
    text-transform: uppercase;
}

input, textarea{
    background: #000000 !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

.ui-link{
    color: #ff8e26 !important;
    
}

.ui-btn{
    background: url(../images/buttontile.png);
    background-repeat: repeat-x;
    background-size: contain;
    color: #ffffff !important;
    text-shadow: none !important;
    border-color: #555555 !important;
}

.ui-btn:active{
    background: url(../images/buttonactivetile.png);
    background-size: contain;
}

.ui-footer .ui-btn{
    background: #000000 !important;
    color: #555555 !important;
}

.ui-checkbox-on, .ui-checkbox-off{
    background: none !important;
    color: #555555 !important;
    border: none !important;
}

.ui-footer{
    background: #000000 !important;
    border-top: solid 1px #555555 !important;
    padding-top: 5px !important;
}

.ui-bar{
    background: #555555 !important;
    border-color: #555555 !important; 
    color: #ffffff;
    text-shadow: none !important; 
}

.ui-body{
    background: #000000 !important;
    color: #ffffff;
    text-shadow: none !important;
    border-color: #555555 !important;   
}

/*Custom Styles*/
.errorMessage{
    color: #00ade6;
}

.highlight{
    color: #ff8e26;
}

label{
    color: #707070;
    text-align: left;   
}

.search-btn{
    background: url(../images/searchbutton.png) !important;
}

.align-left{
    text-align: left;
}

.align-center {
    text-align: center;
}
