@charset "UTF-8";

/* fonts */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/opensans-light-webfont.eot');
	src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg'),
		url('fonts/opensans-light-webfont.woff') format('woff'),
		url('fonts/opensans-light-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/opensans-regular-webfont.eot');
	src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg'),
		url('fonts/opensans-regular-webfont.woff') format('woff'),
		url('fonts/opensans-regular-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/opensans-semibold-webfont.eot');
	src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg'),
		url('fonts/opensans-semibold-webfont.woff') format('woff'),
		url('fonts/opensans-semibold-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/opensans-bold-webfont.eot');
	src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg'),
		url('fonts/opensans-bold-webfont.woff') format('woff'),
		url('fonts/opensans-bold-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	src: url('fonts/opensans-lightitalic-webfont.eot');
	src: url('fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg'),
		url('fonts/opensans-lightitalic-webfont.woff') format('woff'),
		url('fonts/opensans-lightitalic-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/opensans-italic-webfont.eot');
	src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg'),
		url('fonts/opensans-italic-webfont.woff') format('woff'),
		url('fonts/opensans-italic-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	src: url('fonts/opensans-semibolditalic-webfont.eot');
	src: url('fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg'),
		url('fonts/opensans-semibolditalic-webfont.woff') format('woff'),
		url('fonts/opensans-semibolditalic-webfont.ttf') format('truetype'), ;
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	src: url('fonts/opensans-bolditalic-webfont.eot');
	src: url('fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg'),
		url('fonts/opensans-bolditalic-webfont.woff') format('woff'),
		url('fonts/opensans-bolditalic-webfont.ttf') format('truetype');
}



/* CSS Document */

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	margin: 0;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

a:focus {
	outline: none;
}

p {
	margin: 0;
	padding: 0;
}

p.textsmall {
	padding: 10px 0 10px 0;
	font-weight: 600;
}

::-webkit-input-placeholder {
	color: black;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: black;
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: black;
	opacity: 1;
}

:-ms-input-placeholder {
	color: black;
}

input::-moz-placeholder {
	color: black;
	opacity: 1;
}


.t-link {
	outline: none;
	text-decoration: none;
}

#h-desk {
	float: right;
	font-size: 15px;
	height: 90px;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 13px;
	text-align: left;
	width: 350px;
}

#contact-details {

	float: right;
	width: 240px;
	line-height: 25px;
	font-size: 15px;
}

/*
#contact-details b {
 	color: #676767;
}
*/

.h-head {
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	border-bottom: solid 1px #000;
	margin-bottom: 5px;
}

#logout {
	float: right;
	width: 80px;
	text-align: right;
	margin-top: 45px;
}


a:link.h-link {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

a:visited.h-link {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

a:active.h-link {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

a:hover.h-link {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

#h-desk a:link.h-link {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

#h-desk a:visited.h-link {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

#h-desk a:active.h-link {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

#h-desk a:hover.h-link {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

#h-desk a:link.h-link-yel {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	background-color: #FFD100;
	padding: 5px;
	display: inline-block;
}

#h-desk a:visited.h-link-yel {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	background-color: #FFD100;
	padding: 5px;
	display: inline-block;
}

#h-desk a:active.h-link-yel {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	background-color: #FFD100;
	padding: 5px;
	display: inline-block;
}

#h-desk a:hover.h-link-yel {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	background-color: #FFD100;
	padding: 5px;
	display: inline-block;
}

#wrapper {
	width: 970px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: inline-block;
	/*overflow: hidden;*/
}

#wrapper {
	display: block;
}


#header {
	width: 970px;
	height: 132px;
	background-image: url(../img/report-header.jpg);
	background-repeat: no-repeat;

}

#headerinside {
	background-image: url("../_images/header_bg.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 120px;
	margin-bottom: 10px;
	width: 970px;
	position: relative;
}

#login {
	bottom: 10px;
	font-weight: 600;
	height: 90px;
	margin-top: 2px;
	padding-left: 6px;
	padding-top: 5px;
	position: absolute;
	right: 0;
	width: 357px;
}

#login-title {
	float: left;
	font-size: 14px;
	width: 150px;
	margin-bottom: 10px;
}

#login .loginbutton {
	float: right;
	padding: 4px 0 12px;
	width: 55px;
	background-color: #FFD000;
	border: none;
	color: #000;
	height: 27px;
	margin-top: 17px;
	font-family: 'Open Sans', Arial, sans-serif;
}

#u-login {
	float: left;
	width: 150px;
	clear: left;
}

#p-login {
	float: left;
	width: 150px;
}

#f-pass {
	float: right;
	font-size: 12px;
	margin-bottom: 10px;
	width: 150px;
	text-align: right;
}



#p-label,
#u-label {
	display: block;
	font-size: 12px;
	font-weight: 400;
}


#login form {
	padding: 0;
	margin: 0;
}

#login input {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #999999;
	font-size: 14px;
	font-weight: 600;
	height: 25px;
	margin-right: 2px;
	padding: 0 5px;
	width: 132px;

}

a.g-link {
	text-decoration: none;
}


.logo {
	float: left;
	margin-top: 18px;
}

.textimage {
	float: left;
	margin-right: 8px;
	margin-bottom: 9px;
}

.optioninside {

	clear: both;
	min-height: 100px;
	width: 100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
	padding: 4px;
	margin-bottom: 10px;
}

/*
.optioninside:hover {

	clear: both;
	height: 100px;
	width: 100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 4px;
	margin-bottom: 10px;
}
*/


.logos {

	margin-top: 6px;
}


.clear {
	clear: both;
}

#helpdesk {
	border-bottom: solid 1px #a1a1a1;
	border-top: solid 1px #a1a1a1;
	/*width: 455px;*/
	padding: 5px 0 5px 0;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
	font-weight: 600;

}

#holder {
	width: 970px;
	height: auto;
	overflow: visible;
	clear: both;
	display: inline-block;
	/*overflow: hidden;*/
}

#holder {
	display: block;
}

#left {
	width: 230px;
	float: left;
	position: relative;
	z-index: 1000;

}


#right {
	width: 733px;
	height: 100%;
	overflow: visible;
	float: right;
	position: relative;
}


#banner {
	width: 703px;
	height: 163px;
	background-image: url(../_images/home_main_panel_back.jpg);
	background-repeat: no-repeat;
	padding: 15px;

}

#bannerinside {
	width: 713px;
	height: 23px;
	background-color: #ffd300;
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
}


#banner h1 {
	font-size: 28px;
	line-height: 28px;
	color: #000000;
	padding: 0;
	margin: 0;
	letter-spacing: -1px;
}



#bannerinside h1 {
	font-size: 28px;
	line-height: 28px;
	color: #000000;
	padding: 0;
	margin-top: 0;
	letter-spacing: 0;
}


#intropara {
	width: 455px;
	height: 55px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 22px;
	font-weight: 600;
}

#introcontact {
	width: 455px;
	height: 25px;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
	font-weight: 600;

}


#optionholder {
	width: 733px;
	height: 320px;
}

#copyholder {
	width: 733px;
	min-height: 320px;
}




#options {
	width: 544px;
	height: 320px;
	float: left;
	margin-top: 9px;
}

#copy {
	width: 504px;
	height: auto;
	float: left;
	overflow: visible;
	margin-top: 9px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#option1 {
	width: 261px;
	height: 144px;
	float: left;
	background-image: url(../_images/panel1_back.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
}

#option1:hover {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#option2 {
	width: 261px;
	height: 144px;
	float: left;
	background-image: url(../_images/panel2_back.jpg);
	background-repeat: no-repeat;
	margin-left: 9px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
}

#option2:hover {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


#option3 {
	width: 261px;
	height: 144px;
	clear: both;
	float: left;
	background-image: url(../_images/panel3_back.jpg);
	background-repeat: no-repeat;
	margin-top: 9px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
}

#option3:hover {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


#option4 {
	width: 261px;
	height: 144px;
	float: left;
	background-image: url(../_images/panel4_back.jpg);
	background-repeat: no-repeat;
	margin-left: 9px;
	margin-top: 9px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
}

#option4:hover {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}




.optionhead {
	width: 194px;
	height: 140px;
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	padding: 0;
	margin: 0;
	float: left;
	padding-top: 8px;
	padding-left: 15px;
	font-weight: 600;
}

.optionarrow {
	width: 48px;
	margin-top: 100px;
	margin-right: 3px;
	float: right;
}






#button1 a {
	width: 169px;
	height: 50px;
	display: block;
	background-image: url(../_images/button_free_credits.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	padding-top: 16px;
	padding-left: 56px;
	text-decoration: none;
	margin-top: 16px;
}


#button1 a:hover {
	color: #ffd300;
	text-decoration: underline;
}



#button2 a {
	width: 169px;
	height: 50px;
	display: block;
	background-image: url(../_images/button_free_advice.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	padding-top: 16px;
	padding-left: 56px;
	text-decoration: none;
}

#button2 a:hover {
	color: #ffd300;
	text-decoration: underline;
}



#testimonial {
	width: 185px;
	min-height: 299px;
	float: right;
	margin-top: 9px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
}

#testimonialtop {
	width: 103px;
	height: 53px;
	background-image: url(../_images/head_what_our_subscribers_say.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 14px;
	line-height: 14px;
	padding-top: 13px;
	padding-left: 82px;
	color: #000000;
	font-weight: 600;
}

#quote {
	width: 163px;
	font-size: 14px;
	line-height: 14px;
	padding-top: 10px;
	padding-left: 12px;
}


#fade {
	margin: 0;
	padding: 0;
	list-style-type: none;

}


#logos {
	width: 702px;
	height: 100px;
	clear: both;
	margin-top: 9px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #a1a1a1;
	border-left-color: #a1a1a1;
	padding-top: 6px;
	padding-left: 14px;
	font-weight: 600;

}


#footer {
	/*width: 620px;*/
	width: 100%;
	height: 104px;
	text-align: left;
	float: left;
	clear: left;
	font-size: 10px;
	padding-top: 16px;
	padding-left: 16px;

}











/* menu styles */



#verticalmenu {}



.dropdownmenu,
.dropdownmenu li ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	width: 220px;
	/*WIDTH OF MAIN MENU ITEMS*/
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.dropdownmenu li {
	position: relative;
	text-align: left;
	margin-bottom: 5px;
}

.dropdownmenu li a {
	font-size: 13px;
	color: #000;
	font-weight: 600;
	display: block;
	width: 205px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.dropdownmenu li a.current {
	background-color: #ffd940;
	font-size: 13px;
	color: #000000;
	font-weight: 600;
	display: block;
	width: 205px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
}

.dropdownmenu li a:hover {
	background-color: #ffd940;
	color: #000;
}


.dropdownmenu li ul {
	/*SUB MENU STYLE*/
	/*
position: absolute;
width: 228px; /*WIDTH OF SUB MENU ITEMS*/
	/*
left: 0;
top: 0;
display: none;
*/
	border-top: 0;
	border-bottom: solid 2px #ffd940;

}

.dropdownmenu li ul li {
	/*float: left;*/
}

.dropdownmenu li ul a {
	font-weight: 400;
	color: #666;
	font-size: 12px;
}


.dropdownmenu li ul a:hover,
.dropdownmenu li ul a.subcurrent {
	color: #000;
	background-color: #fff;
}


.sublink {
	display: none;
}

/* MUST LEAVE THESE - display:none */

.sublink ul {
	list-style-type: none;
}

/* Holly Hack for IE \*/
* html .dropdownmenu li {
	float: left;
	height: 1%;
}

* html .dropdownmenu li a {
	height: 1%;
}

/* End */




/* links styles */

a:link {
	color: #5c5c5c;
	text-decoration: underline;
}


a:visited {
	color: #5c5c5c;
	text-decoration: underline;
}


a:active {
	color: #828282;
	text-decoration: underline;
}


a:hover {
	color: #828282;
	text-decoration: underline;
}



/* text styles */



.textyellow {
	color: #ffd300
}


.textsmall {
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
}

.textbold {
	font-weight: 600;
}

.textquote {
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	color: #000000;
}

.textquotename {
	padding-top: 5px;
	font-size: 11px;
	line-height: 13px;
	color: #626262;
	font-weight: 400;
}


.service {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	padding: 0;

}

#z-link {
	left: 470px;
	position: relative;
	top: 15px;
}

.hide-content {
	display: none;
}

#wrapper.glossary {
	width: 750px;
}

#right td.debt-search-col {
	line-height: 10px;
	padding: 0 5px;
}

.hide-table {
	display: none;
}

.btt {
	float: left;
}


/*
.thold {
	padding-left: 15px;
	padding-right: 15px;
}

.tborder {

}
*/

.sub-note-pad {
	padding-left: 25px;
	padding-right: 25px;
	background-color: #e6e6e5;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

.loginbar {
	background-color: #989898;
	padding: 15px 25px;
	margin-bottom: 20px;
	margin-top: -5px;
}

.loginbar-title {
	float: left;
	/* margin-left: 210px; */
	color: #fff;
	font-weight: 600;
	font-size: 25px;
}

.loginbar-links {
	float: right;
}

.loginbar-links a.account-link,
.loginbar-links a.logout-link {
	color: #fff;
	padding: 2px 0 2px 40px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

.account-link {
	background-image: url('../_images/account.png');
	margin-right: 10px;
}

.logout-link {
	background-image: url('../_images/logout.png');
}

.search-forms-holder .search-forms-inner,
.sfh-left {
	background-color: #f5f5f5;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 30px 25px;
}

.search-controls {
	padding-bottom: 20px;
}

.search-forms-holder .search-controls {
	width: 340px;
	float: right;
}

.search-control-left {
	width: 190px;
	float: left;
	text-align: left;
}

.search-control-right {
	width: 190px;
	float: left;
	text-align: left;
}

.search-forms-holder .search-control-right {
	width: 150px;
}

.control-check {}

.control-label,
.control-label-on {
	margin-bottom: 5px;
	margin-left: 5px;
	display: inline-block;
	padding: 2px;
	font-weight: 300;
}

.control-label-on {
	background-color: #fed940;
}

.search-forms-holder-left {
	width: 450px;
	float: left;
}

.search-main-input,
.search-input {
	width: 305px;
	background-color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
}

.search-forms-holder .search-main-input,
.search-forms-holder .search-input {
	width: 230px;
}

.search-main-input {
	border: solid 2px #999999;
	font-weight: 600;
	padding: 10px;
	font-size: 16px;
}

.search-input {
	border: solid 1px #999999;
	padding: 5px 10px;
	font-weight: 300;
}

select.search-input,
select.search-main-input {
	width: 330px;
	font-family: Arial, sans-serif;
}

.search-forms-holder select.search-input,
.search-forms-holder select.search-main-input {
	width: 255px;
}

select.search-input {
	background-color: #f5f5f5;
	font-weight: 300;
}

.search-find {
	width: 42px;
	height: 42px;
	color: transparent;
	background-repeat: no-repeat;
	background-image: url('../_images/search-button.png');
	border: 0;
	cursor: pointer;
}

.search-choose {
	margin-top: 0;
	font-size: 24px;
}

.search-forms-holder .search-form {
	float: left;
	width: 320px;
}

.hide-box {
	display: none;
}


.side-control {
	width: 240px;
	float: right;
	border-top: solid 1px #cccccc;
}

.side-control ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.dashboard-menu li {
	border-bottom: solid 1px #cccccc;
}

.dashboard-menu li a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	color: #000;
	padding: 20px 0 20px 50px;
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	font-size: 14px;
}

.dashboard-menu li a:hover {
	font-weight: 600;
	color: #000;
}

.mon-link {
	background-image: url('../_images/dash-mon.png');
}

.dir-mon-link {
	background-image: url('../_images/dash-dir-mon.png');
}

.ch-let-link {
	background-image: url('../_images/dash-letters.png');
}

.ch-em-link {
	background-image: url('../_images/dash-email.png');
}

.debt-link {
	background-image: url('../_images/dash-debts.png');
}

.dealings-link {
	background-image: url('../_images/dash-search.png');
}

.recent-side {
	background-color: #f5f5f5;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding-left: 50px;
	background-image: url('../_images/dash-reports.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	display: none;
}

.recent-header {
	margin-top: 20px;
	font-weight: 600;
	font-size: 14px;
}

.blue-button,
a.blue-button {
	background-color: #676767;
	color: #fff;
	font-weight: 600;
	padding: 5px 10px;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	font-family: 'Open Sans', Arial, sans-serif;
}

.light-blue-button {
	background-color: #292929;
	color: #fff;
	font-weight: 600;
	padding: 14px 15px;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	font-family: 'Open Sans', Arial, sans-serif;
}

.new-button {
	background-color: #ffd940;
	color: #000;
}


.search-results {
	margin-top: 20px;
}

.search-header {}

#right td.search-pages-header {
	text-align: right;
	color: #aaa;
	font-size: 18px;
	padding-right: 20px;
	vertical-align: top;
	font-weight: 300;
}

.search-results-heading {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f5f5f5;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.result-row {
	border-bottom: solid 1px #cccccc;
}

.result-row .first {
	font-weight: 600;
}

#right .search-results-heading th {
	color: #676767;
	font-size: 14px;
	font-weight: 600;
}

.search-results-heading th,
#right .result-row td {
	text-align: left;
	padding-right: 20px;
}

#right .result-row td {
	vertical-align: top;
}

.search-results-heading .first,
#right .result-row td.first {
	padding-left: 20px;
	width: 200px;
}

.search-results-heading .second,
.result-row .second {
	width: 100px;
}

.search-results-heading .third,
.result-row .third {
	width: 120px;
}

.search-results-heading .fourth,
.result-row .fourth {
	width: 273px;
}

.result-row .third,
.result-row .fourth {
	font-weight: 300;
}


.not-found1,
.not-found2 {
	font-weight: 600;
	font-size: 18px;
	padding-left: 70px;
	padding-bottom: 20px;
	background-position: left top;
	background-repeat: no-repeat;
}

.not-found1 {
	color: #999999;
	background-image: url('../_images/no-results.png');
}

.not-found2 {
	background-image: url('../_images/call-us.png');
}

.blue-text {
	color: #676767;
}

.not-found3 {
	margin-left: 10px;
	width: 305px;
}

.tableheader-light {
	background-color: #292929;
}

.split-header-holder {
	background-color: #676767;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 600;

	text-align: left;
	text-transform: uppercase;
}

.split-header-holder a {
	color: #fff;
	text-decoration: none;
}

.split-header {
	float: left;
	padding: 15px 0 15px 30px;
	/*width: 470px;*/
}

.split-header-right {
	float: right;
	/*width: 233px;*/
}

.space-below {
	margin-bottom: 10px;
}

.acc-graphs,
.acc-sentence,
.payment-sentence {
	padding: 5px 25px;
	text-align: left;
}

.payment-sentence {
	padding-top: 20px;
}

.payment-text {
	float: left;
	width: 425px;
}

.payment-button {
	float: right;
	width: 200px;
	cursor: pointer;
	font-family: 'Open Sans', Arial, sans-serif;
}


.bold {
	font-weight: 600;
}

.mon-dir-holder {}

.all-mon-butt-holder {}

.del-all-dir-button {}

.detailed-button {}

.sub-header {
	color: #333;
	padding: 15px;
	font-size: 16px;
	text-align: left;
}

.filings-text {
	color: #676767;
	border-bottom: 1px solid #ccc;
	padding: 15px 25px;
	text-align: left;
}

.hide-show-trading {
	margin-bottom: 10px;
}

.payment-histories {
	border-top: 1px solid #ccc;
}

.plus-button,
.minus-button {
	color: #fff;
	border: 0;
	font-weight: 600;
	font-size: 25px;
	cursor: pointer;
	padding: 0;
	height: 30px;
	width: 30px;
}

.plus-button {
	background-image: url('../_images/down-arrow.png');
}

.minus-button {
	background-image: url('../_images/up-arrow.png');
}

.report-header {
	background-color: #eee;
	border-top: solid 1px #ccc;
	padding: 23px 30px 10px;
	margin-bottom: 10px;
}

.company-details {
	margin-top: 10px;
}

.company-name {
	float: left;
	width: 70%;
	margin-top: 0;
	text-align: left;
	font-size: 24px;
	line-height: 25px;
}

.pdf-print {
	float: right;
	width: 30%;
	text-align: right;
}


.company-summary,
.risk-summary {
	background-color: #fff;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	float: left;
	padding-bottom: 15px;
}

.company-summary {
	width: 184px;
	font-weight: 300;
}

.company-summary,
.ccj-summary,
.limit-summary,
.trading-summary {
	padding-left: 10px;
	padding-right: 10px;
}

.risk-summary {
	margin-left: 30px;
	width: 204px;
}

.rs-non {
	padding-top: 15px;
}

.company-details p {
	text-align: left;
}


.ccj-summary,
.limit-summary {
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}

.ccj-summary {
	padding-top: 5px;
}

.summary-heading,
.summary-heading2 {
	color: #000;
	text-align: left;
	margin-bottom: 0;

}

.summary-heading {
	font-size: 12px;
	line-height: 9px;
}

.summary-heading2 {
	font-size: 14px;
	margin-top: 0;
}

.summary-heading a,
.summary-heading2 a {
	color: #000;
	text-decoration: none;
}

.summary-heading-bottom {
	margin-bottom: 5px;
}

.action-buttons {
	float: right;
	width: 205px;
}

.action-button,
.action-button2 {
	border: 0;
	background-color: #676767;
	width: 205px;
	text-align: left;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 10px 5px 15px;
	margin-bottom: 10px;
	cursor: pointer;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #fff;
}

/*
.action-button:hover, .action-button2:hover {
	background-color: #000;
	border-left: solid 5px #FFD940;
	padding-left: 10px;
	color: #FFD940;
}
*/

/*
.action-button2:hover {
	color: #fff;
}


.action-button {
	color: #000;
}

*/
.action-button2 {
	color: #FFD940;
}


.credit-limit {
	margin-top: 10px;
	height: 25px;
	font-size: 18px;
	font-weight: 600;
	padding-top: 5px;
	color: #FFFFFF;
}

.bg-orange {
	background-color: #ff931e;
}

.bg-red {
	background-color: #db0b0b;
}

.bg-green {
	background-color: #8cc63e;
}

.bg-yellow {
	background-color: #fbb03b;
}

.bg-light-orange {
	background-color: #feefd8;
}

.bg-light-red {
	background-color: #f3d4d5;
}

.bg-light-green {
	background-color: #e7f4da;
}

.bg-light-yellow {
	background-color: #fcded3;
}

.good-trade,
.bad-trade {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	height: 25px;
	margin-top: 10px;
	padding-top: 5px;
	width: 80px;
}

.good-trade {
	float: left;
	background-color: #8cc63e;
}

.bad-trade {
	float: right;
	background-color: #db0b0b;
}

.credit-limit-holder,
.credit-score-holder {
	padding: 20px 25px;
	border-bottom: solid 1px #ccc;
	text-align: left;
}

.credit-score-key {
	padding-top: 20px;
}

.big-blue {
	text-align: left;
	margin-top: 0;
	color: #333;
	font-size: 24px;
	text-transform: uppercase;
}

.red-credit-text {
	color: #c2272d;
	font-weight: 600;
}

.red-narrow {
	width: 500px;
}

.credit-left-text {
	display: inline-block;
	padding: 10px 12px 12px;
	color: #fff;
	font-weight: 600;
	margin-right: 20px;
	vertical-align: top;
	font-size: 24px;
}

.credit-left-wider {
	padding: 12px 20px 14px;
}

.credit-right-text {
	display: inline-block;
	color: #676767;
	font-size: 16px;
	padding-top: 10px;
}

.exact-ccjs,
.probable-ccjs,
.possible-ccjs {
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
}



.probable-ccjs,
.possible-ccjs {
	padding-top: 20px;
}

.possible-ccjs {
	margin-bottom: 20px;
}

.ccj-heading {
	padding-left: 25px;
	padding-right: 25px;
}

#right .ccj-heading td {
	color: #676767;
	font-size: 20px;
}

#right .ccj-heading td .smaller {
	font-size: 18px;
}

.exact-ccj-text,
.probable-ccj-text,
.possible-ccj-text {
	/*padding-left: 100px;*/
	background-repeat: no-repeat;
	background-position: left center;
	height: 65px;
}

.probable-ccj-text,
.possible-ccj-text {
	padding-top: 20px;
	height: 45px;
}

.mtop {
	margin-top: 15px;
}

/*
.exact-ccj-text {
	background-image: url('../_images/gavel1.png');
}

.probable-ccj-text {
	background-image: url('../_images/gavel2.png');
}

.possible-ccj-text {
	background-image: url('../_images/gavel3.png');
}
*/

.db-blue-600 {
	color: #333;
	font-weight: 600;
}

.calc-inner,
.graphs-holder {
	padding: 25px;
}

.calc-inner table {
	width: 100%;
}

.calc-inner td {
	padding: 0px;
}

.calc-menu,
.graph-menu,
.graph-menu-2 {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	float: left;
}

.calc-menu li {
	margin-bottom: 5px;
	width: 95px;
}

.graph-menu li,
.graph-menu-2 li {
	margin-bottom: 5px;
	width: 160px;
}


.calc-menu li a,
.graph-menu li a,
.graph-menu-2 li a {
	color: #000000;
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}

.calc-menu li a:hover,
.calc-menu li a.current,
.graph-menu li a:hover,
.graph-menu li a.current,
.graph-menu-2 li a:hover,
.graph-menu-2 li a.current {
	background-color: #FFD940;
}

.calc-wrapper {
	border-top: 1px solid #999;
	float: right;
	width: 515px;
	margin-left: 30px;
}

.graph-box {
	float: right;
	margin-left: 30px;
	width: 500px;
}

.graph-left-box {
	float: left;
	width: 190px;
	margin-top: 20px;
}

.graph-box-large {
	float: right;
	margin-left: 30px;
	width: 700px;
}

.calc-title {
	width: 50%;
	font-weight: 600;
	text-align: right;
	font-size: 14px;
}

.calc-title-bigger {
	font-size: 15px;
}

.text-input-big {
	border: 3px solid #999999;
	padding: 5px;
	width: 184px;
	font-size: 14px;
}

.calc-title-biggest,
.text-input-biggest {
	font-size: 25px;
}

.text-input-yel {
	background-color: #ffec9f;
}

.text-input-b {
	font-weight: 600;
	font-size: 16px;

}

.big-yellow-button {
	font-weight: 600;
	text-transform: uppercase;
	background-color: #ffd940;
	width: 210px;
	height: 52px;
	border: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
}

.big-yellow-button:hover {
	color: #ffd940;
	background-color: #000;
}



.calc-intro-text,
.calc-footer-text {
	color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
}

.top-calc-bit {
	border-top: 1px solid #999;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bot-calc-bit {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #ffec9f;
	padding-top: 20px;
	padding-bottom: 20px;
}

.calc-vat-main {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 20px;
	padding-bottom: 20px;
}

.calc-vat-header p {
	color: #999;
	margin-bottom: 20px;
	margin-top: 20px;
}

.calc-vat-header label {
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 2px;
}

.calc-vat-header input[type=radio]:checked+label {
	background-color: #FED940;
}

#right .ccj-summary table td {
	padding: 1px 15px 1px 0;
	font-size: 14px;
}

.ccj-figure {
	font-weight: 600;
}

.graph-table-box td {
	padding: 3px;
}

.no-data {
	padding: 15px 25px;
	text-align: left;
	font-weight: 600;
}

.download-mon-csv {
	color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('../_images/download-monitoring.jpg');
	padding-bottom: 16px;
}

.download-mon-pdf {
	color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('../_images/download-monitoring-pdf.jpg');
	border-left: 1px solid #fff;
	padding-bottom: 16px;
}

.glossary {
	padding: 0 30px;
	font-size: 14px;
}

.glossary-header {
	display: block;
	padding: 15px;
	font-size: 16px;
	background-color: #FFD940;
	text-transform: uppercase;

}

.glossary-anchor {
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #676767;
	color: #FFD940;
}

a.glossary-anchor:hover {
	text-decoration: none;
	color: #FFD940;
}

.glossary-text {
	padding-left: 15px;
}

.prev-experience {
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 15px;
}

.calc-pop {
	background-image: url('../_images/calculator-black.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0 10px 60px;
}

a.calculators-link {
	background-color: #ffd300;
	padding: 17px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
}

a.b-link {
	color: #000;
}

.yellow-head {
	background-color: #ffd300;
	padding: 10px;
	margin-top: 5px;
}

.dc-form {
	margin-top: 20px;
}

.dc-field {
	display: block;
	margin-bottom: 5px;
}

.dc-label {
	text-align: right;
	display: inline-block;
	width: 170px;
	vertical-align: top;
	margin-top: 4px;
}

.dc-input {
	border: solid 2px #999;
	display: inline-block;
	margin: 0 0 0 20px;
	width: 270px;
	padding: 4px;

}

.dc-textarea {
	height: 60px;
}

.dc-submit {
	background-color: #ffd300;
	border: 0;
	font-weight: bold;
	padding: 10px;
	margin-left: 20px;
	margin-top: 30px;
}

.mon-form-holder {
	/*
	border-top: solid 1px #999;
	margin-top: 20px;
	*/
}

.mon-form-header {
	padding-left: 20px;
}

.mon-form-field {
	margin-bottom: 20px;
	margin-left: 20px;
}

.mon-checkbox {}

.mon-radio {}

.mon-text {
	border: solid 2px #999;
	margin-left: 10px;
	padding: 4px;
}

.mon-label {
	margin-left: 10px;
}

.mon-label-left {
	margin-left: 30px;
}

.mon-credit-limit {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	background-color: #ffec9f;
	margin-bottom: 20px;
}

.mon-ref {
	display: inline-block;
	vertical-align: top;
}

.mon-buttons-holder {
	display: inline-block;
	margin-left: 20px;

}

.mon-submit {
	background-color: #ffd940;
	color: #000;
	padding: 10px;
	font-weight: 600;
	text-transform: uppercase;
	border: 0;
}

.how-to-holder {
	width: 650px;
}

.bold {
	font-weight: 600;
}

.services-content {
	width: 650px;
}

.ad-page {
	margin-left: 100px;
	width: 450px;
}

.front-ad-holder {
	margin-top: 25px;
}

.front-ad {}

.fa-header,
.fa-content,
.fa-footer {
	padding-left: 25px;
	padding-right: 25px;
}

.fa-header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 25px;
	font-weight: 600;
}

.fa-content {
	background-image: url('images/content.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffec93;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 135px;
}

.fa-content strong,
.fa-footer strong {
	font-weight: 600;
}

/*
.fa-content p {
	margin: 10px 0;
}
*/

.fa-content .h3 {
	font-size: 20px;
	line-height: 22px;
	margin-top: 10px;
}

.fa-footer {
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	padding-bottom: 25px;
}

/* New Styles For Debts */

.debt-form fieldset {
	border: none;
	padding: 0;
}

.padded {
	padding: 25px 30px;

}

.no-bottom-pad {
	padding-bottom: 0;
}

.debt-form fieldset.debt-service {
	border-top: 1px solid #cccccc;
	padding: 25px 30px;

}


.select-service {
	margin-top: 0;
	padding-bottom: 10px;
	font-size: 24px;
}

.debt-options {}

.debt-option {
	padding-top: 20px;
}

.service-choose {}

.service-choose+label:before {
	display: inline-block;
	width: 44px;
	height: 44px;
	margin: -1px 4px 0 -22px;
	content: '';
	vertical-align: middle;
	background: url('../_images/checkbox_blank.png') center center no-repeat;
	cursor: pointer;
}

.service-choose:checked+label:before {
	background: url('../_images/checkbox_check.png') center center no-repeat;
}

.debt-option-label {
	display: inline-block;
	cursor: pointer;
}

.debt-option-label-inner {
	background-color: #fed851;
	text-transform: uppercase;
	background-image: url('../_images/button_black_arrow.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 0 14px 30px;
	display: inline-block;
	width: 274px;
	margin-left: 20px;
}

/* The CSS */
.fancy-select {
	padding: 5px 15px 5px 5px;
	margin: 0;
	background: #000;
	color: #fff;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-weight: 600;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
		padding-right: 18px
	}
}

.fancy-select-wrapper {
	position: relative
}

.fancy-select-wrapper:after {
	content: '<>';
	font: 11px "Consolas", monospace;
	color: #fed851;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 2px;
	top: 6px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
	font-weight: 600;

}

.fancy-select-wrapper:before {
	content: '';
	top: 5px;
	right: 15px;
	width: 20px;
	height: 20px;
	position: absolute;
	pointer-events: none;
	display: block;
}

.yellow-box {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #feeba7;
}

.m-top {
	margin-top: 30px;
}

.current-debtor-data {
	text-transform: uppercase;
}

.grey-box {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f5f5f5;
}

.grey-box table {
	font-size: 13px;
}

.no-border-top {
	border-top: none;
}

#right table.left-fieldset,
#right table.left-fieldset:hover,
#debt_email table.left-fieldset,
#debt_email table.left-fieldset:hover {
	float: left;
	width: 49%;
	font-size: 13px;
}

.debt-address {}

.labelcell {
	width: 90px;
}

.labelcell-large {
	width: 200px;
}

.fieldcell {}

.input-text-debt {
	border: solid 2px #aaa;
	padding: 5px 10px;
	width: 90%;
}

#right table.right-fieldset,
#right table.right-fieldset:hover,
#debt_email table.right-fieldset,
#debt_email table.right-fieldset:hover {
	float: right;
	width: 49%;
}

.debt-contact {}

.interest-question {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 24px;
}



.interest-buttons {}

.interest-button {
	background-color: #fed851;
	border: none;
	background-image: url('../_images/button_black_arrow.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 16px;
	font-weight: 600;
	padding: 11px 30px;
	width: 460px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: left;
}

.spacer {
	height: 20px;
}

.debt-interest-calculation table,
.stage3 table {
	font-size: 13px;
	width: 100%;

}

.debt-input-small {
	width: 100px;
}

.comp-text,
.collect-text {
	float: left;
	width: 250px;
}

.comp-select,
.collect-select {
	float: left;
	margin-left: 30px;
}

.calculate-button,
.pass-button {
	background-color: #000;
	color: #fed851;
	text-transform: uppercase;
	border: none;
	font-size: 16px;
	font-weight: 600;
	padding: 11px 50px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: left;

}

.dc-right-links {
	float: right;
	width: 250px;
	padding-top: 50px;

}

.left-intro {
	float: left;
	width: 433px;
}

a.dc-yellow-link {
	background-color: #fed851;
	background-image: url('../_images/button_black_arrow.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: 600;
	padding: 11px 30px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.dc-side-link {
	display: block;
	margin-bottom: 20px;
}

.dc-intro,
.dc-yellow-head,
.dc-yellow-box,
.dc-nextsteps {
	padding-left: 25px;
	padding-right: 25px;
}


.dc-box {
	margin-top: 25px;
}

.dc-yellow-head,
.dc-yellow-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.dc-yellow-head {
	background-color: #ffe88c;
	font-size: 18px;
	margin: 0;
}

.dc-yellow-box {
	background-color: #fff6d1;
}

.dc-list {
	font-weight: 600;
}

.dc-list li {
	margin-bottom: 5px;
}


.dc-nextsteps-header {
	font-size: 18px;
}

.dc-bottom-link {
	margin-right: 45px;
}

button:disabled {
	opacity: 0.7;
}


/****style for cr and dr list***/

.crTcell {
	background: #fff;
}

.cr-dr-pagination ul li {
	border: #d9d9d9 1px solid;
	padding: 5px 7px;
	display: inline;
	margin-left: 2px;
}

.cr-dr-pagination .active {
	background-color: #FFEC9F;
}

.creditor-list-warp p {
	text-align: left;
}

.creditor-list-warp .big-blue {
	margin-top: 20px;
}

.creditor-list-warp {
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
}

.debtor-list-warp {
	border-top: solid 1px #ccc;
	padding-bottom: 20px;
}

.debtor-list-warp .big-blue {
	margin-top: 20px;
}

.debtor-list-warp p {
	text-align: left;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
	padding: 0;
	border-radius: 0;
}



.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
	border: none;
	background-color: transparent;
	padding-bottom: 20px;
	border-radius: 0;
	background-image: url(../_images/header_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	position: relative;
}

.ui-dialog .ui-dialog-titlebar-close {
	top: calc(50% - 7px) !important;
}

.ui-dialog #popper .a-button {
	padding: 10px 15px;
	min-height: 40px;
	font-weight: 700;
	font-size: .875em;
	background-color: #ffd300;
	color: black;
	text-transform: uppercase;
}

#popper {
	padding-top: 0;
	padding-bottom: 0;
}

.ui-dialog #popper .button-group a:not(.a-button) {
	padding: 10px 15px;
	min-height: 40px;
	font-weight: 700;
	font-size: .875em;
	background-color: #000;
	color: #ffd300;
	text-transform: uppercase;
	text-decoration: none;
}