/* ++++++++++ WIDGET BODY ++++++++++ */
body {
    background-color: #FFFFFF;
    color: #6C6C6C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

label, .gwt-Label, .fixedWidthSearchFieldLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

hr {
    height: 0px;
    color: #fff;
    background-color: #fff;
    border: none;
    border-top: 1px solid #ccc;
}

.title {
	display: none;
    background-color: #ccc;
    //96742A;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

/* ++++++++++ PRODUCT RESULT ++++++++++ */
.product-Result-Panel, .product-Result-Panel-unEven {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.product-Result-Panel {
    background-color: #efefef;
}

.product-Result-Panel-hover {
    background-color: #DDDDDD;
}

.product-Result-Panel-unEven-hover {
    background-color: #DDDDDD;
}

.result-Image-Panel {
    background-color: #eee;
    border: 1px solid #ccc;
}

.result-No-Image-Available {
    font-size: 10pt;
}

.result-TitleLabel {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

/* ++++++++++ SEARCH PANEL ++++++++++ */
.searchPanel {
    background-color: #fff;
}

.searchFieldLabel {
/*color: #FFFFFF;*/
    font-size: 12px;
}

.searchFieldGrid {
/*background-color: #62B3E8;*/
}

.button:hover {
    border-color: #333;
}

.button {
    font-weight: bold;
    border-color: #5F7CA8;
}

/* ++++++++++ ERROR DIALOG ++++++++++ */
.gwt-DialogBox {
    background-color: #FFFFFF;
}

.gwt-DialogBox .Caption {
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
}

.userExceptionDialog .Caption {
    background-color: #96742A;
    color: #FFFFFF;
    font-weight: bold;
}

.userExceptionDialog {
    background-color: #FFFFFF;
    color: #6C6C6C;
    border: 1px #6C6C6C solid;
}

/* ++++++++++ BACK BUTTON ++++++++++ */

.backLinkBar {
	color: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    background-color: #96742A;
}

.backLink a {
/* color needs to be set for visited link */
    font-weight: bold;
    font-size: 10pt;
    cursor: pointer;
    color: #fff;
}

/* ++++++++++ SUGGESTBOX ++++++++++ */
.gwt-SuggestBoxPopup {
    border: 2px solid #E6F3FB;
    background-color: #FFFFFF;
}

.gwt-SuggestBoxPopup .item {
    background-color: #FFFFFF;
}

.gwt-SuggestBoxPopup .item-selected {
    background-color: #E6F3FB;
}

/* ++++++++++ DETAIL PANEL ++++++++++ */
.detailHeaderPanel {
	color: #fff;
    background-color: #96742A;
}

.detailHeaderPanel .gwt-Label {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11pt;
}

.detailContactTitleLabel {
    font-weight: bold;
    color: #333333;
    font-size: 10pt;
}

.detailFieldLabel {
    color: #333;
    font-weight: bold;
    font-size: 11pt;
}

.productDetailInfoBlock {
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
    width: 430px;
}

.detailHeaderPanelCell {
    vertical-align: middle !important;
}

.detailDescriptionPanel, .detailContactPanel, .detailPricePanel, .detailContactLabel {
    color: #666666;
    font-size: 10pt;
}

.detailAddressContent, .detailTelephoneContent, .detailFaxContent, .detailMobileContent {
    color: #666666;
}

.detailAddressContentTitle {
    font-size: 10pt;
}

/* POPUP */
.detail-Main-Image-Panel {
    background-color: white;
    border: 1px solid #CCCCCC;
}

.detail-Main-No-Image-Available {
    font-size: 20px;
    color: #6C6C6C;
}

.detail-Thumbnail-Image-Panel {
    background-color: white;
    border: 1px solid #CCCCCC;
}

.detail-Thumbnail-Image-Panel-hover {
    background-color: #E6F3FB;
    border: 1px solid #62B3E8;
}

.detail-Thumbnail-No-Image-Available {
    font-size: 12px;
    color: #6C6C6C;
}

.image-bar-arrow {
    background-color: #fff;
    border: 1px solid #ccc;
}

/* ++++++++++ DETAIL FACILITIES PANEL ++++++++++ */
.facilityImage {
    background-color: #96742A;
}

.facilityLabel {
    font-weight: bold;
    font-size: 8pt;
}

/* ++++++++++ DETAIL PRICE TABLE ++++++++++ */

.priceColumnHeader {
    font-weight: bold;
    color: black;
}

.priceRowHeader {
    padding-right: 20px;
    font-size: 10pt;
    color: #666666;
}

.priceCell {
    color: #666666;
    text-align: right;
}

.priceDivider {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10pt;
}

/* ++++++++++ PAGING BAR ++++++++++ */
.pagingBar {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    background-color: #96742A;
    color: #ffffff;
}

.pagingButton-Image-Panel {
    border: 1px solid #fff;
}

.pagingButton-Image-Panel-hover {
    border: 1px solid #eee;
}

/* ++++++++++ SORTING PANEL ++++++++++ */
.sortingPanel {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    background-color: #96742A;
    color: #fff;
}

/* ++++++++++ LOADING PANEL ++++++++++ */
.loadingOverlayPanel {
    font-weight: bold;
    background: white;
}

/* custom */
table.sortingPanel div.gwt-Label, #pagingStatusLabel {
	color: #fff;
}
.detailPanel table {
}

