#top {
    position: relative;
    background-color: #036fab;
    color: white;
    padding: 5px;
    margin: 0px 0px 0px 0px;
}

.center_content {
    position: relative;
    background-color: #dddddd;
}

body {
    background-color: #ffffff!important;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;  
    margin: 10px;
}

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  20px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #0080FF;
}

.ui-layout-north {
    z-index: 20 !important;
    overflow: visible !important;
}

.ui-layout-north .ui-layout-unit-content {
    overflow: visible !important;
}

.ui-dock-container-top {
  position: absolute !important;
}

.ui-widget {
    font-size: 12px !important;
}

.centerGrid {
    margin-left: auto;
    margin-right: auto;
}

.numericField {
   text-align: right !important;
}

.readonly {
    background: #dfecf1 !important;
}

.rowodd {
    background: #C7DFFF;
}

.roweven {
    background: #FFFFFF;
}