html, body {
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 0;
}
#app {
    visibility: hidden;
    overflow: hidden;
}
#header {
    padding: 22px;	
    font-size: 12px;
    min-height: 50px
}
#menuBar {
    float: left;
    position: relative;
}

#menuBar ul {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #E0DFE3;
    list-style: none;
    white-space: nowrap;
}

#menuBar ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}

#menuBar ul li a {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    border: 1px solid transparent;
    border-radius: 1px;
    padding: 4px 12px;
    text-decoration: none;
    text-indent: 0;
    cursor: pointer;
}

#menuBar ul li a:hover {
    /*border-color: #999;*/
}

#menuBar .menu-popup {
    display: none;
    width: 170px;
}

#userBar {
    float: right;
    position: relative;
    padding-right: 12px;
}

#userInfo {
    float: left;
    padding: 4px 12px;
}

ul.menu-items {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #E0DFE3;
    list-style: none;
    white-space: nowrap;
}

ul.menu-items li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}

ul.menu-items li a {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    border: 1px solid transparent;
    border-radius: 1px;
    padding: 4px 12px;
    font-size: 82%;
    text-decoration: none;
    text-indent: 0;
    cursor: pointer;
}

ul.menu-items li a:hover {
    border-color: #999;
    border-radius: 1px !important;
    padding: 4px 12px !important;
}

#footer {
    display: block;
    padding-top: 12px;
    text-align: center;
    font-size: 12px;
    min-height: 50px;
    overflow: hidden;
}

#leftMenu {
    /*width: 150px;
    color: #0E2D5F;*/
}

#leftMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 1em 0;
    margin: 0 3em 2em 2em;
    border-bottom: 1px solid #95B8E7;
}

#leftMenu ul li {
    margin: 0;
    font-weight: bold;
    line-height: 28px;
    white-space: nowrap;
    cursor: default;
}

#leftMenu li a {
    /*color: #0E2D5F;*/
    display: block;
    font-weight: normal;
    text-decoration: none;
    text-indent: 1em;
    text-align: left;
    border-radius: 0;
}

#leftMenu li a:hover {
    /*background-color: #E0ECFF;*/
    border-radius: 0;
}

#leftMenu .sel {
    font-weight: bold;
    /*color: #0E2D5F;*/
}

#infoPanel {
    visibility: hidden;
    padding-right: 1em;
}

.service-panel {
    border: 1px solid #E0DFE3;
    height: 270px;
    overflow: auto
}

.viewpane-toolbar {
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 24px;
}

.apply-bar {
    border-top: 1px solid #E0DFE3;
    margin: 0;
    padding: 2em 2em 0 2em;
}

.viewpane-toolbar-selection {
    float: left;
}

.viewpane-toolbar-management {
    float: right;
    clear: none;
}

.tab-form {
    margin: 0;
    padding: 0 0 24px 0;
}

form em {
    color: red;
    font-weight: bold;
}

form input[type=text], input[type=password], select, textarea {
    /*padding: 3px;*/
    border: 1px solid #E0DFE3;
    border-radius: 5px;
}

fieldset {
    clear: both;
    margin: 0;
    border: none;
    padding: 2em;
}

fieldset legend {
    color: #222;
    font-weight: bold;
}

fieldset h6,
.content h6 {
    color: #222;
    font-weight: 700;
    font-size: 100%;
    margin: 0 0 1.8em 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #E0DFE3;
}

fieldset h6 span,
.content h6 span {
    display: block;
    font-weight: normal;
}

fieldset div {
    clear: both;
    overflow: hidden;
    vertical-align: bottom;
}

fieldset label, fieldset dl.group dt {
    float: left;
    clear: left;
    width: 9em;
    min-width: 100px;
    white-space: nowrap;
    cursor: default;
    padding-right: 1em;
}

fieldset label.empty {
    float: left;
    clear: left;
    width: 0;
    min-width: 0;
    white-space: nowrap;
    cursor: default;
}

fieldset.small label, fieldset.small dl.group dt {
    width: 6em;
}

fieldset.large label, fieldset.large dl.group dt {
    width: 12em;
}

fieldset dl.group dt.checkbox{
    width: 13em;
}

fieldset dl.group {
    margin: 6px;
}

fieldset dl.group dd {
    margin-left: 9em;
}

fieldset dl.group label, fieldset .checkbox label, fieldset .radio label {
    float: none !important;
}
.checkbox.row {
    border: none !important;
}

fieldset div {
    padding-bottom: 0.5em;
}

.dialog {
    display: none;
}

.dialog fieldset {
    border: none;
}

.dialog fieldset h6,
.dialog .content h6 {
    border-bottom: 1px solid #DEDEDE;
}

.dialog-message {
    padding: 1em;
}

.dialog-details {
    display: none;
    height: 180px;
    overflow: auto;
    padding: 1em;
    border-top: 1px solid #C9C9C9;
    background-color: InfoBackground;
}
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.hidden {
    display: none;
}
.wizard-step {
    display: none;
}
.wizard  h2 {
    color: #222;
    font-weight: normal;
    font-size: 16px;
    margin: 0.6em 0 1.8em;
    border-bottom: 1px solid #DEDEDE;
}
.menu-text a, .menu-text a:hover {
    color: inherit;
    text-decoration: none;
}
.datagrid-findbar label {
    margin-left: 5px;
}
.datagrid-findbar input {
    vertical-align: middle;
}
.datagrid-findbar input.query-invalid {
    background-color: #FCC;
}
span.highlight {
    background-color: #FF0;
}
.chartAxisLabel {
    position: absolute;
    text-align: center;
    font-size: 12px;
}
.chartYAxisLabel {
    top: 50%;
    left: 2px;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform:  rotate(-90deg);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.ie7 .chartYAxisLabel, .ie8 .chartYAxisLabel {
    top: 40%;
    font-size: 36px;
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.0, M12=0.33, M21=-0.33, M22=0.0,sizingMethod='auto expand');
}

.chartZoomOutButton {
    position: absolute;
    font-size: 10px;
    margin-right: 20px;
    padding: 2px;
    vertical-align: top;
    border: 1px solid #DEDEDE;
}

.help {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../easyui/themes/icons/help.png) no-repeat center center;
}