﻿/* ++++++++++ WIDGET BODY ++++++++++ */
body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
}

label, .gwt-Label, .fixedWidthSearchFieldLabel {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
}

hr {
    height:1px;
	color:#FFF;
	background: #fff url(/images/slapen/stippel_groen.gif) repeat-x;
	border:none;
	
}

.title {
    color: #709940;
    font-size: 22px;
    font-weight: bold;
}

/* ++++++++++ PRODUCT RESULT ++++++++++ */
.product-Result-Panel, .product-Result-Panel-unEven {
    color: #000000;
    font-size: 11px;
	padding-bottom:10px;
	border-bottom:#EB7E06 1px solid;
}

.product-Result-Panel {
    background-color: #ffffff;
}

.product-Result-Panel-hover {
    background-color: #F2F2F2;
	padding-bottom:10px;
	border-bottom:#EB7E06 1px solid;
}

.product-Result-Panel-unEven-hover {
    background-color: #F2F2F2;
	padding-bottom:10px;
	border-bottom:#EB7E06 1px solid;
}

.result-Image-Panel {
    background-color: white;
    border: 1px solid #CCCCCC;
}

.result-No-Image-Available {
    font-size: 10px;
}

.result-TitleLabel {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

/* ++++++++++ SEARCH PANEL ++++++++++ */
.searchPanel {
    background-color: #FFFFFF;
}

.searchFieldLabel {
/*color: #FFFFFF;*/
    font-size: 11px;
}

.searchFieldGrid {
/*background-color: #62B3E8;*/
}

.button:hover {
    border-color: #000000;
}

.button {
    font-weight: bold;
	background-image: url(/images/slapen/bg_btn.jpg);
	background-repeat:repeat-x;
	height:21px;
	border:#DB7A0A 1px solid;
	color:#FFFFFF;
    cursor:pointer;
}

/* ++++++++++ ERROR DIALOG ++++++++++ */
.gwt-DialogBox {
    background-color: #FFFFFF;
	font-size:11px;
}

.gwt-DialogBox .Caption {
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
	font-size:11px;
}

.userExceptionDialog .Caption {
    background-color: #C50066;
    color: #FFFFFF;
    font-weight: bold;
}

.userExceptionDialog {
    background-color: #FFFFFF;
    color: #6C6C6C;
    border: 1px #6C6C6C solid;
}

/* ++++++++++ BACK BUTTON ++++++++++ */

.backLinkBar {
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    background-color: #F0F0F0;
	color: #668A06;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:10px;
}

.backLink a {
/* color needs to be set for visited link */
    color: #668A06;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
}

/* ++++++++++ SUGGESTBOX ++++++++++ */
.gwt-SuggestBoxPopup {
    border: 2px solid #E6F3FB;
    background-color: #FFFFFF;
	font-size:11px;
}

.gwt-SuggestBoxPopup .item {
    background-color: #FFFFFF;
	font-size:11px;
}

.gwt-SuggestBoxPopup .item-selected {
    background-color: #E6F3FB;
	font-size:11px;
}

/* ++++++++++ DETAIL PANEL ++++++++++ */
.detailHeaderPanel {
    background:#fff url(/images/slapen/titel_BG.jpg);
	background-repeat:no-repeat;
	width:640px;
	height:27px;
   
}

.detailHeaderPanel .gwt-Label {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
	padding-top:1px;
	padding-left:5px;
	
	
}

.detailContactTitleLabel {
    font-weight: bold;
    color: #000000;
    font-size: 10px;
}

.detailFieldLabel {
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}

.productDetailInfoBlock {
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
    width: 430px;
}

.detailHeaderPanelCell {
    vertical-align: middle !important;
}

.detailDescriptionPanel, .detailContactPanel, .detailPricePanel, .detailContactLabel {
    color: #000000;
    font-size: 11px;
}

.detailAddressContent, .detailTelephoneContent, .detailFaxContent, .detailMobileContent {
    color: #000000;
}

.detailAddressContentTitle {
    font-size: 11px;
}

/* ++++++++++ DETAIL IMAGE PANEL ++++++++++ */
.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: #ffffff;
    border: 1px solid #ffffff;
}


/* ++++++++++ DETAIL FACILITIES PANEL ++++++++++ */
.facilityImage {
    background-color: #4AAA42;
}

.facilityLabel {
    font-weight: bold;
    font-size: 8px;
}

/* ++++++++++ DETAIL PRICE TABLE ++++++++++ */

.priceColumnHeader {
    font-weight: bold;
    color: black;
}

.priceRowHeader {
    padding-right: 20px;
    font-size: 11px;
    color: #000000;
}

.priceCell {
    color: #000000;
    text-align: right;
}

.priceDivider {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
}

/* ++++++++++ PAGING BAR ++++++++++ */
.pagingBar {
   	border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    background-color: #F0F0F0;
    color: #668A06;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:10px;
}

.pagingButton-Image-Panel {
    border: 1px solid #F0F0F0;
	cursor:pointer;
}

.pagingButton-Image-Panel-hover {
    border: 1px solid #F0F0F0;
	cursor:pointer;
}

/* ++++++++++ SORTING PANEL ++++++++++ */
.sortingPanel {
    color: #ffffff;
	font-weight:bold;
	font-size:11px;
	background-image: url(/images/slapen/titel_BG.jpg);
	background-repeat:no-repeat;
}

/* ++++++++++ LOADING PANEL ++++++++++ */
.loadingOverlayPanel {
    font-weight: bold;
    background: white;
}

