/* list horizontal links on navbar*/

#globalnav LI A.active {
    background: url(../img/ezfacility/indent.png) no-repeat center top;
}


/*  Navigation bar wrapper */

#global-wrapper {
    background: url(../img/ezfacility/body.jpg) repeat-x white;
}

a#branding img {
    height: 56px !important;
}


/* Menu links */

#globalnav li a {
    color: #111111;
}


/* Generic buttons*/

.ui-button {
    background: #F0F6F8 !important;
    border: solid 2px #757575 !important;
    color: #000000 !important;
}


/* list horizontal links on navbar */

#a {
    color: #F0F6F8 !important;
}

#globalnav li a {
    color: #F0F6F8 !important;
}


/* Support box */

#supportbox A {
    color: #111111 !important;
}


/* Filter window on transactions.php page*/

DIV.filter {
    background-color: #597179;
    border-radius: 12px;
    padding: 15px !important;
}

TABLE.transactions TH {
    background-color: #597179 !important;
    color: #111111 !important;
}