/* layout */
.simpleItemTour div.columnLeft {
    float: left;
    width: 48%;
    margin-right: 10px;
}

.simpleItemTour div.columnRight {
    float: left;
    width: 48%;
}

/* style */
.simpleItemTour {
    border: 2px solid #e3e4e3;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.simpleItemTour div.main {
    padding: 10px;
}

.simpleItemTour .dottedTitle div. {
    white-space: nowrap;
    margin: 0 20px;
    font-size: 1.2em;
    float: left;
}

.simpleItemTour .dottedTitle div.date {
    white-space: nowrap;
    font-size: 1.0em;
    float: left;
}

.simpleItemTour div.days {
    font-size: 1em;
    color: #494949;
    font-weight: bold;
    margin: 7px 0;
}

.simpleItemTour div.content {
    padding: 10px;
}

.simpleItemTour div.mapContainer {
    padding: 10px;
    background-color: white;
}

.simpleItemTour.pair {
    background-color: transparent;
}

.simpleItemTour.odd {
    background-color: #e6e6e6;
}

.simpleItemTour div.gwt-Label {
    display: inline;
}

/* images resize */
img.tourOperatorItineraryResize {
    background-image: url('../../images/tourOperator.png');
    width: 200px;
    height: 30px;
}

/* table */
table.skyBlueTable {
    background: #eaf4fd;
    margin: 0 auto;
    border: 0;
    border-collapse: separate;
    border-color: white;
    padding: 2px;
}

table.skyBlueTable td,
table.skyBlueTable th {
    padding: 2px 4px;
}

table.skyBlueTable th {
    background: #7abaf1;
    color: white;
}

table.skyBlueTable th .gwt-Label {
    font-weight: normal;
}