/* Loaded from : uk/co/aimltd/journeyplanner/styles/journeyplanner.css */
/*
 *	Style Sheets explicityly for Journey Planning
 */

/*
DEL
fieldset.options
	{
	float:left;
	display:block;
	margin-left:0;
	padding-left:0;
	width:20em;
	}
*/
/*
DEL
fieldset.options span.TransportMode label
	{
	width:18em;
	}
*/
form div.enterTransportModes
	{
	float:left;
	clear:none;			/* The divs in this block clear the align ment */
	display:block;
	padding:1px;
	margin:1px;
	}
form div.enterTransportModes span.optionsShim
	{
	width:0px;
	}

/*
form div.enterTransportModes	fieldset.options
	{
	margin-top:0;
	margin-left:0px;
	padding-top:2px;
	width:17em;
	}
*/

#currentOperator
	{
	padding-left:1em;
	}

table.journies input.inputButton
	{
	display:block;
	}

/**
  * Ensure the time and date input sections are on new lines
  */
div.timeDateInput
	{
	clear:left;
	}

/**
 * Basic styling for google maps
 */

#modalgooglemap
	{
	width: 500px;
	height: 300px;
	}

