@charset "UTF-8";
/* CSS Document */

/********** [SECTION] **********/
/*
	LAYOUT CSS
*/
* html {
	height: 100%;
}
html, body {
	height: 100%;
	margin: 0 auto;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.3;
	background-position: center top;
	background-repeat: repeat-x;
}

a {
	color: #111111;
}

div.txtblock p {
	color: #555555;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

/* Site Structure (Updated: Jan 2013) */
div#main_page {
	/* min-height: 100%;
	margin: 0 auto -300px auto; */
}
div#page_bottom {
	height: 0px;
}

div#main_wrapper,
div.main_wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
}
div#header {
	margin: 0;
	height: 107px;
}
div#header_mobile_nav {
	display: none;
}
div#header_left {
	width: 400px;
	float: left;
	margin: 25px 0 0 0;
	position: relative;
	z-index: 300;
}
div#header_right {
	width: 570px;
	float: right;
	margin: 35px 0 0 0;
	text-align: right;
	
	display: none;
}

/* Header control */
div#header_nav_parent {
	position: relative;
	z-index: 280;
}
div#header_right_mobile {
	display: block;
	width: 300px;
	overflow: hidden;
	height: 60px;
	float: right;
	background: none;
	margin: 28px 0 0 0;
}
div#header_right_mobile a {
	display: block;
	width: 100%;
	height: 60px;
	color: #888888;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	text-decoration: none;
	font-size: 12px;
}
div#header_right_mobile a span.hrm_icon i {
	display: block;
	font-size: 32px;
}
div#header_right_mobile a span.hrm_pad {
	display: block;
	padding: 10px 15px 10px 15px;
	text-align: center;
	position: relative;
}
div#header_right_mobile a span.hrm_icon {
	display: block;
	padding: 0;
	text-align: center;
	position: relative;
	background: #555555;
	color: #FFFFFF;
	text-align: center;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	float: right;
}
div#header_right_mobile a span.hrm_text {
	display: block;
	padding: 0px;
	text-align: center;
	position: relative;
	width: 225px;
	font-size: 14px;
	float: left;
	text-align: right;
	color: #555555;
	text-shadow: 1px 1px 1px #FFFFFF;
}
div#header_right_mobile a span.hrm_credits {
	display: block;
	padding: 2px 0px 0px 0px;
	text-align: center;
	position: relative;
	width: 225px;
	font-size: 12px;
	float: left;
	text-align: right;
	color: #A5A5A5;
	text-shadow: 1px 1px 1px #FFFFFF;
}

header#main_head.header_ghost div#header_right_mobile a span.hrm_text {
	color: #EEEEEE;
	text-shadow: 1px 1px 1px #111111;
}
header#main_head.header_ghost div#header_right_mobile a span.hrm_icon {
	background: none;
	color: #FFFFFF;
}

div#header_right_mobile a span.hrm_alert,
div.header_account_row span.hrm_alert {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #FF0202;
	color: #FFFFFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	padding: 1px 0 0 0;
}
div.header_account_row span.hrm_alert {
	left: -7px;
	top: 0px;
	padding: 3px 0 0 0;
}
div.header_account_row span.row_credits_alert {
	color: #FF0202;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}
div#header_right_mobile a span.hrm_topup {
	display: block;
	text-align: right;
	background: green;
}
div#header_right_mobile a span.hrm_topup {
	padding: 2px 7px 2px 7px;
	display: inline-block;
	font-size: 12px;
	border: 1px solid #507e0c;
	background: url(../images/backgrounds/button_green.png) top left repeat-x #507e0c;
	text-shadow: 1px 1px #507e0c;
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	-moz-box-shadow: 1px 1px 2px #EEE;
	-webkit-box-shadow: 1px 1px 2px #EEE;
	box-shadow: 1px 1px 2px #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.hrm_icon {
	color: #111111;
}
div#header_account_dropdown {
	display: block; /* block first, none at bottom */
	position: absolute;
	z-index: 900;
	background: #FFFFFF;
	width: 300px;
	
	height: auto;
	right: 0;
	top: 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.2);
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	display: none;
}
div.header_account_dropdown_pad {
	padding: 10px 20px 20px 20px;
}
div.header_account_person {
	padding: 10px;
	background: #F9F9F9;
	border: 1px solid #F1F1F1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
}
div.header_account_person a {
	display: block;
	width: 100%;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.header_account_person span.header_account_name {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-shadow: 1px 1px 1px #FFFFFF;
}
div.header_account_person span.header_account_link {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: none;
}
div.header_account_person span.header_account_icon {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px 0 0 0;
	font-size: 22px;
	color: #888888;
}
div.header_account_rows {
	margin: 0 0 20px 0;
}
div.header_account_row {
	border-bottom: 1px solid #DDDDDD;
	margin: 5px 0 5px 0;
	padding: 10px 0 10px 0;
	position: relative;
}
div.header_account_row:last-child {
	border-bottom: none;
}

div.header_account_row div.header_account_row_icon,
div.header_account_row div.header_account_row_credits {
	display: block;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.header_account_row div.header_account_row_icon {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	font-size: 28px;
	color: #999999;
	padding: 5px 0 0 0;
}
div.header_account_row div.header_account_row_credits {
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
div.header_account_row div.header_account_row_credits span.row_credits {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
div.header_account_row div.header_account_row_credits a {
	display: block;
	text-decoration: none;
}
/* End Header Control */


div#logo {
	width: 500px;
	height: 83px;
}
#logo a {
	display: block;
	width: 500px;
	height: 83px;
	/* Background Image: see style.css */
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	
	/*color: #a3a3a3; ccc, 777*/
}

/*-- Footer --*/
div#footer {
	background: #444444;
	height: 300px;
	margin: 0 0 0 0;
}
div.footer_third {
	width: 32%;
	float: left;
	margin: 0 0 0 0;
}
div.footer_third h3 {
	font-family: 'Aller', Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #111111;
}
div.footer_third p {
	font-size: 14px;
	line-height: 1.5em;
	color: #CCCCCC;
	text-shadow: 1px 1px 0px #222222;
}
div.footer_third p a {
	color: #CCCCCC;
	text-decoration: none;
}
div.footer_third p a.footer_link {
	display: block;
	margin: 5px 0 5px 0;
}
div.footer_third p a:hover {
	color: #FFFFFF;
}
div.footer_third p.lighter{
	color: #CCCCCC;
	font-size: 12px;
}
div.btm-foot {
	text-align: center;
}
a.footer_icon {
	width: 25px;
	height: 25px;
	float: left;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 10px 10px 0 0;
}
a.footer_icon:active {
	background-position: 1px 1px;
}
a.footer_facebook {
	background-image: url('../images/icons/social/facebook.png');
}
a.footer_twitter {
	background-image: url('../images/icons/social/twitter.png');
}

/*-- Container --*/

div#container {
	padding: 0px;
	z-index: 10020;
	background: #F2F2F2;
	/* 2021reskin */
}

div.white_container {
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
}

div.page_top_area {
	background: #F7F7F7;
}
div.page_top_area_right {
	float: right;
	text-align: right;
	margin: 8px 4px 0 0;
}
div.page_top_area h1 {
	color: #333333;
	font-size: 24px;
	text-shadow: 1px 1px 3px #CCC;
}
div.panel_shadow {
	height: 20px;
	background: url('../images/pages/hori-shadow.png') top center no-repeat #FFFFFF;
}
div.hori_sep {
	height: 7px;
	background: url('../images/pages/hori-sep.jpg') top center no-repeat #FFFFFF;
}
div.sep_dash {
	height: 2px;
	background: url('../img/layout/sep_bg.png') 0px 0px repeat-x;
	overflow: hidden;
	border: 0;
	margin: 20px 0 20px 0;
}
div.public_box {
	background: #FFFFFF;
}
div.white_page {
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
}
div.grey_page {
	background: #F7F7F7;
}
div.page_borders {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
div.white_page_pad {
	padding: 0px 20px 20px 20px;
}
div.white_line {
	height: 1px;
	overflow: hidden;
	background: #FFFFFF;
}
div.grey_line {
	height: 1px;
	overflow: hidden;
	background: #E7E7E7;
}
div.margin20 {
	margin: 20px 0 20px 0;
}
div.margin40 {
	margin: 40px 0 40px 0;
}

/* Public pages */
div.public_page_top {
	height: 20px;
	background: #FFFFFF;
}
div.public_page_left {
	width: 500px;
	float: left;
}
div.public_page_right {
	width: 460px;
	float: right;
}
div.public_page_video {
	width: 460px;
	height: 259px;
	background: #CCCCCC;
}
div.public_page h1 {
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	margin: 0 0 15px 0;
}
div.public_page h1 span {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 10px;
	color: #888888;
}
div.public_page p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin: 0 0 15px 0;
}

/* Overall Font Family -> replaces Cufon */
h1 {
	font-family: 'Aller', Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
}
h2 {
	font-family: 'Aller', Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}
div.side-menu-dropdown ul li a {
	font-family: 'Aller', Helvetica, Verdana, Arial, sans-serif;
}

.content_off {
	display: none;
}
.content_on {
	display: block;
}

p {
	line-height: 1.4em;
	color: #757575;
	font-size: 16px;
}
.link {
	float:right;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	color: #20acf4;
	margin-top: 3px;
}
.spacer {
	height: 250px;
}

span.small_text {
	font-size: 11px;
	font-style: italic;
	color: #999999;
}

/*-- Content --*/
div.content p {
	margin-bottom: 15px;
}
div#content h1 {
	position: relative;
	top: 25px;
	left: 30px;
	font-size: 14px;
	color: #333;
	letter-spacing: -0.5px;
}
div.content {
	position: relative;
	padding: 0px;
	margin: 0px;
	float: right;
	width: 745px;
	right: 0px;
}
div#content-top {
	position: relative;
	width: 745px;
	height: 90px;
	background-image: url(../images/dashboard/backgrounds/content-top.png);
	background-repeat: no-repeat;
}
div#content-body {
	position: relative;
	background-color: #FFF;
	padding: 0px 20px 20px 20px;
	margin-top: -35px !important;
	margin-left: 10px;
	width: 685px;
	z-index: 2;
}
div#content-body-notitle {
	position: relative;
	background-color: #FFF;
	padding: 0px 20px 20px 20px;
	margin-top: -65px !important;
	margin-left: 10px;
	width: 685px;
	z-index: 2;
}
div#content-bottom {
	position: relative;
	width: 725px;
	height: 30px;
	margin-left: 10px;
	background-image: url(../images/dashboard/backgrounds/content-bottom.png);
	background-repeat: no-repeat;
}
div#home-content-body {
	position: relative;
	background-color: #FFF;
	padding: 0px 20px 20px 20px;
	margin-top: -70px !important;
	margin-left: 10px;
	width: 685px;
	z-index: 2;
}
div#page-content-body {
	position: relative;
	background-color: #FFF;
	padding: 0px 20px 20px 20px;
	margin-top: -70px !important;
	margin-left: 10px;
	width: 685px;
	z-index: 2;
}

/* Simple Content */
div.simple_content_white,
div.simple_content_body {
	width: 100%;
	margin: 0px;
    background: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 100px;
	position: relative;
}
div.simple_content_body_nooverflow {
	overflow: hidden;
}
div.simple_content_title {
	padding: 3px 0px 30px 10px;
}
div.simple_content_title h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	line-height: 1em;
}
div.simple_content_title p {
	line-height: 1.4em;
	color: #757575;
	font-size: 16px;
	margin: 0;
}
div.simple_content_blank {
	width: 100%;
	margin: 0px;
    min-height: 200px;
    /*overflow: hidden;*/
}
div.body_background {
	background: #FFFFFF;
}
div.body_shadow {
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
}
div.body_curve {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.body_pad {
	padding: 40px;
}
div.body_pad_smaller {
	padding: 20px;
	position: relative;
}
div.body_pad_button_header {
	padding: 20px 10px 20px 20px;
}

/* Page Section */
div.page_content_section {
	background: url(../images/dashboard/backgrounds/content-bottom.png) bottom center no-repeat;
	margin: 15px 0 20px 0;
}
div.page_content_section_pad {
	padding: 10px 0px 40px 0px;
}

.no_overflow {
	overflow: hidden;
}

/* Charts blankstate */
div.chart_blankstate {
	background-color: #FBFBFB;
	background-image: url('../images/dashboard_homes/no_data.png');
	background-repeat: no-repeat;
    background-position: center center;
}

/* Dashboard homes */
div.dashboard_homes {
	width: 100%;
	height: 300px;
	background: #F7F7F7;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
div.dashboard_homes.contacts {
	background-image: url('../images/dashboard_homes/contacts.jpg');
}
div.dashboard_homes.wifi {
	background-image: url('../images/dashboard_homes/wifi.jpg');
}
div.dashboard_homes.email {
	background-image: url('../images/dashboard_homes/email.jpg');
}
div.dashboard_homes.sms {
	background-image: url('../images/dashboard_homes/sms.jpg');
}

/* Dashboard homes blocks */
div.dashboard_homes_block_bottom {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}
div.dashboard_homes_block.screens {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	background-image: url('../images/dashboard_homes/screens_block.png');
}

div.dashboard_homes_inner {
	padding: 80px 0 0 50px;
}
div.dashboard_homes_inner h1 {
    font-size: 48px;
    line-height: 1em;
    color: #343436;
    text-shadow: 1px 1px 1px #fff;
    margin: 0 0 2px 0;
}
div.dashboard_homes_inner h2 {
    font-size: 22px;
    color: #848484;
    text-shadow: 1px 1px 1px #fff;
    margin: 0 0 20px 0;
    font-weight: 400;
}
div.dashboard_homes_text {
	padding: 50px;
	text-align: center;
}
div.dashboard_homes_text h2 {
	font-size: 32px;
    margin: 0 0 20px 0;
    line-height: 1.2em;
}
div.dashboard_homes_text p {
	font-size: 16px;
    line-height: 1.4em;
    color: #757575;
}
div.dashboard_homes a.read_more {
    font-size: 16px;
    color: #848484;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 50%);
    margin: 0 0 0 20px;
    text-decoration: none;
}

/*-- Forms --*/
div#home-forms {
	position: relative;
	left: 12px;
	/*top: 0px;*/
	width: 190px;
	height: 365px;
}
div.register input, div.login input {
	background: transparent;
	background-image: url(../images/backgrounds/input-home.png);
	background-repeat:no-repeat;
	border: 0px;
	width: 190px;
	height: 19px;
	margin-right: -3px;
	margin-bottom: 3px;
	font-size: 10px;
	padding-left: 6px;
	padding-right: 6px;
	color: #555;
}
div.register input.yellow, div.login input.yellow {
	background: transparent;
	background-image: url(../images/backgrounds/input-home-2.png);
	background-repeat: no-repeat;
	border: 0px;
	width: 190px;
	height: 19px;
	margin-right: -3px;
	margin-bottom: 3px;
	font-size: 10px;
	padding-left: 6px;
	padding-right: 6px;
	color: #555;
}
div#register-home-button, div#login-home-button { /* buttons/4-state-button.css conrolled */
	position: relative;
	float: right;
	margin-right: 0;
	margin-top: 10px;
}
div#register-button-left { /* buttons/4-state-button.css conrolled */
	position: relative;
	float: left;
	margin-right: 0;
	margin-top: 10px;
}
.register table td.input, .login table td.input {
	text-align: left;
}
.register td, .login td {
	font-style: italic;
	vertical-align: middle;
	font-size: 9.5px;
	color: #666;
}
.register h1, .login h1 {
	font-size: 17px;
	font-style: italic;
	letter-spacing: -0.5px;
	margin-bottom: 15px;
	margin-left: 2px;
}
.login h1 {
	margin-top: 0;
}

/*-- Home Content --*/
div#home-content-left {
	position: relative;
	float: left;
	/* ?? top: 220px; */
	margin-top: 260px;
	/* BETA top: 56px; */
	width: 745px;
	/* ?? height: 400px;*/
	margin-left: 18px;
}
div#page-content {
	position: relative;
	float: left;
	top: 10px;
	width: 745px;
	/*height: 400px;*/
	margin-left: 0px;
}
div#page-content-small {
	position: relative;
	float: left;
	top: 8px;
	width: 745px;
	/*height: 400px;*/
	/*margin-left: 18px;*/
}
div.sideHolder {
	border: 0;
	width: 217px;
	padding: 0 0px 0px 1px;
}
div.menu-side {
	text-align: center;
}
div.free-trial {
	width: 195px;
	height: 38px;
	margin: 20px auto 15px auto;
}
div.free-trial a {
	display: block; width: 195px; height: 38px;
	text-decoration: none;
	background: url('../images/sidebar/freetrial.png') center center no-repeat;
}
p.side-menu-text {
	color: #20acf4;
	font-size: 12px;
	font-style: italic;
}
div.online-chat {
	width: 210px;
	height: 55px;
	margin: 15px auto 0px auto;
}
div.eco-green {
	width: 203px;
	height: 57px;
	margin: 15px auto 0px auto;
}
div.eco-green a {
	display: block; width: 203px; height: 57px;
	text-decoration: none;
	background: url('../images/sidebar/green-area.png') center center no-repeat;
}
div.sms-paygo {
	width: 220px;
	height: 86px;
	margin: 8px 0 0 0;
}
div.sms-paygo a {
	display: block; width: 220px; height: 86px;
	text-decoration: none;
	background: url('../images/sidebar/payg-box.png') center center no-repeat;
}
.grey-line {
	height: 1px;
	background: #E3E3E3;
	overflow: hidden;
	margin: 20px 0 0 0;
}
div#contentmain {
	position: relative;
	padding: 0px;
	margin: 0px 7px 0px 0px;
	float: right;
	width: 745px;
	right: 0px;
}
/* So we can have a second ... */
div.contentmain {
	position: relative;
	padding: 0px;
	margin: 0px 7px 0px 0px;
	float: right;
	width: 745px;
	right: 0px;
}


/* New alert notifications */
div.alert {
	color: #333333;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 16px;
	line-height: 1.4em;
	padding: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 5%);
}
div.alert_small {
	color: #333333;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 16px;
	line-height: 1.4em;
	padding: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.alert.alert {
	background: #fffad9;
}
div.alert.info,
div.alert.information {
	background: #d9f0ff;
}
div.alert.notice,
div.alert.warn,
div.alert.warning {
	background: #ffd9d9;
}
div.alert.correct,
div.alert.success {
	background: #EEFFEE;
}
div.alert.plain {
	background: #F1F1F1;
}
div.alert p {
	margin: 0;
	color: #333333;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 16px;
	line-height: 1.4em;
}
div.alert_margin {
	margin: 0 0 20px 0;
}



/* Account Trial Expiry Alert */
div.account_alert {
	border: 1px solid #9F6000;
	background:	url(../images/icons/silk/information.png) 10px 10px no-repeat #FEEFB3;
	color: #9F6000;
	background-color: #FEEFB3;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}
div.account_alert_pad {
	padding: 12px 10px 12px 30px;
}
div.account_alert a {
	color: #444444;
	text-decoration: none;
}

/* Data entry responses */
div.data-res {
	background-image: url('../images/icons/silk/accept.png');
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-left: 25px;
}
span.data-response {
	font-weight: bold;
	font-size: 14px;
	color: #EEEEEE;
	-webkit-border-radius:	6px;
	-moz-border-radius:		6px;
	border-radius:			6px;
	padding: 6px;
}
span.data-green {
	background-color: #DFF2BF;
	color: #4F8A10;
	text-shadow: 0px 1px 0px #FFFFFF;
}
span.data-yellow {
	background-color: #FEEFB3;
	color: #9F6000;
	text-shadow: 0px 1px 0px #FFFFFF;
}
span.data-red {
	background-color: #FFBABA;
	color: #D8000C;
	text-shadow: 0px 1px 0px #FFFFFF;
}

div.border-section {
	padding: 3px;
	margin: 0 0 5px 0;
	border: 1px solid #D5D5D5;
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	border-radius:			5px;
}
div.terms-box {
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	border-radius:			5px;
	border: 1px solid #DBDCDD;
	margin: 15px 0 0 0;
}
div.terms-box p {
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

/* Set form elements to inputs.css style */
div.inputFields input, div.inputFields select, div.inputFields textarea  {
	position: relative;
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	border-radius:			3px;
	-moz-box-shadow: inset	2px 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow:		inset 2px 2px 3px rgba(0,0,0, .1);
	box-shadow:				inset 2px 2px 3px rgba(0,0,0, 0.1);
	padding:				3px; 
	margin:					0;
	border:					1px #ccc solid;
	font-family:			Arial;
	font-size:				12px;
	color:					#888;
	background-color:		#fefefe;
}

/* Error on input */
input.inputError, select.inputError {
	border: 1px solid #CC0000;
}
input.inputError:focus, select.inputError:focus {
	border: 1px solid #CC0000;
	background: #FFCCCC;
	color: #111111;
}

/* Set individual elements */
div.nodiv {
	display: none;
}

/* Dynamic List Items */
div.ditem-show {
	display: block;
}
div.ditem-hide {
	display: none;
}

div.help_popup {
	padding: 2px;
}
div.help_popup h3 {
	margin: 4px 0 8px 0;
}
div.help_popup p {
	margin: 0 0 8px 0;
	line-height: 1.5em;
}



/********** [SECTION] **********/
/*
	Main Navigation CSS
*/

.button { 
	position: relative;
	display: block;
	text-indent: 0;
	overflow: hidden;
	cursor: pointer;
	border: 0;
	padding: 0;
}
.button::-moz-focus-inner { 
	border: 0;
}
div.main-menu a.button {
	display: block;
	height: 30px;
	float: left;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #111111;
	text-decoration: none;
	font-family: 'Aller', Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}
a.button:hover {
	background: url('../images/layout/nav_highlight.png') 0px 0px repeat-x #36B4F5 !important;
}
div.main-menu a.button span {
	display: block;
	padding: 8px 15px 0px 15px;
}
div.main-menu a.selected {
	height: 32px;
	top: -2px;
	/* background: #20ACF4; */
	background: url('../images/layout/nav_highlight.png') 0px 0px repeat-x #36B4F5 !important;
	-moz-box-shadow: 0px 0px 3px #111111;
	-webkit-box-shadow: 0px 0px 3px #111111;
	box-shadow: 0px 0px 3px #111111;
}
a.selected_temp {
	background: #36B4F5 !important;
}
div.main-menu a.nowstar {
	font-size: 24px;
}
div.main-menu a.nowstar:hover {
	background: none !important;
}

/*-- Main Menu --*/
div.main-menu {
	background: #3C3C3C;
	height: 30px;
	line-height: 1;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
div.main-menu ul {
	width: 1000px;
	padding: 0 0 0 3px;
}
div.main-menu li {
	display: inline;
	list-style-type: none;
}
div.main-menu li a {
	display: block;
}

div.callus {
	width: 180px;
	float: right;
	margin: 8px 16px 0 0;
	text-align: right;
}
div.callus h1{
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 1px 0 #111111;
	margin: 0;
}
div.callus h1 span {
	color: #A5ADB7;
	font-size: 12px;
	text-shadow: 0 1px 0 #111111;
}
div.callus h1 span.ticon {
	background: url('../images/buttons/top-navigation/tel-icon.png') center center no-repeat;
	width: 14px;
	height: 14px;
	float: right;
	margin: 1px 0 0 4px;
}
div.callus a {
	color: #20acf4;
	text-decoration: none;
}

/********** [SECTION] **********/
/*
	4-state-button CSS
*/
/*-- login home  --*/
.button.login {
	width: 73px;
	height: 25px;
}
.button.login {								background: url(../images/buttons/login.png) no-repeat 0 0; }
.button.login:hover {						background: url(../images/buttons/login.png) no-repeat 0 -25px; }
.button.login:active {						background: url(../images/buttons/login.png) no-repeat 0 -50px; }
.button.login[disabled] {					background: url(../images/buttons/login.png) no-repeat 0 -75px; }
.button.login.selected {					background: url(../images/buttons/login.png) no-repeat 0 -100px; }

/*-- save  --*/
.button.savereg {
	width: 131px;
	height: 25px;
}
.button.savereg {							background: url(../images/buttons/save.png) no-repeat 0 0; }
.button.savereg:hover {					background: url(../images/buttons/save.png) no-repeat 0 -25px; }
.button.savereg:active {					background: url(../images/buttons/save.png) no-repeat 0 -50px; }
.button.savereg[disabled] {				background: url(../images/buttons/save.png) no-repeat 0 -75px; }

/*-- Show Diagram --*/
.button.show_diagram {
	width: 131px;
	height: 25px;
}
.button.show_diagram {							background: url(../images/buttons/show_diagram.png) no-repeat 0 0; }
.button.show_diagram:hover {					background: url(../images/buttons/show_diagram.png) no-repeat 0 -25px; }
.button.show_diagram:active {					background: url(../images/buttons/show_diagram.png) no-repeat 0 -50px; }
.button.show_diagram[disabled] {				background: url(../images/buttons/show_diagram.png) no-repeat 0 -75px; }

/*-- Form Create Aea --*/
.button.preview_form {
	width: 131px;
	height: 25px;
}
.button.preview_form {							background: url(../images/buttons/preview_form.png) no-repeat 0 0; }
.button.preview_form:hover {					background: url(../images/buttons/preview_form.png) no-repeat 0 -25px; }
.button.preview_form:active {					background: url(../images/buttons/preview_form.png) no-repeat 0 -50px; }
.button.preview_form[disabled] {				background: url(../images/buttons/preview_form.png) no-repeat 0 -75px; }

.button.create_field {
	width: 131px;
	height: 25px;
}
.button.create_field {							background: url(../images/buttons/new_field.png) no-repeat 0 0; }
.button.create_field:hover {					background: url(../images/buttons/new_field.png) no-repeat 0 -25px; }
.button.create_field:active {					background: url(../images/buttons/new_field.png) no-repeat 0 -50px; }
.button.create_field[disabled] {				background: url(../images/buttons/new_field.png) no-repeat 0 -75px; }

.button.get_code {
	width: 131px;
	height: 25px;
}
.button.get_code {							background: url(../images/buttons/get_code.png) no-repeat 0 0; }
.button.get_code:hover {					background: url(../images/buttons/get_code.png) no-repeat 0 -25px; }
.button.get_code:active {					background: url(../images/buttons/get_code.png) no-repeat 0 -50px; }
.button.get_code[disabled] {				background: url(../images/buttons/get_code.png) no-repeat 0 -75px; }

.button.continue {
	width: 131px;
	height: 25px;
}
.button.continue {							background: url(../images/buttons/continue.png) no-repeat 0 0; }
.button.continue:hover {					background: url(../images/buttons/continue.png) no-repeat 0 -25px; }
.button.continue:active {					background: url(../images/buttons/continue.png) no-repeat 0 -50px; }
.button.continue[disabled] {				background: url(../images/buttons/continue.png) no-repeat 0 -75px; }

.button.save_changes {
	width: 131px;
	height: 25px;
}
.button.save_changes {							background: url(../images/buttons/save_changes.png) no-repeat 0 0; }
.button.save_changes:hover {					background: url(../images/buttons/save_changes.png) no-repeat 0 -25px; }
.button.save_changes:active {					background: url(../images/buttons/save_changes.png) no-repeat 0 -50px; }
.button.save_changes[disabled] {				background: url(../images/buttons/save_changes.png) no-repeat 0 -75px; }

/*-- register home  --*/
.button.register {
	width: 131px;
	height: 25px;
}
.button.register {							background: url(../images/buttons/lets-get-started.png) no-repeat 0 0; }
.button.register:hover {					background: url(../images/buttons/lets-get-started.png) no-repeat 0 -25px; }
.button.register:active {					background: url(../images/buttons/lets-get-started.png) no-repeat 0 -50px; }
.button.register[disabled] {				background: url(../images/buttons/lets-get-started.png) no-repeat 0 -75px; }

/*-- register next step  --*/
.button.register-next {
	width: 85px;
	height: 25px;
}
.button.register-next {							background: url(../images/buttons/reg-nextstep.png) no-repeat 0 0; }
.button.register-next:hover {					background: url(../images/buttons/reg-nextstep.png) no-repeat 0 0; }
.button.register-next:active {					background: url(../images/buttons/reg-nextstep.png) no-repeat 0 0; }
.button.register-next[disabled] {				background: url(../images/buttons/reg-nextstep.png) no-repeat 0 0; }

/*-- register signup paygo  --*/
.button.register-paygo {
	width: 85px;
	height: 25px;
}
.button.register-paygo {							background: url(../images/pages/signup-grey.png) no-repeat 0 0; }
.button.register-paygo:hover {					background: url(../images/pages/signup-grey.png) no-repeat 0 0; }
.button.register-paygo:active {					background: url(../images/pages/signup-grey.png) no-repeat 0 0; }
.button.register-paygo[disabled] {				background: url(../images/pages/signup-grey.png) no-repeat 0 0; }

/*-- register signup buynow  --*/
.button.register-buynow {
	width: 105px;
	height: 25px;
}
.button.register-buynow {							background: url(../images/pages/buynow.png) no-repeat 0 0; }
.button.register-buynow:hover {					background: url(../images/pages/buynow.png) no-repeat 0 0; }
.button.register-buynow:active {					background: url(../images/pages/buynow.png) no-repeat 0 0; }
.button.register-buynow[disabled] {				background: url(../images/pages/buynow.png) no-repeat 0 0; }

/*-- register signup paymo  --*/
.button.register-paymo {
	width: 105px;
	height: 25px;
}
.button.register-paymo {							background: url(../images/pages/signup-monthly.png) no-repeat 0 0; }
.button.register-paymo:hover {					background: url(../images/pages/signup-monthly.png) no-repeat 0 0; }
.button.register-paymo:active {					background: url(../images/pages/signup-monthly.png) no-repeat 0 0; }
.button.register-paymo[disabled] {				background: url(../images/pages/signup-monthly.png) no-repeat 0 0; }

/*-- register step 2 home  --*/
.button.register2 {
	width: 90px;
	height: 25px;
}
.button.register2 {							background: url(../images/buttons/register.png) no-repeat 0 0; }
.button.register2:hover {					background: url(../images/buttons/register.png) no-repeat 0 -25px; }
.button.register2:active {					background: url(../images/buttons/register.png) no-repeat 0 -50px; }
.button.register2[disabled] {				background: url(../images/buttons/register.png) no-repeat 0 -75px; }
/*-- become-an-affiliate  --*/
.button.become-an-affiliate {
	width: 167px;
	height: 25px;
}
.button.become-an-affiliate {				background: url(../images/buttons/side-navigation/become-an-affiliate.png) no-repeat 0 0; }
.button.become-an-affiliate:hover {			background: url(../images/buttons/side-navigation/become-an-affiliate.png) no-repeat 0 -25px; }
.button.become-an-affiliate:active {		background: url(../images/buttons/side-navigation/become-an-affiliate.png) no-repeat 0 -50px; }
.button.become-an-affiliate.selected {		background: url(../images/buttons/side-navigation/become-an-affiliate.png) no-repeat 0 -75px; }
/*-- benefits-and-features --*/
.button.benefits-and-features {
	width: 167px;
	height: 25px;
}
.button.benefits-and-features {				background: url(../images/buttons/side-navigation/benefits-and-features.png) no-repeat 0 0; }
.button.benefits-and-features:hover {		background: url(../images/buttons/side-navigation/benefits-and-features.png) no-repeat 0 -25px; }
.button.benefits-and-features:active {		background: url(../images/buttons/side-navigation/benefits-and-features.png) no-repeat 0 -50px; }
.button.benefits-and-features.selected {	background: url(../images/buttons/side-navigation/benefits-and-features.png) no-repeat 0 -75px; }
/*-- how-it-works --*/
.button.how-it-works {
	width: 167px;
	height: 25px;
}
.button.how-it-works {						background: url(../images/buttons/side-navigation/how-it-works.png) no-repeat 0 0; }
.button.how-it-works:hover {				background: url(../images/buttons/side-navigation/how-it-works.png) no-repeat 0 -25px; }
.button.how-it-works:active {				background: url(../images/buttons/side-navigation/how-it-works.png) no-repeat 0 -50px; }
.button.how-it-works.selected {				background: url(../images/buttons/side-navigation/how-it-works.png) no-repeat 0 -75px; }
/*-- resources --*/
.button.resources {
	width: 167px;
	height: 25px;
}
.button.resources {							background: url(../images/buttons/side-navigation/resources.png) no-repeat 0 0; }
.button.resources:hover {					background: url(../images/buttons/side-navigation/resources.png) no-repeat 0 -25px; }
.button.resources:active {					background: url(../images/buttons/side-navigation/resources.png) no-repeat 0 -50px; }
.button.resources.selected {				background: url(../images/buttons/side-navigation/resources.png) no-repeat 0 -75px; }

/*-- create upload --*/
.button.create-upload {
	width: 131px;
	height: 25px;
}
.button.create-upload {							background: url(../images/buttons/createupload.png) no-repeat 0 0; }
.button.create-upload:hover {					background: url(../images/buttons/createupload.png) no-repeat 0 -25px; }
.button.create-upload:active {					background: url(../images/buttons/createupload.png) no-repeat 0 -50px; }
.button.create-upload.selected {				background: url(../images/buttons/createupload.png) no-repeat 0 -75px; }
.button.create-upload[disabled] {				background: url(../images/buttons/createupload.png) no-repeat 0 -75px; }

/*-- add more images --*/
.button.add-more-images {
	width: 131px;
	height: 25px;
}
.button.add-more-images {						background: url(../images/buttons/gallery/addmoreimages.png) no-repeat 0 0; }
.button.add-more-images:hover {					background: url(../images/buttons/gallery/addmoreimages.png) no-repeat 0 -25px; }
.button.add-more-images:active {				background: url(../images/buttons/gallery/addmoreimages.png) no-repeat 0 -50px; }
.button.add-more-images.selected {				background: url(../images/buttons/gallery/addmoreimages.png) no-repeat 0 -75px; }
.button.add-more-images[disabled] {				background: url(../images/buttons/gallery/addmoreimages.png) no-repeat 0 -75px; }

/*-- delete images/gallery --*/
.button.delete {
	width: 71px;
	height: 25px;
}
.button.delete {						background: url(../images/buttons/gallery/delete.png) no-repeat 0 0; }
.button.delete:hover {					background: url(../images/buttons/gallery/delete.png) no-repeat 0 -25px; }
.button.delete:active {					background: url(../images/buttons/gallery/delete.png) no-repeat 0 -50px; }
.button.delete.selected {				background: url(../images/buttons/gallery/delete.png) no-repeat 0 -75px; }
.button.delete[disabled] {				background: url(../images/buttons/gallery/delete.png) no-repeat 0 -75px; }

/*-- view-gallery images/gallery --*/
.button.view-gallery {
	width: 107px;
	height: 25px;
}
.button.view-gallery {						background: url(../images/buttons/gallery/viewgallery.png) no-repeat 0 0; }
.button.view-gallery:hover {				background: url(../images/buttons/gallery/viewgallery.png) no-repeat 0 -25px; }
.button.view-gallery:active {				background: url(../images/buttons/gallery/viewgallery.png) no-repeat 0 -50px; }
.button.view-gallery.selected {				background: url(../images/buttons/gallery/viewgallery.png) no-repeat 0 -75px; }
.button.view-gallery[disabled] {			background: url(../images/buttons/gallery/viewgallery.png) no-repeat 0 -75px; }

/*-- previous --*/
.button.previous {
	width: 86px;
	height: 25px;
}
.button.previous {						background: url(../images/buttons/gallery/previous.png) no-repeat 0 0; }
.button.previous:hover {				background: url(../images/buttons/gallery/previous.png) no-repeat 0 -25px; }
.button.previous:active {				background: url(../images/buttons/gallery/previous.png) no-repeat 0 -50px; }
.button.previous.selected {				background: url(../images/buttons/gallery/previous.png) no-repeat 0 -75px; }
.button.previous[disabled] {
	cursor: auto;
	background: url(../images/buttons/gallery/previous.png) no-repeat 0 -75px;
}

/*-- next --*/
.button.next {
	width: 64px;
	height: 25px;
}
.button.next {						background: url(../images/buttons/gallery/next.png) no-repeat 0 0; }
.button.next:hover {				background: url(../images/buttons/gallery/next.png) no-repeat 0 -25px; }
.button.next:active {				background: url(../images/buttons/gallery/next.png) no-repeat 0 -50px; }
.button.next.selected {				background: url(../images/buttons/gallery/next.png) no-repeat 0 -75px; }
.button.next[disabled] {
	cursor: auto;
	background: url(../images/buttons/gallery/next.png) no-repeat 0 -75px;
}

/*-- checkout --*/
.button.checkout {
	width: 131px;
	height: 25px;
}
.button.checkout {							background: url(../images/buttons/checkout.png) no-repeat 0 0; }
.button.checkout:hover {					background: url(../images/buttons/checkout.png) no-repeat 0 -25px; }
.button.checkout:active {					background: url(../images/buttons/checkout.png) no-repeat 0 -50px; }
.button.checkout[disabled] {				background: url(../images/buttons/checkout.png) no-repeat 0 -75px; }

/*-- refresh cart --*/
.button.refresh-cart {
	width: 131px;
	height: 25px;
}
.button.refresh-cart {							background: url(../images/buttons/refresh-cart.png) no-repeat 0 0; }
.button.refresh-cart:hover {					background: url(../images/buttons/refresh-cart.png) no-repeat 0 -25px; }
.button.refresh-cart:active {					background: url(../images/buttons/refresh-cart.png) no-repeat 0 -50px; }
.button.refresh-cart[disabled] {				background: url(../images/buttons/refresh-cart.png) no-repeat 0 -75px; }

.button.paynow {
	width: 131px;
	height: 25px;
}
.button.paynow {							background: url(../images/buttons/pay-now.png) no-repeat 0 0; }
.button.paynow:hover {					background: url(../images/buttons/pay-now.png) no-repeat 0 -25px; }
.button.paynow:active {					background: url(../images/buttons/pay-now.png) no-repeat 0 -50px; }
.button.paynow[disabled] {				background: url(../images/buttons/pay-now.png) no-repeat 0 -75px; }

/********** [SECTION] **********/
/*
	login CSS
*/
div.log-message {
	padding: 0 0 0px 0;
	margin: 0 0 30px 0;
	text-align: left;
}
div.log-area {
	width: 200px;
	margin: 0 auto 0 auto;
}
div.log-area-wide {
	width: 100%;
	margin: 0 auto 0 auto;
}

div.auth_login {
	background: #FFFFFF;
	border: 1px solid #EEE;
	width: 500px;
	margin: 0 auto 0 auto;
}
div.auth_pad_in,
div.auth_pad_out {
	padding: 50px;
}

div.auth_signup {
	background: #FFFFFF;
	border: 1px solid #EEE;
	width: 100%;
	margin: 0 auto 0 auto;
}

div.login_wrapper_outer {
	position: relative;
	width: 470px;
	height: 400px;
	overflow: hidden;
}

div.login_wrapper_outer img {
	cursor: pointer;
	padding-top: 20px;
	padding-right: 10px;
}

div.login_wrapper_inner {
	position: relative;
	width: 250px;
	margin: 145px auto 0 auto;
}
div.login_input {
	margin: 0 0 30px 0;
}
div.login_input p {
	font-size: 12px;
	margin: 0 0 2px 0;
	color: #a7a7a7;
}
div#header_details {
	display: block;
	height: 50px;
	width: 300px;
	text-align: right;
	float: right;
}
div.header_details_ghost {
	background: url('../images/icons/custom/ghost_48.png') 0px 0px no-repeat;
}
div#header_details_buttons {
	display: block;
	height: 50px;
	width: 165px;
	text-align: right;
	float: right;
}
div#header_details p {
	display: inline-block;
}
div#header_details p.header_name {
	display: block;
	margin: 0 5px 0 0;
	font-style: italic;
	color: #666666;
}
div#header_details p.header_name_ghost {
	font-weight: bold;
	color: #CC0000;
}
div.header_details_pad {
	padding: 0px;
}
div.header_details_buttons_pad {
	padding: 5px 0 0 0;
}

/********** [SECTION] **********/
/*
	Slide Tabs CSS
*/

/* Slides and Tabs - pages */

/* tabs */
div.noTabs {
	height: 8px;
	overflow: hidden;
}

div.tabHolder {
	height: 37px;
	width: 900px;
	padding: 0 0 0 130px;
	margin: 8px auto 0 auto;
}
div.tabHolder-left {
	height: 37px;
	width: 900px;
	padding: 0 0 0 12px;
	margin: 8px auto 0 auto;
}
div.tabs {
	position: absolute;
	height: 38px;
	width: 600px;
}
div.tabs_full {
	position: static;
	width: 100%;
}
div.tabs-left {
	position: absolute;
	height: 38px;
	width: 700px;
}
div.tabOn {
	width: auto;
	background: url('../images/pages/tab-on.png') bottom center repeat-x;
	float: left;
	height: 38px;
	position: relative;
	z-index: 100;
	/*border-left: 1px solid #d6dce3;*/
}
div.tabOff {
	width: auto;
	float: left;
	height: 38px;
	position: relative;
	/*border-left: 1px solid #d6dce3;*/
	background: url('../images/pages/tab-off.png') bottom center repeat-x;
}
div.tabOff:hover {
	background: url('../images/pages/tab-on.png') bottom center repeat-x;
}
div.tabPad {
	padding: 0px;
	background: url('../images/pages/tab-sep.png') bottom left no-repeat;
	height: 38px;
}
div.tabPadEnd {
	background: url('../images/pages/tab-sep.png') bottom right no-repeat;
	height: 38px;
}
div.tabPad a {
	color: #62676a;
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 100%;
	height: 100%;
	font-style: italic;
	text-shadow: 0 1px 0 #FFFFFF;
}
div.tabPad a span {
	padding: 10px;
	display: block;
}
div.tabPad a span img {
	float: left;
	margin: -2px 5px 0 0;
}

/* Slider */

div.slider {
	width: 100%;
	margin: 0 auto 0 auto;
	overflow: hidden;
	border-top: 1px solid #CCC;
	padding: 20px 0 0 0;
}

div.slider-content {
	width: 6000px;
}

div.slider-page {
	width: 900px;
	float: left;
}
div#pageslide {
	
}
div.slide-head {
	padding: 5px;
}
div.slide-head h1 {
	font-size: 16px;
}
div.slide-head h1 span {
	font-size: 14px;
	margin: 0 0 0 10px;
	font-weight: normal;
}
div.slide-page {
	
}

/* New Slide Layouts */
div.slide-data {
	margin: 0;
}
div.slide-data h3 {
	font-size: 16px;
	margin: 0 0 7px 0;
	color: #3A84C9;
}
div.slide-data p {
	font-size: 14px;
	line-height: 1.6em;
	color: #4A4F52;
	margin: 0 0 20px 0;
}
div.slide-data a {
	color: #111111;
	text-decoration: none;
}
div.slide-data a:hover {
	text-decoration: underline;
}
div.slide-data p span.large {
	font-size: 16px;
}
div.slide-data p span.bold {
	font-weight: bold;
}
div.slide-data p span.blue {
	color: #3A84C9;
}

div.slide-image-right {
	width: 142px;
	float: right;
	border: 1px solid #CCCCCC;
	padding: 1px;
	text-align: center;
	margin: 0 0 10px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.slide-image-left {
	width: 142px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 1px;
	text-align: center;
	margin: 0 20px 10px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.slide-image-right img,
div.slide-image-left img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.slide-image-right:hover,
div.slide-image-left:hover {
	border: 1px solid #3A84C9;
	-moz-box-shadow: 0px 0px 5px #3A84C9;
	-webkit-box-shadow: 0px 0px 5px #3A84C9;
	box-shadow: 0px 0px 5px #3A84C9;
}


div.slide-page-sep {
	clear:both;
	height: 80px;
	background: url('../images/pages/hori-shadow.png') center center no-repeat;
}
div.page-sep {
	clear:both;
	height: 60px;
	background: url('../images/pages/hori-shadow.png') center center no-repeat;
}
div.page-sep-small {
	clear:both;
	height: 50px;
	background: url('../images/pages/hori-shadow-small.png') top center no-repeat;
}

/* slider cart */
div#slider_email .ui-slider-handle {
	background: #777;
}
  
div#slider_email .ui-slider-range {
	background: #ccc;
}

div#slider_email {
	background: #ccc;
}

div#slider_sms .ui-slider-handle {
	background: #777;
}
  
div#slider_sms .ui-slider-range {
	background: #ccc;
}

div#slider_sms {
	background: #ccc;
}

/* Fancy A Button link */
a.link_button {
	display: inline-block;
	padding: 7px;
	background: #F7F7F7;
	border: 1px solid #EEEEEE;
	color: #777777 !important;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 10px 0 10px;
}
a.link_button:hover {
	color: #3A84C9;
	-moz-box-shadow: 0px 0px 5px #3A84C9;
	-webkit-box-shadow: 0px 0px 5px #3A84C9;
	box-shadow: 0px 0px 5px #3A84C9;
	text-decoration: none !important;
}
p.central {
	text-align: center;
}
.link {
	cursor: pointer;
}

div.footer_payment_logos {
	background: url('../images/backgrounds/paymentlogos_dark.png') 0px 0px no-repeat;
	width: 504px;
	height: 43px;
	margin: 0 auto 0 auto;
}
div.footer_payment_logos a { 
	display: block;
	float: left;
	width: 100px;
	height: 43px;
	text-decoration: none;
}

/* IE6NOMORE */
div.ie6n_1 {
	border: 1px solid #F7941D;
	background: #FEEFDA;
	text-align: center;
	clear: both;
	height: 75px;
	position: relative;
}
div.ie6n_2 {
	position: absolute;
	right: 3px;
	top: 3px;
	font-weight: bold;
}
div.ie6n_3 {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	overflow: hidden;
	color: black;
}
div.ie6n_4 {
	width: 75px;
	float: left;
}
div.ie6n_5 {
	float: left;
}
div.ie6n_6 {
	width: 275px;
	float: left;
}
div.ie6n_6 h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
}
div.ie6n_6 p {
	font-size: 12px;
	margin-top: 6px;
	line-height: 12px;
}
div.ie6n_4 a,
div.ie6n_5 a,
div.ie6_warning {
	display: block;
	width: 52px;
	height: 73px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div.ie6_warning {
	background-image: url('../images/ie6nomore/warning.jpg');
	margin-right: 10px;
}
div.ie6_firefox a {
	background-image: url('../images/ie6nomore/firefox.jpg');
}
div.ie6_chrome a {
	background-image: url('../images/ie6nomore/chrome.jpg');
}
div.ie6_safari a {
	background-image: url('../images/ie6nomore/safari.jpg');
}
div.ie6_ie8 a {
	background-image: url('../images/ie6nomore/ie8.jpg');
}

div.white_100_page_layout {
	padding: 0px;
	margin: 8px 7px 0px 0px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #CCCCCC;
	-webkit-box-shadow: 1px 1px 3px #CCCCCC;
	box-shadow: 1px 1px 3px #CCCCCC;
}

/* Tracker Progress */
div.tracker_progress {
	height: 30px;
}
div.tracker_progress a {
	display: block;
	width: 160px;
	float: left;
	margin: 0;
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFFFFF;
	text-decoration: none;
	text-align: left;
}
div.tracker_progress a span {
	display: block;
	padding: 7px 7px 7px 12px;
}
div.tracker_progress a.off_next_off {
	background: url('../images/tracker/1.jpg') top right no-repeat #EAF4FB;
	color: #777777;
}
div.tracker_progress a.on_next_off {
	background: url('../images/tracker/2.jpg') top right no-repeat #C9E1F2;
	color: #222222;
}
div.tracker_progress a.on_next_on {
	background: url('../images/tracker/3.jpg') top right no-repeat #C9E1F2;
	color: #222222;
}
div.tracker_progress a.end_on {
	background: url('../images/tracker/4.jpg') top right no-repeat #C9E1F2;
	color: #222222;
}
div.tracker_progress a.end_off {
	background: url('../images/tracker/5.jpg') top right no-repeat #EAF4FB;
	color: #777777;
}

/* TODO layout is rather large..

/* Content_header */
div.content_header {
	background: none;
	border: 1px solid #EEEEEE;
	-webkit-border-radius:	6px;
	-moz-border-radius:		6px;
	border-radius:			6px;
}
div.content_header.style2 {
	border: none;
	border-bottom: 1px solid #EEEEEE;
	padding: 0 0 10px 0;
}
div.content_header_box {
	background: url('../images/backgrounds/f7_grad.jpg') bottom center repeat-x #F7F7F7;
	margin: 0 0 10px 0;
}
div.content_header_box_override {
	-webkit-border-radius:	0px;
	-moz-border-radius:		0px;
	border-radius:			0px;
}
div.content_header_box_right {
	width: 100px;
	padding: 10px;
	float: right;
	background: #666666;
	color: #EEEEEE;
	text-shadow: 0px 1px 0px #111111;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius:	6px;
	-moz-border-radius:		6px;
	border-radius:			6px;
}
div.content_header_box h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #555555;
	text-shadow: 0px 1px 0px #FFFFFF;
}
div.content_header_box h3 span {
	font-size: 12px;
	font-weight: normal;
}
div.content_header_box p {
	font-size: 12px;
	font-weight: normal;
	color: #777777;
	margin: 5px 0 0 0;
	text-shadow: 0px 1px 0px #FFFFFF;
}
div.content_header_blue {
	background: #0e8ce2;
	color: #FFFFFF;
	border-bottom: 1px solid #DBECFF;
}
div.content_header h3 {
	color: #666666;
	font-size: 16px;
	margin: 0;
	text-shadow: 0px 1px 0px #FFFFFF;
}
div.content_header h4 {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	text-shadow: 0px 1px 0px #FFFFFF;
}
div.content_header_blue h3 {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #111111;
}
div.content_header p.padded {
	margin: 0;
	padding: 5px;
}
div.content_header h3 span.ch_red {
	color: #CC0000;
}
div.content_header h3 span.ch_green {
	color: #669900;
}
div.content_header h3 span.ch_blue {
	color: #3197E3;
}

div.content_header a.full_link {
	display: block;
	font-weight: bold;
	width: 100%;
	color: #555555;
	font-size: 14px;
	margin: 0;
	text-shadow: 0px 1px 0px #FFFFFF;
	text-decoration: none;
}
div.content_header a.full_link:hover {
	color: #111111;
}
div.content_header a.full_link span {
	display: block;
	padding: 10px;
}
div.content_header a.full_link span.full_link_subtext {
	font-size: 10px;
	color: #777777;
	padding: 0px 10px 10px 10px;
}

div.content_header h3 span.sub {
	color: #999999;
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 0 10px;
}
div.content_header span.highlight {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #111111;
}
div.content_header span.content_header_step {
	font-size: 16px;
	font-weight: bold;
	color: #777777;
	text-shadow: 1px 1px 0px #FFFFFF;
	margin: 0 10px 0 0;
}
div.content_header_blue span.content_header_step {
	font-size: 16px;
	font-weight: bold;
	color: #777777;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #111111;
	margin: 0 10px 0 0;
}
div.content_data_hide a {
	display: block;
	width: 100%;
	padding: 1px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}


p.ptick {
	background: url('../images/icons/led/accept.png') 0px 0px no-repeat;
	padding: 0 0 0 21px;
	margin: 5px 0 0 0;
}
p.pclock {
	background: url('../images/icons/led/clock.png') 0px 0px no-repeat;
	padding: 0 0 0 21px;
	margin: 5px 0 0 0;
}
p.prefresh {
	background: url('../images/icons/led/arrow_refresh.png') 0px 0px no-repeat;
	padding: 0 0 0 21px;
	margin: 5px 0 0 0;
}
p.perror {
	background: url('../images/icons/led/error.png') 0px 0px no-repeat;
	padding: 0 0 0 21px;
	margin: 5px 0 0 0;
}
p.pcross {
	background: url('../images/icons/led/cross.png') 0px 0px no-repeat;
	padding: 0 0 0 21px;
	margin: 5px 0 0 0;
}
p.phelp {
	background: url('../images/icons/led/help.png') 0px 0px no-repeat;
	padding: 0 0 0 21px;
	margin: 5px 0 0 0;
}

a.icon_link {
	display: inline-block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #444444;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-decoration: none;
	margin: 0 15px 0 0;
}
a.icon_link span {
	display: block;
	padding: 0 0 0 21px;
}
a.icon_link_contact {
	background-image: url('../images/icons/led/email.png');
}
a.icon_link_business {
	background-image: url('../images/icons/led/user_business.png');
}

/* Icons for DIVs */
div.divicon_tick {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('../images/icons/led/accept.png') 0px 0px no-repeat;
}
div.divicon_cross {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('../images/icons/led/cross.png') 0px 0px no-repeat;
}
div.divicon_warning {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('../images/icons/led/error.png') 0px 0px no-repeat;
}
div.divicon_world {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('../images/icons/led/world.png') 0px 0px no-repeat;
}
div.divicon_blank {
	width: 16px;
	height: 16px;
	display: inline-block;
}
div.divicon_shield {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('../images/icons/led/shield.png') 0px 0px no-repeat;
}
div.divicon_star {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('../images/icons/led/star_1.png') 0px 0px no-repeat;
}
div.divicon_house {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('../images/icons/led/house.png') 0px 0px no-repeat;
}

/* View videos */
div.hold_video_right {
	float: right;
	width: 66px;
	height: 26px;
}
/* To trigger open video js, add class open_video */
a.view_help_video {
	display: inline-block;
	width: 66px;
	height: 26px;
	text-decoration: none;
	color: #111111;
	background: url('../images/icons/now/video_help.png') 0px 0px no-repeat;
}
a.view_help_video:active {
	background-position: 1px 1px;
}
div.video_not_found {
	display: block;
	background: url('../images/email/video_not_found.png') center center no-repeat #F0F0F0;
	margin: 0 auto 0 auto;
}

/* Quick Launch does not display on non-dashboard pages */

/* Inputs.css */
input.shaddow,
select.shaddow,
textarea.shaddow {
	position: relative;
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	border-radius:			3px;
	-moz-box-shadow: inset	2px 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow:		inset 2px 2px 3px rgba(0,0,0, .1);
	box-shadow:				inset 2px 2px 3px rgba(0,0,0, 0.1);
	padding:				3px; 
	margin:					0;
	border:					1px #ccc solid;
	font-family:			Arial;
	font-size:				12px;
	color:					#888;
	background-color:		#fefefe;
}

/* Video play button */
div.hold_video_play {
	position: relative;
	border: 1px solid #EEEEEE;
}
span.video_play_overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/buttons/youtube_play_small.png') center center no-repeat;
	z-index: 1000;
}
div.hold_video_play a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.hold_video_play a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* Team */
div.team_video {
	display: block;
	width: 374px;
	height: 204px;
	float: right;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 20px 0 0 40px;
}
div.team_video a {
	display: block;
	width: 374px;
	height: 204px;
}
div.team_ashley {
	background-image: url('../images/pages/team/ashley_hunt.jpg');
}
div.team_mark {
	background-image: url('../images/pages/team/mark_willis.jpg');
}
div.team_james {
	background-image: url('../images/pages/team/james_mitchell.jpg');
}

/* Page cols */
div.page_half,
div.page_third,
div.page_quarter {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}
div.page_half {
	width: 50%;
}
div.page_third {
	width: 33.3%;
}
div.page_quarter {
	width: 25%;
}
div.page_half_left_pad {
	padding: 20px 10px 20px 0px;
}
div.page_half_right_pad {
	padding: 20px 0px 20px 10px;
}
div.page_full_pad {
	padding: 20px;
}

div.page_third_left_pad {
	padding: 20px 10px 20px 0px;
}
div.page_third_right_pad {
	padding: 20px 0px 20px 10px;
}
div.page_third_centre_pad {
	padding: 20px 10px 20px 10px;
}

div.page_half_left_pad.lessheader,
div.page_half_right_pad.lessheader,
div.page_full_pad.lessheader,
div.page_third_left_pad.lessheader,
div.page_third_right_pad.lessheader,
div.page_third_centre_pad.lessheader {
	padding-top: 0px;
}



/* Page text-with-image */
div.ti_block {
	margin: 0;
	padding: 40px;
}
div.ti_image_left {
	width: 40%;
	float: left;
}
div.ti_image_right {
	width: 40%;
	float: right;
}
div.ti_image_left img,
div.ti_image_right img {
	width: 100%;
	height: auto;
}
div.ti_text_right {
	width: 60%;
	float: right;
}
div.ti_text_right div.ti_text_pad {
	padding: 0 0 0 25px;
}
div.ti_text_left {
	width: 60%;
	float: left;
}
div.ti_text_left div.ti_text_pad {
	padding: 0 25px 0 0;
}

/* 2021reskin */
header#main_head {
	background: #FFFFFF;
}
div.page_top_pad {
	height: 52px;
	overflow: hidden;
	margin: 0;
	border: 0;
}
div.page_btm_pad {
	height: 50px;
	overflow: hidden;
	margin: 0;
	border: 0;
}
div#main_menu {
	display: none;
}

/********************************/
/* New UI Components */
/* UI Bricks */
div.ui_brick_blocks {
	margin: 0 0 30px 0;
}
div.ui_brick_blocks::after {
	display: table;
	content: "";
	clear: both;
}
div.ui_brick_blocks div.ui_brick {
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
div.ui_brick {
	display: flex;
}

div.ui_brick_blocks.ui_bricks_1 div.ui_brick {width: 100%;}
div.ui_brick_blocks.ui_bricks_2 div.ui_brick {width: 50%;}
div.ui_brick_blocks.ui_bricks_3 div.ui_brick {width: 33.3%;}
div.ui_brick_blocks.ui_bricks_4 div.ui_brick {width: 25%;}
div.ui_brick_blocks.ui_bricks_5 div.ui_brick {width: 20%;}

div.ui_brick div.ui_brick_body {
	margin: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0);
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.12);
	box-shadow: 0 1px 2px rgba(0,0,0,0.12);
	width: 100%;
}
/* Fix for ui_row usage */
div.ui_row_block div.ui_brick div.ui_brick_body {
	padding: 10px;
	margin: 0px;
}
div.ui_brick div.ui_brick_body:hover {
	border: 1px solid rgba(0,0,0,0.025);
	/*border-bottom: 2px solid #9428db;*/
	-moz-box-shadow: 0px 0px 19px 0px rgba(32, 172, 244, 0.16);
	-webkit-box-shadow: 0px 0px 19px 0px rgba(32, 172, 244, 0.16);
	/*box-shadow: 0px 0px 19px 0px #f0d9ff;*/
	box-shadow: 0px 0px 19px 0px rgba(32, 172, 244, 0.16);
	background: #F9F9F9;
}

div.ui_brick a {
	color: #333333;
	text-decoration: none;
	display: block;
}
div.ui_brick span.ui_brick_icon {
	font-size: 48px;
	/*color: #9428db;*/
	color: #20acf4;
	display: block;
	padding: 20px 0 0 0;
}
div.ui_brick span.ui_brick_thumb {
	display: block;
	height: 100px;
	overflow: hidden;
}
div.ui_brick span.ui_brick_thumb img {
	width: 100%;
	height: auto;
}
div.ui_brick span.ui_brick_iconoverlay {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 22px;
	height: 22px;
	background: rgba(0,0,0,0.35);
	color: #FFFFFF;
	font-size: 22px;
	padding: 3px;
	margin: 3px;
	border-radius: 3px;
}
div.ui_brick_blocks div.ui_brick span.ui_brick_iconoverlay span i {
	/*-webkit-text-stroke-width: 1px;*/
	/*-webkit-text-stroke-color: #777777;*/
}
div.ui_brick span.ui_brick_text,
div.ui_brick span.ui_brick_subtext,
div.ui_brick span.ui_brick_title {
	font-family: 'Aller', Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	display: block;
	text-shadow: 1px 1px 1px #FFF;
}

div.ui_brick span.ui_brick_text {
	font-size: 26px;
	color: #888888;
	padding: 0 10px 10px 10px;
}
div.ui_brick span.ui_brick_subtext {
	font-size: 12px;
	color: #C1C1C1;
	color: #AFAFAF;
	padding: 0 10px 20px 10px;
}
div.ui_brick span.ui_brick_title {
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	word-wrap: break-word;
	color: #888888;
	padding: 10px 10px 10px 10px;
}
div.ui_brick.ui_brick_selected div.ui_brick_body {
	border: 1px solid #7bca12;
}
div.ui_brick.ui_brick_selected span.ui_brick_thumb {
	font-size: 30px;
	color: #7bca12;
}
div.ui_brick.ui_brick_error div.ui_brick_body {
	border: 1px solid #CC0000;
}

div.ui_brick span.ui_brick_thumb i.ui_brick_selected_on {
	display: none;
}
div.ui_brick.ui_brick_selected span.ui_brick_thumb i.ui_brick_selected_off {
	display: none;
}
div.ui_brick.ui_brick_selected span.ui_brick_thumb i.ui_brick_selected_on {
	display: block;
	color: #7bca12;
}
div.ui_brick span.ui_brick_red_circle {
	position: absolute;
	top: -4px;
	right: -4px;
	min-height: 32px;
	min-width: 32px;
	font-size: 14px;
	line-height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #CC0000;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Top of pages */
div.ui_screen_header {
	padding: 30px 30px 0px 30px;
	padding: 3px 0px 30px 10px;
	text-shadow: 1px 1px 1px #FFF;
	position: relative;
}
div.ui_screen_header p {
	margin: 0;
}
div.ui_screen_header.extra_footer {
	padding: 30px 30px 30px 30px;
}
div.ui_screen_header i.header_icon {
	color: #0e8ce2;
}
div.ui_screen_header_left {
	position: absolute;
	width: 80px;
	top: 30px;
	left: 30px;
}
div.ui_screen_header_right {
	position: absolute;
	width: 80px;
	top: 30px;
	right: 30px;
}
div.ui_screen_header_centre {
	width: calc(100% - 160px);
	margin: 0 auto 0 auto;
}
div.ui_screen_header h1 {
	font-size: 28px;
	margin: 0 0 5px 0;
	line-height: 1.2em;
}
div.ui_screen_header p {
	font-size: 16px;
	line-height: 1.4em;
	color: #757575;
}

div.ui_screen_header div.grey_box_back {
    background: #F7F7F7;
    background: #FBFBFB;
    margin: 0;
}
div.ui_screen_header div.clear_box_back {
	background: none;
	margin: 0;
}
div.ui_screen_header div.grey_box_back a,
div.ui_screen_header div.clear_box_back a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #888888;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-weight: normal;
}
div.ui_screen_header div.grey_box_back a span.pad,
div.ui_screen_header div.clear_box_back a span.pad {
    display: block;
    padding: 10px;
}
div.ui_screen_header div.grey_box_back:hover {
    background: #F9F9F9;
}
div.ui_screen_header div.clear_box_back a {
	color: #999999;
}
div.ui_screen_header div.clear_box_back a:hover {
	color: #666666;
}



/* Tab mobile */
div#mui_tabs_mobile {
	display: none;
}
div#mui_tabs {
	border-bottom: 1px solid #EEEEEE;
}
div#mui_tabs li.mui_static_tab {
	display: inline-block;
}
div#mui_tabs li.mui_static_tab a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid transparent;
}
div#mui_tabs li.mui_tab_selected a,
div#mui_tabs li.mui_static_tab a:hover {
	color: #0e8ce2;
	border-bottom: 1px solid #0e8ce2;
}
div#mui_tabs li.mui_static_tab a span {
	display: block;
	padding: 20px 26px 20px 26px;
}

/* Only show on mobile */
.mobile_show {
	display: none;
}

/* Mobile and small tablet/monitor styles */
@media only screen and (min-width: 0px) and (max-width: 999px) {
	
	.area_blur {
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		-ms-transition: all 0.1s;
		-o-transition: all 0.1s;
		transition: all 0.1s;
		
		-moz-filter:blur(2px);
		-webkit-filter:blur(2px);
		filter:blur(2px);
	}
	
	/* Make main wrapper 100% width */
	div#main_wrapper,
	div.main_wrapper {
		width: 100%;
		margin: 0;
	}

	
	/* Header */
	div#header_hold {
		height: 60px;
	}
	div#header {
		margin: 0;
		position: fixed;
		top: 0;
		width: 100%;
		height: 60px;
		z-index: 1001;
		background: #FFFFFF;
	}
	div#header_mobile_nav {
		display: block;
		position: relative;
		z-index: 400;
		width: 60px;
		height: 60px;
		background: #20ACF4;
		color: #FFFFFF;
		float: left;
	}
	div#header_mobile_nav a {
		display: block;
		width: 60px;
		height: 60px;
		text-align: center;
		font-size: 32px;
		text-decoration: none;
		color: #FFFFFF;
	}
	div#header_mobile_nav a span {
		display: block;
		padding: 12px 0 0 0;
	}
	div#header_left {
		width: 150px;
		float: left;
		margin: 0 0 0 15px;
	}
	div#logo {
		width: 100%;
		height: 60px;
	}
	#logo a {
		display: block;
		width: 100%;
		height: 60px;
		background-repeat: no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		
		background-position: center center;
		background-size: 100% auto;
	}
	div#header_right {
		display: none;
	}
	
	div#header_right_mobile {
		display: block;
		width: 60px;
		overflow: hidden;
		height: 60px;
		float: right;
		background: none;
		margin: 0;
	}
	div#header_right_mobile a {
		display: block;
		width: 100%;
		height: 60px;
		color: #888888;
		text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
		text-decoration: none;
		font-size: 12px;
	}
	div#header_right_mobile a span.hrm_icon i {
		display: block;
		font-size: 32px;
	}
	div#header_right_mobile a span.hrm_pad {
		display: block;
		padding: 14px 12px 0px 5px;
		text-align: center;
		position: relative;
	}
	div#header_right_mobile a span.hrm_alert,
	div.header_account_row span.hrm_alert {
		position: absolute;
		width: 20px;
		height: 20px;
		background: #FF0202;
		color: #FFFFFF;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		font-size: 14px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		padding: 1px 0 0 0;
	}
	div.header_account_row span.hrm_alert {
		left: -7px;
		top: 0px;
		padding: 3px 0 0 0;
	}
	div.header_account_row span.row_credits_alert {
		color: #FF0202;
		font-weight: bold;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	}
	div#header_right_mobile a span.hrm_topup {
		display: block;
		text-align: right;
		background: green;
	}
	div#header_right_mobile a span.hrm_topup {
		padding: 2px 7px 2px 7px;
		display: inline-block;
		font-size: 12px;
		border: 1px solid #507e0c;
		background: url(../images/backgrounds/button_green.png) top left repeat-x #507e0c;
		text-shadow: 1px 1px #507e0c;
		color: #FFFFFF !important;
		font-weight: bold;
		text-decoration: none;
		margin: 0;
		-moz-box-shadow: 1px 1px 2px #EEE;
		-webkit-box-shadow: 1px 1px 2px #EEE;
		box-shadow: 1px 1px 2px #EEE;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.hrm_icon {
		color: #111111;
	}
	div#header_account_dropdown {
		display: block; /* block first, none at bottom */
		position: absolute;
		z-index: 900;
		background: #FFFFFF;
		width: 300px;
		width: calc(100% - 60px);
		height: auto;
		right: 0;
		top: 60px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.2);
		box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.2);
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-left-radius: 3px;
		display: none;
	}
	div.header_account_dropdown_pad {
		padding: 10px 20px 20px 20px;
	}
	div.header_account_person {
		padding: 10px;
		background: #F9F9F9;
		border: 1px solid #F1F1F1;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 16px;
	}
	div.header_account_person a {
		display: block;
		width: 100%;
		text-decoration: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.header_account_person span.header_account_name {
		font-size: 18px;
		font-weight: bold;
		color: #666666;
		text-shadow: 1px 1px 1px #FFFFFF;
	}
	div.header_account_person span.header_account_link {
		font-size: 12px;
		font-weight: normal;
		color: #BBBBBB;
		text-decoration: none;
	}
	div.header_account_person span.header_account_icon {
		display: block;
		float: left;
		width: 40px;
		height: 40px;
		margin: 0 15px 0 0;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background: #FFFFFF;
		border: 1px solid #F1F1F1;
		text-align: center;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 8px 0 0 0;
		font-size: 22px;
		color: #888888;
	}
	div.header_account_rows {
		margin: 0 0 20px 0;
	}
	div.header_account_row {
		border-bottom: 1px solid #DDDDDD;
		margin: 5px 0 5px 0;
		padding: 10px 0 10px 0;
		position: relative;
	}
	div.header_account_row:last-child {
		border-bottom: none;
	}
	
	div.header_account_row div.header_account_row_icon,
	div.header_account_row div.header_account_row_credits {
		display: block;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	div.header_account_row div.header_account_row_icon {
		width: 30px;
		height: 30px;
		margin: 0 10px 0 0;
		font-size: 28px;
		color: #999999;
		padding: 5px 0 0 0;
	}
	div.header_account_row div.header_account_row_credits {
		width: 150px;
		font-size: 16px;
		font-weight: bold;
		color: #666666;
	}
	div.header_account_row div.header_account_row_credits span.row_credits {
		display: block;
		font-size: 12px;
		font-weight: normal;
		color: #999999;
	}
	
	/* Remove main-menu */
	div.main-menu {
		display: none;
	}
	
	/* Footer */
	div#footer {
		height: auto;
		margin: 0;
	}
	div.footer_third {
		width: 100%;
		float: none;
		margin: 0;
	}
	div.footer_payment_logos {
		background: url(../images/backgrounds/paymentlogos_dark.png) 0px 0px no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 50px;
		margin: 0 auto 0 auto;
	}
	div.footer_third p a.footer_link {
		margin: 20px 0 20px 0;
	}
	
	/* General content */
	div.content {
		display: block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		margin: 0px;
		float: none;
		width: auto;
		padding: 10px;
	}
	div#content-top,
	div#content-bottom {
		width: 100%;
		background: none;
		display: none;
	}
	div#content-body,
	div#content-body-notitle,
	div#home-content-body,
	div#page-content-body {
		display: block;
		position: relative;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 10px;
		margin: 0px !important;
		width: 100%;
		z-index: 2;
		background: #F7F7F7;
	}
	
	/* Simple Content */
	div.simple_content_white,
	div.simple_content_blank,
	div.simple_content_body {
		width: 100%;
		display: block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		margin: 0;
		
	}
	div.simple_content_title {
		padding: 30px 0px 30px 10px;
	}
	div.simple_content_title h1 {
		font-size: 28px;
		font-weight: bold;
		margin: 0;
		line-height: 1em;
	}
	div.body_pad {
		padding: 20px;
	}
	div.body_pad_smaller {
		padding: 10px;
	}
	
	
	div#contentmain,
	div.contentmain {
		padding: 0px;
		margin: 0px;
		float: none;
		width: 100%;
	}
	
	/* Simple Content */
	div.simple_content_white {
		width: 100%;
		margin: 0px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	/*-- Home Content --*/
	div#home-content-left {
		position: relative;
		float: none;
		/* ?? top: 220px; */
		margin-top: 260px;
		/* BETA top: 56px; */
		width: 100%;
		/* ?? height: 400px;*/
		margin-left: 0px;
	}
	div#page-content {
		position: relative;
		float: none;
		top: 10px;
		width: 100%;
		/*height: 400px;*/
		margin-left: 0px;
	}
	div#page-content-small {
		position: relative;
		float: left;
		top: 8px;
		width: 100%;
		/*height: 400px;*/
		/*margin-left: 18px;*/
	}
	
	/* Login / Auth pages */
	div.log-area,
	div.log-area-wide,
	div.auth_login,
	div.login_wrapper_outer,
	div.login_wrapper_inner {
		width: 100%;
	}
	div.auth_pad_out {
		padding: 15px 10px 10px 10px;
	}
	div.auth_pad_in {
		padding: 20px;
	}
	div.auth_login {
		height: auto;
		height: 100vh;
		height: calc(100vh - 90px);
		min-height: 400px;
	}
	
	/* Page cols */
	div.page_half,
	div.page_third,
	div.page_quarter {
		width: 100%;
		float: none;
	}
	
	div.page_half_left_pad {
		padding: 10px 0px 10px 0px;
	}
	div.page_half_right_pad {
		padding: 10px 0px 10px 0px;
	}
	
	div.page_third_left_pad {
		padding: 10px 0px 10px 0px;
	}
	div.page_third_right_pad {
		padding: 10px 0px 10px 0px;
	}
	div.page_third_centre_pad {
		padding: 10px 0px 10px 0px;
	}
	
	div.page_half_left_pad.lessheader,
	div.page_half_right_pad.lessheader,
	div.page_full_pad.lessheader,
	div.page_third_left_pad.lessheader,
	div.page_third_right_pad.lessheader,
	div.page_third_centre_pad.lessheader {
		padding-top: 10px;
	}
	
	
	/* Popover tables */
	table.popover_collapse_table tr,
	table.popover_collapse_table tr td {
		display: block;
		float: none;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}
	table.contactlist tr td.mob_50,
	table.contactlist tr td.mob_100 {
		display: block;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		min-height: 30px;
	}
	
	table.contactlist tr td.mob_50 {
		width: 50%;
	}
	table.contactlist tr td.mob_100 {
		width: 100%;
	}
	table.contactlist tr td.mob_tab_clear {
		clear: both;
	}
	
	.mob_center {
		text-align: center;
	}
	.mob_pad_10 {
		padding: 10px;
	}
	.mob_pad_20 {
		padding: 10px;
	}
	
	/* Content_header */
	div.content_header {
		background: #FFFFFF;
		border: 1px solid #EEEEEE;
		-webkit-border-radius:	6px;
		-moz-border-radius:		6px;
		border-radius:			6px;
	}
	div.content_header_blue {
		background: #36B4F5;
	}
	
	/* Should be the last rule */
	/* Remove something from mobile views */
	.mobile_hide {
		display: none !important;
	}
	.mobile_show {
		display: block;
	}
	
	
	/* Tab mobile */
	/*
	div#mui_tabs_mobile {
		display: block;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	div#mui_tabs_mobile a {
		display: block;
		width: 100%;
		color: #444444;
		font-size: 16px;
		text-shadow: 1px 1px 1px #FFFFFF;
		background: #EEEEEE;
		border: none;
		text-decoration: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );
	}
	div#mui_tabs_mobile a span {
		display: block;
		padding: 10px;
	}
	*/
	/* Tab override */
	/*
	div#mui_tabs {
		display: none;
	}
	div#mui_tabs_holder {
		border: 1px solid #CCCCCC;
	}
	div#mui_tabs .mui_tabs {
		background: #FFFFFF;
		border: none;
		padding: 0;
		margin: 0;
	}
	div#mui_tabs .mui_tabs li {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		background: #EEEEEE;
		border: none;
		border-top: 1px solid #DDDDDD;
		-webkit-border-radius:	0px;
		-moz-border-radius:		0px;
		border-radius:			0px;
		margin: 0;
	}
	div#mui_tabs .ui-tabs,
	div#mui_tabs.ui-tabs {
		padding: 0;
	}
	div#mui_tabs .mui_tabs li.ui-state-active {
		background: #FFFFFF;
	}
	div#mui_tabs .mui_tabs li a {
		display: block;
		padding: 12px;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	*/
	
	div#mui_tabs_holder {
		height: 65px;
	}
	div#mui_tabs {
		position: absolute;
		left: 0;
		right: 0;
		height: auto;
		max-height: 62px;
		overflow-x: auto;
		overflow-y: hidden;
	}
	div#mui_tabs ul.mui_tabs {
		width: 1000px;
	}
	
	div#mui_tabs::-webkit-scrollbar {
		display: none;
	}
	div#mui_tabs::-webkit-scrollbar-button {
		display: none;
	}
	div#mui_tabs::-webkit-scrollbar-track {
		display: none;
	}
	div#mui_tabs::-webkit-scrollbar-thumb {
		display: none;
	}
	
	div#mui_tabs_grad {
		width: 45px;
		height: 65px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 300;
		background: none;
		background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	}
	
	/* Tab mobile */
	div#mui_tabs li.mui_static_tab a {
		display: block;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		color: #333333;
		border-bottom: 1px solid transparent;
	}
	div#mui_tabs li.mui_tab_selected a,
	div#mui_tabs li.mui_static_tab a:hover {
		color: #0e8ce2;
		border-bottom: 1px solid #0e8ce2;
	}
	div#mui_tabs li.mui_static_tab a span {
		display: block;
		padding: 20px 8px 20px 8px;
	}
	
	
	/* Boxes */
	div.public_box {
		background: #FFFFFF;
	}
	
	/* Page seps */
	div.slide-page-sep {
		clear:both;
		height: 80px;
		background: none;
	}
	div.page-sep {
		clear:both;
		height: 60px;
		background: none;
	}
	div.page-sep-small {
		clear:both;
		height: 50px;
		background: none;
	}
	
	/* Page text-with-image */
	div.ti_block {
		margin: 0;
		padding: 20px;
	}
	div.ti_image_left,
	div.ti_image_right,
	div.ti_text_right,
	div.ti_text_left {
		width: 100%;
		float: none;
	}
	div.ti_image_left img,
	div.ti_image_right img {
		width: 100%;
		height: auto;
	}
	div.ti_text_right div.ti_text_pad,
	div.ti_text_left div.ti_text_pad {
		padding: 20px 0px 20px 0px;
	}
	
	div.page_top_pad {
		height: 0px;
		display: none;
	}
	
	/* UI Bricks */
	div.ui_brick_blocks div.ui_brick {
		float: none;
	}

	div.ui_brick_blocks.ui_bricks_1 div.ui_brick {width: 100%;}
	div.ui_brick_blocks.ui_bricks_2 div.ui_brick {width: 100%;}
	div.ui_brick_blocks.ui_bricks_3 div.ui_brick {width: 100%;}
	div.ui_brick_blocks.ui_bricks_4 div.ui_brick {width: 100%;}
	div.ui_brick_blocks.ui_bricks_5 div.ui_brick {width: 100%;}
	
	div.ui_screen_header, 
	div.ui_screen_header.extra_footer, 
	div.ui_screen_header.screens_header_buttons_mobile {
		padding: 20px 10px 20px 10px;
	}
	div.ui_screen_header_left {
		position: absolute;
		width: 50px;
		top: 12px;
		left: 10px;
	}
	div.ui_screen_header_right {
		position: absolute;
		width: 50px;
		top: 12px;
		right: 10px;
	}
	div.ui_screen_header_centre {
		width: 100%;
	}
	div.ui_screen_header div.grey_box_back a span.text,
	div.ui_screen_header div.clear_box_back a span.text {
		display: none;
	}
	div.ui_screen_header div.ui_screen_header h1 {
		font-size: 20px;
	}
	div.ui_screen_header div.ui_screen_header p {
		font-size: 14px;
	}
	/* Fix for ui_row usage */
	div.ui_row_block div.ui_brick div.ui_brick_body {
		padding: 0px;
		margin: 0px;
	}
	
	/* Dashboard homes */
	div.dashboard_homes {
		height: auto;
	}
	div.dashboard_homes_inner {
		padding: 20px;
	}
	div.dashboard_homes_inner h1 {
		font-size: 28px;
		line-height: 1em;
		color: #343436;
		text-shadow: 1px 1px 1px #fff;
		margin: 0 0 2px 0;
	}
	div.dashboard_homes_inner h2 {
		font-size: 18px;margin: 0 0 16px 0;
	}
	div.dashboard_homes_text {
		padding: 20px;
		text-align: center;
	}
	div.dashboard_homes_text h2 {
		font-size: 22px;
		margin: 0 0 16px 0;
	}
}