/* Tools */
#Tools {
	background: #09f;
	font-family: verdana, sans-serif;
	font-size: 0.833em;
	font-weight: bold;
	color: white;
	overflow: hidden;
	min-height: 20px;
	padding-top: 3px;
}

#Tools div {
	float: left;
}
#Tools div.visual {
	float: right;
		white-space:nowrap;
}

#Tools ul {
	list-style: none;
	float: left;
	margin: 1px 0 0;
	overflow: hidden;
}

#Tools ul li {
	float: left;
	margin: 0;
	border-left: solid 1px white;
	padding: 0 6px;
}

#Tools ul li.first {
	border: 0;
	padding-left: 0;
}

#Tools ul li a {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

#Tools ul li a:hover {
	text-decoration: underline;
}

#Tools span {
	float: left;
	margin-top: 1px;
	margin-left: 18px;
	background: url(../img/css/bg-arrow-right-white.gif) no-repeat left center;
	padding-left: 8px;
	color: #ff0;
	padding-right: 6px;
}

#Tools ul.schemes {
	margin-top: 0;
}

#Tools .schemes li {
	border: 0;
	padding: 0 0 0 5px;
}
#Tools ul.languages {
	margin-right: 12px;
}

#Tools ul.languages span {
	padding-right: 0;
	margin-top: 0;
}

/* Top navigation */
#TopNavigation {
	overflow: hidden;
	border-bottom: 4px solid #09f;
	border-top: solid 1px #CCEBFF;
	background: url(../img/css/bg-grad-primnav.jpg) repeat-x left bottom white;
	width: 100%;
}

#TopNavigation ul {
	list-style: none;
	float: left;
	margin: 0;
}
#TopNavigation li {
	margin: 0;
	float: left;
}
#TopNavigation li a {
	padding: 11px 12px 12px;
	text-align: center;
	margin: 0;
	display: block;
	border-left: solid 1px white;
	border-right: solid 1px #ccc;
	text-decoration: none;
}
#TopNavigation li a:hover {
	text-decoration: underline;
}
#TopNavigation li.first a {
	border-left: 0;
}
#TopNavigation li.last a {
	border-right: 0;
}
#TopNavigation li a:hover, #TopNavigation li a:focus, #TopNavigation li a:active {
	background: #ddd !important;
}
#TopNavigation li.selected a {
	background: #4DB8FF url(../img/css/bg-mainnav-active.gif) repeat-x left bottom;
	border-left: 0;
	border-right: 0;
	color: #fff;
}
#TopNavigation li.selected a:hover, #TopNavigation li.selected a:focus, #TopNavigation li.selected a:active {
	background: #FFEB00 !important;
	color: Black !important;
}

/* Breadcrumb */
#Breadcrumb {
	float: left;
	clear: left;
	font-size: 0.917em;
	width: 500px;
	margin-left: 34px;
	color: #666;
	padding-top: 1.273em;
	display: inline;
}
.wide #Breadcrumb {
	width: 670px;
}
#Breadcrumb span {
	float: left;
}
#Breadcrumb ul {
	margin: 0;
	list-style: none;
	overflow: hidden;
	display:inline;
}
#Breadcrumb li {
	float: left;
	list-style: none;
	padding-left: 3px;
	margin: 0;
	font-weight: bold;
	white-space: nowrap;
}
#Breadcrumb li.first {
	background: none;
	padding: 0;
}
#Breadcrumb a {
	font-weight: normal;
	color: #666;
	background: url(../img/css/bg-crumbs.gif) no-repeat 100% 5px;
	padding-right: 10px;
}

/* Secondary navigation */
div#SecondaryNavigation {
	float: left;
	width: 160px;
	margin-right: 20px;
	min-height:100px;
}
#SecondaryNavigation ul {
	list-style: none;
	border-bottom: 3px solid #ccc;
	margin: 0;
	width: 160px;
}
#SecondaryNavigation ul li {
	background: #0199FF;
	color: #000;
	padding: 5px 0 0 12px;
	margin: 0;
}
#SecondaryNavigation ul li.last {
	border-bottom: 0;
}

#SecondaryNavigation ul li a {
	text-decoration: none;
	color: White;
	padding-right: 8px;
}

#SecondaryNavigation ul li a:hover {
	text-decoration: underline;
}

#SecondaryNavigation ul li a:focus, #SecondaryNavigation ul li a:active {
	background: white !important;
	font-weight: bold !important;
}

#SecondaryNavigation ul li span {
	padding-right: 8px;
}

#SecondaryNavigation ul ul {
	margin: 5px 0 0 -12px;
	border-bottom: 0;
	width: auto;
}

#SecondaryNavigation ul li li {
	background: #F4F4F4;
	font-size: 0.917em;
	padding-bottom: 5px;
	border-bottom: 1px solid #C4C4C4;
}

#SecondaryNavigation ul li li.parent {
	background: #F4F4F4 url(../img/css/bg-arrow-down-blue.gif) no-repeat scroll 4px 1em;
	padding-bottom: 0;
}

#SecondaryNavigation ul li li.selected {
	background: #fff url(../img/css/bg-arrow-right-big-blue.gif) no-repeat scroll 3px 7px;
	font-weight: bold;
	color: #0199ff;
}

#SecondaryNavigation ul li li a {
	font-weight: normal;
	color: #000;
}

#SecondaryNavigation ul li li.parent a {
	font-weight: bold;
}

#SecondaryNavigation ul li li.selected a {
	font-weight: bold;
}

#SecondaryNavigation ul ul ul {
	border-top: dotted 1px #C4C4C4;
}

#SecondaryNavigation ul li li li {
	font-size: 1em;
	padding-left: 24px;
	border-bottom: 1px dotted #C4C4C4;
}

#SecondaryNavigation ul li li.selected li {
	background: white;
}

#SecondaryNavigation ul li li.parent li a {
	font-weight: normal;
}

#SecondaryNavigation ul li li li.selected a {
	font-weight: bold;
}

#SecondaryNavigation ul li li.selected li a {
	font-weight: normal;
}

#SecondaryNavigation ul li li li.selected {
	background-position: 14px 7px;
}

#SecondaryNavigation ul li li.selected li.selected {
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	background: #fff;
}

.siteMap #Content {
	margin:0;
}
.siteMap #SecondaryNavigation {
	width:auto;
	float:none;
	clear:both;
	margin:0 -20px 0 34px;
}

.siteMap #SecondaryNavigation div.clear {
	padding-bottom: 20px;
}
.siteMap #SecondaryNavigation ul {
	margin-right:20px;
	float:left;
}

.siteMap #SecondaryNavigation ul ul {
	margin-right:0;
	float:none;
}


/* Back to Top Link */
a#BackToTop {
	background: transparent url(../img/css/bg-back-top-blue.gif) no-repeat scroll 100% 3px;
	padding-right: 14px;
	text-decoration: none;
	float: right;
	clear: both;
	font-size: 0.917em;
	font-weight: normal;
	clear: both;
	margin: 30px 34px 18px 0;
}
body.wide a#BackToTop {
	margin-right: 213px;
}
a#BackToTop:hover {
	text-decoration: underline;
}

/* Footer */
#Footer {
	clear: both;
	padding: 15px 0px;
	border-top: 6px solid #09f;
	text-align: center;
	font-size: 0.9em;
}
#Footer ul {
	margin: 0;
}
#Footer li {
	display: inline;
}
#Footer ul a {
	text-decoration: none;
	color: #000;
	background: url(../img/css/bg-line-black.gif) no-repeat 6px 3px;
	padding: 0 0 0 15px;
	font-weight: normal;
}
#Footer a:hover {
	text-decoration: underline;
}
#Footer .first a {
	background: none;
        padding-left: 0;
}
#Footer p {
	margin: 1em 0 0;
	font-weight: bold;
	color: #666;
	line-height: 1em;
}

#SportsVenuesNav {
	background-color: #F4F4F4;
}
#SportsVenuesNav p {
	font-weight: bold;
	padding: 4px 13px;
	background-color: #0199FF;
	color: #fff;
	font-size: 1.1em;
}
#SportsVenuesNav form.sportsVenuesNav {
	padding-left: 6px;
}
form.sportsVenuesNav label {
	position: absolute;
	top: -999px;
}
form.sportsVenuesNav select {
	padding: 1px 0;
	width: 144px;
	height: 1.7em;
	vertical-align: top;
	margin-bottom: 2px;
}
form.sportsVenuesNav input {
	padding: 0;
	height: 1.7em;
}
#SecondaryNavigation #SportsVenuesNav li {
	border-top: 1px solid #ccc;
	padding: 6px 13px;
	background-color: transparent;
}
#SecondaryNavigation #SportsVenuesNav li a {
	color: #000;
	font-weight: normal;
}

fieldset.sportsVenuesNav {
        border: 0px;
}

/* --------- New CSS for addition of BT Logo 09/04/2008 ---------*/

#Footer {
	padding-bottom:14px;
}
#Footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#Footer p {
	margin-right:140px;
	margin-left:140px;
}
#powered-by-bt-logo {
	float:right;
	margin-right:42px;
	margin-top:15px;
	width:97px;
}