/**
  * I.E. Specific CSS
  */
/**
  * Define a height for the top level container element.
  * We need to do this in order to get the splash screen to fill the entite screen (including scrollable
  * areas).  It dosen't seem to matter what this height is set to!
  */
#container
	{
	min-height:100px;
	}

/* Limit width to available space. */
div.container div.Content div.enquiry div.formPadding div.results
	{
	width:100%;
	min-height:100px;
	}

/* Set the width of the input element with the filter dropdown also rendered. */
div.Content form div input.inputText.filtered
	{
	width:15em;
	}

div.ContentCMS
	{
	padding-top: 0px;
	}

/* Set the right margin of the left div to the edge of the screen */
div.footer div.footerLeft
	{
	margin-right:-200px;
	}

/* Ensure that the content is taller than the displayed contents. */
div.Content,
div.ContentCMS
	{
	height:auto !important;
	height:450px;
	}

/* Adjust the padding provided to accomodate the footer
required so that the splash screen effect includes the footer. */
div.container
	{
	margin-bottom:25px;
	padding-bottom:0px;
	}

/**
  * Remove margins around Transport modes - Initially added in Journey Planner module
  */
form div.enterTransportModes
	{
	margin:0px;
	}

/*
 * Alter the display of buttons within the map controls as the long welsh names
 * here screw up the custom button styling.
div.mapControls form fieldset span.inputButtonSurround
	{
	clear: left;
	}
 */
div.mapControls form fieldset span.inputButtonSurround input
	{
	padding-left: 6px;
	padding-right: 6px;
	}