﻿.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: medium;
	font-weight:bold;
}

.staticSubtitle
{
	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 
{
  color:#000000;	
  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;
	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;
}