a              { color: #0078cc; }
                
.button, .ui-button {
                background: #004a95 url('../images/bg-button-blue.gif') top left repeat-x !important;
                border-color: #004994 !important;
                }

#sidebar #main-nav li a.nav-top-item {
                background: transparent url('../images/bg-menu-item-blue.gif') right center no-repeat;
                }

ul.content-box-tabs li a:hover {
                color: #0078cc;
                }              
                
.pagination a.current, .pagination a.active {
                background: #004a95 url('../images/bg-button-blue.gif') top left repeat-x !important;
                border-color: #004994 !important;
                }
				
.action-button span:hover {
				color: #0078cc; 
                }
                
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #004a95; }

#loading { 
    background:#0078CC;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, 
.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
    border: 1px solid #004994; 
    background: #004a95 url(../images/bg-button-blue.gif) 50% 50% repeat-x;  
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("../images/bg-button-blue.gif") repeat-x scroll left top #004a95;
    border-color: #004994;
    
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: url("../images/ui-bg_highlight-hard_100_fafaf4_1x100.png") repeat-x scroll 50% 50% #fafaf4 !important;
    border: 1px solid #cccccc !important;
    font-weight: bold;
    color: #004994 !important;
}