/********** Widget **********/
body {
	top:0;
	margin:0;
	padding:0;
}
.fluid-widget {
	width:100%;
	height:100%;
	_width:expression(document.body.clientWidth < 242? "240px" : document.body.clientWidth > 1432? "1430px" : "auto");
	background: #fff;
	font: 62.5% Helvetica, Arial, sans-serif;
}
.widget-border {
	position:relative;
	float: left;
	height:100%;
	overflow:hidden;
	width: 100%;
}
#widget-title {
	position:relative;
	float: left;
	min-width: 240px;
	max-width: 1430px;
	width:100%;
	height: 40px;
	font-size: 1.8em;
	line-height: 40px;
	color: #fff;
	text-align:center;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.going-to {
	float: left;
	clear:left;
	padding: 10px 0;
	width:100%;
}
.going-from {
	float: left;
	clear:left;
	padding: 0 0 10px 0;
	width: 100%;
}
.label {
	float: left;
	clear:left;
	color: #000;
	font-weight:bold;
	font-size: 1.1em;
	padding-bottom:3px;
}
.name {
	float: left;
	clear:left;
	font-size: 2em;
	font-weight:bold;
	color: #b3b3b3;
	width: 100%;
}
.going-from input#from{
	float: left;
	clear:left;
	width:94%;
	display:block;
	color:#b3b3b3;
	border: #b3b3b3 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: .5em;
	margin: 0 10px 0 0;
}
.date-time {
	float: left;
	clear:left;
	width:100%;
	display:block;
	padding: 10px 0;
}
.date-time select {
	float: left;
	border: #b3b3b3 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	margin: 0 0 0 10px;
	_display:inline;
}
.option-label {
	float: left;
	width:47px;
	color: #000;
	font-weight:bold;
	font-size: 1.1em;
	display:block;
	padding: 8px 0 0 0;
}
.to-from-holder {
	display:inline-block;
	zoom:1; *display: inline;
	max-width: 450px;
	min-width: 260px;
	width:100%;
}
.date-time-holder {
	margin: 0 20px 0 0;
	max-width: 260px;
	display:inline-block;
	zoom:1; *display: inline;
}
.routes {
	position:relative;
	display:inline-block;
	zoom:1; *display: inline;
	margin: 10px 10px 0 0;
	max-width: 540px;
}
ul.errors {
    float: left;
    list-style: none outside none;
    margin: 0;
	padding: 10px 0 0 0;
}
ul.errors li{
	color:#d63921;
}
.route-label {
    color: #000000;
	display:inline-block;
	zoom:1; *display: inline;	
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 30px 0 0;
    text-align: right;
    width: 120px;
	overflow:hidden;
}
.submit-plan {
	position:absolute;
	top:20px;
	right:0;
	width:85px;
	height:32px;
	margin: 0;
	padding:0;
}
.submit-plan input {
	border: none;
	outline: none;
	display:block;
	cursor: pointer;
	height: 32px;
	width: 75px;
	line-height: 99px;
	overflow: hidden;
	font-size: 0;
}
.logos {
	display:inline-block;
	zoom:1; *display: inline;
	width: 100%;
	max-width: 480px;
	margin: 40px 10px 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
}
.logos img {
	display:inline-block;
	zoom:1; *display: inline;	
}
* html .logos {clear:none;}
.powered-by {
	float: left;
	clear:left;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width: 240px;
	border-top: 1px dotted #ccc;
	font: 1.2em "Myriad Pro", Helvetica, Arial, sans-serif;
	color:#8f8f8f;
	text-transform:uppercase;
}
/********** Colours **********/
.blue {
	background: url(../../../assets/images/widget/blue-bg.gif) top center repeat-x;
}
.blue-btn {
	background: url(../../../assets/images/widget/blue-btn.gif) top center no-repeat;
}
.yellow {
	background: url(../../../assets/images/widget/yellow-bg.gif) top center repeat-x;
}
.yellow-btn {
	background: url(../../../assets/images/widget/yellow-btn.gif) top center no-repeat;
}
.green {
	background: url(../../../assets/images/widget/green-bg.gif) top center repeat-x;
}
.green-btn {
	background: url(../../../assets/images/widget/green-btn.gif) top center no-repeat;
}
.red {
	background: url(../../../assets/images/widget/red-bg.gif) top center repeat-x;
}
.red-btn {
	background: url(../../../assets/images/widget/red-btn.gif) top center no-repeat;
}
.orange {
	background: url(../../../assets/images/widget/orange-bg.gif) top center repeat-x;
}
.orange-btn {
	background: url(../../../assets/images/widget/orange-btn.gif) top center no-repeat;
}
.purple {
	background: url(../../../assets/images/widget/purple-bg.gif) top center repeat-x;
}
.purple-btn {
	background: url(../../../assets/images/widget/purple-btn.gif) top center no-repeat;
}
.dark_grey {
	background: url(../../../assets/images/widget/dark_grey-bg.gif) top center repeat-x;
}
.dark_grey-btn {
	background: url(../../../assets/images/widget/dark_grey-btn.gif) top center no-repeat;
}
.light_grey {
	background: url(../../../assets/images/widget/light_grey-bg.gif) top center repeat-x;
}
.light_grey-btn {
	background: url(../../../assets/images/widget/light_grey-btn.gif) top center no-repeat;
}