﻿

body{
	background-image:url(/images/BridgingPage/bridging_bg.gif);
	margin:0;
	background-position:top left;
	background-repeat:repeat;
	font-family:Tahoma, Arial, sans-serif;
	color:#666;}

#page{
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	padding-top:50px;
	border-top-width:50px;
	display:block;
	width:800px;
	height:500px;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(/images/BridgingPage/bridging_page.gif);
	}

#page p{
font-size:.7em;
line-height:1.3em;
margin:0 0 10px 0;
padding: 0 475px 0 20px;
display:block;}


#page img{
    display:block;
	background-position:top left;
	height:24px;}

#namebutton a {
		display:block;
		position:absolute;
		margin-left:620px;
		top:490px;
		width:145px;
		height:24px;
		font-size:10px;
		background: url("/images/BridgingPage/learnmore_24.gif") 0 0 no-repeat;
		text-decoration: none;
		}
#namebutton a:hover {	
		background-position: 0 -24px;
		}
#namebutton a:active {
		background-position: 0 0;
		}
		
#webbutton a {
		position:absolute;
		display:block;
		width:145px;
		margin-left:20px;
		top:490px;
		height:24px;
		font-size:10px;		
		background: url("/images/BridgingPage/enterwebsite_24.gif") 0 0 no-repeat;
		text-decoration: none;
		}
#webbutton a:hover {	
		background-position: 0 -24px;
		}
#webbutton a:active {
		background-position: 0 0;
		}
#text{
	top:365px;
	position:absolute;
	display:block;
	height:150px;
	width:800px;}
	
#mainlink{
	top:140px;
	position:absolute;
	display:block;
	height:320px;
	width:800px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;} << removed because causing problems across site */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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: #c03;}
#TB_window a:visited {color: #30226C;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #30226C}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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:#477098;
}
#TB_window {
  position: fixed;
  background: #477098;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #CDD7ED;
  text-align:left;
  top:50%;
  left:50%;
  padding:20px;
}
#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;
  
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:10px 0 0 10px;
  background:url("/images/1/partdispatched_left_border.gif") no-repeat left top;color:#369; font-weight:bold
  ;height:27px}
  
#TB_title{
  background-color:#CDD7ED;
  height:37px;
  color:#369; font-weight:bold;
  background:url("/images/1/partdispatched_right_border.gif") no-repeat right top;color:#369;
}
#TB_ajaxContent{
  clear:both;
  padding:14px;
  overflow:auto;
  text-align:left;
  line-height:2em!important;
  border-left:1px solid #E4E4E4!important;
  border-right:1px solid #E4E4E4!important;
  border-bottom:1px solid #E4E4E4!important;
  width:550px;
  background-color:#fff
}

#TB_ajaxContent ul, #TB_ajaxContent ol {margin-left:20px}

#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 */
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  height:100%;
  width:100%;
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
}

#TB_window, #TB_overlay { z-index:10000 !important; }


