/* Boiler Guide Limited */
            /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ERROR CHECKING
This is to determine if deprecated elements are used.
If so, they should be replaced:
1a. <font> and
1b. <font color="xxx">…</font>: Shouldn’t be used.
CSS should dictate font attributes.
2. <center>: Shouldn’t be used. CSS should dictate
horizontal alignment.
3a. <div align="xxx">…</div>
3b. <p align="xxx">…</p>
3c. <table align="xxx">…</table>: Shouldn’t be used.
CSS should dictate horizontal alignment.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CSS Begin */
font, center, div[align], p[align], table[align], font[color] {
	color : #cd0000;
	font-weight : bold;
	background : #eecc11 url(images/warning.gif) repeat 0 0;
	margin : 10px;
	padding : 10px;
	border : 2px dashed #cd0000;
	font-size : 2em;
}


div.tooltipLeft, div.tooltipRight {
	font-size:10px;
	position:relative;
	z-index:999;
	line-height:12px;
	text-align: left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
div.tooltipLeft span.tooltipLeftContent, div.tooltipRight span.tooltipRightContent {
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#EAEFF5;
	border:1px solid #99B2CC;
	color:#336699;
	display:none;
	padding:9px 10px 10px;
	width:200px;
}
div.tooltipLeft span.tooltipLeftContent p, div.tooltipRight span.tooltipRightContent p {
	color:#336699;
	font-size:10px;
}
div.tooltipLeft span.tooltipLeftContent a, div.tooltipRight span.tooltipRightContent a {
	color:#336699;
	font-weight:bold;
}
div.tooltipLeft span.tooltipLeftContent a:hover, div.tooltipRight span.tooltipRightContent a:hover {
	color:#336699;
	text-decoration:underline;
}
div.tooltipLeft {
	float:left;
}
div.tooltipLeft span.tooltipLeftArrow {
	background:url("../images/tooltip_arrow_left.png") no-repeat scroll center center transparent;
	display:none;
	height:9px;
	padding:10px 0 10px 10px;
	width:9px;
}
div.tooltipLeft:hover span.tooltipLeftContent {
	display:inline;
	left:26px;
	position:absolute;
	top:-4px;
}
div.tooltipLeft:hover span.tooltipLeftArrow {
	display:block;
	left:-14px;
	position:absolute;
	top:0;
}
div.tooltipRight {
	float:right;
}
div.tooltipRight span.tooltipRightArrow {
	background:url("../images/tooltip_arrow_right.png") no-repeat scroll center center transparent;
	display:none;
	height:9px;
	padding:10px 10px 10px 0;
	width:9px;
}
div.tooltipRight:hover span.tooltipRightContent {
	display:inline;
	position:absolute;
	right:26px;
	top:-4px;
}
div.tooltipRight:hover span.tooltipRightArrow {
	display:block;
	position:absolute;
	right:-14px;
	top:0;
}
.rotateimageleft
{
	float: left;
	padding: 6px 6px 6px 20px !important;
	text-decoration: none !important;
	background: #f5f6f7 url(../images/arrow_rotate_anticlockwise.png) left center no-repeat;
	border: 1px solid #bac2cd;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 98px;
	font-size: 1.0em !important;
	text-align: center;
}

.rotateimageright
{
	float: right;
	padding: 6px 20px 6px 6px !important;
	text-decoration: none !important;
	background: #f5f6f7 url(../images/arrow_rotate_clockwise.png) right center no-repeat;
	border: 1px solid #bac2cd;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 98px;
	font-size: 1.0em !important;
	text-align: center;
}

.rotateimageleftlink
{
	float: left;
	padding: 6px 3px 6px 18px !important;
	text-decoration: none !important;
	background: #f5f6f7 url(../images/arrow_rotate_anticlockwise.png) left center no-repeat;
	border: 1px solid #bac2cd;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 75px;
	font-size: 1.0em !important;
	text-align: center;
}

.rotateimagerightlink
{
	float: right;
	padding: 6px 18px 6px 3px !important;
	text-decoration: none !important;
	background: #f5f6f7 url(../images/arrow_rotate_clockwise.png) right center no-repeat;
	border: 1px solid #bac2cd;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 75px;
	font-size: 1.0em !important;
	text-align: center;
}

.rotateiconleft
{
	float: left;
	padding: 6px 6px 6px 20px !important;
	text-decoration: none !important;
	background: #f5f6f7 url(../images/arrow_rotate_anticlockwise.png) left center no-repeat;
	border: 1px solid #bac2cd;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 98px;
	font-size: 1.0em !important;
	text-align: center;
}

.rotateiconright
{
	float: right;
	padding: 6px 20px 6px 6px !important;
	text-decoration: none !important;
	background: #f5f6f7 url(../images/arrow_rotate_clockwise.png) right center no-repeat;
	border: 1px solid #bac2cd;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 98px;
	font-size: 1.0em !important;
	text-align: center;
}

.rotateiconleftlink
{
	float: left;
	padding: 6px 3px 6px 18px !important;
	text-decoration: none !important;
	background: #f5f6f7 url(../images/arrow_rotate_anticlockwise.png) left center no-repeat;
	border: 1px solid #bac2cd;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 75px;
	font-size: 1.0em !important;
	text-align: center;
}

.rotateiconrightlink
{
	float: right;
	padding: 6px 18px 6px 3px !important;
	text-decoration: none !important;
	background: #f5f6f7 url(../images/arrow_rotate_clockwise.png) right center no-repeat;
	border: 1px solid #bac2cd;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 75px;
	font-size: 1.0em !important;
	text-align: center;
}

.rotate_hint
{
	font-size: 0.9em !important;
	text-align: center;
	color: #888;
}


.loadingimagechange
{
	width: 200px;
	height: 150px;
	background: url(../images/workimg-ajax-loader.gif) center center no-repeat;
	display: none;
}

.loadingimagechange p
{
	text-align: center;
	padding: 40px 0 0 0 !important;
	font-size: 1.1em !important;
}

#businessimagecont table
{
	margin: 0 0 0 6px;
}

#businessimagecont table tr td
{
	padding: 0px 10px 10px 0px;
}

#businessimagecont table p
{
	padding: 0px 0px 6px 0px;
	margin: 0px;
	font-size: 1.1em;
}

#businessimagecont input
{
	margin: 0px 0px 8px 0px;
}

.mapinfo  { }
.mapinfo ul						{margin:0 0 0 10px; list-style:none;}
.mapinfo li						{background:url(../images/icons/bullet_orange.png) no-repeat 2px 2px!important; line-height:1.8em; padding:0 0 2px 20px;}
#covsplitlink						{font-family:Arial, Helvetica, sans-serif; font-size:12px; width:100px;}

.wpexamplequ {font-size: 11px; line-height:16px;font-family:Arial, Helvetica, sans-serif;}
.wpexamplequ h3 {background-color:#EDEDDC; color:#666635; -moz-border-radius:5px 5px 5px 5px; padding:4px; margin: 10px 0 -10px 5px;}
.wpexamplequ .wpexamplequreq {padding-left:10px;}
.wpexamplequ .wpexamplequti {font-size: 12px; font-weight:normal; color: #333333; font-weight:bold; }
.wpexamplequ .wpexamplequget {font-size: 10px; font-weight:normal; color: #333333; position: relative; left: 736px; top: -10px; padding-left:18px; background: url(../images/icons/bullet_go.png) no-repeat 0 -2px;}
.wpexamplequ .wpexamplequnoget {font-size: 10px; font-weight:normal; color: #333333; position: relative; left: 736px; top: -10px; padding-left:18px;}



#dashboard {
	position: relative;
	width: 810px;
	font-size: 11px;
}
#dashboard h3 {
	font-size: 1.1em;
	color: #0096DF;
	padding-bottom: 4px;
	margin-left: 2px!important;
}
#dashboard  h3 a {
	color: #0096DF;
	border-bottom:1px dotted #0096DF;
}
#dashboard  h3 a:hover {
	color: #f49622;
	border-bottom:0px;
	text-decoration: none;
}
#dashboard .sec {
	width: 810px;
	margin-bottom: 10px;
}
#dashboard .seccontainer {
	position: relative;
	padding: 10px 10px 10px 10px;
	background-color: #EEF8FD;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 810px;
	border:1px solid #A7CCDF;
}
#dashboard .seccontainer.highlight {
    background-color: #EF5963;
    border: 1px solid #D73842;
}
#dashboard #leadsquantity {
	/*position: absolute;*/
	float: right;
	width: 200px;
	clear: both;
}
#dashboard #leadsquantitycontainer {
	width: 200px;
}

#dashboard #contactam {
	float: right;
	width: 200px;
	clear: both;
}

#dashboard #contactamcontainer {
	width: 200px;
}

#dashboard .dash-telephone {
	background: url('../images/telephone.png') no-repeat left center;
	padding: 2px 2px 2px 20px !important;
	margin: -4px 0 0 6px;
}

#dashboard .dash-email {
	background: url('../images/email.png') no-repeat left center;
	padding: 2px 2px 2px 20px !important;
	margin: 0 0 0 6px;
}

#dashboard #leadslhs {
	min-height: 228px;
}

#dashboard #latestleads {
	/*position: absolute;*/
	width: 580px;

}
#dashboard #latestleadscontainer {
	width: 580px;
}

#dashboard #marketplaceleads {
	/*position: absolute;*/
	width: 580px;

}
#dashboard #marketplacecontainer {
	width: 580px;
}

#dashboard #statistics {
	/*position: absolute;*/
	float: right;
	width: 200px;
	clear: both;
}
#dashboard #statisticscontainer {
	width: 200px;
}


#dashboard #latestfeedback {
	/*position: absolute;*/
	clear: both;
}

#dashboard #invoices
{
	width: 580px;
}

#dashboard #invoicescontainer
{
	width: 580px;
}


#dashboard #messages a {
	text-decoration: underline;

}
#dashboard #messages p.msg-warning {

	padding: 10px;
	font-size: 110%;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 4px;

	color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/knobs/warning-small.png');
	margin: 4px 0 10px 0;
	padding: 7px 7px 7px 32px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-size: 1em;
	border: 1px solid;
}
#dashboard #messages p.msg-notify {
	background-color: #cccccc;
	padding: 10px;
	font-size: 110%;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 4px;

	color: #00529B;
    background-color: #D4EBFF;
    background-image: url('../images/knobs/info-small.png');
	margin: 4px 0 10px 0;
	padding: 7px 7px 7px 32px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-size: 1em;
	border: 1px solid;

}
#dashboard #messages p.msg-site {

	padding: 10px;
	/*font-size: 100%;*/
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 4px;

    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/knobs/success-small.png');
	margin: 4px 0 10px 0;
	padding: 7px 7px 7px 32px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-size: 1em;
	border: 1px solid;
}

p.msg-tick {
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 4px;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/knobs/success-small.png');
    margin: 4px 0 10px 0 !important;
	padding: 7px 7px 7px 32px !important;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-size: 1em;
	border: 1px solid;
}

p.msg-warning {

	padding: 10px;
	font-size: 110%;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 4px;
	color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/knobs/warning-small.png');
	margin: 4px 0 10px 0;
	padding: 7px 7px 7px 32px !important;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-size: 1em;
	border: 1px solid;
}

.iPhoneCheckContainer {
	position: relative;
	height: 27px;
	cursor: pointer;
	overflow: hidden;
	margin: 4px 0 4px 0;
}

.iPhoneCheckContainer input {
    position: absolute;
    top: 5px;
    left: 30px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }

.iPhoneCheckContainer label {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 5px;
    overflow: hidden; }

.iPhoneCheckContainer, .iPhoneCheckContainer label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none; }

.iPhoneCheckDisabled {
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); }

label.iPhoneCheckLabelOn {
	color: white;
	background: url('../images/on.png') no-repeat;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	left: 0;
	padding-top: 5px; }

label.iPhoneCheckLabelOn span {
    padding-left: 8px; }

label.iPhoneCheckLabelOff {
	color: #8b8b8b;
	background: url('../images/off.png') no-repeat right 0;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
	text-align: right;
	right: 0; }

label.iPhoneCheckLabelOff span {
    padding-right: 8px; }

.iPhoneCheckHandle {
	display: block;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: url('../images/slider_left.png') no-repeat;
	padding-left: 3px; }

.iPhoneCheckHandleRight {
	height: 100%;
	width: 100%;
	padding-right: 3px;
	background: url('../images/slider_right.png') no-repeat right 0; }

.iPhoneCheckHandleCenter {
	height: 100%;
	width: 100%;
	background: url('../images/slider_center.png'); }

.alerts-checkbox
{
	display: none;
}

.alert_capped_at
{
	display: none;
}

.lead-alerts
{
	color: #fff !important;
}

.freelead{
	background: url('../images/freelead.png') top right no-repeat;
}

#frmSuccess
{
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 4px;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/knobs/success-small.png');
    margin: 4px 0 10px 0 !important;
	padding: 7px 7px 7px 32px !important;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-size: 1em;
	border: 1px solid;
}