/*body {*/
/*background-color: white;*/
/*color: black;*/
/*font-family: Arial, sans-serif;*/
/*font-size: small;*/
/*margin: 8px;*/
/*}*/

/*.check-box {*/
/*margin-left: 10px;*/
/*}*/

/*.check-box label {*/
/*margin-left: 2px;*/
/*vertical-align: middle;*/
/*}*/

/*.check-box input {*/
/*vertical-align: middle;*/
/*}*/

.x-menu-item {
    text-align: left;
}

.x-date-days td span {
    display: block;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    background-color: #99ccff;
}

.blah {
    text-align: left;
}

.alignLeft {
    text-align: left;
}

.heading {
    font-weight: bold;
    font-size: larger;
}

.bold {
    font-weight: bold;
}

.bold button {
    font-weight: bold;
}

.error {
    color: red;
    font-weight: bold;
}

.property {
    margin-left: 20px;
}

.hrStyle {
    margin: 10px;
}

.border {
    border: 1px solid black;
}

.property-name {
    width: 110px;
}

.test {
    width: 100%;
    height: auto;
    z-index: 1000;
}

.center {
    text-align: center;
}

.center table {
    margin-left: auto;
    margin-right: auto;
}

.center td {
    text-align: center;
}

.centeredTable {
    margin-left: auto;
    margin-right: auto;
}

.centeredTable a {
    vertical-align: bottom;
}

.center a {
    margin: 10px;
}

.imagePanelSize {
    width: 700px;
    height: 525px;
}

x-panel-body {
    width: 100%;
}

.detailsPanel {
    width: 100%;
}

.imageBackground {
    background-color: #c3daf9;
}

.link {
    text-decoration: underline;
}

.buttonStyle {
    width: 150px;
}

#footer {
    text-align: center;
    border-top: 1px solid #032757;
    font-size: 0.9em;
    font-style: normal;
}

.mainColumn {
    padding-left: 30px;
}

.buttonSelected {
    background: transparent;
    border: 0;
}

.loadingStyle div {
    background-repeat: no-repeat;
    background-image: url("images/grid-loading.gif");
    background-position: center left;
}

.loadingStyle p {
    margin-left: 15px;
}

.tree-button {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.9em;
    width: 100px;
    white-space: nowrap;
}

.gwt-Treeitem-Selected {
    background-color: azure;
    background-repeat: no-repeat;
    background-image: url("images/group-checked.gif");
    background-position: center left;
}

.gwt-Tree div {
    text-align: left;
    max-width: 200px;
}

.platformitem span {
    padding-left: 16px;
    margin-left: -20px;
    cursor: pointer;
}

.gwt-Tree div Table {
    margin-left: 0;
    margin-right: auto;
}

#comparisonHeader {
    text-align: center;
    font-weight: bold;
    font-size: large; /*font-weight: bolder;*/
    margin-bottom: 10px;
}

.comparisonLabels {
    font-weight: bold;
    margin-bottom: 5px;
}

.gwt-ListBox {
    min-width: 248px;
}

.compHorizontal {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.comparisonColumn {
    text-align: center;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*WebSite Style*/
.infoWindow {
    width: 350px;
}

#appfooter {

    width: 100%;
    margin-top: 30px;
    font-size: 0.7em;
    text-align: center;
}

body .style a {
    color: gray;
    font-family: sans-serif;
    font-size: 13px;
    text-decoration: none;
}

body {
    background-color: #D9E7F0;
    color: black;
    margin: 0;
    padding: 0;
}

#container {
    width: 1000px;
    margin: auto;
    background-color: white;
}

#content {
    position: relative;
    width: 780px;
    margin: 0 10px 0 10px;
}

.vertMenu {
    width: 200px;
}

.column {
    width: 200px;
    vertical-align: top;
}

#myDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: gray;
    filter: alpha(opacity = 80);
    opacity: 0.8;
}

#load {
    width: 150px;
    height: 35px;
    background-color: #032757;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-image: url("images/grid-loading.gif");
    background-position: center left;
    position: relative;
    top: 45%;
    filter: alpha(opacity = 100);
    opacity: 1;
}

#load span {
    color: white;
    line-height: 35px;
    font-weight: bold;
}

#dataTurbine p {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    font-size: 0.8em;
}

#nav {
    background-color: #f3f3f3;
}

#loading {
    width: 300px;
    height: 60px;
    background-color: gray;
    position: relative;
    top: -300px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    filter: alpha(opacity = 60);
    opacity: 0.6;
}

#loading div {
    background-repeat: no-repeat;
    background-image: url("images/grid-loading.gif");
    background-position: center left;
    text-align: left;
    background-color: white;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid blue;
    height: 30px;
    position: relative;
    top: 12px;
}

#loading p {
    margin-left: 20px;
    color: black;
    margin-top: 7px;
}

#feedDiv {
    overflow: auto;
    height: 500px;
}

.x-panel-toolbar {
    float: right;
}

.gwt-PushButton {
    cursor: pointer;
    margin-left: 10px;
}

.config td:first-child {
    width: 120px;
}

.iconStyle {
    background-image: url("http://data.aims.gov.au/resources/images/icons/goodones/icons/chart_curve_edit.png");
    background-repeat: no-repeat;
}

.zoombutton {
    width: 120px;
}
