/* Styles needed for all templates and browsers */

body {
	text-align: center;
	min-width: 800px;
	font: 0.8em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #0066b3;
	background-repeat: no-repeat;
	background-color: #B3E8FA;
}

a {
	overflow:hidden; /*removes outline in ff*/
}
img.floatLeft{
	float:left;	
	margin:0 5px 0 0;
}
img.floatRight{
	float:right;
	margin:0 0 0 5px;
}
#logo {
	height: 145px;
}
#logo a {
	margin-left:-40px;
}
#accessibility {
	position: absolute;
	top:-4000px;
}
#main_container {
	margin:0px auto;
	width:800px;
	text-align: left;
}
#main_wrapper {
	width: 800px;
}
#column_wrapper {
	float:left;
	width: 545px;
	margin-top:10px;
	overflow:visible;
}
#navigation {
	margin: 6px 0 0 20px;
	padding: 0;
	overflow:hidden;
}
/*navigation tabs*/
#tabs {
	text-transform: uppercase;
	font-size:.75em;
	font-weight: bold;
	line-height:normal;
	position:relative;
	margin-left:-1px;
}
#tabs ul {
	margin: 0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#tabs ul li {
	float:left;
	position:relative;
}
#tabs li {
	display:inline;
	float:left;
	position:relative;
}

#tabs a {
	cursor:pointer;
	float:left;
	margin-right:0px;
	padding-left:12px;
	text-decoration:none;
}
#tabs a span {
	display:block;
	float:left;
}
#tabs a:hover, #tabs a.selected {/*move left background*/
	background-position:0% -159px;
}
#tabs a:hover span, #tabs a.selected span {/*move right background*/
	background-position:100% -159px;
}
#tabs a span span {
	background:transparent none repeat scroll 0 0;
	display:block;
	height:auto;
	padding:15px 0px 0px 0px;
}


#column1 {
	float: left;
	width: 140px;
}

#column2 {
	float: right;
	width: 395px;
	margin: 0 0 0 10px;
}

#column2.noNav {
	margin: 0;
	width: 525px;
}

#wrapper_right {
	float: right;
	width: 235px;
}
#font_size {
	display: none;
	float: left;
	padding-top: 13px;
}
#font_access_size {
	/*background-color: #0065b3;*/
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	/*line-height: 20px;*/
	float: left;
	margin-top: 2px;
	margin-right: 4px;
}
#font_access_images {
	/*line-height: 20px;*/
	bottom: 0;
	float: left;
	vertical-align: middle;
}
#font_access_images img {
	margin-right: 1px;
	border: none;
	cursor: pointer;
}
#view_options {
	display: none;
	float: right;
	right: 7px;
	position: relative;
	top: 19px;
	font-size:0.9em;
}
#view_options a:link, #view_options a:visited {
	color: black;
	font-weight: bold;
}
#view_options a:hover, #view_options a:active {
	color: white;
	font-weight: bold;
}
#column3 {
	width: 235px;
	float: right;
	margin-top: 200px;
}
#wrapper_left {
	width: 545px;
	float: left;
}
.clear {
	clear: both;
}
#footer {
	margin-top: 55px;
	margin-left: 150px;
	font-size: 0.75em;
	height: 40px;
	background:transparent url(../img/tfl_logo_blue.png) no-repeat right center;
	overflow: hidden;
	padding-right: 135px;
}
#footer ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	right: 15px;
}
#footer li {
	display: inline;
	background:transparent url(../img/divider_blue.gif) no-repeat 6px 2px;
	padding-left: 18px;
}
h1 {
	font-size: 2.6em;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #0066b3;
}
a:hover, a:active {
	color: #17477e;
}
object {
	outline:none;
}
#column3 img {
	margin-left:20px;
}
img {
	border: none;
}
#font_access_images img.selected {
	border: 1px solid black;
}

img.roundelRight{
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}

ul#roundels{
	padding-left:0;
}

ul#roundels li{
	margin-bottom:10px;
	list-style:none;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:40px;
}

ul#roundels li.underground{
	background-image:url(/img/roundel-underground.jpg);
}

ul#roundels li.bus{
	background-image:url(/img/roundel-bus.jpg);
}

ul#roundels li.dlr{
	background-image:url(/img/roundel-dlr.jpg);
}

ul#roundels li.taxi{
	background-image:url(/img/roundel-taxi.jpg);
}

ul.checklist{
	padding-left:20px;
}

ul.checklist li{
	padding-left:20px;
	list-style:none;
	background:url(/img/check.gif) left 2px no-repeat;
}


/* left and right panels */

.left_panel_container {
	margin-top:10px;
	margin-bottom:10px;
}
.left_panel_top {
	background-image: url(img/panels/left_blue_top.png);
	background-repeat:no-repeat;
	height:5px;
	width: 120px;
}
.left_panel_middle {
	color:#FFFFFF;
	background-color:#0066b3;
	padding: 5px 5px 5px 10px;
	width:105px;
}
.left_panel_bottom {
	background-image: url(img/panels/left_blue_bottom.png);
	background-repeat:no-repeat;
	height:5px;
	width: 120px;
}
.right_panel_container {
	margin-top:10px;
	margin-bottom:10px;
}
.right_panel_teachers_top {
	background-image: url(img/panels/right_green_top.png);
	background-repeat:no-repeat;
	height:5px;
	width: 200px;
}
.right_panel_teachers_middle {
	color:#FFFFFF;
	background-color:#35a239;
	padding: 5px 5px 5px 10px;
	width:185px;
}
.right_panel_teachers_bottom {
	background-image: url(img/panels/right_green_bottom.png);
	background-repeat:no-repeat;
	height:5px;
	width: 200px;
}
.right_panel_pupils_top {
	background-image: url(img/panels/right_yellow_top.png);
	background-repeat:no-repeat;
	height:5px;
	width: 200px;
}
.right_panel_pupils_middle {
	color:#000000;
	background-color:#fed500;
	padding: 5px 5px 5px 10px;
	width:185px;
}
.right_panel_pupils_bottom {
	background-image: url(img/panels/right_yellow_bottom.png);
	background-repeat:no-repeat;
	height:5px;
	width: 200px;
}
.right_panel_parents_top {
	background-image: url(img/panels/right_purple_top.png);
	background-repeat:no-repeat;
	height:5px;
	width: 200px;
}
.right_panel_parents_middle {
	color:#ffffff;
	background-color:#935198;
	padding: 5px 5px 5px 10px;
	width:185px;
}
.right_panel_parents_bottom {
	background-image: url(img/panels/right_purple_bottom.png);
	background-repeat:no-repeat;
	height:5px;
	width: 200px;
}
/* Images */

.image_box_left {
	border:1px solid #9A53A2;
	float:left;
	margin: 0 10px 10px 0;
	padding:5px;
	background:#FFFFFF;
}
.image_box_right {
	border:1px solid #9A53A2;
	float:right;
	margin: 0 0 10px 10px;
	padding:5px;
	background:#FFFFFF;
}
.no_img_border img {
	border-style:none;
}
.image_box_right_nb {
	float:right;
	margin: 0 0 10px 10px;
	padding:5px;
	border-style:none;
}
.image_box_left_nb {
	float:left;
	margin: 0 10px 10px 0;
	padding:5px;
	border-style:none;
}
#font_access_images a {
	display:block;
	float: left;
	margin-right: 5px;
	text-indent:-9999px;
	background-position: top;
	height:20px;
	width:20px;
}
#font_access_images a:hover, #font_access_images a.selected {
	background-position: 0 -20px;
}
#font_access_images a#textNormal {
	background-image: url(/img/text_normal.gif);
}
#font_access_images a#textLarge {
	background-image: url(/img/text_large.gif);
}
#font_access_images a#textExtraLarge {
	background-image: url(/img/text_extra_large.gif);
}
#social {
	display: none;
	float: right;
	padding-top: 15px;
}

label {
	float:left;
	font-weight:bold;
	line-height:20px;
	padding-right:10px;
	text-align:left;
	width:110px;
}
input[type="text"], textarea {
	font: 1em Arial, Helvetica, sans-serif;
	width:235px;
}

/*sub menu styles
#column1 ul.subMenu li a#subItem0, #column1 ul.subMenu li a#subItem3, #column1 ul.subMenu li a#subItem6, #column1 ul.subMenu li a#subItem9 {
	background-image:url(/img/subhead_one.png);
	background-repeat:no-repeat;
}
#column1 ul.subMenu li a#subItem1, #column1 ul.subMenu li a#subItem4, #column1 ul.subMenu li a#subItem7, #column1 ul.subMenu li a#subItem10 {
	background-image:url(/img/subhead_two.png);
	background-repeat:no-repeat;
	margin-top:8px;
}
#column1 ul.subMenu li a#subItem2, #column1 ul.subMenu li a#subItem5, #column1 ul.subMenu li a#subItem8, #column1 ul.subMenu li a#subItem11 {
	background-image:url(/img/subhead_three.png);
	background-repeat:no-repeat;
	margin-top:8px;
}
*/

/* Next level navigation 1 */
#column1 ul.subMenu {
	font-size:0.85em;
	list-style: none;
	padding: 0;
	margin: 8px 0 0 0;
	padding-bottom:8px;
}
#column1 ul.subMenu li {
	line-height: 1.4em;
	font-weight: bold;
}
#column1 ul.subMenu li a {
	display: block;
	text-decoration: none;
	outline: none;
	font-size:1.1em;
	background-repeat:no-repeat;
}

#column1 ul.subMenu ul.sys_children {
	list-style-type: none;
	margin: -15px 0 0 -10px;
}
#column1 ul.subMenu ul.sys_children li a {
	font-weight: normal;
	display: block;
	outline: none;
	padding: 6px 0 0 0 !important;
	background:none;
}

/* Current */
#column1 ul.subMenu  li a.current{
	background-position:-162px 0%;
}

/* Hover */
#column1 ul.subMenu  li a:hover{
	background-position:-162px 0%;
}

#column1 ul.subMenu ul.sys_children li a.current {
	color:#ffff00;
}

.right_panel_container { margin-top:75px; margin-bottom:10px; }
.right_panel_top { background-repeat:no-repeat; height:5px; width: 200px; }
.right_panel_middle { color:#FFFFFF; padding: 5px 5px 5px 10px; width:185px; }
.right_panel_bottom { background-repeat:no-repeat; height:5px; width: 200px; }

.right_panel_container ul { padding-left: 0px; }
.right_panel_container li { list-style-type: none; margin-left: 0px; }
.right_panel_container li a:link, .right_panel_container li a:visited { color: #fff; }

label {
	cursor: pointer;
}

.listing {
	padding: 1px;
	margin: 1px;
}

.details {
	padding-left: 0px;
}

.details strong {
	width: 100px;
	display: block;
	float: left;
}

p.error {
	color: #f00;
	font-weight: bold;
}

#laos p.error {
	color: #232075;
}