﻿/* ++++++++++ WIDGET BODY ++++++++++ */
.floatingFacility {
    width: 300px;
    float: left;
}

a img {
    border: 0px;
}

/* ++++++++++ PRODUCT RESULT ++++++++++ */
.product-Result-Description{
    border-spacing: 4px;
    padding-right:15px;
}

.product-Result-Panel, .product-Result-Panel-unEven {
    /* cursor: pointer; */
    margin: 1px;
}

.product-Result-Price{
    padding-right:15px;
}

.product-Result-Starspanel {
    margin-left: 10px;
}

.result-Image-Panel {
    height: 90px;
    width: 90px;
    text-align: center;
    vertical-align: middle;
    margin-left:10px;
}


.result-Image-Panel td {
    padding: 0px;
}

.result-No-Image-Available {
    vertical-align: middle;
}

/* ++++++++++ SEARCH PANEL ++++++++++ */
.searchPanel {
    margin: 2px;
    padding: 4px;
    padding-left:15px;
    padding-right:15px;
}

.searchFieldGrid {
   
}

.searchField {
    width: 200px;
}

.searchFieldLabel {
    text-align: left;
    margin-right: 3px;
}

.fixedWidthSearchFieldLabel{
    text-align: left;
    margin-right: 3px;
    width: 100px;
}

.fixedWidthListBox{
    width: 190px;
}

.fixedWidthPlaceHolder{
    width: 300px;
}
.fixedWidthLabel-Image-Panel img{
    height: 1px;
    width: 100px;
}

.fixedWidthAddressTitle-Image-Panel img{
    height: 1px;
    width: 70px;
}

.priceSearchField {
    width: 50px;
    margin-right: 3px;
}

.searchButtonPanel{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
}


.disclosureHeaderCenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* ++++++++++ ERROR DIALOG ++++++++++ */
.gwt-DialogBox {
    border: 2px outset;
}

.gwt-DialogBox .Caption {
    padding: 3px;
    margin: 2px;
    /* cursor: default; */
}

.errorDialog-StackTrace {
    overflow: scroll;
}

/* ++++++++++ BACK BUTTON ++++++++++ */

.backLinkBar {
    text-align: left;
    vertical-align: middle;
    padding: 3px;
    margin-top: 5px;
    padding-left:15px;
    padding-right:15px;
}

.backLink a {
    text-decoration: none;
    cursor: pointer;
}

.backLink a:hover {
    text-decoration: underline;
}

.backLinkText {
    display: inline;
    margin-left: 2px;
}

/* ++++++++++ SUGGESTBOX ++++++++++ */
.gwt-SuggestBoxPopup {
    width: 200px;
}

.gwt-SuggestBoxPopup .item {
    padding: 0;
    /* cursor: pointer; */
    width: 196px;
    text-align: left;
}

.gwt-SuggestBoxPopup .item-selected {
    padding: 0;
}

/* ++++++++++ DETAIL PANEL ++++++++++ */
.detailPanel{
    padding-left:15px;
    padding-right:15px;
}

.detailFieldLabel {
    margin-top: 12px;
    text-align: left;
    padding-bottom: 5px;
}

.detailContactTitleLabel {
    padding-right: 5px;
}

.detailHeaderPanel {
    padding: 4px;
    margin: 2px;
    padding-left:15px;
    padding-right:15px;
}

/* ++++++++++ DETAIL IMAGE PANEL ++++++++++ */
.detailImagePanel {
    margin-top: 12px;
}

.detail-Main-Image-Panel {
    height: 320px;
    width: 336px;
    text-align: center;
    vertical-align: middle;
}

.detail-Main-Image-Panel td {
    padding: 0px;
}

.detail-Main-No-Image-Available {
    vertical-align: middle;
}

.detail-Thumbnail-Panel {
    margin-top: 3px;
}

.detail-Thumbnail-Image-Panel {
    height: 75px;
    width: 75px;
    text-align: center;
    vertical-align: middle;
    margin: 3px;
}

.detail-Thumbnail-Image-Panel td {
    padding: 0px;
}

.detail-Thumbnail-No-Image-Available {
    vertical-align: middle;
}
.arrow-Image{
    width: 10px;
    height: 10px;
}

.image-bar-arrow{
    /* cursor: pointer; */
}

.image-bar-arrow-hidden{
    /* cursor: default; */
}

.image-bar-arrow-hidden img{
    visibility: hidden;
}
/* ++++++++++ DETAIL FACILITIES PANEL ++++++++++ */
.facilitiyBarWrapper {
    padding-top: 10px;
    width: 100%;
}

.facilityBar {
    text-align: left;
    padding-bottom: 2px;
    padding-top: 10px;
    width: 100%;
}

.facilityImage {
    margin: 0px;
    padding: 0px;
}

.facilityLabel {
    margin: 0px;
    padding: 0px;
}
.floatingPanel{
    float: left;
}
/* ++++++++++ DETAIL PRICE TABLE ++++++++++ */
/* not available */

/* ++++++++++ PAGING BAR ++++++++++ */
.pagingBar {
    margin-top:10px;
    margin-bottom:10px;
    padding-left:15px;
    padding-right:15px;
}

.pagingButton {
    padding: 2px;
}

.pagingButton-Image-Panel {
    height: 100%;
    width: 100%;
    /* cursor: pointer; */
    cursor: pointer;
}

.pagingButton-Image-Panel-hover {
    /* cursor: pointer; */
}

.pagingButton-Image-Panel-disabled {
    border: 0;
    /* cursor: auto; */
}

.pagingButton-Image-Panel td {
    text-align: center;
}

/* ++++++++++ SORTING PANEL ++++++++++ */
.sortingPanel {
    margin-top:10px;
    margin-bottom:10px;
    text-align: left;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left:15px;
    padding-right:15px;
}

/* ++++++++++ LOADING PANEL ++++++++++ */
.loadingOverlayPanel {
    opacity: 0.75;
    filter: alpha( opacity = 75 );
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
}





/* ++++++++++ PRODUCT RESULT ++++++++++ */
.product-Result-Panel, .product-Result-Panel-unEven {
    
}

.product-Result-Panel {
    background-color: #EEEEEE;
}

.product-Result-Panel-hover {
    background-color: #DDDDDD; /* #00a4b8; */
    cursor: pointer;
}

.product-Result-Panel-unEven-hover {
    background-color: #DDDDDD;
    cursor: pointer;
}

.result-Image-Panel {
    background-color: white;
    border: 1px solid #CCCCCC;
}

.result-No-Image-Available {
}

.result-TitleLabel {
    font-weight: bold;
}

/* ++++++++++ SEARCH PANEL ++++++++++ */
.searchPanel {
    
}

.searchFieldLabel {
}

.searchFieldGrid {
}

/* ++++++++++ ERROR DIALOG ++++++++++ */
.gwt-DialogBox {
    background-color: #FFFFFF;
}

.gwt-DialogBox .Caption {
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
}

.userExceptionDialog .Caption {
    background-color: #C50066;
    color: #FFFFFF;
    font-weight: bold;
}

.userExceptionDialog {
    background-color: #FFFFFF;
    color: #6C6C6C;
    border: 1px #6C6C6C solid;
}

/* ++++++++++ BACK BUTTON ++++++++++ */

.backLinkBar {
    /*background-color: #6c311b;
    color: #ffffff;
    border-top: 1px solid #00a4b8; */
}

.backLink a {
/* color needs to be set for visited link */
    color: #ffffff;
    font-weight: bold;
}

/* ++++++++++ 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 {
    background-color: #6c311b;
}

.detailHeaderPanel .gwt-Label {
	color: #FFFFFF;
    font-weight: bold;
    font-size: 11pt;
}

.detailContactTitleLabel {
    font-weight: bold;
    color: #000000;
    font-size: 10pt;
}

.detailFieldLabel {
    color: #000000;
    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 {
}

.detailAddressContent, .detailTelephoneContent, .detailFaxContent, .detailMobileContent {
}

.detailAddressContentTitle {
}

/* ++++++++++ DETAIL IMAGE PANEL ++++++++++ */
.detail-Main-Image-Panel {
    background-color: white;
    border: 1px solid #CCCCCC;
}

.detail-Main-No-Image-Available {
    font-size: 20px;
}

.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;
}

.image-bar-arrow {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

/* ++++++++++ DETAIL FACILITIES PANEL ++++++++++ */
.facilityImage {
    background-color: #C50066;
}

.facilityLabel {
    font-weight: bold;
    font-size: 8pt;
}

/* ++++++++++ DETAIL PRICE TABLE ++++++++++ */

.priceColumnHeader {
    font-weight: bold;
    color: black;
}

.priceRowHeader {
    padding-right: 20px;
    font-size: 10pt;
}

.priceCell {
    text-align: right;
}

.priceDivider {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10pt;
}

/* ++++++++++ PAGING BAR ++++++++++ */
.pagingBar {
    /*background-color: #6c311b;
    color: white;*/
    border-top: 1px solid #00a4b8;
}

.pagingButton-Image-Panel {
    border: 0px solid #CCCCCC;
}

.pagingButton-Image-Panel-hover {
    border: 1px solid black;
}

/* ++++++++++ SORTING PANEL ++++++++++ */
.sortingPanel {
    /*background-color: #6c311b;
    color: white;*/
    border-top: 1px solid #00a4b8;
}

/* ++++++++++ LOADING PANEL ++++++++++ */
.loadingOverlayPanel {
    font-weight: bold;
    background: white;
}


#tourist_product_manager_widget_search .title 
{
	font-weight: bold;
	display: none;
}

div#tourist_product_manager_widget_results 
{
	margin-bottom: 10px;
}