
.gwt-Div-WordWrap{
    white-space: nowrap;
}

.gwt-Div-Font11{
    font-size: 11px;
}

.gwt-Div-SpellingErrorMessage{
    float: left;
}
.gwt-Div-SpellingErrorLink{
    font-weight: bold;
}


.gwt-Div-ObjectsListPanelRow{
    margin-top: 20px;
    margin-bottom: 0px;
}
.pagesPanel div{
    margin: 3px;
    padding: 0px;
}


.gwt-PopupPanel {
    border: 1px solid #cccccc;
    background:#ffffff;
    padding: 3px;
    font-size: 12px;
}




.gwt-SuggestBox {
    width:100%;
}
.gwt-SuggestBoxPopup {
    margin-left: 0px;
    margin-top: 0px;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #ccc;
}
.gwt-SuggestBoxPopup .item{
    color: #424242;
    cursor: default;
    font-size: 12px;
}
.gwt-SuggestBoxPopup .item-selected {
    background: #C9ECB9;
}
.gwt-SuggestBoxPopup .suggestPopupContent {
    background: white;
}
.gwt-SuggestBoxPopup .suggestPopupTopCenter {}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {}
.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {}
.gwt-SuggestBoxPopup .suggestPopupTopRightInner {}
.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {}
.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {}




.gwt-DialogBox {
    border: 1px solid #ccc;
    padding: 0px;
    background-color: #ccc;
}
.dialogTopLeft .dialogTopRight{
    background-color: #339900;
}
.dialogMiddleLeft .dialogMiddleRight{
    background-color: #ffffff;
}
.gwt-DialogBox .Caption {
    background: #339900;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.dialogMiddleCenterInner{}
.gwt-DialogBox .dialogContent {}
.gwt-DialogBox .dialogMiddleCenter {
    padding: 10px;
    background: white;
}
.gwt-DialogDiv-OkButton{
    text-align:center;
    background-image: url(../img/buttonOk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    height: 26px;
    margin-top: 20px;
    padding-top: 10px;
    font-weight:bold;
    text-transform:uppercase;
    font-size: 12px;
    white-space: nowrap;
    width: 70px;
}

.gwt-DialogDiv-LoadingIcon{
    width: 32px;
    height: 32px;
    background-image: url(../img/iconLoading.gif);
    background-repeat: no-repeat;
    float: left;
    margin: 5px;
}
.gwt-DialogDiv-WarningIcon{
    width: 32px;
    height: 32px;
    background-image: url(../img/iconError.gif);
    background-repeat: no-repeat;
    float: left;
    margin: 5px;
}
.gwt-DialogDiv-ErrorIcon{
    width: 32px;
    height: 32px;
    background-image: url(../img/iconError.gif);
    background-repeat: no-repeat;
    float: left;
    margin: 5px;
}
.gwt-DialogDiv-Message{
    font-size:12px;
    padding-left: 10px;
    white-space: nowrap;
}












.Text-CurrentCityHyperLink{
    font-size: 150%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}

.Text-CurrentCityHyperLink a, .Text-CurrentCityHyperLink a:visited{
    color: #339900;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #339900;
    text-decoration: none;
}
.Text-CurrentCityHyperLink a:hover{
    color: #339900;
    border-bottom-width: 0px;
    text-decoration: none;
}



.Text-CityHyperLinkStyle1{
    font-size: 180%;
}
.Text-CityHyperLinkStyle2{
    font-size: 140%;
}
.Text-CityHyperLinkStyle3{
    font-size: 100%;
}
.Text-CityHyperLinkStyle4{
    font-size: 80%;
}
.Text-CityHyperLinkStyle a, .Text-CityHyperLinkStyle a:visited, .Text-CityHyperLinkStyle a:hover{
    color: #000000;
    text-decoration: none;
}
.Text-CityHyperLinkStyle a:hover{
    color: #000000;
    background-color: #C9ECB9;
    text-decoration: none;
}
.Text-CityHyperLinkStyle-Disable a, .Text-CityHyperLinkStyle-Disable a:visited, .Text-CityHyperLinkStyle-Disable a:hover{
    color: #c0c0c0;
    text-decoration: none;
}
.Text-CityHyperLinkStyle-Disable a:hover{
    color: #c0c0c0;
    background-color: #C9ECB9;
    text-decoration: none;
}

.gwt-Div-LoadingImage {
    width: 16px;
    height: 16px;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
}




div.gwt-Div-OnOver{
    margin-top: 5px;
    margin-bottom: 5px;
}
div.gwt-Div-OnOver:hover{
    background: #F4F4F4;
    margin-top: 5px;
    margin-bottom: 5px;
}


span.link{
    color: #339900;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #339900;
    text-decoration: none;
    cursor: pointer;
}
span.link:hover{
    color: #339900;
    border-bottom-width: 0px;
    text-decoration: none;
    cursor: pointer;
}
