﻿html
{
	
	background-repeat: repeat;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}


#body-home {
	background-color: #F2F2F2;
	min-height: 800px;
	border: 2px solid #E0E0E0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
.indicator-box > div {
	margin: 0 5px 5px 5px;
	width: 40px;
	height: 20px;
	text-align: center;
	display: inline-block;
	padding: 10px 0;
	font-weight: bold;
	color:#fff;
	border:1px solid #808080;
}
.issue-box, .issue-box-VIP, .issue-box-Halifax, .issue-box-risk, .issue-box-Auction, .issue-box-Reseller, .issue-box-reviewed, .issue-box-Unhappy, .issue-box-reviewed, .issue-box-black,
.issue-box-custom {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	float: left;
	margin-right: 15px;
	color: white;
	max-width: 375px;
}
.issue-box {
	background-color: #5AA7E0;
}
.issue-box-VIP {
	background-color: fuchsia;
}
.issue-box-Unhappy {
	background-color: OrangeRed;
}
.issue-box-Halifax {
	background-color: #0040bb;
}
.issue-box-risk {
	background-color:#ff0000;
}
.issue-box-Auction {
	background-color:orange;
	color:#000;
}
.issue-box-Reseller {
	background-color:purple;
}
.issue-box-Auction h2 {
	font-size:12px;
	color:#000;
}
.issue-box-reviewed {
	background-color:#5cd65c;
}
.issue-box-black {
	background-color: #000;
}
	.issue-box-reviewed
	.issue-box h2,
	.issue-box-VIP h2,
	.issue-box-Unhappy h2,
	.issue-box-Halifax h2,
	.issue-box-black h2 {
		font-size: 12px;
		color: white;
	}

.issue-box a, .issue-box-VIP a, .issue-box-Halifax a, .issue-box-risk a, .issue-box-Auction a, .issue-box-Reseller a, .issue-box-reviewed a,.issue-box-Unhappy a{
	color: #000;
	text-decoration: none;
}
.issue-box-black a {
	color: #fff;
	text-decoration: none;
}
fieldset
{
	background-color: #FFFFFF;
}

body
{
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 15px;
	color: #333333;
	padding: 0px;
	background-color: #FFFFFF;
	height:100%;
	min-height: 100%;
}

@media printer {
	body {
		margin-left: 100px;
		margin-right: 100px;
		width:85%;
		min-width: 85%;
	}
}
/*@media (max-width:1919px)
{
	body {
		margin-left:25px;
		margin-right:25px;
		min-width:95%;
	}
}
*/
@media (min-width:1600px) {
	body {
		margin-left: 10px;
		margin-right: 10px;
		width: 95%;
		min-width: 1580px;
	}
}
@media (min-width:1920px)
{
	body{
		margin-left:100px;
		margin-right:100px;
		width:85%;
		min-width: 1720px;
	}
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

a.qclink:link, a.qclink:visited
{
	color: #034af3;
}

span.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CC0000;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #034af3;
}

/*.qc-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:37px;
	line-height:37px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 0px 0px #287ace;
}
.qc-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.qc-button:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

img
{  
	border-style: none;
}

.css3-shadow:after {
	border-radius: 100%;
	bottom: 0;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
	content: "";
	height: 50%;
	left: 10%;
	position: absolute;
	right: 10%;
	width: 80%;
	z-index: -1;
}

.box {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 2px;
	margin: 20px auto 60px;
	padding: 10px;
	width: 70%;
}

.css3-shadow, .css3-gradient1, .css3-gradient2 {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	position: relative;
}

.box ul {
	background: none repeat scroll 0 0 #EEEEEE;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	margin: 0;
	padding: 20px 20px;
	text-align: left;
	width:90%;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	color: #1F6DA7;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
	font-family: "Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
}

	h2.homepage
	{
		color: #333333;
	text-transform: none;
	font-weight: 400;
	font-size: 30px;
	 margin-bottom: 0px;
	}
ul.homepage li
{
	   color: #333333;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
	 margin-bottom: 0px;
}

div.leftContainer
{

	float: left;
	margin-right: 10px;
	width: 420px;
  
}

div.rightContainer
{

	float:left;
	margin-left:20px;
	width:420px;

}

h3.homepage
{
		text-transform: none;
	font-weight: 400;
	font-size: 25px;
	 margin-bottom: 0px;
}

h4.homepage
{
		color: #333333;
	text-transform: none;
	font-weight: 400;
	font-size: 15px;
	 margin-bottom: 0px;
}

	h1.homepage
{
	color: #333333;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
	font-family: Corbel, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
}

span.homepage
{
		color: #1F6DA7;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
	font-family: "Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
}

h1
{
	font-size: 35px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left:10px;
}

h2
{
	font-size: 1.5em;
	 margin-bottom: 0px;
	/*font-weight: 600;*/
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}


/*** FORM DECORATOR****/


fieldset.margin-off
{
	float:left;
	width:250px;
	margin-right:10px;
}

.formRow
{
	float: left;
	border-right: solid 1px #cbcbcb;
	height: 220px;
	padding-left: 16px;
}
/* ie 7 does not use same size as other browsers */
h5
{
	font-size: 10px;
}

.RadForm_Metro.rfdHeading h5
{
	font-size: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)
{
	.RadForm_Metro.rfdHeading h5
	{
		font-size: 10px;
	}
}

.formLabel
{
	float:left;
	width:80px;
	text-align:right;
	margin-right:10px;
	min-height: 1px;
}
.formLabelMediumInline
{
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;
	min-height: 1px;
}
.formLabelLongInline
{
	float:left;
	width:170px;
	text-align:right;
	margin-right:10px;
	min-height: 1px;
}

.quoteFieldset .formLabelLongInline {
	width: 185px;
}

.overview-fieldset
{
	width:400px;
	float:left;
	margin-right:10px;
}

.contact-fieldsetNarrow
{
	width:230px;
	float:left;
	margin-right:10px;
}

.search-fieldset
{
	width:1400px;
	float:left;
	margin-right:10px;
}

#content
{
   margin-left:10px;
	background-color: #FFFFFF;
		   width:95%;
	  min-width: 95%;
}

.multiPage
{
	padding:5px;
}

.feeEarner-block
{
	float:right;
	margin-top:20px;
}

div.details
{
	float:left;
	margin-right:5px;
}
.clear
{
	clear:both;
}

fieldset.contact-main
{
	float:left;
	width:300px;
	margin-right:10px;
	margin-bottom:10px;
}

fieldset.contact-main p.singleSignInLabel{
	text-align:center;
	font-weight:bold;
	color:red;
}
.grid-float
{
	float:left;
}

.panel-right
{

	float: left;
}
@media only screen and (min-width: 1601px) {
	.panel-right-index {
		width: 1200px;
	}
}
@media only screen and (max-width: 1600px) {
	.panel-right-index {
		width: 1000px;
	}
}
.formLabelLong
{
	clear:both;
}

fieldset.fraud
{
	width:480px;
	margin-right:10px;
	margin-bottom:10px;
}

.programLink {
	background-color: #0095bf;
	color: #fff;
	display: inline-block;
	width: 152px;
	height: 37px;
	text-align: right;
	vertical-align: top;
	font-size: 1em;
	padding: 19px 5px 0 0;
	box-sizing: border-box;
	margin-top: 13px;
}