.middle_menu_holder {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-weight: normal;
}
.middle_menu {
	width: 100%;
	margin: 0 auto;
	height: 37px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #e9e9e9;
}
.middle_menu_tab {
	margin: 0 auto;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	padding: 6px;
	color: #f7a64f;
}
.last {
	margin-top: -4px;
}
.middle_menu_tab#active {
	/*background-color: #cdd7d6;*/
	background-color: #ffffff;
	font-size: 16px;
	padding: 6px;
	color: #f7a64f;
	border-bottom: 3px solid #f7a64f;
}
.middle_menu_holder a {
	float: left;
	width: 33.3%;
}
.middle_menu_tab#active:last-of-type{
	border-right: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.middle_menu_tab#active {
		padding: 0;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.middle_menu_tab {
		padding-top: 8px;
	}
}
a.links {
	color: #FFF;
}
a:link,
a:visited,
a:hover {
	text-decoration: none;
	color: #008A96;
}
ul,
menu,
dir {
	display: block;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	padding: 0;
}
.col-2 ul li {
	left: 30px;
	position: relative;
	padding-bottom: 15px;
}
p {
	font-weight: normal;
}
strong,
b {
	font-weight: 700;
}
#pageWrapper {
	max-width: 1035px;
	margin: 10px auto;
	border: none;
	border-top: 7px solid #CDD7D6;
}
#pageWrapper:first-of-type {
	padding-top: 20px;
}
body {
	margin: 0;
	font-family: "Oswald", sans-serif, verdana;
	color: #666;
}
#navWrapper {
	text-align: center;
	
}
#navWrapper ul li {
	display: inline;
	padding: 0;
}
#navWrapper ul li a {
	display: inline-block;
	border: none;
	border-left-width: 1px solid #CDD7D6;
	padding: 10px;
	padding-bottom: 0;
	text-decoration: none;
	color: #666;
	font-size: 18px;
}
#navWrapperUser ul li a span.menu_overview:before {
	content: "Overview";
	font-size: 18px;
}
#navWrapperUser ul li a span.menu_messages:before {
	content: "Messages";
	font-size: 18px;
}
#navWrapperUser ul li a span.menu_settings:before {
	content: "Settings";
	font-size: 18px;
}
#navWrapperUser ul li a span.menu_payment:before {
	content: "Payment";
	font-size: 18px;
}
#navWrapperUser ul li a span.menu_invoices:before {
	content: "Invoices";
	font-size: 18px;
}
#navWrapperUser ul li a span.menu_refer:before {
	content: "VS Referrals";
	font-size: 18px;
}
#navWrapperUser ul li a span.menu_analytics:before {
	content: "Analytics";
	font-size: 18px;
}
#navWrapperUser ul li a span.menu_blacklist:before {
	content: "Blacklist";
	font-size: 18px;
}
#navWrapperUser ul li a span.menu_subaccount:before {
	content: "Sub Accounts";
	font-size: 18px;
}
#navWrapperUser ul li a span img {
	display: none;
}
#navWrapper ul li a:hover {
	color: #EC8C52;
	transition: all 0.4s ease-in-out;
}
#navWrapperUser {
	text-align: left;
	display: block;
	width: 100%;
}
#navWrapperUser ul li {
	display: inline;
	padding: 0;
}
#navWrapperUser ul li a {
	display: inline-block;
	border: none;
	text-decoration: none;
	color: #FFF;
	transition: all 0.4s ease-in-out;
	background-color: #bbc3c2;
	border-radius: 5px;
	margin: 12px 1px 0 0;
	padding: 5px 8px;
}
#navWrapperUser ul li a:hover {
	color: #EC8C52;
	transition: all 0.4s ease-in-out;
}
#logo {
	position: relative;
	top: -20px;
	left: 40px;
	width: auto;
	height: 58px;
	overflow-y: hidden;
}
.logoImg {
	float: left;
	margin-top: 0;
}
#login {
	display: none;
	font-size: 15px;
	color: #7E7E7E;
	text-align: right;
	display: none;
	width: 255px;
	height: 185px;
	background: #efefef;
	padding: 10px 20px 20px 20px;
	border-radius: 0px;
	position: absolute;
	top: 44px;
	z-index: 101;
	border-bottom: 6px solid #CDD7D6;
	border-top: 6px solid #CDD7D6;
	font-family: "Oswald", sans-serif, verdana;
}
#close_login_button {
	margin-bottom: 8px;
	font-weight: 600;	
	text-align: right;
	cursor: pointer;
}
#login_button_mini{
	display: none;
}
#login_button {
	position: relative;
	top:-70px;
	float: right;
	padding: 10px 20px;
	font-size: 16px;
	background: #A6A8AB;
	color: #FFF;
	border-radius: 8px;
	letter-spacing: 0.1rem;
	cursor: pointer;
	margin-right: 40px;
	text-transform: uppercase;
	background-image: url(../images/login.png);
	background-position: 15% 45%;
	background-repeat: no-repeat; 
	background-position-y: center;
	background-position-x: 16px;
	padding-left: 45px;
}
#login_button:hover {
	color: #FFF;
	background-color: #FBA721;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#login_login {
	float: left;
	font-weight: 600;
}
.login_row {
	width: 100%;
	line-height: 15px;
	float: left;
	text-align: center;	
	margin-bottom: 8px;
}
.login_row:last-of-type{
	text-align: center;
}
.login_row input{
	
	color: #4a4a4a;
}
#forgot_reg {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
#login a {
	color: #646464;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#login a:hover, .login_row:last-of-type input:hover, #close_login_button:hover {
	color: #FBA721;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.login_row input[type=submit] {
	background: #FBA721;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: "Oswald", sans-serif, verdana;
	font-weight: 500;
	font-size: 15px;
}
.login_row input[type=submit]:hover {
	background: #FBA721;
	color: #fff;
	
}

.inputButtonGreensl, .inputButtonBluel {
	background: #FBA721;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: "Oswald", sans-serif, verdana;
	font-weight: 500;
	font-size: 15px;
	border:0px;
	padding: 10px;
	
}
.ui-widget {
	font-family: Oswald, sans-serif, verdana;
}
#select_dropdown {
	width: 100%;
}
#select_dropdown option {
	width: 100%;
}
#faq_titles {
	float: none;
}
.tagButton {
	float: left;
	padding: 3px 5px;
	background-color: #ffe8fb;
	border: 1px dashed #ffb2f3;
	color: #4d4d4d;
	margin: 0 6px;
}
input,
textarea,
select {
	color: #333;
	padding: 5px;
	border: solid 1px #d5d5d5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: #FFFFFF url('../../tml/css/bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFF), color-stop(4%, #EEE), to(#FFF));
	background: -moz-linear-gradient(top, #FFF, #EEE 1px, #FFF 25px);
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.4s ease-in-out;
	min-height: 25px;
}
textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	border-radius: 5px;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0 8px;
	transition: all 0.4s ease-in-out;
}
.form label {
	margin-left: 10px;
	color: #999;
}
#submit_button {
	float: right;
	padding-top: 20px;
}
.submit {
	width: auto;
	background: #EC8C52;
	border: 0;
	font-size: 12px;
	color: #FFF;
	border-radius: 5px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}
.submit:hover {
	width: auto;
	border: 0;
	font-size: 12px;
	color: #FFF;
	border-radius: 5px;
	padding: 8px 15px 7px 15px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	background-color: #666;
}
.submit input {
	display: inline;
	padding: 18px 24px;
	border: 1px solid #9cc92c;
	background: url("../../tml/gfx/button_bg.png") repeat-x #ADDD37;
	-webkit-box-shadow: 0 0 15px #CCC;
	-moz-box-shadow: 0 0 15px #CCC;
	box-shadow: 0 0 15px #CCC;
	border-radius: 8px;
	font-family: arial, sans-serif;
	font-size: 27px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	text-shadow: 0 0 3px #444;
	outline: none;
	cursor: pointer;
}
#carousel{
	width: 100%;
	margin: -27px 0 30px 0;
	padding: 0;
	height: auto;
	float: left;
	
}
.carousel-tile{
	display: inline-block;
	width: 17%;
	min-width: 150px;
	height: 340px;
	float:left;
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	cursor: pointer;
	z-index: 100;
}
.carousel-tile span{
	font-size: 23px;
	color: #FFF;
	text-decoration: none;
}
.carousel-tile p{
	font-size: 18px;
	margin-top: 6px;
	color: #FFF;
	text-decoration: none;
}
#tile-Jade {
	background-image: url(/media/bgJade.gif);
}
#tile-Pink {
	background-image: url(/media/bgPink.gif);
}
#tile-Yellow {
	background-image: url(/media/bgYellow.gif);
}
#tile-Blue {
	background-image: url(/media/bgBlue.gif);
}
.more {
	position: absolute;
	top: 370px;
	margin-left: -10px;	
	margin-top: -1px;
	overflow: visible;
}
#pushPic {
	width: 32%;
	display: inline-block;
	float: left;
	overflow: show;
}
.butNavFirst, .butNavPrevious, .butNavNext, .butNavLast		{text-decoration:none; padding: 5px; border-radius: 5px;}

@media only screen and (max-width: 900px) {
	#pushPic {
		display: none;
	}
	.carousel-tile{
		width: 25%;
	}
}
#textContent {
	position: relative;
	top: -30px;
	width: 60%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 40px;
	float:left;
}
#video {
	position: relative;
	top: -80px;
	width: 40%;
	display: inline-block;
}
#applinks {
	position: relative;
	top: -20px;
	z-index: -999;
}
h2 {
	font-weight: normal;
	font-size: 36px;
	color: #F44B8C;
}
h3 {
	font-weight: normal;
	font-size: 28px;
	color: #666;
}
h4 {
	font-weight: normal;
	font-size: 22px;
	color: #666;
}
th {
	font-family: "Oswald", sans-serif, verdana;
	font-size: 110%;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 10px;
	text-align: left;
}
table.uiTable {
	border-collapse: collapse;
}
#faq_titles {
	font-size: 16px;
}
.TDfooterLinks {
	border-top-width: 0;
	border-right-width: 20px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-style: solid;
	border-color: #CDD7D6;
	border-right-color: #FFF;
	padding: 5px 0;
}
#pageWrapper table tr td a {
	color: #666;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
#pageWrapper table tr td a:hover {
	color: #EC8C52;
	background-color: #EEE;
	transition: all 0.4s ease-in-out;
}
#demoHeader {
	background-color: #666;
	color: #FFF;
	width: 170px;
	padding: 10px;
	border-radius: 8px;
	text-align: center;
}
#pageWrapper table tr td h1 {
	font-weight: normal;
	margin: 0;
}
#logosWrapper {
	background-color: #CDD7D6;
	padding: 15;
	text-align: center;
	vertical-align: middle;
}
#logosWrapper img {
	padding: 15px
}
#copyrightWrapper {
	background-color: #A9B2B2;
	padding: 15;
	text-align: center;
	vertical-align: middle;
}
#copyrightWrapper p {
	margin: 0;
	padding: 15px;
	font-size: 14px;
}
#copyrightWrapper p a {
	text-decoration: none;
	color: #333;
}
#mobileNavWrap,
#mobileMenuBtn {
	display: none;
}
#MOBfreetrial {
	display: none;
}
.date_delete_box {
	width: 100%;
}
.date_delete_text {
	float: left;
	padding-right: 5px;
}
.date_delete {
	float: left
}
@media only screen and (max-width: 640px) {

	.rmm.minimal .rmm-toggled-title:hover{
		cursor: pointer;
	}

	.ui-tabs-anchor {
		font-size: 15px !important;
	}
	#navWrapperUser {
		text-align: left;
		position: relative;
		top: 13px;
		left: 0;
		clear: both;
		background-color: #bbc3c2;
		margin-top: 35px
	}
	.showpageArea {
		position: relative;
		top: 13px;
	}
	#logout_box {
		top: 13px;
		margin-left: 10px;
		width: 100%;
		text-align: center;
		padding-left: 15px;
		padding-bottom: 5px;
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #CDD7D6;
		height: 50px;
	}
	#login_button{
		display: none;
	}
	#close_login_button {
		margin-right: 43%;
		padding: 5px;
	}
	#login_button_mini{
		display: block;
		width: 100px;
		height: 40px;
		background: #A6A8AB;
		margin: 0 auto;
		color: #fff;
		text-align: center;
		line-height: 35px;
		letter-spacing: 0.1rem;
		border-radius: 10px;
		cursor: pointer;
	}
	#login input{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	audio {
		width: 100%;
		height: 30px;
	}
	#navi li {
		background: url('/v2/images/navi-divider.gif') no-repeat scroll 0 50% transparent;
		margin: 0 0 0 -1px;
		padding: 5px 10px 0 8px;
		float: left;
		line-height: 33px;
	}
	.butNavNext {
		display: none;
	}
	.butNavLast {
		display: none;
	}
	.butNavFirst {
		display: none;
	}
	.butNavPrevious {
		display: none;
	}
	.date_delete_text {
		float: left;
	}
	.date_delete {
		float: left;
	}
	.tickCross {
		width: auto;
	}
	.col-2 ul li {
		left: 0;
	}
	#carousel{
		margin-top: 0;
	}
	#login {
		display: none;
		clear: both;
		float: left;
		top: 10px;
		position: inherit;
		height: auto;
		margin-top: 16px;
		width: 100%;
		font-size: 15px;
		border: none;
		border-radius: 0;
		padding: 0px;
	}
	#login_login {
		float: left;
		height: 190px;
		font-weight: 600;
		padding-left: 7px;
		padding-right: 7px;
		font-size: 20px;
		color: #757575;
		background-color: #cfcfcf;
	}
	.col-4 {
		padding: 0 10px;
	}
	#support_tabs {
		clear: both;
	}
	#login_box {
		margin-top: 10px;
		height: 63px;
	}
	#contact-form {
		width: 100%;
	}
	#forgot_reg {
		padding-right: 10px;
		margin-bottom: 10px;
	}
	#contact-form textarea {
		width: 100%;
	}
	#number_row {
		float: left;
		padding: 7px;
		background-color: #fddea3;
	}
	#pin_row {
		float: left;
		padding: 7px;
		background-color: #fdd891;
		margin-left: 0;
	}

	#row_three1 input {
		height: auto;
	}
	#go_button_row {
		float: left;
		padding: 7px;
		background-color: #ffce70;
		margin-left: 0;
		border-top-right-radius: 15px;
	}
	#navWrapperUser {
		text-align: center;
		position: relative;
		top: 13px;
		height: 100px;
		left: 0;
		clear: both;
		background-color: #bbc3c2;
		margin-top: 35px;
	}
	#navWrapperUser ul {
		list-style-type: none;
		list-style: none;
	}
	#navWrapperUser ul li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	#navWrapperUser ul li a {
		display: inline-block;
		border: none;
		border-left: 2px solid #CDD7D6;
		text-decoration: none;
		font-size: 15px;
		color: #FFF;
		transition: all 0.4s ease-in-out;
		background-color: #bbc3c2;
		border-radius: 5px;
		margin: 0;
		padding: 6px 8px;
		height: 34px;
		width: 12%;
		text-align: center;
	}
	#navWrapperUser ul li a:hover {
		color: #EC8C52;
		transition: all 0.4s ease-in-out;
	}
	#navWrapperUser ul li {
		height: 60px;
		width: 66px;
	}
	#navWrapperUser ul li a span.menu_overview:before {
		content: "";
	}
	#navWrapperUser ul li a span.menu_messages:before {
		content: "";
	}
	#navWrapperUser ul li a span.menu_settings:before {
		content: "";
	}
	#navWrapperUser ul li a span.menu_payment:before {
		content: "";
	}
	#navWrapperUser ul li a span.menu_invoices:before {
		content: "";
	}
	#navWrapperUser ul li a span.menu_refer:before {
		content: "";
	}
	#navWrapperUser ul li a span.menu_blacklist:before {
		content: "";
	}
	#navWrapperUser ul li a span.menu_analytics:before {
		content: "";
	}
	#navWrapperUser ul li a span.menu_subaccount:before {
		content: "";
	}
	#navWrapperUser ul li a span img{
		text-align: center;
		display: block;
		width: 33px;
		height: 34px;
		margin: 0 auto
	}
	#select_dropdown {
		width: 190px;
	}
	#select_dropdown option {
		width: 180px;
	}
	td img {
		width: 100%;
		height: auto;
	}
	table {
		width: 100%;
		border-collapse: collapse;
	}
	#contact-form input {
		clear: left;
		float: left;
	}
	#contact-form textarea {
		float: none;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		padding: 5px;
		font-size: 20px;
		font-family: Oswald, sans-serif, verdana;
	}
	.ui-state-active a,
	.ui-state-active a:link {
		font-weight: 600;
		font-family: Oswald, sans-serif, verdana;
	}
	#submit_button {
		float: left;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	#submit_button a {
		padding: 8px;
		background-color: #F44B8C;
		color: #FFF;
	}
	#mobileNavWrap {
		display: block;
		width: 100%;
		padding: 8px;
		background-color: #CDD7D6;
	}
	#mobileMenuBtn {
		float: right;
		display: block;
	}
	#logo {
		text-align: center;
		height: 70px;
	}
	.icn {
		float: right;
		margin-top: -50px;
		margin-right: 10px;
	}
	.carousel-tile{
		width: 100%;
		height: 135px;
		background-image: url(/media/bgJade.gif);
		background-repeat: repeat-x;
		background-position: left top;
		color: #FFF;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 10px;
	}
	.appImage {
		margin: 5px auto;
		width: 155px;
		display:block;
		height:48px;
	}

	#applinks {
		position: relative;
		top: 20px;
		left: 20px;
	}
	#MOBfreetrial {
		position: relative;
		display: inline-block;
		float: right;
		top: -60px;
	}
	#pushBlue .MOBbluetrial {
		top: -89px !important;
	}
	.more {
		display: none;
	}
	#textContent {
		position: relative;
		top: 0;
		width: 100%;
		float: left;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 10px 20px;
	}
	#video {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		display: inline-block;
		padding: 0;
	}
	iframe {
		width: 95%;
		padding: 0 8px;
	}
	#bottomNav {
		display: none;
	}
	.col-2 {
		padding-left: 15px;
		padding-right: 15px;
		display: inline-block;
		float: left;
	}
	.col-1 {
		display: none;
	}
	#faq_wrapper {
		width: 100%
	}
	#faq_titles {
		background-color: #FFF;
		border-radius: 0;
	}
}
@media only screen and (max-width: 380px){
	.icn{
		margin-top: -82px;
		margin-right: 0;
	}		
}
a #pageWrapper #pushJade p {
	text-decoration: none;
}
#logout_box {
	position: relative;
	float: right;
	top: -65px;
	height: 10px;
}
.showpagePoint {
	color: #FFF;
	text-shadow: 0 1px 2px #fdb52a;
	padding: 6px 7px;
	margin: 1px;
	font-weight: 700;
	border: 1px solid #fdb52a;
	background: #666 url(/images/wp1.jpg) 0 0 repeat-x;
	text-decoration: none;
}
.showpageNum {
	padding: 3px 0;
}
.butPage {
	color: #FFF !important;
}
.showpageArea {
	margin: 10px;
	text-align: center;
	margin-top: 20px;
}
a.links {
	color: #FFF !important;
}
.action_btn {
	margin-left: 10px;
	padding: 8px;
	background-color: #0b9aa6;
	color: #FFF;
	border-bottom: solid 2px #008A96;
}
a.action_btn:visited,
a.action_btn:link {
	color: #FFF;
}
input[type="button"] {
	font-family: "Oswald", sans-serif, verdana;
	font-size: 16px;
}
input[type="submit"].action_btn {
	font-family: "Oswald", sans-serif, verdana;
	font-size: 16px;
	border: none;
	border-bottom: solid 2px #008A96;
}
.close_btn {
	background-color: #ff7474;
	border-radius: 0;
	border: none;
	height: 27px;
	width: 27px;
	border-bottom: 2px solid #ff5353;
}
.export_btn {
	background-color: #00ccff;
	border-radius: 0;
	border: none;
	height: 27px;
	width: 27px;
	border-bottom: 2px solid #00b4e1;
}
.clone_btn {
	background-color: #00ccff;
	border-radius: 0;
	border: none;
	height: 27px;
	width: 27px;
	border-bottom: 2px solid #00b4e1;
}
.settings_btn {
	background-color: #00ccff;
	border-radius: 0;
	border: none;
	height: 27px;
	width: 27px;
	border-bottom: 2px solid #00b4e1;
}
.refresh_btn {
	background-color: #00ccff;
	border-radius: 0;
	border: none;
	height: 27px;
	width: 27px;
	border-bottom: 2px solid #00b4e1;
}
.edit_btn {
	background-color: #00ccff;
	border-radius: 0;
	border: none;
	height: 27px;
	width: 27px;
	border-bottom: 2px solid #00b4e1;
}
.btn_pie {
	background-image: url('/images/pie.png');
	background-color: #ef5596;
	border-radius: 0;
	border: none;
	height: 27px;
	width: 27px;
	border-bottom: 2px solid #d73d7d;
}
.btn_graph {
	background-image: url('/images/graph.png');
	background-color: #ef5596;
	border-radius: 0;
	border: none;
	height: 27px;
	width: 27px;
	border-bottom: 2px solid #d73d7d;
}
.btn_line_graph {
	background-image: url('/images/linregraph.png');
	background-color: #ef5596;
	border-radius: 0;
	border: none;
	height: 27px;
	width: 27px;
	border-bottom: 2px solid #d73d7d;
}
.btn_settings {
	background-image: url('/images/settings.png');
	background-color: #00ccff;
	border-radius: 0;
	border: none;
	height: 27px;
	width: 27px;
	border-bottom: 2px solid #00b4e1;
}
.btn_delete {
	background-image: url('/images/delete.png');
	background-color: #ff7474;
	border-radius: 0;
	border: none;
	height: 27px;
	width: 27px;
	border-bottom: 2px solid #ff5353;
}
.portlet-header {
	color: #F44B8C;
	min-height: 30px !important;
}
#active a {
	color: #F44B8C;
	font-size: 14px;
}
.reportButton {
	background-color: #eaf1f0;
}
h1 {
	font-size: 20px;
}
.top10 th {
	padding-left: 5px;
	background-color: #f5f7f7;
	font-size: 120%;
}
.top10 {
	width: 100%;
	margin-top: -19px;
}
.top10 td {
	border: 1px solid #f5f7f7;
}
.top10 tr:nth-child(odd) {
	background-color: #f5f7f7;
}
.action_btn {
	background-image: none;
	border-radius: 0;
}
.info_btn {
	background-color: #4895e3;
	border-bottom: solid 2px #3a84cf;
	color: #fff;
	padding: 4px 6px 4px 6px;
}
.delete_btn {
	background-color: #f55757;
	border-bottom: solid 2px #e24747;
	color: #fff;
	padding: 4px 6px 4px 6px;
}
.hidden {
	display: none;
}
.classInline {
	display: inline;
}
.ui-button-icon-only {
	text-indent: -9999px !important;
}
/*Bright UK Start
.middle_menu_tab#active { border-bottom: #f7ad00 3px solid; color: #f7ad00; border-top: #f7ad00 3px solid; margin-top: -6px; height: 32px; padding-top: 9px;}
.middle_menu_tab:first-child { color: #f7ad00;}
.middle_menu { border-top: 1px solid #e9e9e9; height: 40px;}
#navWrapper {display:none;}
#pageWrapper {border-top: #FFF solid 10px; border-bottom: #FFF solid 3px;}
h2 { color:#227fa0; }
h1 {color:#227fa0 !important;}
.close_btn { background-color: #ff7474; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #ff5353;}
.refresh_btn { background-color: #5aaecc; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #4298b6;}
.edit_btn { background-color: #5aaecc; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #4298b6;}
.settings_btn { background-color: #5aaecc; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #4298b6;}
.bar_btn { background-color: #f7ad00; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #da9900;}
.pie_btn { background-color: #f7ad00; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #da9900;}
.search_btn { background-color: #5aaecc; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #4298b6;}
.download_btn { background-color: #5aaecc; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #4298b6;}
.undo_btn { background-color: #ff7474; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #ff5353;}
.btn_pie{	background-image: url('/images/pie.png'); background-color: #f7ad00; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #da9900;}
.btn_graph{	background-image: url('/images/graph.png'); background-color: #f7ad00; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #da9900;}
.btn_line_graph{ background-image: url('/images/linregraph.png'); background-color: #f7ad00; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #da9900;}
.btn_settings{	background-image: url('/images/settings.png'); background-color: #00ccff; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #00b4e1;}
.btn_delete{	background-image: url('/images/delete.png'); background-color: #ff7474; border-radius: 0; border: none; height: 27px; width: 27px; border-bottom: 2px solid #ff5353;}
.portlet-header {color: #5aaecc;}
#active a {color: #5aaecc; font-weight: normal; font-size: 14px;}
.last {margin-top: 0;}
.navWrapper {display:none;}
Bright UK end */
