body{background: #ecebeb;}

#wrapper{background: none;}

.blue_table th{
    background: rgb(205,36,46); 
    background: -moz-linear-gradient(top, rgba(205,36,46,1) 0%, rgba(172,21,27,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,36,46,1)), color-stop(100%,rgba(172,21,27,1))); 
    background: -webkit-linear-gradient(top, rgba(205,36,46,1) 0%,rgba(172,21,27,1) 100%); 
    background: -o-linear-gradient(top, rgba(205,36,46,1) 0%,rgba(172,21,27,1) 100%); 
    background: -ms-linear-gradient(top, rgba(205,36,46,1) 0%,rgba(172,21,27,1) 100%); 
    background: linear-gradient(to bottom, rgba(205,36,46,1) 0%,rgba(172,21,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd242e', endColorstr='#ac151b',GradientType=0 );  color: #fff;
    font-weight: bold;
}
.blue_table tr.total{background-color: #efcece;}
.ui-tabs-nav a{background-image: url(tabs.png);}

.ui-widget-header { border: 1px solid #ccc;
background: rgb(205,36,46); /* Old browsers */
background: -moz-linear-gradient(top, rgba(205,36,46,1) 0%, rgba(172,21,27,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,36,46,1)), color-stop(100%,rgba(172,21,27,1))); 
background: -webkit-linear-gradient(top, rgba(205,36,46,1) 0%,rgba(172,21,27,1) 100%); 
background: -o-linear-gradient(top, rgba(205,36,46,1) 0%,rgba(172,21,27,1) 100%); 
background: -ms-linear-gradient(top, rgba(205,36,46,1) 0%,rgba(172,21,27,1) 100%); 
background: linear-gradient(to bottom, rgba(205,36,46,1) 0%,rgba(172,21,27,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd242e', endColorstr='#ac151b',GradientType=0 );
color: #222222; font-weight: bold; }

.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3;
background: rgb(205,36,46); /* Old browsers */
background: -moz-linear-gradient(top, rgba(205,36,46,1) 0%, rgba(172,21,27,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,36,46,1)), color-stop(100%,rgba(172,21,27,1))); 
background: -webkit-linear-gradient(top, rgba(205,36,46,1) 0%,rgba(172,21,27,1) 100%); 
background: -o-linear-gradient(top, rgba(205,36,46,1) 0%,rgba(172,21,27,1) 100%); 
background: -ms-linear-gradient(top, rgba(205,36,46,1) 0%,rgba(172,21,27,1) 100%); 
background: linear-gradient(to bottom, rgba(205,36,46,1) 0%,rgba(172,21,27,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd242e', endColorstr='#ac151b',GradientType=0 );
font-weight: bold; color: #fff; outline: none; }

.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #ccc; background-color: #fff; background-image: none; font-weight: normal; color: #212121; outline: none; }

#aNav a {
    color: #424242;
    font-weight: 100;
}

#count_summary button {
    padding: 10px 0;
}

#logoimg {
}

#headerRight h2 {
    color: #424242 !important;
}

span#logoutElement.topElement {
    color: #000;
}
