﻿.quoteText 
{
  color: #0000A4;
}

.redBoldStyle 
{
  color: #FF0000;
  font-weight: bold;
}

.staticTitle
{
  margin-top: 10px;
	color: #34648C;
	padding-bottom: 5px;
	border-bottom: solid 1px #B2B2B2;
	margin-bottom: 5px;
	padding-left:0px;
	font-family: arial;
	font-size: 18px;
	font-weight:bold;
}

.staticSubtitle
{
	color: #34648C;
	margin-left: 10px;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
}

.staticTitleV
{
  margin-top: 10px;
	color: #34648C;
	padding-bottom: 5px;
	border-bottom: solid 1px #B2B2B2;
	margin-bottom: 5px;
	padding-left:0px;
	font-family: verdana;
	font-size: 18px;
	font-weight:bold;
}

.staticSubtitleV
{
	color: #34648C;
	margin-left: 10px;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
}


.redNonLink
{
	color: #34648C;
	cursor: default;
	font-size: 10pt;
}

.pageTextBold
{
  font-size: 13px;
  color: #34648C;
  font-weight: bold;
  text-align:left;
}
.pageIntroText
{
  font-size: 13px;
  color: #4F4F4F;  
  text-align:left;
}

.pageTextRed
{
  font-size: 13px;
  color: #FF0000;
  font-weight: bold;
  text-align:left;
}

.pageText
{
  font-size: 13px;
  color: #4F4F4F;
  text-align:left;
}


.pageTextSmall
{
	font-size: xx-small;
	color: #4F4F4F;
	text-align:left;
}

.pageTextSmallGrey
{
	font-size: xx-small;
	color: #999999;
	text-align:left;
}

.navText
{
  font-size: xx-small;
  color: #808080;
  text-align:left;
}

.rightBox
{
  border:solid 1px #DDDDDD;
}

.bodyOffset, .bodyOffsetWithFooter, .bodyOffsetWithLargeFooter
{
  border-top:solid 60px white;
  height:100%;
  width:100%;
  overflow:auto;
  position:absolute;
  top:0px;
  float:left;
  /*include border in height like IE http://www.quirksmode.org/css/box.html */
  box-sizing:border-box;      
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; /*safari*/
}

.bodyOffsetWithFooter
{
  /*border-bottom:solid 30px white;*/
}

.bodyOffsetWithLargeFooter
{
  border-bottom:solid 65px white;
}

.quoteText
{
  font-style:italic;
  font-size: x-small;
  color: #4F4F4F;
  text-align:left;  
}

a
{
  text-decoration: none;
  font-size: x-small;
  color: #808080;
}
a:hover 
{
  text-decoration:underline;
}

.staticFooter
{
  font-size: xx-small;
	color: #808080;
}

.staticWHAT
{
  color: #017F01; 
  font-weight: bold;
}

.staticHOW
{
  color: #303270;
  font-weight: bold;
}

.staticWHY
{
  color: #DA1111;
	font-weight: bold;
}
.staticWHATIS
{
  color: #ED8238;
	font-weight: bold;
}

.WelcomeBoxMiddle
{
  width:826px;
  font-size:x-small;
  float:left;
  clear:both;
  padding:10px 0 10px 0;
  color:#999999;
}

.SubscribeMaps
{
	background-image:url(../images/HomePage/SubscribeToMaps.png);
  background-repeat:no-repeat;
}

.WelcomeButtons
{
  background-image:url(../images/HomePage/WelcomeButtons.png);
  background-repeat:no-repeat;
  width:1006px;
  height: 78px;
  font-size:x-small;
  float:left;
  clear:both;
  padding-top:10px;
  color:#999999;
}

.WelcomeMiddleHeader
{
  font-size:small;
  font-weight:bold;
  color:#4F4F4F;
}

.WelcomeLogo
{
	width: 190px;
	/* Move to sprite css central file
	background: url(../Images/HKLogo/HKLogo_All.png) no-repeat; */
  background-position: -160px -10px; 
	height: 35px;
	margin-bottom: 10px;
}

.StaticPageTitle
{
	color: #18497B;
	font-size: 24px;
	font-weight: bold;
	font-family: calibri, arial;
}

.StaticPageSubtitle
{
	color: #18497B;
	font-size: 16px;
	font-weight: bold;
	font-family: calibri, arial;
}

.ConsultantImg
{
	background: url('../images/Registration/RegistrationImages.png') no-repeat;  
	background-position: -30px -360px;
	width: 200px;
	height: 100px;
	float: left;
}

.ConsultantButton
{
	background: url('../images/ConsultantContactButton.png') no-repeat;  
	background-position: 0px 0px;
	width: 198px;
	height: 50px;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}

.ConsultantsFormButton
{
	background: url('../images/ConsultantContactButton.png') no-repeat;  
	background-position: 0px 0px;
	width: 198px;
	height: 50px;
	float: left;
	margin-left: 200px;
	cursor: pointer;
	margin-top: 20px;
	
}

.PremiumVersionButton
{
	background: url('../images/ConsultantPremiumButton.png') no-repeat;  
	background-position: 0px 0px;
	width: 259px;
	height: 45px;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}

.SubHeading
{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	color: #515E81;
	height: 40px;
}

.SmallGrayFont
{
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	color: Gray;
}


.WelcomeLeftMenu,
.WelcomeRightMenu
{
	position: absolute; 
	top: 150px;
	text-align: left; 
	background-color: white; 
	height: 200px; 
	width: 200px;
}

.WelcomeLeftMenu
{
	left: 25px; 
	width: 220px;
}

.WelcomeRightMenu
{
	right: 25px; 
	width: 180px;
}

.GreenBullet
{
	background-image: url('../images/GreenIcon.png');
	width: 24px;
	height: 25px;
	display: block;
	float: left;
	margin-top: 7px;
}

.CloudIcon
{
	background-image: url('../images/WhyTest.png');
	width: 46px;
	height: 39px;
	display: block;
	float: left;
	margin-top: 4px;
	margin-left: 6px;
	margin-right: 1px;
}

.OrangeIcon
{
	background-image: url('../images/OrangeIcon.png');
	width: 43px;
	height: 45px;
	display: block;
	float: left;
	margin-left: 8px;
	margin-right: 4px;
	margin-top: 5px;
}

.WelcomeText
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.0;
	color: #515e81;
	float: left; 
	margin-left: 9px;
}
a.WelcomeText
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	color: #515e81;
	float: left; 
	margin-left: 9px;
}
a.WelcomeText:hover 
{
	font-family: Arial;
  font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	color: #515e81;
	float: left; 
	margin-left: 9px;
  text-decoration:underline;
}

.AlternateWhite,
.AlternateBlue
{
	width: 100%;
	height: 120px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: dashed 1px #c2c2c2;
}

.AlternateWhite
{
	background-color: White;
}

.AlternateBlue
{
	background-color: #F5F5FF;
}

.ProductImg1,
.ProductImg2,
.ProductImg3,
.ProductImg4,
.ProductImg5,
.ProductImg6,
.ProductImg7
{
	width: 115px;
	height: 115px;
	float: left;
	background-image: url('../images/ProductImages2.png');  
	background-repeat: no-repeat;
}

.ProductImg1
{
	background-position: -0 -0;
}
.ProductImg2
{
	background-position: -115 -0;
}
.ProductImg3
{
	background-position: -230 -0;
}
.ProductImg4
{
	background-position: -0 -115;
}
.ProductImg5
{
	background-position: -115 -115;
}
.ProductImg6
{
	background-position: -230 -115;
}
.ProductImg7
{
	background-position: -0 -230;
}

.ProductDetails,
.ProductOptions
{
	float: left;
	height: 115px;
}

.ProductDetails
{
	width: 695px;
	margin-left: 10px;
	margin-right: 10px;
}
.ProductOptions
{
	border-left: dashed 1px #c2c2c2;
	width: 179px;
}
.ProductTitle
{
	font-family: Arial;
	color: #34648c;
	font-size: 16px;
	margin-top: 10px;
}
.ProductDescription
{
	font-family: Arial;
	color: gray;
	font-size: 12px;
	line-height: 1.5;

	clear:both;
}

.ProductOptionTrial,
.ProductOptionContact
{
	display: block;
	height: 21px;
	width: 92px;
	background-image: url('../images/ProductOptionButtons.png');  
	background-repeat: no-repeat;
	margin-left: 40px;
}
.ProductOptionTrial
{
	background-position: -0 -0;
}
.ProductOptionContact
{
	background-position: -0 -21;
}
.ProductOptionTrial:hover
{
	background-position: -0 -42;
}
.ProductOptionContact:hover
{
	background-position: -0 -63;
}

.ContactCloseButton
{
	float: right; 
	width: 20px;
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	margin-right: 7px;
	position: relative;
	bottom: 33px;
	background-image: url('../images/ContactCloseIcon.png');  
	background-repeat: no-repeat;
	cursor: pointer;
}


