

/*.aui-header{
    background-color: #0065A1;
    background-image: linear-gradient(to bottom, #005C96, #0173B1);
    background-repeat: repeat-x;
}


#header .aui-header .aui-button.aui-button-primary.aui-style {
    background-image: -moz-linear-gradient(center top , #4796E6, #3773AF);
}


#header .aui-header .aui-button.aui-button-primary.aui-style:hover,  
#header .aui-header .aui-button.aui-button-primary.aui-style:focus{
    background-image: -moz-linear-gradient(center top , #58A0E8, #4980B6);
}*/

#content.edit {
    display: table-cell;
}

/* added per INFRA-13197 -rotts */  
.aui-header .aui-header-logo img {  
    max-height: 100%;  
}
