/*
 * CSS for a page with left hand column of 268px i.e. index page
 */
	#content{width:1000px;background:#fff;padding-top:0;text-align:left;}
	/*The extra div is to force main content to top of the HTML */
	#content .lft{float:left;width:787px;}

	#left{float:left;background-color:#fff;width:250px;padding:0;margin:-21px 0 0 0;}
	#center{float:right;width:528px;margin:0;}
	#center label/*, #center p*/{padding-left:5px;}
	#center .inner p{padding:0 5px;}
	#right{float:right;width:212px;padding:0 0 0 0;}

	#right .rightbar_blue{
		width:212px;
		margin-top:3px;
	}
	#left .rightbar_blue{
		width:250px;
		margin-top:3px;
	}
	.rightbar_blue .header{
		color:#fff;
		background-color:#0B4FB4;
		text-align:left;
		font-size:11px;
		font-weight:bold;
		padding:4px 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
	}
	.rightbar_blue .content{
		color:#039;
		border:2px solid #0B4FB4;
		background-color:#fff;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		padding:3px 8px 8px 8px;
	}

/* Favoutire links CSS*/
	#left p.favs{margin-left:10px;}
/* Extra margin on images as not in a table anymore*/
	img#ie{margin-right:10px;}
	img#delicious{margin-right:12px;}
	img#digg{margin-right:10px;}
	img#reddit{margin-right:6px;}
	img#yahoo{margin-right:5px;}

/*Book with confidence CSS*/
	.imgEurostar{margin-right:30px;}

/* cursor not showing as pointer on links in left hand column?! */
	#left a{cursor:pointer;}
	#left #search_box{
		margin-bottom:6px;
	}
	#left #search_box div.header{
		color:#fff;
		background-color:#F90;
		text-align:left;
		font-size:11px;
		padding:3px 8px;
		font-weight:bold;
		border-top-left-radius: 15px;
		-moz-border-radius-topleft: 15px;
		-webkit-border-top-left-radius: 15px;
	}
	#left #search_box div.cont{
		color:#039;
		border:2px solid #f90;
		background-color:#fff;
		padding:3px 7px;
		/*position:relative;*/
	}

/* Text box widths */
.newsletterInput{width:160px;vertical-align:middle;}
.hp_RefLookupField{width:145px;vertical-align:middle;}
