/************************************************
  master.css
  Styles shared among all / many pages
  
  :Contents:
  1. Initial setup and overrides
  2. Layout
  3. Boxes (bluebox, goldbox etc).
************************************************/

/************************************************
  Initial setup and overrides
************************************************/
*{margin:0;padding:0;}
body{
  font: normal normal normal 0.75em Verdana, Helvetica, sans-serif;
  background: white url('../Images/UKCE2Images/shared/bg_gradient_main.jpg') repeat-x top center;
  text-align:center; /* Centre the content box */
}

.printbody{
  font: normal normal normal 0.75em Verdana, Helvetica, sans-serif;
  background: white;
  text-align:left; 
  margin-left:50px;
}

a img{border:none;}
a{color:#0083b7;}
a:hover{color:#ff9900;}
h2{font-size:1.3em; color:#002d64;font-weight:bold;}
p{padding:5px 0;}


/*Utilities*/
.fullLength{width: 100%;}
.floatRight{float:right;}
.floatLeft{float:left;}
.spacer10px{height:10px;font-size:1px;padding:0;}
.spacer18px{height:18px;font-size:1px;padding:0;}
.spacer20px{height:20px;font-size:1px;padding:0;}
.spacer30px{height:30px;font-size:1px;padding:0;}
.spacer70px{height:70px;font-size:1px;padding:0;}
.spacer100px{height:100px;font-size:1px;padding:0;}
.clearLeft{clear:left;}
.fontSize75em{font-size:.75em;}
.lineHeight1x3em{ line-height:1.3em;}
.Height180px{height: 180px;}
#sectionSpacer{
	background: url('../Images/UKCE2Images/shared/mainbox_grey_spacer.jpg');
}
#sectionSpacer914{
	background: url('../Images/UKCE2Images/shared/mainbox_grey_spacer.jpg');
	float: left;
	width: 914px;
}

/* lists */

ul{
  list-style:none;
  margin-top:10px;
}
ul li
{
  padding-left:10px;
  background:url('../Images/UKCE2Images/shared/bullet_box.gif') no-repeat left 5px;
  margin-bottom:10px;
}
.noPadListNoDecoration li
{
	padding:3px 0px 0px 0px;
	margin:0px;
	background:none;
	list-style-type:none;
}
div.newOrderedListMaster ol
{
	margin-bottom: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 43px;
}
div.newOrderedListMaster li
{
	color:#000000; 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 1.5em;
	margin-left: 3px;
	margin-bottom: 15px;
}
div.newOrderedListMaster ul
{
	margin-bottom: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 53px;
}
div.newOrderedListMasterNoPad ol
{
	margin-bottom: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 23px;
}
div.orderedListMasterNoPad ol
{
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 23px;
}
.orderedListMasterNoPad2
{
	margin-bottom: 10px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
}
div.newOrderedListMasterNoPad li
{
	color:#000000; 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
div.newUnOrderedListMasterNoMargin ul
{
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
div.newUnOrderedListMasterNoMargin ul li
{
	color:#000000; 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding-left: 0px;
	list-style-type:none;
	background: url(../Images/UKCE2Images/shared/bullet_box.gif) no-repeat ;
}
div.unorderedListLargeBottomMargin ul li
{
	margin-bottom: 20px;
	padding-left: 30px;
}
.alphaList li 
{
	list-style-type:lower-alpha;
}

.noPadList li
{
	margin-left: 0px;
	padding-left: 10px;
}

.inlineStandardList li
{
	display:inline-block;
	float: left;
	background: none;
	padding-left: 0px;
	padding-right: 5px;
}
/************************************************
  Layout
  Sorted roughly top to bottom on page. Styles for 
  the content and/or sidebar areas should be
  in the CSS file specific to that page.
************************************************/

.blueborder
{
	border:1px solid #a8c5d9;
}
.top-borderedbox
{
	border-top-color:#c6cdd3;
	border-top-style:solid;
	border-top-width:1px;
}

.top-borderedbox-edges
{
	margin-top:-1px;
}
.borderedbox
{
	border-right-color:#c6cdd3;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#c6cdd3;
	border-left-style:solid;
	border-left-width:1px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background: url('../Images/blue-gradient.png') repeat-x bottom;
}
.borderedbox-floatbody
{
	padding-top:0px;
	margin-top:-2px;
}
.bottom-borderedbox
{
	background: url('../Images/blue-gradient-bottom.png') repeat-x bottom;
}

.bottom-borderedbox-edges
{
	margin-top:-1px;
}
#new{
position:absolute;
top:48px;
left:400px;
/*z-index:5;*/
color:#FF9900;
font-size:11px;
font-weight:bold;
width: 40px;
}

#mainBox{
  background: white url('../Images/UKCE2Images/shared/mainbox_shadow_bg.jpg') repeat-y top center;
  width:960px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
}

#mainBoxShadowLeft{
  position:absolute;
  top:0;
  left:0;
/*  float:left;*/
}

#mainBoxShadowRight{
  position:absolute;
  top:0;
  right:0;
/*  float:right;*/
}

#innerBox{
  width:914px;
  margin:0 auto;
  text-align:left;
}

#logoBox{
  height:73px;
  position:relative;
}

#logoCreditExpert, .logoCreditExpert{position:absolute;left:0px;top:18px;}
#logoExperian{position:absolute;right:60px;top:18px;}
#logoSecure{position:absolute;right:0px;top:18px;}

/* NAVIGATION */
.navigation{clear:both;height:27px;display:block;}
.navigation ul{list-style-type:none;list-style:none;margin:0;padding:0;height:25px;display:block;float:left;width:100%;}
.navigation ul li{background:none;display:block;float:left;margin:0px 1px 0 0;padding:0;}
.navigation ul li.end{margin:7px 0 0 0;}
.navigation ul li.join{float: right}
.navigation ul li a{display:block;cursor:pointer;float:left;width:auto;text-decoration:none;padding:0;padding-right:4px;background:#0083b7 url(../Images/UKCE2Images/shared/right-navbutton.gif) no-repeat top right;}
.navigation ul li a span{display:block;padding:7px 16px 7px 20px;background:url(../Images/UKCE2Images/shared/left-navbutton.gif) no-repeat top left;color:#ffffff;font-weight:bold;font-size:10px;}
.navigation ul li a:hover{background:#0083b7 url(../Images/UKCE2Images/shared/right-navbutton-hover.gif) no-repeat top right;padding-right:4px;float:left;height:26px;display:block;}
.navigation ul li a.selected-navigation{background:#0083b7 url(../Images/UKCE2Images/shared/right-navbutton-hover.gif) no-repeat top right;float:left;height:27px;}
.navigation ul li a:hover span{padding:7px 16px 7px 20px;background:#0083b7 url(../Images/UKCE2Images/shared/left-navbutton-hover.gif) no-repeat top left;color:#ffffff;}
.navigation ul li a.selected-navigation span{padding:7px 16px 7px 20px;background:#0083b7 url(../Images/UKCE2Images/shared/left-navbutton-hover.gif) no-repeat top left;color:#ffffff;}
/* NAVIGATION > SUB-NAVIGATION */
.subnav{height:30px;background-color:#0083b7;text-align:left;padding-top:5px;padding-left:5px;}
.subnav ul{list-style-type:none;margin-top:3px;padding:0;float:left;width:100%;margin-bottom:7px;}
.subnav ul li{display:block;float:left;padding:0px;background:none;}
.subnav ul li.end{margin:7px 0 0 0;}
.subnav ul li a.selected-navigation span.divider{padding:0px 0px 7px 10px;font-size:10px;color:#ffffff;text-decoration:none;background:#0083b7 url(../Images/UKCE2Images/shared/linkbgs/right-subnavbutton-hover.gif) no-repeat top left;}
.subnav ul li a span.divider{padding:2px 0px 7px 10px;font-size:10px;color:#ffffff;text-decoration:none;background:none;}
.subnav ul li a{float:left;width:auto;padding:0px 0px 0px 10px;font-size:10px;margin-right:5px;}
.subnav ul li a span{padding:2px 3px 7px 0px;color:#ffffff;font-size:10px;text-decoration:underline;}
.subnav ul li a:hover span.link{text-decoration:none;}
.subnav ul li a.selected-navigation span.link{float:left;text-decoration:none;font-weight:bold;}
.subnav ul li a.selected-navigation{background:url(../Images/UKCE2Images/shared/linkbgs/left-subnavbutton-hover.gif) no-repeat top left;float:left;color:#ffffff;text-decoration: none;}
.subnav ul li a:hover{color:#ffffff;text-decoration: none;}
/*Subnav disabled link*/
.subnav ul li a[disabled="disabled"] span{padding:2px 3px 7px 0px;color:#ffffff;font-size:10px;text-decoration:none;}
.subnav ul li a[disabled="disabled"]:hover span.link{text-decoration:none;}

/*Need Help Nav Tab*/
.helpNav a{display:block;padding:7px 16px 7px 20px !important;background:url(../Images/UKCE2Images/shared/needhelptab_a.gif) no-repeat top left !important;color:#ffffff !important;font-weight:bold !important;font-size:10px !important;width:100px !important; height:27px !important;}
.helpNav a:hover{padding:7px 16px 7px 20px;background:url(../Images/UKCE2Images/shared/needhelptab_b.gif) top left !important; background-repeat:no-repeat !important; color:#ffffff;width:100px !important; height:27px !important;}

#navTabBox{
  height:27px;
  text-align:center;
  line-height:27px;
  font-size:0.875em;
  color:white;
  font-weight:bold;
}

#navTabBox div
{
	height:27px;
	text-align:center;
	line-height:27px;
	font-size:0.975em;
	color:white;
	font-weight:bold;
}

#navTabBox a{
  display:block;
  color:white;
  text-decoration:none;
}

#navTabMCCHome {
  float:left;
    height:27px;
    width:72px;
    display:block;
    background:url('../Images/UKCE2Images/shared/nav_home_active.jpg');
}

.jscriptLink
{
	cursor:pointer; 
	text-decoration:underline;
}

#navTabMCCHome a{
  height:27px;
  width:72px;
  background:url('../Images/UKCE2Images/shared/nav_home_inactive.jpg');
  }
#navTabMCCHome a:hover{background:url('../Images/UKCE2Images/shared/nav_home_mo.jpg');}

#navTabMCCMyReport{
  margin-left:1px;
    float:left;
    height:27px;
    width:103px;
    display:block;
    background:url('../Images/UKCE2Images/shared/nav_report_active.jpg');
}

#navTabMCCMyReport a{
  height:27px;
  width:103px;
  background:url('../Images/UKCE2Images/shared/nav_report_inactive.jpg');
  }
#navTabMCCMyReport a:hover{background:url('../Images/UKCE2Images/shared/nav_report_mo.jpg');}


#navTabMCCMyScore{
  margin-left:1px;
  float:left;
  height:27px;
  width:95px;
  display:block;
  background:url('../Images/UKCE2Images/shared/nav_score_active.jpg');
  }
  

#navTabMCCMyScore a{
  height:27px;
  width:95px;
  background:url('../Images/UKCE2Images/shared/nav_score_inactive.jpg');}
#navTabMCCMyScore a:hover{background:url('../Images/UKCE2Images/shared/nav_score_mo.jpg');}

#navTabMCCMyAlerts{
  margin-left:1px;
  float:left;
  height:27px;
  width:99px;
  display:block;
  background:url('../Images/UKCE2Images/shared/nav_alerts_active.jpg');
  }
  

#navTabMCCMyAlerts a{
  height:27px;
  width:99px;
  background:url('../Images/UKCE2Images/shared/nav_alerts_inactive.jpg');}
#navTabMCCMyAlerts a:hover{background:url('../Images/UKCE2Images/shared/nav_alerts_mo.jpg');}

#navTabMCCInformationCentre{
  margin-left:1px;
  float:left;
  height:27px;
  width:155px;
  display:block;
  background:url('../Images/UKCE2Images/shared/nav_information_active.jpg');
  }
  

#navTabMCCInformationCentre a{
  height:27px;
  width:155px;
  background:url('../Images/UKCE2Images/shared/nav_information_inactive.jpg');}
#navTabMCCInformationCentre a:hover{background:url('../Images/UKCE2Images/shared/nav_information_mo.jpg');}

#navTabMCCMarketplace{
  margin-left:1px;
  float:left;
  height:27px;
  width:114px;
  display:block;
  background:url('../Images/UKCE2Images/shared/nav_marketplace_active.jpg');
  }
  

#navTabMCCMarketplace a{
  height:27px;
  width:114px;
  background:url('../Images/UKCE2Images/shared/nav_marketplace_inactive.jpg');}
#navTabMCCMarketplace a:hover{background:url('../Images/UKCE2Images/shared/nav_marketplace_mo.jpg');}

#navTabMCCTransversal{
  margin-left:1px;
  float:left;
  height:27px;
  width:155px;
  display:block;
  background:url('../Images/UKCE2Images/shared/nav_information_active.jpg');
  }
  

#navTabMCCTransversal a{
  height:27px;
  width:155px;
  background:url('../Images/UKCE2Images/shared/nav_information_inactive.jpg');}
#navTabMCCTransversal a:hover{background:url('../Images/UKCE2Images/shared/nav_information_mo.jpg');}

#navLinkBox
{
  height:36px;
  background-color:#0083b7;
  color:white;
  text-align:left;
  padding-top:5px;
  padding-left:5px;
}

/* Navigation text links (with backgrounds) */
#navLinkBox a{
  color:white;
  margin:0 5px;
  font-size: 0.975em;
}

#navLinkBox span{
  margin:0 5px;
  font-size:0.775em;
  font-weight:bold; 
  color:white;
  text-align:center;
  line-height:19px;
  display:inline-block;
  }
  
#navLinkBox > span{
  /*display:inline;*/
  float:left;
}

#navLinkBox > a{
/*  display:inline;*/
  /*display:block;*/
  float:left;
}

.ntSep{
/*  display:inline;*/
/*  float:left;*/
  margin:0 5px;
}

#navLinkBox a span{
  background:none;
  font-weight:normal;
  text-decoration:underline;
  cursor:hand;
  margin:0;
  padding:0;
}

#navLinkBox a:hover span{
  text-decoration:none !important;
}


/* Score Navigation Links */

#nlbmccscorecentre{
  width:90px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_scorecentre.gif') no-repeat;
  }
#nlbmccscorelibrary{
  width:90px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_scorelibrary.gif') no-repeat;
  }
#nlbmccimprovemyscore{
  width:120px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_scoresimulator.gif') no-repeat;
  }
#nlbmccunderstandmyscore{
  width:162px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_understandingscore.gif') no-repeat;
  }
  
#nlbscoreorder{
  width:106px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_orderscore.gif') no-repeat;
}
/* End of Score Navigation Links */



/* Report Navigation Links */

#nlbmccreportcentre{
  width:90px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_reportcentre.gif') no-repeat;
  }
#nlbmcccreditreport{
  width:106px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_mycreditreport.gif') no-repeat;
  }
#nlbmccreportlibrary{
  width:96px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_reportlibrary.gif') no-repeat;
  }
#nlbmcccreditreportsexplained{
  width:156px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_creditreportsexplained.gif') no-repeat;
  }
#nlbmccreportsdidyouknow{
  width:96px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_reportlibrary.gif') no-repeat;
  }

/* End Report Navigation Links */



/* Information Centre Navigation Links */

#nlbmccinformationcentre{
  width:120px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_120.gif') no-repeat;
  }
#nlbmccknowledgebank{
  width:106px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_106.gif') no-repeat;
  }
#nlbmcccredittools{
  width:78px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_78.gif') no-repeat;
  }
#nlbglossary{
  width:62px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_62.gif') no-repeat;
  }
#nlbmccprofile
{
  width:116px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_116.gif') no-repeat;
  }
#nlbmccfeedback{
  width:66px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_66.gif') no-repeat;
  }
#nlbmcchowtocontactus{
  width:72px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_72.gif') no-repeat;
  }

/* End Information Centre Navigation Links */

/* Marketplace Navigation Links */
#nlbmccmarketplace{
  width:98px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_98.gif') no-repeat;
  }


/* End Marketplace Navigation Links */


/* Alerts Centre Navigation Links */

#nlbmccweeklyalertreport{
  width:90px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_reportcentre.gif') no-repeat;
  }
  
#nlbmccalertsummary{
  width:90px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_reportcentre.gif') no-repeat;
  }
  
#nlbmccalertlibrary{
  width:90px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_reportcentre.gif') no-repeat;
  }
  
#nlbmccalertpreferences{
  width:116px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_116.gif') no-repeat;
  }
  
/* End of Alerts Centre Navigation Links */



/* Content Header*/

#contentHeaderBox{
  height:41px;
  padding-top:5px;
  background: url('../Images/UKCE2Images/shared/shadeBar.jpg') repeat-x bottom center;
  margin-bottom:20px;
}
#contentHeaderBoxAlt{
  padding-top:5px;
  background: url('../Images/UKCE2Images/shared/shadeBar.jpg') repeat-x bottom center;
  padding-bottom:10px;
}
#chbHeader{
	font-size:1.5em;
	font-weight:bold;
	color:#002d64;
}
.standardBlueHeader
{
	font-size: 16px;
	font-weight:bold;
	color:#002d64; 
}
#chbHeaderSmall{
	float:left;
	font-size:1.2em;
	font-weight:bold;
	color:#002d64;
	padding-top: 15px;
	padding-bottom: 15px;
}

#headerTools{
  float:right;
  padding-top:5px;
}

#logoutLink{
  display:inline-block;
  background: url('../Images/UKCE2Images/shared/red_x.gif') no-repeat center left;
  padding-left:15px;
}

.closeLink
{
  background: url('../Images/UKCE2Images/shared/red_x.gif') no-repeat center left;
  padding-left:15px;
  float: right;
}

.closeLink a
{
	cursor: default;
	text-decoration: underline;
}

#innerFooter{
  clear:right;
  margin-top:40px;
  width:914px;
  height:24px;
  background: url('../Images/UKCE2Images/shared/shadebar_upper.jpg') repeat-x top center;
  padding:15px 0;
}

#footerShadow{
  width:960px;
  height:17px;
  margin:0 auto;
  background:url('../Images/UKCE2Images/shared/mainbox_footer.jpg') no-repeat top center;
}

#footerLinks{
  width:960px;
  margin:0 auto;
  text-align:left;
  padding:10px 0;
  font-size:0.875em;
  color:#666;
  border-bottom:1px solid #CCC;
}

#footerLinks a{
  color:#666;
  margin:0 5px;
  text-decoration:none;
}

#footerLinks a:hover{
  text-decoration:underline;
}

.footerleftmargin{ margin-left: 15px; text-decoration:none; }

#footerDisclaimer{
  width:960px;
  margin:15px auto;
  text-align:left;
  /*background:url('../Images/UKCE2Images/shared/logo_verisign.gif') no-repeat left center;*/
}
#footerDisclaimer img{
	float:left;
}
#footerDisclaimer p{
  margin-left:125px;
 /* margin-top: -50px;*/
  font-size:0.875em;
  line-height: 25px;
  color:#666;
}

.hidebuttonold
{
	background:url('../Images/UKCE2Images/myreport/ob_folder_minus.jpg') no-repeat;
	height:45px;
	width:48px;
	cursor: hand;
}
.showbuttonold
{
	background:url('../Images/UKCE2Images/myreport/ob_folder_plus.jpg') no-repeat;
	height:45px;
	width:48px;
	cursor: hand;
}
.hidebuttonside
{
	background:url('../Images/UKCE2Images/myreport/hidebutton.gif') no-repeat;
	padding-left:16px;
	height:14px;
	cursor: hand;
}
.showbuttonside
{
	background:url('../Images/UKCE2Images/myreport/showbutton.gif') no-repeat;
	padding-left:16px;
	height:14px;
	cursor:hand;
}
.hidebuttonrow
{
	background:url('../Images/UKCE2Images/myreport/ibfolder_y_minus.gif') no-repeat;
	position:absolute;
	top:-10px;
	left:10px;
	height:38px;
	width:43px;
}
.showbuttonrow
{
	background:url('../Images/UKCE2Images/myreport/ibfolder_y_plus.gif') no-repeat;
	position:absolute;
	top:-10px;
	left:10px;
	height:38px;
	width:43px;
}

/************************************************
  Boxes
************************************************/
.generic101Box { float:left; }
.generic101Box p {width: 180px; padding-top: 5px; padding-right:20px;}
.bluebox250bg{background: url('../Images/UKCE2Images/shared/boxes/bluebox250bg.gif') repeat-y center;}
.bluebox250Footer{background: url('../Images/UKCE2Images/shared/boxes/bluebox250footer.gif') no-repeat bottom center;}
.bluebox250Header{background: url('../Images/UKCE2Images/shared/boxes/bluebox250header.gif') no-repeat top center;
padding:10px 13px;zoom:1;}
.bluebox250dots{
  background: url('../Images/UKCE2Images/shared/boxes/hrdots250.gif') no-repeat;
  height:1px;
  margin:5px 0;
  padding:0;
}

.pinkbox250dots{
  background: url('../Images/UKCE2Images/shared/boxes/hrdots250.gif') no-repeat;
  height:1px;
  margin:5px 0;
  padding:0;
}

.bluebox250back{
	height:529px;
	width:250px;
	background: url('../Images/UKCE2Images/shared/boxes/bluebox250back.jpg') no-repeat top center;
}

.goldbox250bg{background: url('../Images/UKCE2Images/shared/boxes/goldbox250bg.jpg') repeat-y center;}
.goldbox250Footer{background: url('../Images/UKCE2Images/shared/boxes/goldbox250footer.jpg') no-repeat bottom center;}
.goldbox250Header{background: url('../Images/UKCE2Images/shared/boxes/goldbox250header.jpg') no-repeat top center;
padding:10px 10px;}
.goldbox250dots{
  background: url('../Images/UKCE2Images/shared/boxes/goldbox250dots.gif') no-repeat;
  height:2px;
  margin:5px 0;
  padding:0;
  }

.CreditReportBox336bg
{
	background: url('../Images/UKCE2Images/shared/boxes/infoCntr_CrdtRprtBox_bg.jpg') no-repeat center;
	width: 336px;
	margin-right: 12px;
	margin-bottom: 15px;
	_margin-right: 6px;
	_margin-bottom: 10px;
	height: 150px;
	float: left;
}

.IdentityTheftBox336bg
{
	background: url('../Images/UKCE2Images/shared/boxes/InfoCntr_IDFraudBox_bg.jpg') no-repeat center;
	width: 336px;
	height: 150px;
	float: right;
}
.CreditScoreBox336bg
{
	background: url('../Images/UKCE2Images/shared/boxes/InfoCntr_CrdtScoreBox_bg.jpg') no-repeat center;
	width: 336px;
	margin-right: 12px;
	height: 150px;	
	float: left;
}
.LMBBox336bg
{
	background: url('../Images/UKCE2Images/shared/boxes/InfoCntr_LMB_bg.jpg') no-repeat center;
	width: 336px;
	height: 150px;
	float: right;
}
.LMBBox336
{
	width: 336px;
	height: 150px;
	float: right;
}

.LMBChristmasBox336bg
{
	background: url('../Images/UKCE2Images/shared/boxes/InfoCntr_LMB.jpg') no-repeat center;
	width: 336px;
	height: 146px;
	float: right;
}

.HelpCentreBox336bg
{
	background: url('../Images/UKCE2Images/shared/boxes/InfoCntr_Blank_bg.jpg') no-repeat center;
	width: 336px;
	height: 150px;
	float: right;
}
	
.bluebox913bg{background: url('../Images/UKCE2Images/shared/boxes/bluebox913bg.gif') repeat-y; margin-left:1px;}
.bluebox913Footer{background: url('../Images/UKCE2Images/shared/boxes/bluebox913footer.gif') no-repeat bottom center;}
.bluebox913Header{background: url('../Images/UKCE2Images/shared/boxes/bluebox913header.gif') no-repeat top center;
padding:10px 10px;}
.bluebox913Header h2{ height:14px; }
.bluebox913dots
{
  background: url('../Images/UKCE2Images/shared/boxes/hrdots913.gif') no-repeat;
  height:1px;
  margin:5px 0;
  padding:0;
}

.bluebox316bg{background: url('../Images/UKCE2Images/shared/boxes/bluebox316bg.gif') repeat-y;}
.bluebox316Footer{background: url('../Images/UKCE2Images/shared/boxes/bluebox316footer.gif') no-repeat bottom center;}
.bluebox316Header{background: url('../Images/UKCE2Images/shared/boxes/bluebox316header.gif') no-repeat top center;
padding:10px 15px;}

.bluebox316Header240{background: url('../Images/UKCE2Images/shared/boxes/bluebox316header.gif') no-repeat top center;
padding:10px 15px; height:255px;}

.goldbox316bg{background: url('../Images/UKCE2Images/shared/boxes/goldbox316bg.gif') repeat-y;}
.goldbox316Footer{background: url('../Images/UKCE2Images/shared/boxes/goldbox316footer.gif') no-repeat bottom center;}
.goldbox316Header{background: url('../Images/UKCE2Images/shared/boxes/goldbox316header.gif') no-repeat top center;
padding:10px 15px;}

.goldbox316Header240{background: url('../Images/UKCE2Images/shared/boxes/goldbox316header.gif') no-repeat top center;
padding:10px 15px; height:255px;}

.box316dots{
  background: url('../Images/UKCE2Images/shared/boxes/hrdots316.gif') no-repeat;
  height:1px;
  margin:5px 0;
  padding:0;
  }

.whitebox648bg{background: url('../Images/UKCE2Images/shared/boxes/whitebox648bg.gif') repeat-y left;width:648px;}
.whitebox648Footer{background: url('../Images/UKCE2Images/shared/boxes/whitebox648footer.gif') no-repeat bottom center;}
.whitebox648Header{background: url('../Images/UKCE2Images/shared/boxes/whitebox648header.gif') no-repeat top center;
padding:10px 15px;}

.whitebox648MCCRevisedbg
{
	background: url('../Images/UKCE2Images/shared/boxes/whitebox648bg.gif') repeat-y center; 
	width:648px;
}
.whitebox648MCCRevisedHeader
{
	background: url('../Images/UKCE2Images/shared/boxes/whitebox648header.gif') no-repeat top center;
	padding:10px 15px; 
	height: 180px;
}
 
.christmas648MCCRevisedbg
{
	background: url('../Images/UKCE2Images/shared/boxes/Promo_LMB.jpg'); 
	height:200px;
} 

.christmas648MCCHeader
{
	
}
 
.christmasLMB
{
	text-align:right; 
	width: 200px;
	margin:-20px 0px 0px 400px;
	color:#002d64;
	font-size:smaller; 
	font-weight:bold;
} 
 
.christmasLMBoffer
{
	width: 430px; 
	color:#002d64;
	font-size:10px;
	padding-left:15px; 
}
 
.christmasLMBoffer1
{
	font-size:10px;
	padding-left:15px; 
}
.christmasBanner
{
  width:250px;
  height:300px;
  background:url('../Images/UKCE2Images/shared/boxes/LoginPage_LMB.jpg') no-repeat;
}
 
.h2christmas
{
  padding-top:50px;  
  padding-left:20px; 
  font-size:1.3em; 
  color:#002d64;
  font-weight:bold;  
  width:190px; 
} 

.h2MCCchristmas
{
	font-size:medium;  
	color:#002d64;
	font-weight:bold;
	padding: 25px 0 0 15px; 
}

.h2MCCchristmasoffer
{
	color:#002d64;
	font-size:1.4em;
	font-weight:bold ; 
	padding: 0 0 0 12px; 
}

.christmasLoginLMBoffer
{
	padding-left:20px; 
	width: 112px; 
	color:#002d64;
	font-size:12px;
}

 
.bluebox648bg{background: url('../Images/UKCE2Images/shared/boxes/bluebox648bg.gif') repeat-y left; width:648px;}
.bluebox648Footer{background: url('../Images/UKCE2Images/shared/boxes/bluebox648footer.gif') no-repeat bottom center;}
.bluebox648Header{background: url('../Images/UKCE2Images/shared/boxes/bluebox648header.gif') no-repeat top center;
padding:10px 15px;}
.bluebox648Content{ width:380px; height:50px; }

.whitebox648bg200{background: url('../Images/UKCE2Images/shared/boxes/whitebox648bg.gif') repeat-y center; height:200px;}
.whitebox648Footer200{background: url('../Images/UKCE2Images/shared/boxes/whitebox648footer.gif') no-repeat;}

.box648dots{
  background: url('../Images/UKCE2Images/shared/boxes/hrdots648.gif') no-repeat;
  height:1px;
  margin:5px 0;
  padding:0;
  }
 
.width210{ width:210px;}
 
.bluebox210bg{background:url('../Images/UKCE2Images/shared/boxes/bluebox210_bg.gif')  repeat-y;}
.bluebox210Footer{background:url('../Images/UKCE2Images/shared/boxes/bluebox210_footer.gif')  no-repeat bottom center;}
.bluebox210Header{background:url('../Images/UKCE2Images/shared/boxes/bluebox210_header.gif')  no-repeat top center;
padding:10px 15px;}

.blueboxQuizHeader
{
 background: url('../Images/UKCE2Images/information_centre/icons/previousArticles_icon.gif') no-repeat right;
 height: 25px;
 line-height: 25px;
 width: 640px;
 display: block;
}
.blueboxArticleHeader
{
 background: url('../Images/UKCE2Images/information_centre/icons/quizzes_icon.gif') no-repeat right;
 height: 25px;
 line-height: 25px;
 width: 620px;
 display: block;
}
.bluebox210OtherNewsHeader
{
 background: url('../Images/UKCE2Images/shared/news_icon_small.gif') no-repeat right;
 height: 25px;
 line-height: 25px;
}
.bluebox210QuestionsHeader
{
 background: url('../Images/UKCE2Images/shared/questions_icon_small.gif') no-repeat right;
 height: 25px;
 line-height: 25px;
}
.bluebox210CreditToolsHeader
{
 background: url('../Images/UKCE2Images/shared/tools_icon_small.gif') no-repeat right;
 height: 28px;
 line-height: 25px;
}

.whitebox210bg
{
	background:url('../Images/UKCE2Images/shared/boxes/whiteBox209middle.gif')  repeat-y center; 
	padding:10px 15px;
}
.whitebox210Footer
{
	background:url('../Images/UKCE2Images/shared/boxes/whiteBox209footer.gif')  no-repeat bottom center;
	height:5px;
	line-height:5px;
}
.whitebox210Header
{
	background:url('../Images/UKCE2Images/shared/boxes/whiteBox209header.gif')  no-repeat top center;
	height:7px;
	line-height:7px;
}

.bluebox210WinHeader
{
  background-image:url('../Images/UKCE2Images/shared/ce_comp_win_icon_03.gif');
  background-position:top center;
  background-repeat: no-repeat;
  height:50px;
  padding-top: 7px;
  
}
.bluebox210WinHeader span{
  font-size:1.25em;
  line-height:1em;
  display:block;
  margin:2px 0px 0 68px;
  color:#002d64;
  font-weight:bold;
}
.bluebox210WinHeader span span{
  font-size:1em;
  display:inline;
  font-weight:normal;
  color:#0083b7;
  margin:0;
}
.blueWinLaptopImg
{
	padding-left: 20px;
	padding-bottom: 5px;
}
.mcc_InformationCentre
{
	width: 600px;
	padding-top: 10px;
}
.mcc_InformationCentre img
{
	padding-left: 10px;
}

.bluebox210dots{
  background:url('../Images/UKCE2Images/shared/boxes/bluebox210_dots.gif')  no-repeat;
  height:1px;
  margin:5px 0;
  padding:0;
  }

.whitebox422bg{background:url('../Images/UKCE2Images/shared/boxes/whitebox422_bg.gif')  repeat-y center;}
.whitebox422Footer{background:url('../Images/UKCE2Images/shared/boxes/whitebox422_footer.jpg')  no-repeat bottom center;}
.whitebox422Header{background:url('../Images/UKCE2Images/shared/boxes/whitebox422_header.gif')  no-repeat top center;
padding:10px 15px;}
.whitebox422dots{
  background:url('../Images/UKCE2Images/shared/boxes/whitebox422_dots.gif')  no-repeat;
  line-height:1px;
  height:1px !important;
  margin:5px 0 !important;
  padding:0;
}
  
  
.bluebox917bg{width:100%; position:relative; background:url('../Images/UKCE2Images/shared/boxes/blue_917_bg.jpg') repeat-y;}
.bluebox917Header{background:url('../Images/UKCE2Images/shared/boxes/blue_917_header_3.jpg')  no-repeat top left; line-height:1.25em;
padding:22px 180px 10px 140px;}
.bluebox917Header h3{color:#002d64; font-size:1em;}
.bluebox917Header p{font-size:.9em;}
.bluebox917HeaderRed{color:#ff0000;font-weight:bold;}
.bluebox917Footer{background:url('../Images/UKCE2Images/shared/boxes/blue_917_footer.jpg')  no-repeat top left #FFFFFF; height:19px;
padding:0 0 20px 0;}
.bluebox917ButtonPosition{position:absolute; top:120px; right:25px;}


.bluebox917Alertbg{width:100%; position:relative; background:url('../Images/UKCE2Images/shared/boxes/blue_917_bg.jpg') repeat-y;}
.bluebox917AlertHeader{background:url('../Images/UKCE2Images/shared/boxes/blue_917_alert_header.jpg')  no-repeat top left; line-height:1.25em; padding:22px 180px 10px 140px;}
.bluebox917AlertHeader h3{color:#002d64; font-size:1em;}
.bluebox917AlertHeader p{font-size:.9em;}
.bluebox917AlertHeaderRed{color:#ff0000;font-weight:bold;}
.bluebox917AlertFooter{background:url('../Images/UKCE2Images/shared/boxes/blue_917_footer.jpg')  no-repeat top left #FFFFFF; height:19px;
padding:0 0 20px 0;}

.bluedots
{
	background: url('../Images/UKCE2Images/shared/boxes/bluedots.gif');
	background-repeat: repeat-x;
	height: 2px;
	padding-bottom: 10px;
	padding-right: 5px;
}
.bluedotsNoPad
{
	background: url('../Images/UKCE2Images/shared/boxes/bluedots.gif');
	background-repeat: repeat-x;
	height: 2px;
	line-height: 2px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.bluedotsNoPad1
{
	background: url('../Images/UKCE2Images/shared/boxes/bluedots.gif');
	background-repeat: repeat-x;
	height: 2px;
	line-height: 2px;
	padding-bottom: 0px;
	padding-right: 20px;
	width:230px; 
}


/**************** White Experian Credit Score Box 250px Wide ******************/
.whiteboxleft250bg{background: url('../Images/UKCE2Images/score_centre/white_box_score_250_bg.jpg') repeat-y; width:250px;}
.whiteboxleft250Footer{background: url('../Images/UKCE2Images/score_centre/white_box_score_250_footer.jpg') no-repeat bottom center;}
.whiteboxleft250Header{background: url('../Images/UKCE2Images/score_centre/white_box_score_250_header.jpg') no-repeat top center;
padding:10px 13px;zoom:1;}
.whiteboxleft250Header h3 {margin:0;padding:0 0 5px 0;}
.whiteboxleft250dots{
background: url('../Images/UKCE2Images/shared/boxes/hrdots250.gif') no-repeat;
height:1px;
margin:5px 0;
padding:0;
}
  
#bbScore{
  height:80px;
  background:url('../Images/UKCE2Images/shared/uk-no1-credit-score.gif') no-repeat center right;
  color:#006;
  font-size:4em;
  font-weight:bold;
  line-height:80px;
}

/*************** End White Experian Credit Score Box 250px Wide ******************/

/* My Score Banner */

#myScoreBanner{
  width:228px;
  height:67px;
  background:url('../Images/UKCE2Images/shared/buy_score_goldbox_orangebox_2.gif') no-repeat;
}

#myScoreBanner span, myBlueScoreBanner span{
  display:block;
  color:white;
  font-size:1em;
  font-weight:bold;
  line-height:1.5em;
}

#myBlueScoreBanner{
  width:248px;
  height:70px;
}


.NavyBlueHeading
{
	color:#002d64;
}

.LightBlueHeading
{
	color: #0083b7;
}

#myScoreBanner span a{
  display:block;
  margin:0px 0 0 10px;
  padding-top: 11px;
  padding-right:70px;
  padding-bottom:11px;
  color:#ffffff;
  text-decoration:none;
}

#myBlueScoreBanner span a{
  display:block;
  margin:0px 0 0 10px;
  padding: 11px 10px 11px 60px;
  color:#335599;
  font-weight:bold;
  font-size:1.2em;
  text-decoration:none;
}

.blueScoreBannerList {
  margin:15px 0 -10px 0;
  padding-left:15px;
  font-size: 0.90em;
  line-height:1.5em;
  padding:122px 15px 0px 20px;

}

.blueScoreBannerText {
  padding-left:15px;
  font-size: 0.95em;
  line-height:1.1em;
  color:#002d64;
}

.blueScoreBannerList li {
  vertical-align:center;
  background:none;
  height:65px;
  padding:0;
}

.bluebox250backspan {
  padding-left:15px;
}

  
#myScoreBanner span a:hover{
  display:block;
  color:#ffffff;
  text-decoration:underline;
}

.ValidationText 
{
	margin-left: 100px;
}

/* My Score Banner */

#reportPDFBanner{
  width:220px;
  height:50px;
  background:url('../Images/UKCE2Images/shared/shared_adobe_reader_bg.jpg') no-repeat;
}

#reportPDFBanner span{
  font-size:1.5em;
  display:block;
  padding-top:15px;
  margin:0 0px 0 60px;
  color:#002d64;
  font-weight:bold;
}

#reportPDFBanner span span{
  font-size:1em;
  display:inline;
  font-weight:normal;
  color:#0083b7;
  margin:0;
}

#reportSummaryBanner200{
  width:180px;
  height:62px;
  background:url('../Images/UKCE2Images/default/default_folderbox_blue.jpg') no-repeat;
}

#reportSummaryBanner200 span{
  font-size:1.2em;
  display:block;
  padding-top:15px;
  margin:0 10px 0 75px;
  color:#002d64;
  font-weight:bold;
}

#reportSummaryBanner200 span span{
  font-size:1em;
  display:inline;
  font-weight:normal;
  color:#0083b7;
  margin:0;
}

#reportSummaryBanner225{
  width:225px;
  height:62px;
  background:url('../Images/UKCE2Images/default/default_folderbox_blue.jpg') no-repeat;
}

#reportSummaryBanner225 span{
  font-size:1.3em;
  display:block;
  padding-top:20px;
  margin:0 10px 0 75px;
  color:#002d64;
  font-weight:bold;
}

#reportSummaryBanner225 span span{
  font-size:1em;
  display:inline;
  font-weight:normal;
  color:#0083b7;
  margin:0;
}

.SummaryBanner225{
  width:225px;
  height:55px;
  background:url('../Images/UKCE2Images/shared/boxes/default_white_blue.gif') no-repeat;
}

.SummaryBanner225 span{
  font-size:14px;
  display:block;
  padding-top:12px;
  margin:0 10px 0 5px;
  color:#002d64;
  font-weight:bold;
}

.SummaryBanner176{
  width:176px;
  height:55px;
  background:url('../Images/UKCE2Images/shared/boxes/default_white_blue176.png') no-repeat;
}

.SummaryBanner176 span{
  font-size:12px;
  display:block;
  padding-top:8px;
  margin:0 10px 0 5px;
  color:#002d64;
  font-weight:bold;
}

.diceBanner225{
  width:232px;
  height:92px;
  background:url('../Images/UKCE2Images/shared/boxes/dice_box_238x92.gif') no-repeat;
}

.diceBanner225 span{
  font-size:14px;
  display:block;
  padding-top:12px;
  padding-left: 10px;
  margin:0 0 0 0px;
  color:#002d64;
  font-weight:bold;
  width: 130px;
}


.guideBackground 
{
	background-color: #FFFFFF; 
	width:170px; 
	font-size:10px; 
	padding:3px; 
	min-height:62px;
	border-color: #dbdbdb;
	border-style:solid;
	border-width:1px;
}
.guideBackground2 
{
	background-color: #FFFFFF; 
	width:124px; 
	font-size:10px; 
	padding-left: 5px; 
	min-height:62px;
	border-color: #dbdbdb;
	border-style:solid;
	border-width:1px;
}
.AskExpertResponseMsg 
{
	color: red; 
	line-height: 20px;
}

.newMCCInformationCentreModule
{
	float:left;
	width:300px;
	padding-right:15px;
}

/* Splash and Alert Popup CSS */

.GrayedOverylay
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1300px;
	background-color: #CCCCCC;
	opacity: .7;
	filter: alpha(opacity=70); 
	z-index: 100;
}

.SplashPopup
{
	display: none;
	position: absolute;
	left: 30%;
	top: 15%;
	height:386px; 
	width:526px; 
	padding-top:10px; 
	padding-left:10px; 
	padding-right:10px;
	padding-bottom:10px;
	background:url('../Images/UKCE2Images/shared/Complete526_splashBox.gif') no-repeat;
	z-index: 200;
}
/* New Classes used by Splash for Fusion Sites */

.SplashPopup2
{
	display: none;
	position: absolute;
	left: 30%;
	top: 15%;
	height:420px; 
	width:526px; 
	padding-top:10px; 
	padding-left:10px; 
	padding-right:10px;
	padding-bottom:10px;
	background:url('../Images/UKCE2Images/shared/Complete526_splashBox.gif') no-repeat;
	z-index: 200;
}
	
.SplashPopup3
{
	display: none;
	position: absolute;
	left: 30%;
	top: 15%;
	height:420px; 
	width:526px; 
	padding-top:10px; 
	padding-left:10px; 
	padding-right:10px;
	padding-bottom:10px;
	background:url('../Images/UKCE2Images/shared/Complete526_splashBox_420.gif') no-repeat;
	z-index: 200;
}

.SplashPopup4
{
	display: none;
	position: absolute;
	left: 20%;
	z-index: 200;
	width:648px;
	*+width:627px;
	margin-top:150px;
}

.SplashPopupTitleSmallSpan2
{
	font-size:1.2em;
	float:left;
	color:#002d64;
	font-weight:bold;
	padding-left:5px;
}
.SplashPopupImg2
{
	vertical-align:middle;
	float:left;
}
.SplashPopupIndentP2
{	
	float:left;
	padding:0px;
	margin-left:5px;
 	font-size:12px;
	text-align:left;
	width:490px;
	margin-top:10px;
	color:#002D64;
	
}
.SplashPopupIndentP3
{	
	float:left;
	padding:0px;	 
 	font-size:12px;
	text-align:left;
	width:490px;
	margin:0px;	 
	color:#002D64;
	
}
.SplashPopupIndentP3 a 
{
	color:#002D64;
	font-size:12px;
}
.SplashPopupNewContent 
{
	background:url('../Images/UKCE2Images/shared/boxes/yellowpanelBG.jpg') no-repeat top left;
	margin-bottom:5px;
	width:490px;
	padding-right:10px;
}
.SplashPopupNewContent p
{
	 text-align:left;
	 font-size:11px;
	 padding-left:10px;
	 
}
.SplashPopupNewImg
{
	vertical-align:middle;
	float:left;
	margin-top:15px;
	margin-bottom:25px;
	margin-right:10px;
	margin-left:5px;
}
a#UpdateYourProfile 
{
	
	display: block;
   /* width: 250px;*/
    height: 30px;
    /*background: url('../Images/UKCE2Images/shared/buttons/buttonbg_updateprofile_b.jpg') no-repeat left top;  */
     background: url('../Images/UKCE2Images/shared/buttons/buttonbg_updateprofile_b2.jpg') no-repeat left top;
  /*  margin:0px 0px 0px 25px;*/
    margin-left:55px;

}
a#UpdateYourProfile:hover
{
	 background: url('../Images/UKCE2Images/shared/buttons/buttonbg_updateprofile_y2.jpg') no-repeat left top;
}
.SplashPopupCloseBtn2
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:900; 
	color:#0083b7; 
	float:right;
	text-align:right;
	vertical-align:top;
	margin-right:15px;
 }
/* end of New Classes */

.SplashPopupTitle
{
	float:left;
	text-align:left;
}

.SplashPopupTitleSpan
{
	font-size:2.0em;
	color:#002d64;
	font-weight:bold;
}

.SplashPopupTitleSmallSpan
{
	font-size:1.5em;
	color:#002d64;
	font-weight:bold;
}

.SplashPopupImg
{
	vertical-align:middle;
}

.SplashPopupIndentP
{	
	float:left;
	padding:0px;
	margin-left:5px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:14px;
	text-align:left;
	width:450px;
	
}

.SplashPopupP
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:14px;
	text-align:left;
}

.SplashPopupH2
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:14px;
	text-align:left;
}

.SplashPopupH2Large
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:18px;
	font-weight:900;
	text-align:left;
}

.SplashPopupGuidedTour
{
	background:url('../Images/UKCE2Images/shared/boxes/guidedTour_boxBG.gif') no-repeat top center;
	float:left;
	width:498px;
	height:56px;
	margin-top:15px;
	margin-left:4px;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	vertical-align:middle;
	text-align:left;
	color:#FFFFFF;
}

.SplashPopupCloseBtn
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:900; 
	color:#0083b7;
	float:right;
	text-align:right;
	vertical-align:top;
}

.AlertPopup
{
	display: none;
	position: absolute;
	left: 30%;
	top: 15%;
	height:500px; 
	width:472px; 
	padding-top:206px; 
	padding-left:16px; 
	padding-right:16px;
	background:url('../Images/UKCE2Images/shared/boxBG.gif') no-repeat;
	z-index: 200;
}

.AlertPopupCloseBtn
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:900; 
	color:#000000;
}

.AlertPopupAlertBtn
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px; 
	font-weight:900; 
	color:#003366;
}

.divAlertPopupAlertBtn
{
	float:left; 
	width:300px; 
	text-align:left;
}

.spanAlertPopupContent
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#003366;
	text-align: left;
}

/* Splash and Alert Popup END */

#myScoreBanner .spanMyScoreMainframeUp
{
  display:block;
  color:#ffffff;
  font-size: 1em;
  font-weight:bold;
  line-height:1.2em;
  margin: 10px 0 0 0;
}

.scHeadline2
{
	width: 175px;
}

.myScoreBannerSpan2
{
	width: 125px;
	margin: 18px 0 0 5px;
}

.MainframeAvailabilityNo1Logo
{
	position: absolute;
	left: 20px;
	top: 15px;
}

.HyperLinkNoUnderline
{
	text-decoration: none;
}

.ScoreBannerText1
{
	font-size: 0.95em;
	line-height:1.5em;
}

.pnlMainframeUpHeader
{
	font-size: 1.06em; 
	font-weight: bold;
}

.pnlMainframeUpBullet
{
	margin: 10px 0 5px 0;
}
span.smallText a
{
	font-weight: bold;
}
.pnlMainframeUpBulletImg
{
	vertical-align: middle; 
	margin-right: 5px;
}
.bluebox913Header h3 { color:#002d64; font-size:1em; font-weight:bold;}
.headerToolsFix
{
	line-height: 20px; 
	text-align: right;
}
/************************************************
Headers
************************************************/
.darkBlueHeader
{
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

/************************************************
Fonts
************************************************/
.howLinks
{
	font-size: 12px;
	font-weight: bold;
}
.howLinks a
{
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}
.strongBlue 
{
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	display: block;
}
.darkBlueRollover 
{
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
.lightBlueGenericLink
{
	color:#0083b7;
	font-size: 11px !important;
	text-decoration: underline;
}
.italicFont
{
	font-style:italic;
}
.boldUnder 
{
	font-weight:bold; 
	text-decoration:underline; 
}
.lightBlueHeader
{
	font-size:16px;
	font-weight:bold;
	color:#0183b7;
}
.grey-text
{
	color:#666666;
}
.darkBlueHeader
{
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.lightBlueSmall
{
	color:#0083b7;
	font-size: 6px;
	font-weight:bold;
	text-decoration: none;
}
.smallFont
{
	font-size: 11px;
}
/************************************************
Hyperlink Formats
************************************************/

.lightBlueHyperlink a:link
{
	font-size: 12px !important;
	color: #0083B7;
}

.lightBlueHyperlink a:visited
{
	font-size: 12px !important;
	color: #0083B7;
}

.lightBlueHyperlink a:hover
{
	color: #ff9900;
}

/************************************************
Paragraphs
************************************************/

.bluePGeneric {
  font-size:0.95em;
  line-height:1.5em;
  color:#002d64;
}
.lightBlueGeneric
{
	color:#0083b7;
	font-size: 11px;
}
.smallTextP {
	font-size:0.75em;
	font-weight:normal;
}

/************************************************
Positioning
************************************************/
.paragraphBreakBottom2 { padding-bottom:5px; }
.padRightMajor
{
	padding-right:25px;
}
.tinyIndent
{
	margin-left:5px;
}
.mediumIndent
{
	margin-left:25px;
}
.majorIndent
{
	margin-left:60px;
}
.marginRight
{
	margin-right:10px;
}
.marginTop
{
	margin-top: 40px;
}
.smallMarginTop
{
	margin-top:20px;
}
.reportRowPad{ padding-top:0px; }
.paragraphBreak { padding-top:10px; }
.paragraphBreakLarge { padding-top: 20px; }
.paragraphTandBPad 
{
	padding-top:12px;
	padding-bottom:12px; 
	display: block;
	
}
.paragraphMiniBreak { padding-top:2px; }
.paragraphBreak2	{ padding-top:5px; }
.paragraphBreakBottom { padding-bottom:20px; }
.paragraphBreakBottomSmall { padding-bottom:15px; }
.pad 
{	
	padding:10px;
}
.padRight
{
	padding-right: 10px;
}
.minorIndent
{
	margin-left: 15px;
}
.inlineBlock
{
	display:block;
}
.standardIndent
{
	margin-left:100px;
}
.marginBottom 
{
	margin-bottom: 12px;
}
.marginTandB
{
	margin-top: 12px;
	margin-bottom: 12px;
}
.loginPageForgotLoginLink a
{
	position: absolute; 
	margin-left: 360px;
	font-weight: bold;
	font-size: 12px;
}
.center
{
	text-align: center;
}
.floatRight
{
	float: right;
}

/************************************************
Credit Card Control
************************************************/

/**Credit Card Control Headers***/
.spanCreditCardSelectnonMaestro
{
	float:left;
	width:50px;
	padding-left:10px;
	color:#002d64;
	font-weight:bold;
}	
.spanCreditCardSelect
{
	float:left;
	width:150px;
	padding-left:10px;
	color:#002d64;
	font-weight:bold;
}	
.spanCardType{
	float:left;
	width:100px;
	padding-left:10px;
	color:#002d64;
	font-weight:bold;
}
.spanCardNumber{
	float:left;
	width:150px;
	padding-left:10px;
	color:#002d64;
	font-weight:bold;
}
.spanExpiryDate{
	float:left;
	width:170px;
	padding-left:10px;
	color:#002d64;
	font-weight:bold;
}
.spanContainerCardBlue td.spanExpiryDate
{
	border-right-width: 0px;
}
.spanExpiryMonth{
	float:left;
	width:110px;
}
.spanExpiryYear{
	float:left;
	width:60px;
}

/***Credit Card Control Body***/
.tdCardSelect{
	width: 50px;
	padding-left: 11px;
}
.tdCardSelect input{
	margin-right: 11px;
}
.tdCardType{
	width: 100px;
	padding-left: 11px;
}
.tdCardNumber
{
	width: 150px;
	padding-left: 11px;
}
.tdExpirationMonth
{
	width: 95px;
	padding-left: 11px;
}
.tdExpirationMonth select
{
	width:95px;
}
.tdExpirationYear
{
	width:60px;
	padding-left: 10px;
}
.spanContainerCardBlue td.tdExpirationYear
{
	border-right-width: 0px;
}
.tdExpirationYear select
{
	width:60px;
}
.tdCVV
{
	width: 30px;
	padding-left: 11px;
}
.tdQuestion{background:transparent url('../Images/UKCE2Images/shared/q_icon.gif') no-repeat center left;width:20px;height:20px;}
.tdVal
{
	width: 30px;
	padding-left: 0px;
}

/************************************************
ID Defender
************************************************/

.pinkbox250bg{background: url('../Images/UKCE2Images/shared/boxes/pinkbox250middleBG.gif') repeat-y center;}
.pinkbox250Footer{background: url('../Images/UKCE2Images/shared/boxes/pinkbox250footer.gif') no-repeat bottom center;}
.pinkbox250Header{background: url('../Images/UKCE2Images/shared/boxes/pinkbox250header.gif') no-repeat top center;
padding:10px 13px;zoom:1;}
.pinkbox250dots{
  background: url('../Images/UKCE2Images/shared/boxes/dots_pinkBG_218.gif') no-repeat;
  height:1px;
  margin:5px 0;
  padding:0;
  }

.blueContentBody 
{
	width: 286px;
}
/* Blue bg */
.OLBlueIcon 
{
	width:20px; 
	float:left; 
	margin-right: 5px;
}
.OLBlueContent
{
	width:250px; 
	float:left;
	font-size:12px;
}
/* White bg */
.OLWhiteIcon 
{
	width:20px; 
	float:left; 
	margin-right: 5px;
}
.OLWhiteContent
{
	width:578px; 
	float:left;
	font-size:12px;
}

/* control widths */
.HowCanAffectYou
{
	width:316px;
	float:left;	
}

/*.ScaleOfIDTheft
{
	width:310px;	
	float:left;
}*/

.Difference
{
	width:648px;
}

.backToTopAlign_outside
{
	float: none !important;
	text-align: left;
}
/* Control headers */
#HowID
{
	font-size: small;
	line-height: 1.2em;
}

#ScaleID
{
	font-size: small;
	line-height: 1.2em;
}

#WhatsDiff
{
	font-size: small;
	line-height: 1.2em;
}

/*
#WhatsDiffRight
{
	width: 141px; 
	background:url('../Images/UKCE2Images/shared/id-theft-Icon.jpg') no-repeat top right;	
}
*/

#shreddertextwidth
{
	width: 450px;
}

#hlAvoidButton{
display:block;
text-decoration:none;
width:387px;
height:31px;
background-image:url(../Images/UKCE2Images/shared/button_Avoid_ID.gif);
background-repeat:no-repeat;
background-position:top;
}



#hlAvoidButton:hover{
background-image:url(../Images/UKCE2Images/shared/button_Avoid_ID_over.gif);
text-decoration:none;
}

#AvoidIDTheftButtonContainer{
	width:92px;
	height:28px;
	background-image:url(../Images/UKCE2Images/shared/button_Avoid_ID.gif);
	background-repeat:no-repeat;
	padding-bottom:6px;
}

#SpotIDTheftButtonContainer{
	width:276px;
	height:32px;
	background-image:url(../Images/UKCE2Images/shared/button_spotID.gif);
	background-repeat:no-repeat;
	padding-bottom:6px;
}

.FlashContainer
{
	background: url('../Images/UKCE2Images/shared/get_flash_bgbox.gif') no-repeat left center;
	width: 650px;
	height: 59px;
}

.FlashContainer p
{
	line-height: 1.3em;
	float: left;
	padding: 20px 40px 0 15px;
}

.FlashContainer #FlashIcon
{
	float: left;
	padding: 15px;
}

/* White Boxes no border - ID Def */
.whitebox340Nobg{}
.whitebox340NoFooter{background:url('')  no-repeat bottom center;}
.whitebox340NoHeader{background:url('')  no-repeat top center; padding:10px 15px;}
.whitebox340dots{
  background:url('../Images/UKCE2Images/shared/boxes/bluedots.gif')  repeat-x;
  line-height:1px;
  height:2px !important;
  margin:5px 0 !important;
  padding:0;
}
.whitebox340Content{ width:275px; height:230px; }
.whitebox648Nobg{width: 648px;}
.whitebox648NoFooter{background:url('')  no-repeat bottom center;}
.whitebox648NoHeader{background:url('')  no-repeat top center; padding:10px 15px;}
.whitebox648dots{
  background:url('../Images/UKCE2Images/shared/boxes/bluedots.gif')  repeat-x;
  line-height:1px;
  height:2px !important;
  margin:5px 0 !important;
  padding:0;
}
.whitebox648Content{ width:648px; height:240px; }
/* End white boxes no border */

/* ID Defender Navigation Links */
#nlbmccunderstandingidtheft{
  width:205px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_198.gif') no-repeat;
  }
  
#nlbmccavoididtheft{
  width:155px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_155.gif') no-repeat;
  }
  
#nlbmccspottingidtheft{
  width:155px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_155.gif') no-repeat;
  }
  
#nlbmccmyriskassessment{
  width:155px;
  height:19px;
  background:url('../Images/UKCE2Images/shared/linkbgs/linkbg_155.gif') no-repeat;
  }
/* End of ID Defender Navigation Links */

/* ID Defender START */
#navTabMCCUnderstandingIDTheft{
  margin-left:1px;
  float:left;
  height:27px;
  width:128px;
  display:block;
  background:url('../Images/UKCE2Images/shared/nav_identity_active.jpg');
  } 

#navTabMCCUnderstandingIDTheft a{
  height:27px;
  width:128px;
  background:url('../Images/UKCE2Images/shared/nav_identity_inactive.jpg');}
#navTabMCCUnderstandingIDTheft a:hover{background:url('../Images/UKCE2Images/shared/nav_identity_mo.jpg');}

#navTabMCCTransversalFAQ{
  margin-left:1px;
  float:left;
  height:27px;
  width:65px;
  display:block;
  background:url('../Images/UKCE2Images/shared/nav_faq_active.jpg');
  }
  

#navTabMCCTransversalFAQ a{
  height:27px;
  width:95px;
  background:url('../Images/UKCE2Images/shared/nav_score_inactive.jpg');}
#navTabMCCTransversalFAQ a:hover{background:url('../Images/UKCE2Images/shared/nav_score_mo.jpg');}

#newSunIDDef
{
	border-style:none; 
	position:absolute;
	top:48px;
	left:515px;
	z-index:5;
	color:#FF9900;
	font-size:11px;
	font-weight:bold;
	width: 40px;
}

#newSunIDDef_noLMB
{
	border-style:none; 
	position:absolute;
	top:48px;
	left:518px;
	z-index:5;
	color:#FF9900;
	font-size:11px;
	font-weight:bold;
	width: 40px;
}

#newSunIDDef_WithMarketplace
{
	border-style:none; 
	position:absolute;
	top:48px;
	left:516px;
	z-index:5;
	color:#FF9900;
	font-size:11px;
	font-weight:bold;
	width: 40px;
}

#newSunIDDef_NoMarketplace
{
	border-style:none; 
	position:absolute;
	top:48px;
	left:405px;
	z-index:5;
	color:#FF9900;
	font-size:11px;
	font-weight:bold;
	width: 40px;
}

#UnderstandingIDTheft_Right{
	float:right;
	width:256px;
	height:270px;
}

.whiteboxleft250bg_IDDeft{background: url('../Images/UKCE2Images/score_centre/white_box_score_250_bg.jpg') repeat-y; width:250px;}
.whiteboxleft250Footer_IDDeft{background: url('../Images/UKCE2Images/score_centre/white_box_score_250_footer.jpg') no-repeat bottom left;}
.whiteboxleft250Header_IDDeft{background: url('../Images/UKCE2Images/score_centre/white_box_score_250_header.jpg') no-repeat top left;
padding:10px 0 0 13px;zoom:1;}
.whiteboxleft250Header_IDDeft h3 {margin:0;padding:0 0 5px 0;}
/* ID Defender END */

#newLMBwithIDDef{
position:absolute;
top:48px;
left:507px;
/*z-index:5;*/
color:#FF9900;
font-size:11px;
font-weight:bold;
width: 40px;
}

.HyperLinkNoUnderline h2
{
	text-decoration: none;
}

#myScoreBanner2 .spanMyScoreMainframeUp a
{
	color: White;
	text-decoration: none;
} 
/*******************************************
	lottery Box Rounded Corner Banner Boxs MCClogin
*******************************************/
/* Specific width:250px */
.lottery250Wrapper{
	width:250px;
	background: url('../Images/UKCE2Images/shared/boxes/whitebox250bg.gif');
		}
.lottery250Wrapper p
{
	color:#002d64;
	font-size:1.1em; 
	font-weight:bold;
	padding: 5px 0 10px 10px;
}
.lottery250Header{
	width:250px;
	height: 6px;
	background:url('../Images/UKCE2Images/shared/boxes/whitebox250header.gif'); 
	background-position:top; 
	background-repeat:no-repeat;
	margin: 0;
	border: 0;
	overflow: hidden;
}
.lottery250Content{
	width:250px;
	background:url('../Images/UKCE2Images/shared/boxes/whitebox250footer.gif');
	background-position:bottom;
	background-repeat:no-repeat;
}
.lottery250Content p{
	font-size:12px; 
	padding: 10px 0 0 10px;
	line-height:1.4em;
	font-weight:normal;
}
.lottery250dotLine{
	border-top:dashed #000 1px;
	width:230px;
	height:1px;
	margin: 0 auto;
	overflow: hidden;
}
/*MCClogin */
.floatrtMargin10{ 
	float:right;
	margin: 0 10px;
}
/* ExclusiveServicesLottery.ascx */
.listcheckMark{
	list-style:none;
	margin: 20px 0 0 10px;
}
.listcheckMark li{
	padding: 7px 0 5px 30px;
	background: url(../Images/UKCE2Images/default/tickBullet.gif) no-repeat left top;
}
/* End ExclusiveServicesLottery.ascx */
/* Lottery Specific width:648px */
.LotteryWrapper{
	width:648px;
	height:161px;
	background: url(../Images/UKCE2Images/shared/MCCHome_CrossLottery.jpg) no-repeat;
		}
.LotteryWrapperh2{
	font-size:medium;  
	color:#002d64;
	font-weight:bold;
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;	
}

.LotteryHolder
{	
}
.Lotterycontent
{
	margin: 10px 0 0 0;
	font-size:12px; 
	padding: 10px 0 0 10px;
	line-height:1.4em;
	font-weight:normal;
}
.LotteryBtn
{
	width: 430px; 	
	padding-left:15px; 
}
/* End Lottery */
/* UK07911 Q4 In-Session  */
/* tce mcc.aspx */
.tceHeader{
	width:648px;
	height: 51px;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	background: url('../Images/UKCE2Images/shared/WhiteBox648_Top_TCEhome.jpg') no-repeat top;
}
.tceWrapper{
	width:648px;
	height:240px;
	background: url('../Images/UKCE2Images/shared/WhiteBox648_Bottom_TCEhome.jpg') no-repeat;
	background-position: bottom;
		}
.tceWrapperh2{
	font-size:medium;  
	color:#002d64;
	font-weight:bold;
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;	
}
.tceHolder{
	width:310px;
}
.tceText
{
	font-size:12px; 
	padding: 10px 0 0 10px;
	line-height:1.4em;
	font-weight:normal;
}
.tceLeftMargin{
	margin-left:10px;	
}
.tceBox648dots{
	background: url('../Images/UKCE2Images/shared/boxes/hrdots3x1.gif') repeat-x;
	height:1px;
	margin:5px 0;
	padding:0;
	width:628px;
 }
 
/*UK07911 New page About The Credit Expert */
/*info.aspx?PageTypeID=AboutTheCreditExpert&SubHeaderTypeID=AboutTheCreditExpert_InfoHeader*/
.TCEArticle1wrapper{
	width:648px;
	height:465px;
	text-align:left;
	background: url('../Images/UKCE2Images/shared/WhiteBox648_Bot_TCEArticle1.jpg') no-repeat bottom;
		}
.TCEArticle1header{
	width:648px;
	height: 51px;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	background: url('../Images/UKCE2Images/shared/WhiteBox648_Top_TCEArticle1.jpg') no-repeat top;
}
.TCEArticle1wrapperh2{
	font-size:medium;  
	color:#002d64;
	font-weight:bold;
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
	text-align:left;
}
.TCEArticle1Boxdots{
	background: url('../Images/UKCE2Images/shared/boxes/hrdots3x1.gif') repeat-x;
	height:1px;
	margin:5px 0;
	padding:0;
	width:628px;
  }
.TCEArticle1holder{
	width:370px;
	margin-left:10px;
}
.TCEArticle1holder2{
	width:250px;
	margin-left:10px;
}
.TCEArticle1holder p, .TCEArticle1holder2 p{
	display:block;	
	line-height:1.5;
}
.TCEArticle1leftMargin{
	margin-left:10px;	
}
.TCEArticle1spacer{height:7px;font-size:1px;padding:0;}
/*UK07911 New page The Credit Expert Tips page */
.TCEArticle2wrapper{
	width:648px;
	height:844px;
	text-align:left;
	background: url('../Images/UKCE2Images/shared/WhiteBox648_Bot_TCEArticle2V4.jpg') no-repeat bottom;
	position:relative;
		}
.TCEArticle2header{
	width:648px;
	height: 200px;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	background: url('../Images/UKCE2Images/shared/WhiteBox648_Top_TCEArticle2_v5.jpg') no-repeat top;
}
.TCEArticle2wrapperh2{
	font-size:medium;  
	color:#002d64;
	font-weight:bold;
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
	text-align:left;
}
.TCEArticle2Boxdots{
	background: url('../Images/UKCE2Images/shared/boxes/hrdots3x1.gif') repeat-x;
	height:1px;
	margin:5px 0;
	padding:0;
	width:628px;
  }
.TCEArticle2holder{
	width:638px;
	position:absolute;
	top:40px;
	left:10px;
}
.TCEArticle2holder p{
	display:block;	
	line-height:1.4;
}
.TCEArticle2spacer{height:5px;font-size:1px;padding:0;}
/*Bullet list numbers*/
.TCEArticle2Icon 
{
	width:20px; 
	float:left; 
	margin-right: 5px;
}
.TCEArticle2BulletContent
{
	width:603px; 
	float:left;
}
.TCEArticle2BulletContent1
{
	width:603px; 
	float:left;
}
.TCEArticle2BulletContent2
{
	width:400px; 
	float:left;
}
.TCEArticle2BulletContent3
{
	width:280px; 
	float:left;
}
.TCEArticle2BulletContent4
{
	width:280px; 
	float:left;	
}
.TCEArticle2BulletContent5
{
	width:400px; 
	float:left;	
}
.TCEArticle2BulletContent6
{
	width:400px; 
	float:left;	
}
.TCEArticle2BulletWrapper { padding-bottom:15px; }
.TCEArticle2padRight
{
	padding-right: 10px;
}
.TCEArticle2spacer10px{height:10px;font-size:1px;padding:0;}
/*End Bullet list numbers*/
/* End UK07911 Q4 In-Session  */
/* Randomly used classes for different functions */
.displayNone{ display:none;}
/* End Randomly used classes for different functions */

/*Begin Utilities for adjusting - needs to be at the end to over ride*/
.paddingAdjust001{ padding:10px 12px;}/*UK08627*/
.fontSize14{ font-size:14px; color:#000066;}/*UK08627*/
.wrapper210{ width:210px;}/*UK08627*/
/*End Utilities for adjusting - needs to be at the end to over ride*/

/*********** Refer a friend UK11837 ************/

.referbox250bg {
 	height:215px; 
	width:250px;
	background:  url('../Images/UKCE2Images/shared/boxes/refer-a-friend.jpg') no-repeat right top;
}

.sidepanel .referbox250bg {
 	margin:-21px 0 0 0;
}

.referbox250bg a#ReferAFriend {
	background: url('../Images/UKCE2Images/shared/buttons/refer-a-friend-button.jpg') no-repeat left top;
	display: block;
	width: 151px;
	height: 33px;
	position:relative;
	top:165px;
	left:20px;
}

.referbox250bg a#ReferAFriend:hover
{
	background: url('../Images/UKCE2Images/shared/buttons/refer-a-friend-button-rollover.jpg') no-repeat left top;
}

.referbox210bg {
	height:215px; 
	width:210px; 
	background:  url('../Images/UKCE2Images/shared/boxes/refer-a-friend-210.jpg') no-repeat right top;
}

.referbox210bg a#ReferAFriend {
	background: url('../Images/UKCE2Images/shared/buttons/refer-a-friend-210-button.jpg') no-repeat left top;
	display: block;
	width: 158px;
	height: 29px;
	position:relative;
	top:165px;
	left:20px;
}

.referbox210bg a#ReferAFriend:hover {
	background: url('../Images/UKCE2Images/shared/buttons/refer-a-friend-210-button-rollover.jpg') no-repeat left top;
}

/* UK09131  Refer a friend  */
/* raf mcc.aspx */

.rafTop{
	width:648px;
	height: 7px;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	background: url('../Images/UKCE2Images/shared/WhiteBox648_Top_RAFhome.jpg') no-repeat top;
}

.rafHeader{
	width:648px;
	height: 26px;
	padding-bottom: 0px;
	margin: 0;
	border: 0;
	overflow: hidden;
	background-image: url('../Images/UKCE2Images/shared/yellowbg.jpg');
	background-repeat: repeat-y;
	background-position:top;
}
.rafWrapper{
	width:648px;
	height:183px;
	background: url('../Images/UKCE2Images/shared/WhiteBox648_Bottom_RAFhome.jpg') no-repeat;
	background-position: bottom;
}
/* UK09709 adding limit time offer stamp to image */
.raf2Wrapper{
	width:648px;
	height:194px;
	background: url('../Images/UKCE2Images/shared/whiteBox648_Bottom_RAF2home.jpg') no-repeat;
	background-position: bottom;
}
.rafWrapperh2{
	font-size:medium;  
	color:#002d64;
	font-weight:bold;
	padding: 5px 0 0 0;
	margin: 0 0 0 15px;	


}
.rafHolder{
	width:310px;
	margin-left:200px;
	padding-bottom:5px;
	
}
.rafText
{
	font-size:12px; 
	padding: 0px 0px 5px 10px;
	line-height:1.4em;
	font-weight:normal;
}
.rafLeftMargin{
	margin-left:10px;	
}
.rafTopMargin{
	margin-top:5px;	
}
.rafBox648dots{
	background-image: url('../Images/UKCE2Images/shared/WhiteBox648_dotted-line.jpg');
	background-position: top;
	background-repeat:no-repeat;
	height:1px;
	margin:0px;
	padding:1px 0px;
	width:628px;
  }
  
/* UK09131  end  */

.maincontentminheight
{
	min-height: 200px;	
}
/* UK09774 UKNameAddrChange.aspx */
#MasterPage #mainBox #innerFooter.marginTop10{ margin-top:10px; }

/* CRO - Update Details in MCC.aspx */ 
a#UpdateMyDetails 
{
  display:inline-block;
   background: url('../Images/UKCE2Images/shared/buttons/btn_mydetails_b.jpg') no-repeat left top;	
   width:106px;
   height:24px;
   vertical-align:middle;	
}
a#UpdateMyDetails:hover
{
	 background: url('../Images/UKCE2Images/shared/buttons/btn_mydetails_y.jpg') no-repeat left top;	
}
.terms li 
{
	background:url("../Images/UKCE2Images/shared/bullet_point.gif") no-repeat scroll left 5px transparent;
	margin-bottom:10px;
	padding-left:10px;
}
/*[BEGIN] UKUpsellLightBox PJ48520*/
#BGgreyBFBFBFOverLay{
	background-color:#000;
	position: absolute;
	left: 0px;
	bottom:0px;
	top: 136px;
	height:100%;
	width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50); 
	z-index: 100;
}

.UKUpsellLightBoxPage {
	width:760px;
	text-align: left;
	border:1px solid #666;
	position: absolute;
	left: 20%;
	top: 20%;
	z-index: 200;
}
.UKUpsellLightBoxHeader {
	color:#333;
	float:left;
	padding:0px 20px;
	background:url(../Images/UKCE2Images/UKUpsellLightBox/UKUpsellLightBoxDots.gif) bottom left no-repeat #e8f3fb;
	width:760px;
}
.UKUpsellLightBoxTitle{
	font-size:13px;
	float:left;
}
.UKUpsellLightBoxTitle h1{
	font-size:30px;
	line-height:40px;
	color:#002D64;
	padding:15px 0px;
}
.UKUpsellLightBoxContent{
	float:left;
	padding:20px 20px 0px 20px;
	background:#FFF;
}
.UKUpsellLightBoxCloseButton{
	height:47px;
	line-height:47px;
	float:right;
	font-size:11px;
	text-align:right;
	padding-right:25px;
	margin-right:5px;
	background:url('../images/UKCE2Images/UKUpsellLightBox/logout_icon_new.gif') no-repeat right 18px;
	
}
.UKUpsellLightBoxContentLeft{
	width:281px;
	height:480px;
	float:left;
	background:url(../Images/UKCE2Images/UKUpsellLightBox/UKUpsellLightBoxScoreImage.gif) bottom left no-repeat;
}
.UKUpsellLightBoxContentText{
	width:245px;
	padding:0px 36px 20px 0px;
	float:left;
}
.UKUpsellLightBoxContentRight{
	width:439px;
	float:left;
}
.UKUpsellLightBoxScore{
	width:439px;
	height:106px;
	float:left;
	padding-bottom:10px;
	background:url(../Images/UKCE2Images/UKUpsellLightBox/UKUpsellLightBoxScoreBG.gif) top left no-repeat;
}
.UKUpsellLightBoxScoreImg{
	width:102px;
	height:106px;
	float:left;
}
.UKUpsellLightBoxScoreText{
	width:317px;
	height:76px;
	float:left;
	padding:20px 20px 10px 0px;
	font-size:11px;
	color:#666;
}
.UKUpsellLightBoxMod{
	width:439px;
	height:90px;
	float:left;
}
.UKUpsellLightBoxModImg{
	width:102px;
	height:90px;
	float:left;
}
.UKUpsellLightBoxModText{
	width:327px;
	height:70px;
	float:left;
	padding:10px 10px 10px 0px;
	font-size:11px;
	color:#666;
}
.UKUpsellLightBoxModText h3, .UKUpsellLightBoxScoreText h3{
	color:#002e67;
	font-size:11px;
}
.UKUpsellLightBoxFooter {
	float:left;
	color:#333;
	padding:15px 20px;
	background:url(../Images/UKCE2Images/UKUpsellLightBox/UKUpsellLightBoxDivider.gif) top left no-repeat #e8f3fb;
	width:760px;
}
.UKUpsellLightBoxFooterContent
{
	text-align:center;
}
.UKUpsellLightBoxFooterText{
	width:720px;
	padding:0px 20px;
	text-align:center;
}
.UKUpsellLightBoxFooterText h2{
	font-size:33px;
	font-weight:bold;
	color:#002e67;
	padding:5px 0px 5px 0px;
}
.UKUpsellLightBoxFooterText p{
	font-size:9px;
	padding-top:10px;
	color:#666;
}
.UKUpsellLightBoxFooterTextLink{
	text-align:center;
	font-size:13px;
}
.UKUpsellLightBoxFooterTextLink a{
	font-weight:bold;
}
.upsellLightBoxCloseButton {
    background: url("../Images/UKCE2Images/shared/logout_icon.gif") no-repeat scroll right 5px transparent;
    float: right;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    padding-right: 20px;
    text-align: right;
    *+margin-top:10px;
}
/*[END] UKUpsellLightBox PJ48520*/
/*[BEGIN] sidebarBanner PJ48520*/
.sidebarBanner{
	width:250px;
	float:left;
}
.sidebarBannerTop{
	width:250px;
	height:65px;
	float:left;
}
.sidebarBannerContent{
	width:230px;
	float:left;
	padding:15px 10px;
	background:url(../Images/UKCE2Images/sidebarBanner/sidebarBannerContentBG.gif) top left repeat-y;
}
.sidebarBannerContentRow{
	width:230px;
	height:53px;
	float:left;
	padding-left:89px;
	font-size:10px;
}
.sidebarBannerScore{
	padding-bottom:5px;
	min-height:42px;
	background:url(../Images/UKCE2Images/sidebarBanner/sidebarBannerScoreImg.gif) top left no-repeat;
}
.sidebarBannerReport{
	padding-bottom:19px;
	min-height:53px;
	background:url(../Images/UKCE2Images/sidebarBanner/sidebarBannerReportImg.gif) top left no-repeat;
}
.sidebarBannerLMB{
	padding-bottom:19px;
	min-height:57px;
	background:url(../Images/UKCE2Images/sidebarBanner/sidebarBannerLMBImg.gif) top left no-repeat;
}
.sidebarBannerLock{
	padding-bottom:19px;
	min-height:37px;
	background:url(../Images/UKCE2Images/sidebarBanner/sidebarBannerLockImg.gif) top left no-repeat;
}
.sidebarBannerHelp{
	padding-bottom:10px;
	min-height:38px;
	background:url(../Images/UKCE2Images/sidebarBanner/sidebarBannerHelpImg.gif) top left no-repeat;
}
.sidebarBannerID{
	padding-bottom:3px;
	min-height:47px;
	background:url(../Images/UKCE2Images/sidebarBanner/sidebarBannerIDImg.gif) top left no-repeat;
}
.sidebarBannerNumber{
	width:250px;
	float:left;
}
.sidebarBannerFooter{
	width:250px;
	float:left;
	padding:5px 15px 0px 15px;
	font-size:10px;
	color:#666;
	background:url(../Images/UKCE2Images/sidebarBanner/sidebarBannerContentBG.gif) top left repeat-y;
}
.sidebarBannerBottom{
	width:250px;
	height:10px;
	float:left;
}
/*[END] sidebarBanner PJ48520*/

/* @group =profilelightbox UK10896 */
#profilelightbox {
	display: none;
	z-index: 90000;
	background-color: #fff;
	min-height: 150px;
	border: 4px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 20px 0px;
	width: 493px;
	text-align:left;
}

#profilelightbox .close {
	background: url(../images/close.png) no-repeat 0 0;
	_background-image: url(../images/close-ie6.png); /* IE6 */
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
  	padding-top: 37px;
	height: 0;
	width: 38px;
	text-indent: -999999px;
	overflow: hidden;
}
/**/
.strInformationIconQ
{
	float:right;
	padding-left:8px;
	background:transparent url('../Images/UKCE2Images/shared/q_icon.gif') no-repeat center left;
	width:20px;
	height:20px;
}
/**/
div.cell4
{
    float: right;     
    width: 20px;
    padding:2px 0 0 0;
	*+padding:2px 15px 0 0;
}

div.cell4 .tip3 
{ 
	
	position:absolute;
	z-index:101;
	visibility:hidden; 
	float:right;
	/*height:10px;*/
	height: 125px;
	margin-left:10px;
	
}

div.cell4 .tooltip3 {
	font:11px Arial,Helvetica,sans-serif; 
	width:180px;
	border-bottom-color: #003e71; 
	border-bottom-style:solid;
	border-bottom-width:1px; 
	border-top-color: #003e71; 
	border-top-style:solid;
	border-top-width:1px;
	border-right-color: #003e71; 
	border-right-style:solid;
	border-right-width:1px;
	/*margin:1px 0px 0px 15px;*/
 	margin-left:0px;
 	*+margin-left:-4px;
	z-index:100;
	visibility:hidden;
	float:right;
	color:#FFFFFF; 
	background-color:#0083b7;
	width:90px;
	height: 125px;
	padding-bottom: 10px;

} 

div.cell4 .tooltipHeader3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	height:20px; 
	width:80px; 
	color:#FFFFFF;
	padding-left:5px;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:5px;
	background-color:#0083b7;
	background-image:url(../Images/UKCE2Images/shared/boxes/ToolTip_white_dots.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-left:-1px;
}

div.cell4 .tooltipbody3 {
	font:11px Arial,Helvetica,sans-serif; 
	z-index:99;
	color:#FFFFFF; 
	/*height:150px;*/
	height:100px;
	/*background-color:#0083b7;*/
	border-left-color: #003e71; 
	border-left-style:solid;
	border-left-width:1px;
	width:80px;
}

.tooltipcontent1
{
	padding:10px;
	width:75px;
}

/*/*

/* @end */

