
.journeytype_container {
	clear:both;
	display:block;
	height:35px;
	position:relative;
	background-color:#fff;
	margin-bottom:9px;
}

.journeytype_container .text {
	display:inline-block;
	margin-bottom:0px;
	margin-top:-10px;
	padding-top:0px;
	height:15px;
	position:absolute;
	top:18px;
}

.typeshared 
{
    background-color: #fffbb7;  
}
.typeprivate 
{
    background-color: #7cccc8;  
}
.typeboth 
{
    background-color: #d1eaff;  
}
.typenone 
{
    background-color: #fff;  
}


.journeytype_box {
	display:inline-block;
	height:20px;
	width:20px;
	border:2px solid #2791f1;
	margin-left:20px;
	margin-right:3px;
	margin-top:2px;
	padding-top:0px;
}


div.JourneyContainer 
{
	width: 130px;
	height: 200px;
	float: left;
	border-left:1px dotted #FFFFFF;
    color: black;
}
div.DepartContainer 
{
	width: 130px;
	height: 39px;
	border-top:1px dotted #CCCCCC;
	border-left:1px dotted #e4e3e3;
	padding-left:6px;
}
span.DepartLocation 
{
	text-align:center;
}
span.DepartTime 
{
	text-align:center;
}

div.ArriveContainer 
{
	width: 130px;
	height: 39px;
	border-left:1px dotted #e4e3e3;
		padding-left:6px;
}
span.ArriveLocation 
{
	text-align:center;
}
span.ArriveTime 
{
	text-align:center;
}

div.DurationContainer 
{
	width: 130px;
	height: 39px;
	border-top:1px dotted #CCCCCC;
		padding-left:6px;
}
span.DurationTime 
{
	text-align:center;
}
div.PriceContainer 
{
	width: 130px;
	height: 20px;
	padding-top:5px;	
	border-left:1px dotted #e4e3e3;
		padding-left:6px;
}
span.Price 
{
	text-align:center;
}
div.SelectContainer 
{
	width: 130px;
	height: 40px;
	padding-top:5px;
	border-left:1px dotted #e4e3e3;
		padding-left:6px;
}
span.SelectCheckbox 
{
	text-align:center;
}


div.PrivateSelectContainer 
{
	width: 130px;
	height: 40px;
	padding-top:5px;
	border-left:1px dotted #e4e3e3;
		padding-left:6px;
}
span.PrivateSelectCheckbox 
{
	text-align:center;
}

div.JourneyScrollerContent 
{
	width: 2700px;
	height: 200px;
	float: left;
}

div.center-controls{
    width: 330px;
}

div.LoadingPanel
{
	display: none;
    position:static;
    float:right;
}
#InJourneyScrollerContainer
{
	font-size: .75em;
}
#InSelectedContainer
{
border-top:1px dotted #999999;
padding-top:6px;
}
.InJourneyControl
{

	font-size: 11px;
    height: 25px;
}


#OutJourneyScrollerContainer
{

	font-size: 11px;
}
#OutSelectedContainer
{
border-top:1px dotted #999999;
padding-top:6px;
}
.OutJourneyControl
{

	font-size: 11px;
    height: 25px;
}

.journeykey
{
    font-size: 12px;
	text-transform: uppercase;
padding: 10px;
}


.ShuttleExtraContainer
{
	float: left;
	width: 50%;
	border-bottom:1px #CCC dotted;
	height:26px;
	margin-top:5px;
}
.ShuttleExtraQty
{
	float: left;
	width: 25%;
}
.ShuttleExtraName
{
	float: left;
	width: 40%;
}
.ShuttleExtraPrice
{
	float: left;
	width: 15%;
}
.ShuttleExtraQtyText
{
	float: left;
	width: 20%;
	font-size:80%;
}


.pagehighlight {
    background-image: url("/images/morzineshuttle/bg_pageheader.gif");
    background-position: left top;
    border: 1px solid #D2D3D1;
    height: 30px;
    width: 100%;
}

.journeybutton
{
    background-color:#3dac29;
    color: white;
}

/**
xxs
 **/
.journeyblock {
    width: 100%;
    min-width: 260px;
    background-color: rgba(255,255,255,0.4);
    color: black;
}
div.JourneyScrollerContainer 
{
	width: 260px;
	height: 200px;
	clear: both;
	overflow: hidden;
	margin-top:10px;
	border-bottom:1px dotted #999;

}



/**
xs
 **/
@media (min-width: 480px) {

    .journeyblock {
        min-width: 450px;

    }
    div.JourneyScrollerContainer 
    {
	    width: 390px;
	    height: 200px;
	    clear: both;
	    overflow: hidden;
	    border-bottom:1px dotted #999;
    }
}



/**
md
 **/
@media (min-width: 992px) {
    .journeyblock {
        min-width: 695px;
    }
    div.JourneyScrollerContainer 
    {
	    width: 650px;
	    height: 200px;
	    clear: both;
	    overflow: hidden;
	    border-bottom:1px dotted #999;
    }
}
