@charset "UTF-8";
/* CSS Document */
body#translink_tripplanner_embed_body {
	margin:0;
	padding:0;
}

div#translinktrip_widget {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#004682;
	width:324px;
	height:388px;
	-moz-border-radius:11px;
	-webkit-border-radius: 11px;
	padding:6px;
	/*overflow:hidden;*/
}

div#translinktrip_widget_inner {
	background:#fff url(/translink/images/embedded%20trip%20planner/translinktrip_trip_planner_bottom.gif) 0 bottom no-repeat;
	height:388px;
}
#translinktrip_widget img.translinktrip_header_img {
	float:left; /* for IE margin fix */
}

div.translinktrip_widget_content {
    margin:20px 0 0 9px;
}

#translinktrip_next_bus_content .tab-help 
{
    top:95px !important;
    left:23px !important;
}

/* List popup */
#locationList,
#locationList-wide {
	margin:15px;
}
#locationList,
#locationList-wide,
#locationList p, 
#locationList-wide p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#locationList h1,
#locationList-wide h1 {
	font-size:18px;
}
#locationList h2,
#locationList-wide h2 {
	font-size:14px;
	margin:6px 0;
}
#locationList2-con table tr td {
	padding-right:15px;
}
ul.locationPicker {
	margin:0 0 30px 0;
	padding:0;
}
ul.locationPicker li {
	color:#1361A5;
	padding:2px 40px 2px 8px;
	list-style-type:none;
	line-height:1.5em;
}
ul.locationPicker input {
	float:right;
	width:100px;
}
ul.locationPicker li label {
	width:245px;
}
#locationList1-con,
#locationList2-con {
	overflow:auto;
	height:300px;
}
.row-white {
	background:#fff;
}
.greyBox {
	background:#EDEDED;
	margin-bottom:20px;
	margin-left:-10px;
	padding:10px;
	width:540px;
}
