/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_title{display:none;}

#fiberMapBusiness{display:none;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}


body {
	font-family: Tahoma, Arial, Verdana;
	background: #ffffff;
	color: #666666;
	font-size: 70%;
}
img {
	border: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

div.copy h1, .mapData h2, .mapData h3, .mapData .reset, a.closeMap {
	margin: 0;
	padding: 0;
	text-indent: -3000px;
} 
div.copy h1 {
	background: url(../img/bg_title_h1.png) no-repeat 0 0;
}
.business div.copy h1 { background-position:0 0; height:18px;}
.consumer div.copy h1 { background-position:0 -18px; height:29px;}

div#nyroModalBg {
	background: transparent url(/btbassets/img/fiber_lightbox_backing.png) repeat left top;
}
#imageMap, .fiberDetails {
	overflow: hidden;
	position: relative;
	height: 500px;
	width: 725px;
}
#digitalmap_uk {
	position: absolute;
}

#imageMap div.copy {
	position: relative;
	overflow: auto;
	width: 330px;
	margin: 24px 0 0 20px;
}
#imageMap div.copy p {
	font-size: 1.1em;
	color: #555;
	padding-right: 20px;
}
#imageMap div.copy p.first {
	font-size: 1.6em;
}

#imageMap {
	background: transparent url(/btbassets/img/digitalmap_uk.jpg) no-repeat left top;
	height: 500px;
}
#imageMap img {
	position: absolute;
	background: transparent url(/btbassets/img/digitalmap_uk.jpg) no-repeat left top;
}
#imageMap {
	margin: 5px;
}
.fiberDetails img {
	margin: 5px;
	height: 500px;
	width: 720px;
}
.buttons {
	position: relative;
	margin: -37px 0 0 5px;
	width: 720px;
}
.buttons ul {
	margin: 0;
	padding: 0;
}
.buttons ul li {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}
.buttons ul li.right {
	float: right;
	margin-right: 0;
}
a.closeMap {
	height: 32px;
	width: 120px;
	overflow: hidden;
	display: block;
	background: url(/btbassets/img/closeMap.gif) no-repeat 0 0;
}
a:hover.closeMap {
	background-position: 0 -32px;
}
digitalmap_uk {
	background-color: Red;
}

.fiberDetails {
	margin-bottom: 10px;
}
img.fiberDetails01 {
	background-position: 0 0 !important;
}
img.fiberDetails02 {
	background-position: 0 -500px !important;
}
img.fiberDetails03 {
	background-position: 0 -1000px !important;
}
img.fiberDetails04 {
	background-position: 0 -1500px !important;
}
img.fiberDetails05 {
	background-position: 0 -2000px !important;
}
img.fiberDetails06 {
	background-position: 0 -2500px !important;
}
img.fiberDetails07 {
	background-position: 0 -3000px !important;
}
img.fiberDetails08 {
	background-position: 0 -3500px !important;
}
img.fiberDetails09 {
	background-position: 0 -4000px !important;
}
img.fiberDetails10 {
	background-position: 0 -4500px !important;
}
img.fiberDetails11 {
	background-position: 0 -5000px !important;
}
img.fiberDetails12 {
	background-position: 0 -5500px !important;
}
div.titles {
	clear: both;
	overflow: hidden;
}
.mapData {
	border: solid 1px #c9d2db;
	margin: 55px 0 0 100px;
	/*position: absolute;top: 0*/
	padding: 15px;
	width: 486px; /*height:339px;*/
	color: #FFF;
	background: transparent url(/btbassets/img/fiber_data_backing.png) repeat left top;
	position:absolute;
	top:0;
	max-height: 340px;
	overflow: auto;
}

.mapData h2 {
	float: left;
	display:block;
	width: 50%;
	height: 19px;
	overflow:hidden;
	margin: 8px 0 20px;
	background: url(/btbassets/img/bg_title.png) no-repeat 0 0;
}
.mapData h2.sc {
	background-position: 0 0;
}
.mapData h2.ni {
	background-position: 0 -19px;
}
.mapData h2.nw {
	background-position: 0 -38px;
}
.mapData h2.ne {
	background-position: 0 -57px;
}
.mapData h2.yo {
	background-position: 0 -76px;
}
.mapData h2.tm {
	background-position: 0 -95px;
}
.mapData h2.ea {
	background-position: 0 -114px;
}
.mapData h2.wa {
	background-position: 0 -133px;
}
.mapData h2.we {
	background-position: 0 -152px;
}
.mapData h2.se {
	background-position: 0 -171px;
}
.mapData h2.gl {
	background-position: 0 -190px;
}
.mapData h2.sw {
	background-position: 0 -209px;
}

.mapData h3, #TB_ajaxContent .mapData h3{
	height: 15px;
	margin-bottom: 0px;
	overflow:hidden;
}
.mapData p, #TB_ajaxContent .mapData p {
	margin: 3px 0 15px;
}
.reset {
	float: right;
	position: relative;
	display: block;
	margin-top: -17px;
	height: 38px;
	width: 140px;
	overflow: hidden;
	background: transparent url(/btbassets/img/bg_return-to-map.png) no-repeat 0 0;
}

.reset:hover {
	background-position: 0 -38px;
}

.mapData h3 {
	color: #FFF;
	background: transparent url(/btbassets/img/bg_month.png) no-repeat 0 0;
}
.mapData h3.jun {
	color: #fdc100;
	background-position: 0 0;
}
.mapData h3.sep {
	color: #fa25c1;
	background-position: 0 -15px;
}
.mapData h3.dec {
	color: #69be28;
	background-position: 0 -30px;
}
.mapData h3.mar {
	color: #fdc100;
	background-position: 0  -45px;
}

/** DEF STYLE **/
div#nyroModalFull {
	font-size: 0.9em;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(/btbassets/img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: transparent url(/btbassets/img/bg_fiber_map.gif) no-repeat left top;
	overflow-x:hidden;
	overflow-y:auto;
}
a#closeBut {
	position: absolute;
	display: none;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(/btbassets/img/close.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
	overflow: auto;
	height:520px !important;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url(/btbassets/img/prev.gif);
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {
	background-image: url(/btbassets/img/next.gif);
}

