*
{
	margin: 0px; padding: 0px;
}
body, html
{
	background-color: #EAEDB4;
	text-align: left;
	color: #3F4C6B;
	width: 100%;
	height: 100%;
	
	color:#7B7D5F;
	font-family:'Lucida Grande',sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	text-align:center;
}
acronym {
	border-bottom: 1px dotted #7B7D5F;
}
a {
	color: #FF6500;
	text-decoration:none;
}
p {
	margin-bottom: 1em;
}
ul.bullet li
{
	list-style-type: disc;
	margin-left: 3em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding: 0;
}
ul.bullet
{
	margin-bottom: 1em;
}
a:hover {
	text-decoration:underline;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
/*div#clamLarge {
	position: absolute;
	top: 0px;
	left: -350px;
	background: transparent url('../clam_trans.png') no-repeat;
	width: 328px;
	height: 355px;
	z-index: -1;
}*/
#container
{
	margin:0 auto;
	padding:15px 0;
	position:relative;
	text-align:left;
	width:763px;
	z-index: 2;
}
#header {
	position: relative;
	height: 59px;
	width: 100%;
}
#header h1
{
	font-size: 200%;
	color: #FF6500;
	background: url('../title_orange_beta.png') no-repeat 0px 0px;
	overflow: none;
	height: 59px;
	width: 308px;
	text-indent: -999em;
	float: left;
}
#header h1 a, #header h1 a:hover
{
	color: #FF6500;
	text-decoration: none;
	display: block;
	height: 100%;
	outline: none;
}
#content
{
	margin-top:12px;
	padding-bottom:0;
	padding:20px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #FFFFFF;
	clear: both;
	/*opacity: 0.95;	
	filter: alpha(opacity=95);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";*/
}
#content .wrapper {
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding:5px 10px 15px;
}
#header ul#menu {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#header ul#menu li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0 4px;
}
#header ul#menu li a {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FF6500;
	display: block;
	padding: 6px;
}
#header ul#menu li a:hover {
	background-color: white;
}
#content .intro {
	float: left;
	width: 500px;
}
#content .intro h2 {
	float: left;
	padding-bottom: 0.3em;
}
#content #sidebar {
	float: right;
	width: 210px;
}
p.teaser {
	font-size:1.5em;
	padding:0 4px;
	clear: both;
}
div.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
}
#footer {
	clear:both;
	line-height:1;
	padding:8px 0;
	text-align:center;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color: #FFFFFF;
	border-top: 1px solid #EAEDB4;
	/*opacity: 0.95;	
	filter: alpha(opacity=95);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";*/
}
#footer li {
	display:inline;
	padding:0 4px;
}
#footer li.first:before {
	content:'';
	padding-right:0;
}
form#login {
	width: 200px;
}
form#changeDetails {
	width: 200px;
	float: left;
	margin-right: 40px;
}
form#chooseCard {
	float: right;
}
form#chooseCard label {
	float: left;
	display: block;
	margin-right: 10px;
}
form li {
	margin-top: 10px;
	position: relative;
}
form fieldset legend {
	font-size: 1.7em;
	color: #7B7D5F;
}
form#oysterCards fieldset li, form fieldset#fieldset-name li,
form fieldset#fieldset-delayedBetween li, form fieldset#fieldset-journeyDetails li,
form fieldset#fieldset-delayTimes li{
	display: block;
	float: left;
	margin-right: 20px;
}
form fieldset li li
{
	display: block;
	float: none !important;
}
form fieldset#fieldset-contact li input{
	width: 400px;
}
form fieldset#fieldset-contact input#postcode, form fieldset#fieldset-contact input#phone {
	width: 130px;
}
.inline {
	display: inline;
}
form label, form #submit, form #registerSubmit
{
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	display: block;
}
input#rememberme {
	float: left;
	margin: 6px 5px 0 0;
	*margin: 2px 5px 0 0;
}
input#submit, input#registerSubmit
{
	padding: 0 10px;
}
form input.textbox, form select, form input.yui-ac-input
{
	line-height: 1.5em;
	height: 1.5em;
	font-size: 1.5em;
	padding: 0; margin: 0;
	border: 1px solid #999999;
	width: 200px;
}
.autocomplete
{
	width:200px;
	padding-bottom:2em;
	position: relative;
}
fieldset#fieldset-journeyDetails li .autocomplete li
{
	float: none;
	display: block;
	width: 100%;
}
form fieldset#fieldset-delayTimes select
{
	width: auto;
}
form input.textbox.validate-time {
	width: 3em;
}
form div.time-select span.colon{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 0.75em;
}
form input.textbox.validate-date {
	width: 200px;
}
form .yui-skin-sam .yui-ac-container
{
	font-size: 1.5em !important;
	top: 1.5em !important;
}
form .yui-skin-sam .yui-ac-container li
{
	font-size: 0.75em !important;
}
form input.textbox
{
	width: 200px;
}
.errors
{
	padding: 1em;
	margin: 1em 0;
	border: 1px dashed #FF6500;
}

#loginArea {
	float: left;
	width: 350px;
}
#registerArea {
	float: right;
	width: 350px;
	border-left: 1px dashed #EAEDB4;
	padding-left: 15px;
}
#userDetails {
	margin-bottom: 1em;
	margin-top: 10px;
}
#userDetails ul {
	float: left;
	display: block;
	width: 250px;
}
#userDetails li  {
	margin-top: 5px;
}
table#journeyHistory {
	width: 100%;
	margin-bottom: 10px;
}
table#journeyHistory  tr{
	border-bottom: 1px solid #EAEDB4;
}
table#journeyHistory  tr.headerRow{
}
table#journeyHistory  tr.headerRow th
{
	text-align: center;
	height: 2em;
	vertical-align: top;
}
table#journeyHistory td.no-journeys {
	text-align: center;
	padding-top: 1em;
}
table#journeyHistory th {
	font-weight: bold;
	color: #FF6500;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
table#journeyHistory th#startColumn,
table#journeyHistory th#endColumn {
	width: 4em;
	text-align: left;
}
table#journeyHistory th#durationColumn,
table#journeyHistory th#delayedColumn {
	width: 6em;
}
table#journeyHistory td.durationColumn,
table#journeyHistory td.delayedColumn {
	text-align: center;
}
table#journeyHistory th span.units {
	color: #D1D3A2;
	font-size: 0.8em;
	display: block;
}
table#journeyHistory th.dateWritten {
	color: #D1D3A2;
	text-align: right;
}
table#journeyHistory tr.delayed-by-10 {
}
table#journeyHistory tr.delayed-by-15 {
	background-color: #FFBCBA;
}
table#journeyHistory tr.delayed-by-20 {
	background-color: #FF9593;
	color: white;
}
table#journeyHistory tr.delayed-by-25 {
	background-color: #FF7A77;
	color: white;
}
table#journeyHistory tr.delayed-by-30 {
	background-color: #FF4542;
	color: white;
}
.paginationControl
{
	text-align: center;
	clear: both;
}