/* __ classes __ */

.max-pagewidth {
    width: 940px; /* caution: edit also #navigation, #content */
}

.auto-margin {
    margin: 0 auto;
}


.smaller {
    font-size: 85%;
}

.left {
    float: left;
    width: auto;
}

.right {
    float: right;
    width: auto;
}

.spacer {
    height: 20px;
    width: 100%;
}

.clear {
    clear: both;
}

.invisible {
    display: none;
}

.hotel-selected td {
	background: #eee;
	cursor: pointer;
}

.hotel-unselected td {
	cursor: pointer;
}

.imageProgressOverlay {
  background-color: #ccc;
  float: left;
}

.imageProgressOverlayOpacity {
    opacity : 0.3;
    filter: alpha(opacity=30);
}

.imageProgressOverlayOpacity img {
    display: block;
}

.imageProgress {
    color: #aaa;
}

/* __ classes __ */
