/*@font-face {
	font-family: "Lato";
	src: url("Lato.eot");
	src: url("Lato.woff") format("woff"), url("Lato.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}*/ 
/*@font-face {
	font-family: "Lato-Medi";
	src: url("Lato-Medi.eot");
	src: url("Lato-Medi.woff") format("woff"), url("Lato-Medi.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Lato-Bold";
	src: url("Lato-Bold.eot");
	src: url("Lato-Bold.woff") format("woff"), url("Lato-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Lato-BoldIta";
	src: url("Lato-BoldIta.eot");
	src: url("Lato-BoldIta.woff") format("woff"), url("Lato-BoldIta.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Lato-Ita";
	src: url("Lato-Ita.eot");
	src: url("Lato-Ita.woff") format("woff"), url("Lato-Ita.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}*/
 @-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
body {
	width:100%;
	margin:0 auto;
	font:normal 12px 'Lato', 'Lato', Lato, Lato;
	background-color:#cacaca;
}
.ls-canvas {
	overflow:block;
	position:relative;
}
/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin:0;
	padding:0;
}
h1 {
}
h2 {
	color:#333333;
	font-family: 'Lato-Bold', 'Lato', Lato;
	font-size:3.75em;
	line-height:4.167em;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
	margin:10px 10px 10px 20px;
	font-size:1em;
	line-height:1.25em;
}
a {
	color: #333333;
	text-decoration:none;
}
a:visited { /*color: #551a8b;*/
}
a:hover {
	color:#06e;
	;
}
a:focus {
	outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
*/

::-moz-selection {
background: #ffcf01;
color: #000;
text-shadow: none;
}
::selection {
	background: #ffcf01;
	color: #000;
	text-shadow: none;
}
::-webkit-input-placeholder {
color:#666;
}
input:-moz-placeholder {
color:#666;
}
.deviceWidth {
	width:100%;
}
img {
	max-width:100%;
}
.home_heading {
	font-size: 32px;
	font-weight: bold;
	background: transparent !important;
	box-shadow: none !important;
}
footer {
	text-align:center;
	margin:0 0 25px 0;
	color:#999;
	clear:both;
	padding:0 10px;
}
footer a {
	color:#999;
}
footer ul {
	display: block;
	margin: 5px auto;
	padding: 0;
	width: 100%;
}
footer ul li {
	display:block;
	float:left;
	text-indent:-999999em;
	height:26px;
}
footer ul li a:hover {
	background-position:left top;
}
footer ul li a {
	height:26px;
	display:block;
}
header {
	width:100%;
	position:fixed;
	z-index:1000;
	background: #ffc700;
	left:0;
	top:0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjYwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQ3NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top, #ffb605 0%, #ffd746 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb605), color-stop(100%, #ffd746));
	background:-webkit-linear-gradient(top, #ffb605 0%, #ffd746 100%);
	background:-o-linear-gradient(top, #ffb605 0%, #ffd746 100%);
	background:-ms-linear-gradient(top, #ffb605 0%, #ffd746 100%);
	background:linear-gradient(to bottom, #ffb605 0%, #ffd746 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb605', endColorstr='#ffd746', GradientType=0 );
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}
header > section {
	height:100%;
}
.headerBar {
	width:100%;
	border-bottom:solid 1px #ffb505;
	z-index:55;
	height:50px;
	position:relative;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.headerBarBorder {
	border-bottom:solid 1px #ffe178;
	width:96%;
	padding:0 2%;
	height:49px;
}
.headerBar h1 {
	float:left;
}
.headerBar h1 .ir {
	background:url("../../../../resources/my/img/common/logo-maybank_s.png") no-repeat scroll 0 center transparent;
	width:135px;
	height:50px;
}
.headerBar2 h1 {
	float:left;
}
.headerBar2 h1 .ir {
	background:url("../../../../resources/my/img/common/logo-maybank_ms.png") no-repeat scroll 0 center transparent;
	width:230px;
	height:50px;
}
.logdetails {
	font-size:9px;
	padding-top:7px;
	width:45%;
	float:right;
	text-align:right;
	top:0;
	position: absolute;
	float: right;
	right: 40px;
	line-height: 10px;
}
@media only screen and (min-width:386px){
.logdetails {
	font-size:9px;
	padding-top:7px;
	width:45%;
	float:right;
	text-align:right;
	top:0;
	position: absolute;
	float: right;
	right: 40px;
	line-height: 16px;
}
}
.logdetailsbold {
	font-size:11px;
	font-weight:bold;
}
/*.logoutbt {
	padding-top:5px;
	width:70px;
	float:right;
	text-align:right;
	margin:10px 0 0 0;
}
.logoutbt a {
	font-size:14px;
	border:1px solid #fff;
	font-family:'Lato-Medi', 'Lato', Lato;
	margin-left:10px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	padding:2px 6px;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
}
.logoutbt a:hover {
	font-size:14px;
	color:#fff;
	border:1px solid #333;
	font-family:'Lato-Medi', 'Lato', Lato;
	margin-left:10px;
	text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
	padding:2px 6px;
	background:#333;
}*/
.closebt {
	width:35px;
	height:30px;
	float:right;
	text-align:right;
	margin:10px 0 0 0;
}
.closebt a {
	background:url("../../../../resources/my/img/common/icon-cross_s.png") no-repeat scroll 0 center transparent;
	width:20px;
	height:30px;
	float:right;
	text-align:right;
}
.logoutbt {
	width:35px;
	height:30px;
	float:right;
	text-align:right;
	margin:10px 0 0 0;
	position:absolute;
	right:5px;
}
.logoutbt a {
	background:url("../../../../resources/my/img/common/icon-logout_s.png") no-repeat scroll 0 center transparent;
	width:30px;
	height:30px;
	float:right;
	text-align:right;
}
.logoutbt a:hover {
	background:url("../../../../resources/my/img/common/icon-logout_sh.png") no-repeat scroll 0 center transparent;
}
.NoBorder {
	border-bottom:none;
}
.underline {
	color:#fff;
	text-decoration:underline;
}
.underline:hover {
	text-decoration:none;
	font-weight:bold;
}
.tac {
	background: rgb(255,180,0) !important;
	background: -moz-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 180, 0, 1)), color-stop(100%, rgba(255, 234, 108, 1))) !important;
	background: -webkit-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%) !important;
	background: -o-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%) !important;
	background: linear-gradient(to bottom, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ffea6c', GradientType=0 ) !important;
	border:1px solid #eee !important;
	display:inline-block !important;
	color:#000 !important;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:6px 10px !important;
	font-size:12px !important;
	text-decoration:none !important;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15) !important;
	margin:0px 0 10px 0 !important;
}
.tac:hover {
	background:#333 !important;
	color:#fff !important;
	border:1px solid #fff;
}
.tac:active {
	position:relative;
	top:1px;
}
.tac2 {
	width:auto;
	background: rgb(255,180,0);
	background: -moz-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 180, 0, 1)), color-stop(100%, rgba(255, 234, 108, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ffea6c', GradientType=0 );
	border:1px solid #eee;
	margin:8px 0 0 0;
	padding:8px 8px;
	font-size:12px;
	font-family:'Lato-Medi', 'Lato', Lato;
	font-weight:bold;
	color:#000;
	display:inline-block;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
}
.tac2:hover {
	background:#ccc;
	color:#fff;
	border:1px solid #fff;
}
.tac2:active {
	position:relative;
	top:1px;
}
.butt {
	background-color:#a5a5a5;
	border:1px solid #eee;
	display:inline-block;
	color:#fff;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:5px;
	font-size:11px;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
}
.butt:hover {
	background-color:#dfdfdf;
	color:#333 !important;
	border:1px solid #fff;
}
.butt:active {
	position:relative;
	top:1px;
}
.button {
	background-color:#a5a5a5;
	border:1px solid #eee;
	display:inline-block;
	color:#fff;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:5px;
	font-size:14px;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
}
.button:hover {
	background-color:#dfdfdf;
	color:#333 !important;
	border:1px solid #fff;
}
.button:active {
	position:relative;
	top:1px;
}
.prev {
	background-color:#a5a5a5;
	border:1px solid #dadada;
	display:inline-block;
	color:#fff !important;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:5px !important;
	font-size:11px;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
	width:auto !important;
}
.prev:hover {
	background-color:#dfdfdf;
	color:#333 !important;
	border:1px solid #fff;
}
.prev:active {
	position:relative;
	top:1px;
}
.btn {
	background-color:#a5a5a5;
	border:1px solid #dadada;
	display:inline-block;
	color:#fff !important;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:5px !important;
	font-size:11px;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
	width:auto !important;
}
.btn:hover {
	background-color:#dfdfdf;
	color:#333 !important;
	border:1px solid #fff;
}
.btn:active {
	position:relative;
	top:1px;
}
.go {
	background-color:#a5a5a5;
	border:1px solid #dadada;
	display:inline-block;
	color:#fff !important;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:5px !important;
	font-size:11px;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
	width:auto !important;
	float:right;
}
.go:hover {
	background-color:#dfdfdf;
	color:#333 !important;
	border:1px solid #fff;
}
.go:active {
	position:relative;
	top:1px;
}
.next {
	background-color:#a5a5a5;
	border:1px solid #dadada;
	display:inline-block;
	color:#fff !important;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:5px !important;
	font-size:11px;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
	width:auto !important;
	position:relative
}
.next:hover {
	background-color:#dfdfdf;
	color:#333 !important;
	border:1px solid #fff;
}
.next:active {
	position:relative;
	top:1px;
}
.next1 {
	background-color:#a5a5a5;
	border:1px solid #dadada;
	display:inline-block;
	color:#fff !important;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:5px !important;
	font-size:11px;
	text-decoration:none !important;
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
	width:auto !important;
	float:right;
}
.next1:hover {
	background-color:#dfdfdf;
	color:#333 !important;
	border:1px solid #fff;
}
.next1:active {
	position:relative;
	top:1px;
}
.prev1 {
	background-color:#a5a5a5;
	border:1px solid #dadada;
	display:inline-block;
	color:#fff !important;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:5px !important;
	font-size:11px;
	text-decoration:none !important;
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
}
.prev1:hover {
	background-color:#dfdfdf;
	color:#333 !important;
	border:1px solid #fff;
}
.prev1:active {
	position:relative;
	top:1px;
}
.next2 {
	background-color:#a5a5a5;
	border:1px solid #dadada;
	display:inline-block;
	color:#fff;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:5px !important;
	font-size:11px;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
	width:auto !important;
}
.next2:hover {
	background-color:#dfdfdf;
	color:#333 !important;
	border:1px solid #fff;
}
.next2:active {
	position:relative;
	top:1px;
}
.prev2 {
	background-color:#a5a5a5;
	border:1px solid #dadada;
	display:inline-block;
	color:#fff;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:5px;
	font-size:11px;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
}
.prev2:hover {
	background-color:#dfdfdf;
	color:#333 !important;
	border:1px solid #fff;
}
.prev2:active {
	position:relative;
	top:1px;
}
.arrowright {
	/*background-image: url(../../../img/my/en/s/arrowright.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:25px;*/
	float: right;
	margin-left:10px;
}
.arrowright2 {
	float: right;
	margin-left:10px;
	white-space: normal;
}
.arrowleft {
	/*	background-image: url(../../../img/my/en/s/arrowleft.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;*/
	float: left;
	margin-left:5px;
}
.interactionButtons {
	float:right;
}
.interactionButtons .ir {
	background:url("../../../../resources/my/img/common/icon-menu_s.png") no-repeat scroll center center transparent;
	width:25px;
	height:50px;
	float:left;
	margin-right:10px;
}
.interactionButtons .ir:first-child {
	background:url("../../../../resources/my/img/common/icon-expand.png") no-repeat scroll center center transparent;
}
.interactionButtons .ir:last-child {
	background:url("../../../../resources/my/img/common/icon-search.png") no-repeat scroll center center transparent;
}
.expanded .interactionButtons .ir:first-child {
	background:url("../../../../resources/my/img/common/icon-collapse.png") no-repeat scroll center center transparent;
}
.mapWrap {
	float:left;
	width:100%;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	position:relative;
}
#map_canvas {
	height: 100%;
	display:none;
}
#map_canvas img {
	max-width:none;
}
.mapControlWrap {
	background: rgb(255,189,36);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmQyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmJkMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255, 189, 36, 1) 0%, rgba(255, 189, 36, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 189, 36, 1)), color-stop(100%, rgba(255, 189, 36, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 189, 36, 1) 0%, rgba(255, 189, 36, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 189, 36, 1) 0%, rgba(255, 189, 36, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 189, 36, 1) 0%, rgba(255, 189, 36, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 189, 36, 1) 0%, rgba(255, 189, 36, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd24', endColorstr='#ffbd24', GradientType=0 );
}
.mapControlContent {
	padding:20px;
}
.mapControlCountryWrap {
	background: rgb(252,252,252);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWNlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(206, 206, 206, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 1)), color-stop(100%, rgba(206, 206, 206, 1)));
	background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(206, 206, 206, 1) 100%);
	background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(206, 206, 206, 1) 100%);
	background: -ms-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(206, 206, 206, 1) 100%);
	background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(206, 206, 206, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#cecece', GradientType=0 );
	margin-bottom:10px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mapControlCountryWrap option, .mapControlCountryWrap select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	color:#151515;
	font-size:1.25em;
	font-family:'Lato-Bold', 'Lato', Lato;
	border:none;
	padding:0.4em;
	height:35px;
	outline:none;
	-webkit-appearance: none;
	background:url("../../../../resources/my/img/common/icon-dropdown.png") no-repeat scroll 97.5% center transparent;
}
.mapControlContent > div > img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	border:2px solid #FFF;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mapControlContent > ul {
	list-style:none;
	margin:15px 0;
	padding:0;
}
.mapControlContent > ul li {
	margin-bottom:6px;
}
.mapControlCTA a, .mapControlContent > ul li a {
	color:#151515;
	font-size:1.66666666667em;
	background:url("../../../../resources/my/img/common/icon-listing-link_s.png") no-repeat scroll 97.5% center transparent;
	display:block;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:'Lato', 'Lato', Lato;
	padding-right:30px;
	line-height:1.2;
}
.mapControlCTA a:hover, .mapControlContent > ul li a:hover {
	background:url("../../../../resources/my/img/common/icon-listing-link-hover_s.png") no-repeat scroll 97.5% center transparent;
}
.mapControlCTA a {
	font-family:'Lato-Bold', 'Lato', Lato;
}
.myInfowindow {
	position:absolute;
	background:url("../../../../resources/my/img/common/icon-filter-item.png") no-repeat scroll 97.5% center transparent;
	width:100%;
	margin-top: 8px;
}
.myInfowindow p {
	font-family:'Lato-Bold', 'Lato', Lato;
	font-size:1.3em;
	color:#000;
	line-height: 1.3em;
}
.myInfowindow p a {
	font-family:'Lato', 'Lato', Lato;
	color:#999;
}
.myInfowindow p a:hover {
	color:#666;
}
div#main {
	background: #cacaca; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #cacaca 0%, #cacaca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cacaca), color-stop(100%, #cacaca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cacaca 0%, #cacaca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cacaca 0%, #cacaca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cacaca 0%, #cacaca 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cacaca 0%, #cacaca 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#cacaca', GradientType=0 ); /* IE6-8 */
	position:relative;
	margin-top:51px;
}
.masonryWrap, .noMasonry-singleCol, .noMasonry-directLink, .dualCol, .noMasonry {
	position:relative;
	margin:65px 0 0;
	padding:0 15px;
}
nav[role="masonry"] { /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity:0; */
	overflow:hidden;
	height:53px;
	padding:0 0 10px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:999;
}
nav[role="masonry"].expanded {
	background: #ffc700; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjYwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQ3NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffb605 0%, #ffd746 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb605), color-stop(100%, #ffd746)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffb605 0%, #ffd746 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffb605 0%, #ffd746 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffb605 0%, #ffd746 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffb605 0%, #ffd746 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb605', endColorstr='#ffd746', GradientType=0 ); /* IE6-8 */
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
	transition:max-height 0.4s linear;
}
nav[role="masonry"] ul {
	position:relative;
	width:88%;
}
/*nav[role="masonry"] ul li {
	padding:10px 15px;
	font-family:'Lato-Medi', 'Lato', Lato;
	font-size:1.7em;
	color:#151515;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	display:block;
	line-height:2em;
}*/

nav[role="masonry"] ul li {
	padding:15px 15px;
	font-family:'Lato-Medi', 'Lato', Lato;
	font-size:1.5em;
	color:#151515;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
	display:block;
	line-height:1.2em;
}
nav[role="masonry"] ul li h1 {
	font-size:1em;
}
nav[role="masonry"] a {
	color:#151515;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	display:block;
}
nav[role="masonry"] a:hover {
	color:#333;
}
nav[role="masonry"].expanded ul li {
	border-bottom:solid 1px rgba(201, 142, 0, 0.7);
	border-top:solid 1px rgba(253, 216, 99, 0.7);
	width:110%;
}
nav[role="masonry"].expanded ul li:first-child {
	border-top:none;
	color:#fff;
	text-shadow: none;
}
nav[role="masonry"].expanded ul li:last-child {
	border-bottom:none;
}
.dropDownTrigger {
	float:right;
	position:relative;
	z-index:1;
	right:15px;
	top:10px;
}
.dropDownTrigger .ir {
	width:38px;
	height:38px;
	background:url("../../../../resources/my/img/common/icon-menu_s.png") no-repeat scroll 0 0 transparent;
}
.dropDownTrigger .ir:hover {
	background-position:bottom left;
}
nav[role="masonry"].expanded .dropDownTrigger .ir {
	background-position:top right;
}
nav[role="masonry"].expanded .dropDownTrigger .ir:hover {
	background-position:bottom right;
}
.backTrigger {
	float:right;
	position:relative;
	z-index:1;
	right:20px;
	top:10px;
}
.backTrigger .ir {
	width:38px;
	height:38px;
	background:url("../../../../resources/my/img/common/icon-back_s.png") no-repeat scroll 0 0 transparent;
}
.backTrigger .ir:hover {
	background-position:bottom left;
}
nav[role="masonry"].expanded .backTrigger {
}
nav[role="masonry"].expanded .backTrigger .ir {
	background-position:top right;
}
nav[role="masonry"].expanded .backTrigger .ir:hover {
	background-position:bottom right;
}
.masonryItem img {
	float:right;
}
.masonryItem.width2 img {
	margin-left:10px;
}
.masonryContent {
	width:100%;
	position:relative;
}
.masonryBlock {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto !important;
}
.masonryBlock2 {
	margin:25px 0 0 0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto !important;
}
.masonryContent > .masonryBlock:first-child {
	margin-top:0;
}
.masonryBlock > div {
}
.masonryItem {
	height:140px;
	background-color:#ffd443;
	margin:10px 10px 0 0;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	padding:0;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s; /* Firefox 4 */
	-webkit-transition: background-color 0.5s; /* Safari and Chrome */
	-o-transition: background-color 0.5s; /* Opera */
	float:left;
	position: relative;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.masonryItem:hover {
	background-color:#FFF;
}
.masonryItem a {
	display:block;
	color:#999999;
	font-family:'Lato', 'Lato', Lato;
	height:100%;
	width:100%;
}
.masonryItem > a:hover {
	-moz-box-shadow: 0 0 2px 2px rgba(255, 207, 1, 1);
	-webkit-box-shadow:  0 0 2px 2px rgba(255, 207, 1, 1);
	box-shadow:  0 0 2px 2px rgba(255, 207, 1, 1);
}
.masonryContent .yellowBg > a:hover {
	-moz-box-shadow: 0 0 2px 2px rgba(51, 51, 51, 1);
	-webkit-box-shadow:  0 0 2px 2px rgba(51, 51, 51, 1);
	box-shadow:  0 0 2px 2px rgba(51, 51, 51, 1);
}
.masonryItem h1 {
	color:#333;
	font-size:3.55em;
	font-family:'Lato-Bold', 'Lato', Lato;
	padding:10px 0;
	line-height:normal;
}
.masonryItem h2 {
	color:#151515;
	font-size:1.56666666667em;
	line-height:1.25em;
	font-family:'Lato', 'Lato', Lato;
	padding:10px 10px;
	letter-spacing:-0.02em;
	font-weight:normal;/*	text-transform:capitalize;
*/}
.masonryItem h2 a {
	color:#151515;
}
.masonryItem h2 a:hover {
	color:#000;
}
.masonryItem p {
	color:#999999;
	font-size:1.66666666667em;
	padding: 0 10px;
	font-family:'Lato', 'Lato', Lato;
	letter-spacing:-0.02em;
	margin-bottom:1em;
}
.masonryItem p strong {
	color:#000;
}
.masonryItem a span {
	color:#999;
	font-size:1.25em;
	padding:10px;
	display:block;
	position:relative;
}
.masonryItem a:hover span {
	color:#fff;
}
.masonryBlock li ul {
	list-style:none;
	margin:0;
	padding:0;
}
.masonryBigWrap {
	float:left;
	width:100%;
}
.masonrySmallWrap {
	float:left;
	width:100%;
}
.masonryBlock > li:last-child {
	margin-left:0;
}
.masonryContent > ul:last-child > li:last-child {
	margin-left:0;
}
.masonryData {
	height:140px;
	background-color:#ffd443;
	margin:10px 10px 0 0;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	padding:0;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s; /* Firefox 4 */
	-webkit-transition: background-color 0.5s; /* Safari and Chrome */
	-o-transition: background-color 0.5s; /* Opera */
	float:left;
	position: relative;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.height1 {
	height:140px;
}
.height2 {
	/*	height:290px;
*/
	min-height:290px;
}
/*.height3 {
	height:440px;
}*/

/*.height2 {
	height:auto;
}*/
.height3 {
	height:440px;
}
.height4 {
	height:490px;
}
.height4a {
	min-height:360px;
}
.height5 {
	height:340px;
}
.height6 {
	height:430px;
}
.height7 {
	height:550px;
}
.height8 {
	height:550px;
}
.height100p {
	height:100%;
}
.height100p {
	height:auto;
}
/*.heightPw {
	min-height:660px;
}*/
.heightLogin2 {
	min-height:790px;
}
.heightLogin {
	height:115px;
}
.widthHalf {
	width:138px;
}
.maxWidth390 {
	max-width:100%;
}
.maxWidth290 {
	max-width:100%;
}
.maxWidth290b {
	max-width:100%;
}
.overlayBarNew, .masonryItem .overlayBarNew {
	display:block;
	padding:0 10px 0 10px;
	height:50px;
	line-height:16px;
	color:#000;
	text-align:left;
	position:absolute;
	bottom:8px;
	width:100%;
	right:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.0em;
}
.overlayBar, .masonryItem .overlayBar {
	background:rgba(140, 140,140, 1);
	display:block;
	padding:0 10px 0 0;
	height:24px;
	line-height:24px;
	color:#FFF;
	text-align:right;
	position:absolute;
	bottom:0;
	width:100%;
	right:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.25em;
}
.width2 .overlayBar {
	width:140px;
}
.sharePrice {
	font-size:6.66666666667em;
	font-family:'Lato-Bold', 'Lato', Lato, Lato;
	text-align:center;
	width:100%;
	line-height:120px;
}
.sharePrice > a {
	font-family:'Lato-Bold', 'Lato', Lato, Lato;
	color:#222;
}
.sharePrice sub {
	font-size:0.25em;
}
.sharePrice .overlayBar {
	font-size:0.1875em;
	font-family:'Lato', 'Lato', Lato;
	width:100%;
	text-transform:none;
}
.blockNumbers p {
	color: #000000;
	font-size: 3.5em;
	font-family:'Lato-Bold', 'Lato', Lato;
}
.newsFetch {
}
.newsFetch h2 {
	font-family:'Lato-Bold', 'Lato', Lato;
	font-size:2.5em;
	line-height:1.1666666667em;
	padding:10px;
}
.newsFetch p {
}
.imgBottom img {
	bottom:0;
	position:absolute;
	width:100%;
	display:block;
	margin-left:0;/*	max-height:380px;
*/}
.imgBottom h2 {
	font-size:2.5em;
	line-height:1.1666666667em;
	font-family:'Lato', 'Lato', Lato;
	padding:10px;
}
.imgTop img {
	width:100%;
	display:block;
	margin-left:0;
}
.imgTop a {
	display:inline;
	color:#000;
}
.imgTop a:hover {
	box-shadow:0;
}
.imgTop p {
	margin-bottom:20px;
}
.contentBottom {
	height:290px;
	bottom:0;
	position:absolute;
	width:100%;
	display:block;
	margin-left:0;
}
/*.contentBottom1 {
	min-height:290px;
	bottom:0;
	position:absolute;
	width:100%;
	display:block;
	margin-left:0;
}*/
.contentBottom1 {
	/*position:absolute;
	display:block;
	margin-left:0;
	padding:0 15px;
	min-height:290px;*/
	padding:0 20px 20px 20px;
}
.contentBottom2 {
	/*height:200px;
	bottom:0;
	width:95%;
	display:block;
	margin:20px;*/
	padding:20px;
}
.contentBottom1Data {
	width:100%;
	font-size:14px;
	/*	line-height:1.1666666667em;
*/	font-family:'Lato', 'Lato', Lato;
}
.contentBottom1Data a {
	font-family:'Lato', 'Lato', Lato;
	display:inline !important;
}
.contentBottom1Data a:hover {
	font-family:'Lato', 'Lato', Lato;
}
.contentBottom1Data table {
	width:98%;/*	margin:1% 0;
*/}
.contentBottom1Data td {
/*	line-height:3.4em;
*/}
.padBottom20 {
	padding-bottom:20px;
}
.padTop20 {
	padding-top:20px;
}
.padLeft10 {
	padding-left:10px;
}
.actionWrap {
	position:absolute;
	bottom:30px;
	left:10px;
}
.actionWrap .ir {
	width:40px;
	height:40px;
	background:url("../../../../resources/my/img/common/icon-arrows.png") no-repeat scroll right top transparent;
	float:left;
}
.actionWrap .ir[title="previous"] {
	background-position:left top;
}
.actionWrap .ir:hover {
	background-position:right bottom;
}
.actionWrap .ir[title="previous"]:hover {
	background-position:left bottom;
}
.actionWrapMobile {
	border-left: 1px solid;
	float: right;
	padding-left: 30px;
	padding-top: 2px;
	position: inherit;
}
.tableAccordion {
	margin-bottom:10px;
}
.tableAccordion:hover {
}
.tableAccordion .ir {
	width:24px;
	height:24px;
	background:url("../../../../resources/my/img/common/bg-table-accordian.png") no-repeat right top transparent;
	float:right;
}
.crossSellWrap {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 15px;
}
.crossSellWrapper {
	float:left;
	margin-top:10px;
}
.multiblockWrapper {
	float:left;
	width:100%;
}
.desktoptableWrapper {
	min-height:250px;
}
table {
	width: 98%;
	/*	font-size: 0.6em;
*/	display:table;
	margin:0 auto;
}
thead {
	font-size:12px;
}
thead th {
	/*	white-space:pre-wrap;
*/	color: #000000;
	/*	padding: 0.5em 0.2em;
*/	text-align:left;
	background-color:#efefef;
	vertical-align:middle;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
}
thead th:nth-child(2) {
	width: auto;
}
thead th:nth-child(3), thead th:nth-child(4), thead th:nth-child(5), thead th:nth-child(6) {
	width: auto;
}
th, td {
	padding: 0.4em 0.6em;
	text-align: left;
	vertical-align:top;
}
th2, td2 {
	padding: .5em 1em;
	text-align: left;
}
th h2, td h2 {
	text-align: left;
}
th:first-child {
	text-align: left;
	width:auto;
}
tbody th, td {
}
tbody th {
	color:#666;
	font-weight:normal;
}
.tableTitle {
	font-size:0.9em;
}
.subtext {
	font-weight:normal;
}
.smallHead {
	font-size: 1.1em;
	font-weight:normal;
}
.textAlignCenter {
	text-align:center;
}
.noBorder {
	border:0;
}
.enhanced th, .enhanced td {
	display: none;
}
.enhanced thead th {
	/*	white-space:pre-wrap;
*/	color: #000000;
	padding: 0.4em;
	text-align:left;
	background-color:#efefef;
	vertical-align:top;
	font-size:13px;
}
.enhanced th, .enhanced td {
	display: none;
	font-size:13px;
	padding: 0.4em;
	vertical-align:top;
}
.enhanced thead th:nth-child(3), thead th:nth-child(4), thead th:nth-child(5), thead th:nth-child(6) {
	width: auto;
}
.enhanced td:nth-child(1) {
}
.enhanced td:nth-child(2) {
}
.enhanced th.essential, .enhanced td.essential, .enhanced tbody th {
	display: table-cell;
}
.enhanced th.optional, .enhanced td.optional {
/*      display: table-cell;
*/}
.enhanced th.optional2, .enhanced td.optional2 {
      display: table-cell;
}
.table-menu-wrapper {
	float: right;
	padding: 10px;
	position:relative;
}
.table-menu-wrapper ul {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C1C1C1;
	right: 5px;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: 21px;
	z-index: 998;
}
.table-menu-wrapper ul li {
	display: table;
	white-space: nowrap;
}
.table-menu-wrapper ul li input[type="checkbox"] + label, .tabularData tr td input[type="checkbox"] + label{
	background: url("../../../../resources/my/img/common/bg-checkbox_s.png") no-repeat scroll left top transparent;
	clear: none;
	cursor: pointer;
	display: table-cell;
	font-size: 12px;
	height: 30px;
	margin: 0;
	padding: 0 10px 0 40px;
	vertical-align: middle;
}
.table-menu-wrapper ul li input[type="checkbox"]:checked + label, tabularData tr td input[type="checkbox"]:checked + label {
	background-position: left bottom;
}
.table-menu-btn {
	color: #333333;
	font-size: 1.2em;
	padding: 0.3em 0;
	text-decoration: none;
}
.table-menu-wrapper a {
	background: url("../../../../resources/my/img/common/display-table-arrow.png") no-repeat scroll 60px 11px transparent;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-size: 12px;
	padding: 5px 20px 5px 10px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	width: 4em;
}
.table-menu-wrapper a:hover {
	box-shadow:none;
	background-color:#CCC;
}
.table-menu-hidden {
	display:none;
}
.inTableHeader {
	color: #151515;
	float: left;
	font-family: 'Lato', 'Lato', Lato;
	font-size: 1.66667em;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.25em;
	padding: 10px;
}
.inTableDivider {
	border-top: 1px solid #000000;
	display: block;
	height: 10px;
	margin: 0 auto;
	width: 98%;
}
#authorized-share-capital th, #authorized-share-capital td {
	text-align:center;
}
#authorized-share-capital th:first-child {
	text-align:left;
	width: 22%;
}
#authorized-share-capital thead th:nth-child(2), #authorized-share-capital thead th:nth-child(3) {
	width: 48%
}
#issued-paid-up-share-capital th, #issued-paid-up-share-capital td {
	text-align:left;
}
#issued-paid-up-share-capital th:first-child {
	text-align:left;
	width: 12%;
}
#issued-paid-up-share-capital thead th:nth-child(2) {
	width: 30%
}
#issued-paid-up-share-capital thead th:nth-child(3) {
	width: 12%
}
#issued-paid-up-share-capital thead th:nth-child(4) {
	width: 5%
}
#issued-paid-up-share-capital thead th:nth-child(5) {
	width: 5%
}
#issued-paid-up-share-capital thead th:nth-child(6) {
	width: 5%
}
#issued-paid-up-share-capital thead th:nth-child(7) {
	width: 5%
}
#issued-paid-up-share-capital thead th:nth-child(8) {
	width: 5%
}
#top-shareholders tbody td:nth-child(2) {
	text-align:left;
}
#top-shareholders th:first-child {
	text-align:center;
	width: 0.1%;
}
#top-shareholders thead th:nth-child(2) {
	text-align:left;
	width: 85%;
}
/*#top-shareholders thead th:nth-child(3),
#top-shareholders thead th:nth-child(4) {width: 20%;}*/


table#foreign-shareholding {
	width:100%;
	font-size:0.9em;
}
table#foreign-shareholding th:first-child {
	width: 50%;
	text-align:left;
}
table#foreign-shareholding th, table#foreign-shareholding td {
	text-align:center;
}
#analyst-coverage th, #analyst-coverage td {
	text-align:left;
}
#analyst-coverage th:first-child {
	text-align:left;
	width: 2%;
}
#analyst-coverage thead th:nth-child(2) {
	width: 5%
}
#analyst-coverage thead th:nth-child(3) {
	width: 3%
}
#analyst-coverage thead th:nth-child(4) {
	width: 3%
}
#analyst-coverage thead th:nth-child(5) {
	width:1%;
}
#bond-amount-coupon-rating th, #bond-amount-coupon-rating td {
	text-align:left;
}
#bond-amount-coupon-rating th:first-child {
	width: 0.1%;
}
#important-dates th, #important-dates td {
	text-align:left;
}
#important-dates th:first-child {
	width: 20%;
	vertical-align:top;
}
#assesment-of-credit-worthiness th, #assesment-of-credit-worthiness td {
	text-align:left;
}
#assesment-of-credit-worthiness th:first-child {
	width:1%;
}
#assesment-of-credit-worthiness thead th:nth-child(2) {
	width: 5%
}
#assesment-of-credit-worthiness thead th:nth-child(3) {
	width:1%;
}
#shareholdings-structure th, #shareholdings-structure td {
	text-align:left;
}
#shareholdings-structure th:first-child {
	width: 0.1%;
}
table#dividend-history th, table#dividend-history td {
	text-align:left;
}
table#dividend-history th:first-child {
	width: 5%;
}
table#dividend-history thead th:nth-child(5), table#dividend-history thead th:nth-child(6), table#dividend-history thead th:nth-child(7), table#dividend-history thead th:nth-child(8) {
	width:8%;
}
.flexSlider {
	position:relative;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	height:350px;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexSlider .slides {
	zoom: 1;
	margin:0;
	padding:0;
	list-style:none;
}
.flexSlider .slides li {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom:0;
}
.flexSlider .slides li.whiteBg:hover {
	background-color:#fff;
}
.flexSlider .slides li a {
	width:100%;
	display:block;
}
.flexSlider .slides li a img {
	width:100%;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	margin:0;
	padding:0;
	z-index:1;
	height:24px;
	overflow:hidden;
}
.flex-control-nav li {
	display: block;
	float:left;
	zoom: 1;
	width:20%;
}
.flex-control-nav li:hover { /*background: rgba(255,255,255,1);*/
}
.flex-control-nav li a {
	height: 24px;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
	font-size:1.16666666667em;
	text-align:left;
	padding-left:5px;
	line-height:24px;
	color:#151515;
	background: rgba(255, 255, 255, 0.5);
}
.flex-control-nav li:first-child a {
	margin-left:0;
}
.flex-control-nav li a.flex-active { /*border-top:6px solid #ffcc00;  margin-top:0; height:36px;*/
	background:none;
}
.timerBar {
	position:absolute;
	width:20%;
	height:24px;
	bottom:0;
	z-index:1;
	background: rgba(255, 255, 255, 0.5);
	display:none;
}
.timerAnim {
	width:100%;
	background: rgb(255,180,0);
	background: -moz-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 180, 0, 1)), color-stop(100%, rgba(255, 234, 108, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ffea6c', GradientType=0 );
	height:24px;
}
.slideShowMode {
	width:100%;
}
.slideShowWrap, .slideShowWrapCustom {
	width:100%;
	height:100%;
	min-height:441px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px 20px 80px;
	position:relative;
}
.slideShowOnlyImage > img {
	height:auto;
	width:100%;
}
.slideShowMode .slides li {
	float:left;
}
.slideShowWrap h2, .slideShowWrapCustom h2 {
	font-size:1.66666666667em;
	margin:0;
	padding:0 0 10px;
	line-height:1;
	color:#000;
	border-bottom:solid 1px rgba(0, 0, 0, 0.20);
	font-family:'Lato-Medi', 'Lato', Lato;
}
.slideShowWrapCustom {
	background:#000;
	max-height:440px;
	min-height:240px;
	text-align:center;
	padding:0;
}
.slideShowText {
	color:#ffbc00;
	font-size:1.25em;
	line-height:1.1666667;
	padding:20px 30px;
}
.slideShowText p {
	margin-bottom:25px;
	text-align:left;
	clear: both;
}
.slideShowText h4 {
	text-align:left;
	font-size:1.25em;
	font-family:'Lato-Medi', 'Lato', Lato;
}
.slideShowText img {
	text-align:left;
	margin:40px 0;
}
.slideShowWrapOnBackground img {
	max-width:none;
	width:100%;
}
.slideShowWrapOnBackground .slideShowTextOnYellowWrap {
	left:0;
	position:absolute;
	bottom:44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#000;
	width:100%;
	text-align:left;
	padding:0 20px;
}
.slideShowTextOnYellow {
	background:rgba(255, 188, 1, 0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	padding:20px;
}
.slideShowTextOnYellow p {
	font-size:1.25em;
	line-height:1.16666667;
}
.slideShowTextOnYellow p strong {
	font-weight:normal;
	font-family:'Lato-Bold', 'Lato', Lato;
	margin-bottom:10px;
	display:block;
}
.checkboxnew {
	border:1px solid #000;
}
.slideShowContent {
	margin-top:15px;
	margin-bottom:30px;
}
.slideShowColumn {
}
.slideShowColumn h3 {
	font-family:'Lato-Medi', 'Lato', Lato;
	font-size:1.25em;
}
.slideShowColumn h3 strong {
	display:block;
	font-size:2em;
}
.slideShowColumn p {
	font-family:'Lato', 'Lato', Lato;
	font-size:1.166666666666667em;
	line-height:1.3333333em;
	margin-bottom:10px;
}
.slideShowColumn {
	float:left;
	width:50%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.asteriskContent {
	position:absolute;
	bottom:40px;
	left:30px;
	font-family:'Lato-Ita', Lato;
}
.resultContent {
	position:absolute;
	bottom:40px;
	right:30px;
	font-family:'Lato-Bold', Lato;
	font-size:1.25em;
	background: url("../../../../resources/my/img/common/icon-tick_s.png") right top no-repeat;
	padding-right:25px;
}
.targetMet {
}
.targetNotMet {
	background: url("../../../../resources/my/img/common/icon-cross_s.png") right top no-repeat;
}
.fullscreenToggle {
	background: url("../../../../resources/my/img/common/icon-toggle-fullscreen_s.png") center center no-repeat;
	width:80px;
	height:73px;
	cursor:pointer;
	position:absolute;
	z-index:1;
	top:50%;
	left:50%;
	margin:-36.5px 0 0 -40px;
	display:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity:0.3;
}
.touch .fullscreenToggle {
	display:block;
}
.dynamicMasonry {
	clear:both;
}
/*.mobileMarginRightNone { margin-right:0; }*/
.notransition {
	-webkit-transition-duration: 0 !important;
	-moz-transition-duration: 0 !important;
	-ms-transition-duration: 0 !important;
	transition-duration: 0 !important;
	-webkit-transition-delay: 0 !important;
	-moz-transition-delay: 0 !important;
	-ms-transition-delay: 0 !important;
	transition-delay: 0 !important;
}
/*input[type='radio'] {
	border:1px solid #dadada;
	border-radius:7px;
	background-color:#fbfbfb;
	box-shadow:inset 0 -2px 2px #bababa;
	width:15px;
	margin-right:5px;
}*/
label {
	font-size:12px;
}
input {
	font-size: 12px;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
	padding:5px;
}
input[type='checkbox'] {
	opacity:0;
	float: left;
	width:0;
}
input[type='checkbox'] + label {
	background: url("../../../../resources/my/img/common/bg-checkbox2_s.png") no-repeat scroll left top transparent;
	clear: none;
	cursor: pointer;
	display: table-cell;
	font-size: 1em;
	height: 20px;
	margin: 0;
	padding: 0 20px 0 20px;
	vertical-align: middle;
}
input[type='checkbox']:checked + label {
	background-position: left bottom;
}
#enquiries-suggestions textarea, #enquiries-suggestions input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #000;
	width:100%;
	margin-bottom: 1em;
	color:#151515;
	font-size:1em;
	font-family:'Lato', 'Lato', Lato;
	padding: 5px;
}
#enquiries-suggestions label {
	display:block;
	font-family:'Lato-Bold', 'Lato', Lato;
	font-size:1em;
	color:#000;
	line-height: 2em;
}
#filterSliderController {
	clear:both;
	margin:55px -2px 0;
}
.filterSliderContent {
	position:relative;
	min-height:80px;
}
.filterSliderControl {
	margin:0 35px;
	padding:0 0 15px;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.filterSliderContent > span {
	color:#151515;
	font-size:1.33333333333333333em;
	font-family:'Lato', 'Lato', Lato;
	display:block;
	padding:10px;
}
/* Modded by Altruism  */

/* Edited by Agenda  */
.articleContent {
	margin-bottom:10px;
	height:auto;
	overflow:hidden;
	background:#fff;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
}
.articleContent > span {
	color:#151515;
	display:block;
	padding:17px;
	cursor:pointer;
	background:url("../../../../resources/my/img/common/icon-accordion-collapsed_s.png") no-repeat scroll right center #fff;
	padding-right:45px;
}
.articleContentExpanded > span {
	background:url("../../../../resources/my/img/common/icon-accordion-expanded_s.png") no-repeat scroll right center #fff;
}
.articleContent > span .tabTitle {
	display:block; /*letter-spacing: -1px;*/
	padding:0;
	cursor:pointer;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.articleContent .bod {
	padding:0;
	height:70px;
	position:relative;
}
.articleContent .bod .tabTitleWrap .tabTitle {
	padding-left:10px;
}
.articleContent .tabTitleWrap {
	max-width:100%;
}
.articleContent .tabTitleWrap2 .tabTitle2, .articleContentStatic .tabTitleWrap2 .tabTitle2 {
	font-size:2.4em;
	color:#000;
	font-family:'Lato-Bold', 'Lato', Lato; /*padding:0 45px 0 10px;*/
	line-height:1.1875em;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	overflow:hidden;
	padding-right:20px;
	text-decoration:none;
}
.articleContent .tabTitleWrap .tabTitle, .articleContentStatic .tabTitleWrap .tabTitle {
	font-size:1.4em;
	color:#000;
	font-family:'Lato-Bold', 'Lato', Lato; /*padding:0 45px 0 10px;*/
	line-height:1.1875em;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	overflow:hidden;
	padding-right:20px;
	text-decoration:none;
}
/*.articleContent .tabTitleWrap .tabTitle, .articleContentStatic .tabTitleWrap .tabTitle {
	font-size:1.6em;
	color:#000;
	font-family:'Lato-Bold', 'Lato', Lato; /*padding:0 45px 0 10px;*/
	/*line-height:1.1875em;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	overflow:hidden;
	padding-right:20px;
}*/
.articleContent .photoThumb {
	float:left;
}
.articleContent .tabTitleWrap .tabTitleDesc {
	display:block;
	color:#999999;
	font-size:1.3333333333em;
	padding:0 10px;
	position:absolute;
	font-family:'Lato-Ita', 'Lato', Lato;
	top:80px;
}
.articleContent a {
	color:#000;
}
.articleContentStatic a {
	color:#000;
}
.articleContentStatic a:hover {
	text-decoration:underline;
}
.articleContent a.greyLink {
	color:#999;
}
a.greyLink {
	color:#999;
}
a.darkGreyLink {
	color:#333;
	font-weight:bold;
}
.articleContent h3 {
	font-family:'Lato-Bold', 'Lato', Lato;
	margin-bottom: 0.2em;
}
.textBlack {
	color:#000;
}
.nameBold {
	font-weight:bold;
}
.articleContent .expandedWrap {
	margin-top: 150px;
	padding: 0 10px 20px;
	color: #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	font-size:1.33333333333333em;
	display:none;
}
.articleContent .expandedWrap p {
	padding-bottom:20px;
}
.photoThumb img {
	height:70px;
	width:70px;
}
.expandedWrap figure img {
	width:100%;
}
.dualCol .articleContent > span {
	padding:17px 10px;
}
.dualCol .articleContent .tabTitleWrap .tabTitle, .dualCol .articleContentStatic .tabTitleWrap .tabTitle {/*padding:0 45px 20px 0;*/
	height:auto;
}
.dualCol .articleContent .expandedWrap {
	margin-top: 0;
}
.tabNumbering {
	float:left;
	height:100%;
	width:20px;
	margin-right:5px;
	font-size:1.3333333333em;
	color:#000;
	font-family:'Lato-Bold', 'Lato', Lato;
}
.btnGeneral {
	display:table;
	padding: 6px 20px;
	font-size:1em;
	color:#000;
	font-family:'Lato-Bold', 'Lato', Lato;
	margin-top:20px;
	background-color:#FC0;
	text-decoration:none !important;
	cursor:pointer;
}
.btnGeneral:hover {
	background-color:#CCC;
}
.articleContent.articleContentNoArrow > span {
	background:none;
	cursor:auto;
}
.articleContentExpandedNoArrow > span {
	background:none;
}
.articleContent .tabTitleWrap .tabSubTitle {
	font-size:1.733333333em;
	color:#000;
	font-family:'Lato-Bold', 'Lato', Lato;
	padding:0 45px 0 0px;
	line-height:1.1875em;
}
.articleContent .tabTitleDesc h2, .articleContentStatic .tabTitleDesc h2 {
	font-size:1.0em;
	color:#000;
	font-family:'Lato-Bold', 'Lato', Lato;
	padding:0 45px 0 0px;
	line-height:1.1875em;
}
.articleContent .expandedWrap h1 {
	font-family:'Lato-Bold', 'Lato', Lato;
	font-size:1.7333333333em;
	color:#000;
	padding:0 45px 20px 0;
	line-height:1.1875em;
}
.articleContent .expandedWrap h2 {
	font-size:1.7333333333em;
	color:#000;
	padding:0 45px 20px 0;
	line-height:1.1875em;
	vertical-align: middle;
	overflow:hidden;
	font-family:'Lato', 'Lato', Lato;
}
.articleContent .expandedWrap p {
	font-size:1.25em;
	line-height:1.25em;
	padding: 0 0 20px;
}
.articleContent .expandedWrap strong {
	color: #000000;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4em;
}
.articleContent .expandedWrap ul {
	font-size:1em;
	padding-left:15px;
	margin-top:0px;
}
.articleContent .expandedWrap ul li {
	margin-bottom:5px;
}
.articleContent .expandedWrap ul li ul {
	font-size:1em;
	padding-left:15px;
	margin-top:0px;
}
.articleContent .expandedWrap ul li ul li {
	margin-bottom:5px;
}
.articleContent .expandedWrap ul li ul li ul {
	font-size:1em;
	padding-left:15px;
	margin-top:0px;
}
.articleContent .expandedWrap ul li ul li ul li {
	margin-bottom:5px;
}
.articleContent .expandedWrap .tabTitle {
	font-size:1.3333333333em;
	color:#000;
	font-family:'Lato-Bold', 'Lato', Lato;
	padding:0 45px 0 0px;
	line-height:1.1875em;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	overflow:hidden;
}
.articleContent .expandedWrap .tabSubTitle {
	font-size:1.733333333em;
	color:#000;
	font-family:'Lato-Bold', 'Lato', Lato;
	padding:0 45px 0 0px;
	line-height:1.1875em;
}
.articleContentStatic .dividendHistory .tabTitleDesc, .articleContentStatic .bursaAnnouncement .tabTitleDesc {
	display:block;
	color:#999999;
	font-size:1.3333333333em;
	padding: 0;
	position:static;
	font-family:'Lato', 'Lato', Lato;
	top:80px;
}
.articleContentStatic .bursaAnnouncement .tabTitleDesc > img {
	width:auto;
	float:left;
	display:none;
}
.articleContentStatic .bursaAnnouncement .tabTitleDesc .filterItem-content a {
	display:block;
	color:#999;
	line-height:normal;
}
.articleContentStatic .bursaAnnouncement .tabTitleDesc .filterItem-content a:hover {
	color:#000;
}
.articleContentStatic h2 {
	font-size:1.2em;
	color:#000;
	padding:10px 10px 10px 10px;
	line-height:1.1875em;
	vertical-align: middle;
	overflow:hidden;
	font-family:'Lato', 'Lato', Lato;
}
.articleContentStatic .expandedWrap p {
	font-size:1em;
	line-height:1.25em;
	padding: 0 0 20px;
}
.articleContentStatic .expandedWrap strong {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
}
.dualCol .articleContent .tabTitleWrap {
	position:static;
}
.dualCol .articleContent p, .dualCol .articleContentStatic p {
	padding-bottom:20px;
}
.articleContentStatic {
	margin-bottom:10px;
	height:auto;
	overflow:hidden;
	background:#fff;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
}
.articleContentStatic > span {
	color:#151515;
	display:block;
	padding:12px 10px;
	cursor:auto;
}
.articleContentStatic > .tabTitleWrap {
	padding:17px 10px;
}
.articleContentStatic > .expandedWrap {
	padding:10px 10px;
	color:#6a6a6a;
	font-size: 1.66667em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.articleContentStatic > .expandedWrap1 {
	padding:0 0px;
	color:#888888;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.articleContentStatic p {
	padding: 20px 0;
}
.articleContentStatic .groupStructure .tabTitleWrap .tabTitle, .articleContent .groupStructure .tabTitleWrap .tabTitle {
	font-size:1.3333333333em;
	color:#000;
	font-family:'Lato-Bold', 'Lato', Lato;
	padding:0 45px 0 0px;
	line-height:1.1875em;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	overflow:hidden;
}
.articleContentStatic .groupStructure .tabTitleWrap .tabTitleDesc, .articleContent .groupStructure .tabTitleWrap .tabTitleDesc {
	display:block;
	color:#000;
	font-size:1.2222222em;
	padding:0 45px 0 0px;
	margin-left: 70px;
	position:relative;
	font-family:'Lato', 'Lato', Lato;
	top: 0;
}
.tabPercentage {
	color: #ffbf23;
	float:left;
	height:100%;
	width:70px;
	font-size:1.3333333333em;
	font-family:'Lato-Bold', 'Lato', Lato;
}
.articleContent .expandedWrapSub {
	background: #f8f8f8;
	padding:	0;
}
.articleContent .expandedWrapSub .tabTitleWrap {
	padding: 17px 10px;
	-moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
}
.articleContent .expandedWrapSub .tabTitleWrap .tabTitle {
	font-size:1.0em;
	color:#000;
	font-family:'Lato-Bold', 'Lato', Lato;
}
.articleContent .expandedWrapSub .tabTitleWrap .tabTitleDesc {
	display:inline;
	color:#000;
	font-size:1.0em;
	padding:0;
	position:relative;
	font-family:'Lato', 'Lato', Lato;
	top: 0;
}
.articleContent .expandedWrapSub .tabPercentage {
	color: #ffbf33;
	float:left;
	height:100%;
	width:70px;
	font-size:1.0em;
}
.articleContent .expandedWrapSub .indent {
	padding-left: 70px;
	margin-top: 10px;
}
.dualCol .articleContent .expandedWrapSUb .indent .tabTitleWrap .tabTitle {
	padding:0;
}
.articleContent .expandedWrapSub .indent .tabPercentage {
	width: 60px;
}
.articleContent .action {
	margin-bottom: 20px;
}
.articleContent .action .icons {
	float: left;
	padding-top: 3px;
}
.articleContent .action .icons img {
	margin-right: 5px;
}
.articleContent .date {
	font-size: 1.444444em;
	font-family:'Lato-Bold', 'Lato', Lato;
	display: inline;
	margin-left: 10px;
	padding-top: 5px;
}
.articleContentNoMargin {
	margin-bottom:0;
}
.articleContent .action, .articleContentStatic .action {
	margin-bottom: 20px;
}
.articleContent .action .icons, .articleContentStatic .action .icons {
	float: left;
	padding-top: 3px;
}
.articleContent .action .icons img, .articleContentStatic .action .icons img {
	margin-right: 5px;
	width:auto;
}
.articleContent .date, .articleContentStatic .date {
	font-size: 1.444444em;
	font-family:'Lato-Bold', 'Lato', Lato;
	display: inline;
	margin-left: 10px;
	padding-top: 5px;
}
/* End - Edited by Agenda  */
/* End - Added by Altruism  */

.noMasonry-directLink .articleContent a {
	display:block;
}
.noMasonry-directLink .articleContent .tabTitleWrap .tabTitle {
	padding:0 10px 0 0;
}
#all-subsidiaries .noMasonry-directLink .articleContent .tabTitleWrap .tabTitle {
	padding: 0 10px;
}
#all-subsidiaries .noMasonry-directLink .articleContent .tabTitleWrap {
	padding:10px 0;
}
.noMasonry-directLink .articleContent .tabTitleWrap .tabTitleDesc {
	position:static;
	font-family:'Lato', 'Lato', Lato;
}
.noMasonry-directLink .articleContent span {
	background:url("../../../../resources/my/img/common/icon-filter-item.png") no-repeat scroll 95% center #fff;
	padding:0 45px 0 0;
	display:block;
}
.noMasonry-directLink .articleContent > a > .careers .tabTitleWrap .tabTitleDesc {
	width: 95%;
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 5px 0 0;
}
.noMasonry-directLink .articleContentNoArrow > span {
	background:none;
	cursor:auto;
	padding:0;
}
.noMasonry-directLink .articleContentNoArrow > span .tabTitle {
	cursor:auto;
}
.noMasonry-directLink .articleContentNoArrow .tabTitleWrap .tabTitleDesc {
	color:#999;
	padding-bottom:20px;
}
.noMasonry-directLink .articleContentNoArrow .tabTitleWrap .tabTitle {
	padding:15px 10px 5px;
}
.noMasonry-directLink .articleContent .photoThumb {
	margin:0 10px 0 0;
}
.noMasonry-directLink .tabTitleDescAdditional {
}
.noMasonry-directLink .directLongBarWtImage .tabTitleWrap .tabTitle, .noMasonry-directLink .articleContent.directLongBarWtImage > a > .careers .tabTitleWrap .tabTitle {
	padding-left:0;
}
.filterCategoriesContent {
	margin-top:10px;
	height:60px;
	overflow:hidden;
}
.filterCategoriesContent > span {
	color:#151515;
	font-size:1.33333333333333333em;
	font-family:'Lato', 'Lato', Lato;
	display:block;
	padding:10px;
	background:url("../../../../resources/my/img/common/bg-filter-expand_s.png") no-repeat scroll right top transparent;
	font-size:1.66666666666666667em;
	padding:17px;
	cursor:pointer;
}
.filterCategoriesControl ul {
	list-style:none;
	padding:10px 20px;
	margin:0;
}
.filterCategoriesContentExpanded > span {
	background:url("../../../../resources/my/img/common/bg-filter-collapse_s.png") no-repeat scroll right top transparent;
}
.filterCategoriesContentExpanded {
}
.filterContents ul {
	list-style:none;
	padding:0;
	margin:0;
}
.filterContents ul li h1 {
	color: #000000;
	display: table;
	font-family: 'Lato-Bold', 'Lato', Lato;
	line-height: 1.1em;
	margin: 0 0 5px;
}
.filterContents ul li p {
	color:#999;
	margin-bottom:10px;
	font-size:1.666666667em;
	clear: both;
}
.filterContents ul li strong {
	color:#000;
	display:block;
}
.filterContents ol {
	list-style: disc outside none;
}
.filterContents ol li {
	color: #999999;
	font-size: 1.66667em;
}
.filterWrap .fs-rangeWrap {
	background:url("../../../../resources/my/img/common/filter-indicator.png") no-repeat scroll right top transparent;
	width:60px;
	height:42px;
	border:none;
	outline:none;
	display:block;
	float:left;
	position:absolute;
	padding:0;
	top:-42px;
	margin-left:-16px;
}
.fs-rangeWrap input {
	border:none;
	outline:none;
	background:none;
	text-align:center;
	width:50px;
	color:#151515;
	font-size:1.25em;
	font-family:'Lato-Bold', 'Lato', Lato;
	padding:3px 5px 0;
	height:30px;
}
.filterContents {
	margin-top:20px;
}
.filterYear {
	margin-top:15px;
}
.filterYear:first-child {
	margin-top:0;
}
.filterDate {
	font-size:2.916666666667em;
	color:#999999;
	font-family:'Lato', 'Lato', Lato;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	padding:0 10px;
}
.filterItem {
	background:#fff;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
	margin-top:5px;
	padding:15px 10px 20px;
}
.filterItem:hover {
	background-color:#ffffd0;
}
.filterItem a {
	color:#999999;
	font-size:1.66666666666666667em;
	line-height:24px;
	display:block;
	font-family:'Lato', 'Lato', Lato;
}
.filterItem a:hover {
	color:#666666;
}
.filterItem-content a {
	background:url("../../../../resources/my/img/common/icon-genericfile.png") no-repeat scroll left top transparent;
	padding:0 0 0 45px;
	min-height:33px;
	margin-bottom:10px;
	line-height:33px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.filterItem-content a[href$=".pdf"], .filterItem-content a[href$=".PDF"] {
	background:url("../../../../resources/my/img/common/icon-pdf.png") no-repeat scroll left top transparent;
}
.filterItem-content a[href$=".xlsx"], .filterItem-content a[href$=".xls"], .filterItem-content a[href$=".XLSX"], .filterItem-content a[href$=".XLS"] {
	background:url("../../../../resources/my/img/common/icon-genericfile.png") no-repeat scroll left top transparent;
}
.filterItem-content a[href$=".docx"], .filterItem-content a[href$=".doc"], .filterItem-content a[href$=".DOCX"], .filterItem-content a[href$=".DOC"] {
	background:url("../../../../resources/my/img/common/icon-genericfile.png") no-repeat scroll left top transparent;
}
.filterItem-content a[href$=".rar"], .filterItem-content a[href$=".zip"], .filterItem-content a[href$=".RAR"], .filterItem-content a[href$=".ZIP"] {
	background:url("../../../../resources/my/img/common/icon-zip.png") no-repeat scroll left top transparent;
}
.filterItemWithArrow .filterItem-content a {
	padding-left:0;
	font-family:'Lato', 'Lato', Lato;
}
.filterItemWithArrow .filterItem-content a[href$=".pdf"], .filterItemWithArrow .filterItem-content a[href$=".PDF"], .filterItemWithArrow .filterItem-content a[href$=".xlsx"], .filterItemWithArrow .filterItem-content a[href$=".xls"], .filterItemWithArrow .filterItem-content a[href$=".XLSX"], .filterItemWithArrow .filterItem-content a[href$=".XLS"], .filterItemWithArrow .filterItem-content a[href$=".docx"], .filterItemWithArrow .filterItem-content a[href$=".doc"], .filterItemWithArrow .filterItem-content a[href$=".DOCX"], .filterItemWithArrow .filterItem-content a[href$=".DOC"], .filterItemWithArrow .filterItem-content a[href$=".rar"], .filterItemWithArrow .filterItem-content a[href$=".zip"], .filterItemWithArrow .filterItem-content a[href$=".RAR"], .filterItemWithArrow .filterItem-content a[href$=".ZIP"] {
	padding-left:45px;
}
.filterItemWithArrow a {
	font-family:'Lato-Bold', 'Lato', Lato;
	background:none;
	padding-left:0;
	margin-bottom:0;
	min-height:0;
}
.filterItemWithArrow {
	background:url("../../../../resources/my/img/common/icon-filter-item.png") no-repeat scroll 95% center #fff;
	padding-right:45px;
}
.filterItemWithArrow:hover {
	background:url("../../../../resources/my/img/common/icon-filter-item-hover.png") no-repeat scroll 95% center #ffffd0;
}
.filterItem-date {
	color:#151515;
	font-size:1.66666666666666667em;
	font-family:'Lato', 'Lato', Lato;
}
.filterItem-date strong {
	font-family:'Lato-Bold', 'Lato', Lato;
}
.filterItem-title {
	line-height:24px;
	margin:10px 0 0;
	color: #999999;
	font-size: 1.5em;
	color:#151515;
	font-size:1.66666666666666667em;
	font-family:'Lato-Bold', 'Lato', Lato;
}
.filterItem-title a {
	color:#151515;
	font-size:1em;
	font-family:'Lato-Bold', 'Lato', Lato;
}
.filterItem-content {
	margin:10px 0;
}
.filterItem-content img {
	float:left;
	-moz-box-shadow: 1.5px 1.5px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1.5px 1.5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 1.5px 1.5px 10px rgba(0, 0, 0, 0.25);
	margin-right:25px;
	display:none;
}
.filterItem-image img {
	float:left;
	-moz-box-shadow: 1.5px 1.5px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1.5px 1.5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 1.5px 1.5px 10px rgba(0, 0, 0, 0.25);
	margin-right:25px;
	display:none;
	width:125px;
}
.filterItem-image .filterItem-content {
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}
.awardsWrap .filterItem {
	overflow:hidden;
}
.awardsWrap .filterItem img {
	display: table;
	float: left;
	margin: 0 15px 20px 0;
	width: 15%;
}
.sidebarNavPage .backTrigger {
}
.sidebarNavPage aside.sidebarNav .backTrigger {
	display:block;
}
aside.sidebarNav {
	position:absolute;
	z-index:6;
	top:0;
	right:0;
}
aside.sidebarNav .dropDownTrigger .ir {
	top:10px;
	width:38px;
	height:38px;
	right:15px;
}
aside.sidebarNav .dynamicMasonry {
	position:absolute;
	top:0;
	left:0;
	display:none;
	background: #ffc700; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjYwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQ3NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffb605 0%, #ffd746 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb605), color-stop(100%, #ffd746)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffb605 0%, #ffd746 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffb605 0%, #ffd746 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffb605 0%, #ffd746 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffb605 0%, #ffd746 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb605', endColorstr='#ffd746', GradientType=0 ); /* IE6-8 */
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
aside.sidebarNav .dynamicMasonry > div {
	width:100%;
	margin:0;
	padding:10px 15px;
	font-family:'Lato-Bold', 'Lato', Lato;
	color:#151515;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	border-bottom:solid 1px rgba(201, 142, 0, 0.7);
	border-top:solid 1px rgba(253, 216, 99, 0.7);
	background:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height:auto;
}
aside.sidebarNav .dynamicMasonry > div:last-child {
	border-bottom:none;
}
aside.sidebarNav .dynamicMasonry > div > h2 {
	font-size:1.7em;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:10px 0;
}
aside.sidebarNav .dynamicMasonry > div a h2 {
	font-size:1.7em;
	font-family:'Lato-Medi', 'Lato', Lato;
	padding:10px 0;
}
aside.sidebarNav .dynamicMasonry > div a:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
aside.sidebarNav .dynamicMasonry > div a:hover h2 {
	color:#333333;
}
.sidebarExpanded aside.sidebarNav {
	width:100%;
}
.sidebarExpanded aside.sidebarNav .dynamicMasonry {
	display:block;
	padding-bottom:10px;
	width:100%;
}
.sidebarExpanded aside.sidebarNav .dropDownTrigger .ir {
	background-position:top right;
}
.sidebarExpanded aside.sidebarNav .dropDownTrigger .ir:hover {
	background-position:bottom right;
}
.sidebarExpanded aside.sidebarNav .backTrigger .ir {
	background-position:top right;
}
.sidebarExpanded aside.sidebarNav .backTrigger .ir:hover {
	background-position:bottom right;
}
.newsFeedWrapper h2 {
	font-size:2.5em;
	line-height:1.166666666em;
}
.newsFeedWrapper > p {
}
.newsFeedWrapper > p > a {
}
.newsFeedWrapper > p > a:hover {
	color:#333;
}
.newsFeedWrapper .contentBottom {
	overflow:hidden;
}
.newsFeedWrapper .contentBottom img {
	float:none;
}
.newsFeedWrapper .contentBottom .contentBottomData {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:absolute;
}
.newsFeedWrapper .contentBottom .meta-date {
	color:#151515;
	font-size:14px;
	padding:10px 15px;
	display:block;
}
/*.newsFeedWrapper .contentBottom .meta-date {
	color:#151515;
	font-size:1.666666667em;
	padding:10px 15px;
	display:block;
}*/
.newsFeedWrapper .contentBottom p {
}
.newsFeedWrapper .contentBottom p a {
	color:#151515;
	font-family:'Lato-Bold', 'Lato', Lato;
	font-size:1.5em;
	line-height:1.166666666em;
}
.newsFeedWrapper .contentBottom p a:hover {
}
.newsFeedwtPDF .actionWrap {
	background:url("../../../../resources/my/img/common/icon-pdf.png") no-repeat scroll right bottom transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:95%;
	left:0;
	padding:0 10px;
}
.rotatingContentWrap {
	position:relative;
}
.rotatingContentWrap .contentBottom {
	overflow:hidden;
}
.rotatingContentWrap .contentBottom .contentBottomData {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:absolute;
	bottom:0;
	height:100%;
}
.rotatingContentWrap .contentBottom .contentBottomData > a > ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	height:inherit;
	width:inherit;
}
.rotatingContentWrap .contentBottom .contentBottomData > a > ul > li {
	position:absolute;
	height:inherit;
	width:inherit;
}
.rotatingContentChart .chartTitle {
	display:block;
	width:100%;
	padding:10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.666666666667em;
	color:#000;
	font-family:'Lato-Bold', 'Lato', Lato;
}
a:hover .rotatingContentChart .chartTitle {
	color:#000;
}
.rotatingContentWrap .rotatingContentChart ul {
	width:100%;
	margin-top:30px;
	padding:0 20px;
	font-size:1.5em;
	color:#151515;
}
.rotatingContentWrap .rotatingContentChart ul li {
	margin-bottom:10px;
	line-height:30px;
}
.rotatingContentWrap .rotatingContentChart .chartBar {
	height:30px;
	width:45px;
	background-color:#000;
	float:left;
	padding:0;
	margin:0;
	margin-right:10px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
/*-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;*/
}
.ui-slider .ui-slider-handle {
	width:25px;
	height:25px;
}
.ui-slider-horizontal .ui-slider-handle {
	top:-10px;
	margin-left:-12.5px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:rgb(255, 255, 255);
	border:1px solid rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	cursor:pointer;
}
.ui-state-hover {
	background:#999;
}
.ui-widget-content {
	height:9px;
	border:none;
	background:url("../../../../resources/my/img/common/bg-slider.gif") repeat-x scroll left top transparent;
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.ui-slider-horizontal .ui-slider-range {
	background:url("../../../../resources/my/img/common/bg-slider-selected.gif") repeat-x scroll left top transparent;
}
.videoWrap {
	min-width:290px;
	width:100%;
	background:#000;
}
.videoWrap iframe {
	height:290px;
}
.iconGeneric > a {
	background:url("../../../../resources/my/img/common/icon-genericfile.png") no-repeat scroll 95% 95% transparent;
}
.iconZip > a {
	background:url("../../../../resources/my/img/common/icon-zip.png") no-repeat scroll 95% 95% transparent;
}
.iconPDF > a {
	background:url("../../../../resources/my/img/common/icon-pdf.png") no-repeat scroll 95% 95% transparent;
}
.fb-like {
	bottom: 0;
	position: absolute !important;
	right:auto;
	width:auto !important;
}
.outGoingAlert {
	width:100%;
	height:100%;
	left:0;
	top:0;
	margin:0;
	position:fixed;
	border:1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px;
	display:none;
	z-index:999;
}
.outGoingAlert .outGoingHeader {
	font-size:2em;
	font-family:'Lato-Bold', 'Lato', Lato, Lato;
}
.outGoingHeader .outGoingHeaderTitle {
	margin-bottom:10px;
	border-bottom:1px solid #FFF;
}
.outGoingHeaderClose {
	float:right;
}
.outGoingHeaderClose a {
	background:url("../../../../resources/my/img/common/icon-cross_s.png") no-repeat scroll 0 0 transparent;
	width:17px;
	height:17px;
}
.outGoingData {
	font-family:'Lato', 'Lato', Lato, Lato;
	font-size:1.6666666666667em;
}
.outGoingData p {
	margin-bottom:10px;
}
.outGoingData p a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px 20px;
	background:#FFF;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	display:block;
	float:left;
	margin-right:10px;
	color:#000;
}
.outGoingData p a:hover {
	background:#000;
	color:#FFF;
}
.textIndent {
	text-indent:1em;
}
.footnote {
	font-size: 1.2em !important;
	margin-top: 20px;
}
sup {
	margin-right:5px;
}
.dynamicFrame-stockchart {
	height: 2000px;
}
.dynamicFrame-share-price {
	height: 20000px;
}
.dynamicFrame-stock-fundamental {
	height: 710px;
}
.dynamicFrame-bursa {
	height:220000px;
}
.dynamicFrame-email-alert {
	height: 920px;
}
.dualCol img {
	width:100%;
}
#awards-recognition .filterItem img {
	display:none;
}
.tabTitle h1 {
	font-size:2.916666666667em;
	color:#999999;
	font-family:'Lato', 'Lato', Lato;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	padding:0 10px;
}
ul.tabCategory {
	margin:0;
	padding:0;
}
.allSubsidiaries {
	margin-top:60px;
	padding: 0 15px;
}
.allSubsidiaries .noMasonry-directLink:first-child {
	margin-top:0px;
	padding:0px;
}
.allSubsidiaries .noMasonry-directLink {
	margin-top:10px;
	padding:0px;
}
.kpiFootNote {
	margin:10px 0 0 0;
	clear:both;
}
.dualCol .articleContent a, .dualCol {
	color:#000;
	text-decoration: none;
}
.articleContentStatic a {
	color:#000;
	text-decoration: none;
}
.dualCol .articleContent a:hover, .dualCol .articleContentStatic a:hover {
	color:#3f3f3f;
	text-decoration:none;
}
ul.awardLink {
	list-style: outside disc;
	font-size:1.6666666666667em;
	color:#9999AA;
	margin:0 0 0 20px;
}
ul.awardLink li {
	margin-bottom:10px;
}
 @media only screen and (orientation: landscape) {
/*.mobileMarginRightNone { margin-right:10px; }*/
}
@media only screen and (max-width: 744px) and (orientation: landscape) {
.imgBottom img {
	float:right;
	width:140px;
	position:static;
}
.imgBottom {
	height:140px;
}
.imgBottom h2 {
	font-size:1.66666666667em;
	line-height:1.25em;
}
.imgBottom p {
	font-size:1.66666666667em;
	line-height:1.25em;
}
.imgBottom .overlayBar {
	display:none;
}
.filterItem-image img, .filterItem-content img {
	display:block;
}
.rotatingContentWrap .actionWrap {
	display:none;
}
.rotatingContentWrap .contentBottom {
	height:140px;
	width:140px;
	right:0;
}
.rotatingContentWrap > p {
	padding-right:150px;
}
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
.hideInMobile {
	display:none !important;
}
.hideInTablet {
	display:block !important;
}
.hideInDesktop {
	display:block !important;
}
.mobileOnly {
	display:block !important;
}
.tabletOnly {
	display:none !important;
}
.desktopOnly {
	display:none !important;
}
.hiresDesktopOnly {
	display:none;
}
/* For image replacement */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir:hover {
	background-position:bottom center;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
	display: none !important;
	visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
 @media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
} /* Black prints faster: h5bp.com/s */
a, a:visited {
	text-decoration: underline;
}
/*a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}*/

 /* added by jet -start */
.tabletLandscape {
	display:none;
}
.blackBg {
	display:none;
}
.yellowBg {
	display:none;
}
.contitle {
	display:none;
}
.contitle2 {
	display:none;
}
.crossSellWrap {
	display:none;
}
/* added by jet -end */	

.ir {
	text-indent:0;
}
.ir:after, .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 500px !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
video, audio, object, embed {
	display:none;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 14pt;
}
.imgBottom img {
	position:static !important;
	max-width:200px !important;
	float:left !important;
	margin-right:10px !important;
	top:0 !important;
	bottom:auto;
}
.masonryWrap {
	max-width:100% !important;
}
.masonryItem {
	page-break-inside: avoid;
	border:1pt solid #999;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:none;
}
.masonryBlock {
	margin:0 !important;
}
.noMasonry {
	width:100% !important;
}
.masonryWrap, .noMasonry-singleCol, .noMasonry-directLink, .dualCol, .noMasonry {
	padding:0 !important;
}
.newsFetch .actionWrap {
	display:none;
}
.height2 {
	height:auto;
}
.height3 {
	height:auto;
}
.height100p {
	height:auto;
}
.crossSellWrapper, .crossSellWrapper .masonryItem {
	width:100% !important;
	margin-left:0 !important;
	margin-right:0 !important;
}
.crossSellWrapper .desktopMarginRightNone {
	margin-right:10px !important;
}
.articleContent .expandedWrap {
	display:block !important;
	color:grey !important;
}
.articleContent .expandedWrap .tabTitleWrap {
	padding-left:80px !important;
}
.articleContent .expandedWrap .tabTitleWrap .tabPercentage:before {
	content:"> ";
}
.dropDownTrigger, aside.sidebarNav {
	display:none !important;
}
.table-menu-wrapper {
	display:none !important;
}
.tableTemplate th, .tableTemplate td {
	display:table-cell !important;
}
.tableTemplate tr {
	display:table-row !important;
}
.rotatingContentWrap {
	height:auto;
}
.rotatingContentWrap .contentBottom {
	position:static !important;
	max-width:100% !important;
	margin-right:10px !important;
	top:0 !important;
	bottom:auto;
	float:left !important;
	height:auto !important;
}
.rotatingContentWrap .contentBottom .contentBottomData {
	position:static !important;
}
.rotatingContentWrap .contentBottomData li {
	float:left !important;
	margin-right:10px !important;
	margin-bottom:10px !important;
	max-width:200px !important;
	position:static !important;
}
.rotatingContentWrap .actionWrap {
	display:none !important;
}
.crossSellWrap {
	margin:0 !important;
}
.masonryOverall {
	padding:0 !important;
}
.articleContent .action .icons, .articleContentStatic .action .icons {
	display:none !important;
}
.articleContent .action .date, .articleContentStatic .action .date {
	margin-left:0 !important;
}
.headerBar h1 .ir {
	width:100% !important;
}
#map_canvas {
	width:100% !important;
	min-height:440px;
	height:440px !important;
	position:static !important;
	display:none;
}
.mapControlCountryWrap select {
	display:none;
	width:100%;
	color:#151515;
	font-size:1.25em;
	font-family:'Lato-Bold', 'Lato', Lato;
	border:1px solid #000;
	padding:0.4em;
	height:35px;
	outline:none;
	-webkit-appearance: normal;
	background:#FFFFFF;
}
.mapControlWrap {
	position:static;
}
.videoWrap {
	display:none !important;
}
.backTrigger {
	display:none !important;
}
.photoThumb img {
	margin-right: 10px !important;
}
.articleContentExpanded .tabTitleWrap .tabTitleDesc {
	width:100% !important;
	position:static !important;
	padding:0 !important;
}
.articleContent {
	page-break-inside: avoid;
}
.noMasonry-directLink .articleContent .tabTitleWrap .tabTitleDesc {
	display:block !important;
}
.rotatingContentWrap .contentBottom .contentBottomData > a > ul > li {
	position:static !important;
	margin-right:10px !important;
	float:left !important;
	border:1px solid #000;
	width:auto !important;
}
.rotatingContentWrap .rotatingContentChart .chartBar {
	display:none !important;
}
.flex-control-nav {
	display:none !important;
}
.flexSlider .slides {
	width:100% !important;
	-webkit-transform:translate3d(0, 0, 0) !important;
}
.flexSlider .slides .clone {
	display:none !important;
}
.flex-viewport {
	height:auto !important;
}
.flexSlider .slides li {
	margin-bottom:10px !important;
	page-break-inside: avoid;
}
.filterWrap {
	display:none;
}
.filterItem {
	font-size:0.8em;
	line-height:0.9em;
}
.filterItem-content a {
	padding:0;
}
.actionWrap {
	display:none;
}
.newsFeedWrapper a {
	font-size:0.8em;
}
.newsFeedWrapper .contentBottom {
	position:static !important;
	height:auto;
}
.newsFeedWrapper .contentBottom .contentBottomData {
	position:static;
}
.newsFeedWrapper .contentBottom p {
	font-size:1em;
}
.newsFeedWrapper .contentBottom img {
	display:none;
}
.backTrigger {
	display:none;
}
.filterContents ol li {
	line-height:normal !important;
}
.slideShowMode {
	height:auto !important;
}
.slideShowMode .clone {
	display:none !important;
}
.slideShowMode .slides {
	width:100% !important;
	-webkit-transform:translate3d(0, 0, 0) !important;
}
.slideShowMode .slides li {
	page-break-inside: avoid;
	clear:both !important;
	float:none !important;
	width:auto !important;
	border:1px solid #000 !important;
	height:auto !important;
}
.slideShowWrapOnBackground .slideShowTextOnYellowWrap {
	position:static !important;
}
div#main {
	height:auto !important;
}
/*aside h2 { font-size: 18pt; } */
  
  

  
}
.careers .photoThumb img {
	height: 70px;
	width: 110px;
}
.acctitle {
	font-size:12px;
}
.acctitlesmall {
	font-size:12px;
	display:block;
	text-decoration:none;
}
.acctitlesmall:hover {
	text-decoration:none;
}
.titleblock {
	display:block;
}
#contitle {
	width: 100%;
	margin: auto;
	color: #333;
	font-size:12px !important;
	padding:5px 0;
}
#tabletitle {
	width: 100%;
	margin: auto;
	color: #333;
	font-size:15px;
}
#leftnavtit {
	float: left;
	width:120px;
	margin: 0;
	padding: 0.5em;
	font-size:20px;
}
#rightnavtit {
	float: right;
	width: 120px;
	margin: 0;
	padding: 1em;
}
#contentit {
	margin-left: 10px;
	margin-right: 10px;
	padding: 1em;
	width: 100%;
	text-align:center;
}
#leftnavtit p, #rightnavtit p {
	margin: 0 0 0 0;
}
#contitle2 {
	width: 100%;
	margin: auto;
	color: #fff;
	font-size:12px;
	border-bottom:1px #eaeaea solid;
}
#contitle3 {
	width: 100%;
	margin: auto;
	color: #fff;
	font-size:20px;
	border-bottom:1px #FFF solid;
}
#leftnavtit2 {
	float: left;
	width: 120px;
	margin: 0;
	padding: 1em;
}
#rightnavtit2 {
	float: right;
	width: 120px;
	margin: 0;
	padding: 1em;
}
#contentit2 {
	margin-left: 10px;
	margin-right: 10px;
	padding: 1em;
	width: 100%;
	text-align:center;
}
#leftnavtit2 p, #rightnavtit2 p {
	margin: 0 0 0 0;
}
.inputf {
	border:1px solid #dadada;
	font-size:12px;
	padding:5px;
	background-color:#fbfbfb;
	box-shadow:inset 0 -2px 2px #bababa;
	width:250px
}
.inputf:focus {
	border:1px solid #dadada;
	background-color:#fff;
	box-shadow:inset 0 -2px 2px #bababa;
}
.input2 {
	border:1px solid #dadada;
	font-size:12px;
	padding:5px;
	background-color:#fbfbfb;
	box-shadow:inset 0 -2px 2px #bababa;
	width:90%;
	margin-right:5px;
}
.input2:focus {
	border:1px solid #dadada;
	background-color:#fff;
	box-shadow:inset 0 -2px 2px #bababa;
}
.input3 {
	border:1px solid #dadada;
	font-size:12px;
	padding:5px;
	background-color:#fbfbfb;
	width:80%;
}
.input3:focus {
	border:1px solid #dadada;
	background-color:#fff;
}
.input3a {
	border:1px solid #dadada;
	font-size:12px;
	background-color:#fbfbfb;
	width:auto;
}
.input3a:focus {
	border:1px solid #dadada;
	background-color:#fff;
}
.input5 {
	border:1px solid #dadada;
	font-size:12px;
	background-color:#fbfbfb;
	width:170px;
}
.input5a:focus {
	border:1px solid #dadada;
	background-color:#fff;
}
/*.input3a {
	border:1px solid #dadada;
	font-size:12px;
	background-color:#fbfbfb;
	width:auto;
}
.input3a:focus {
	border:1px solid #dadada;
	background-color:#fff;
}*/
.input4 {
	border:1px solid #dadada;
	font-size:12px;
	background-color:#fbfbfb;
	width:92%;
}
.input4:focus {
	border:1px solid #dadada;
	background-color:#fff;
}
.inputrad {
	border:1px solid #dadada;
	background-color:#fbfbfb;
	box-shadow:inset 0 -2px 2px #bababa;
	width:15px;
}
.inputrad:focus {
	border:1px solid #dadada;
	font-size:12px;
	padding:5px;
	background-color:#fff;
	box-shadow:inset 0 -2px 2px #bababa;
}
.inputTAC {
	border:1px solid #dadada;
	font-size:12px;
	padding:5px;
	background-color:#fbfbfb;
	box-shadow:inset 0 -2px 2px #bababa;
	width:70px
}
.inputTAC:focus {
	border:1px solid #dadada;
	padding:5px;
	background-color:#fff;
	box-shadow:inset 0 -2px 2px #bababa;
}
select {
	border:1px solid #dadada;
	background-color:#fbfbfb;
	width:100%;
	margin:0;
	font-size: 12px;
	border-radius: 0;
}
.selectNew2 {
	border:1px solid #dadada;
	background-color:#fbfbfb;
	width:80%;
	margin:0 5px 5px 0;
	font-size: 12px;
	border-radius: 0;
}
.selectNew {
	border:1px solid #dadada;
	background-color:#fbfbfb;
	width:auto;
	margin:0 0 5px 0px;
	font-size: 12px;
	border-radius: 0;
}
.select2 {
	border:1px solid #dadada;
	background-color:#fbfbfb;
	width:100%;
	margin:0 0 5px 0px;
	font-size: 12px;
	-webkit-appearance: none;
	border-radius: 0;
}
.select3 {
	border:1px solid #dadada;
	font-size:12px;
	background-color:#fbfbfb;
	width:100%;
	padding:5px;
	border-radius: 0;
}
.select4 {
	border:1px solid #dadada;
	font-size:12px;
	background-color:#fbfbfb;
	width:60px;
	margin-right:10px;
	float:left;
	margin-top:0;
	padding:7px;
	border-radius: 0;
}
.select5 {
	border:1px solid #000;
	background-color:#fff;
	width:100%;
	padding:7px;
	border-radius: 0;
}
.continue {
	text-align:right;
	font-size:12px;
	padding-right:25px;
	vertical-align:middle;
	margin-right:10px;
}
.previous {
	text-align:left;
	font-size:12px;
	padding-left:40px;
	vertical-align:middle;
}
.successtable {
	background:#f4f4f4;
	font-size:12px;
	color:#666;
	display:block;
}
.print {
	background: url("../../../../resources/my/img/common/icon-print.png") no-repeat;
	display:block;
	width:22px;
	height:22px;
}
.email {
	background: url("../../../../resources/my/img/common/icon-email.png") no-repeat;
	display:block;
	width:22px;
	height:22px;
}
.rowgrey {
	text-align:left;
	font-weight:bold;
	background:#f2f2f2;
	color:#000;
}
.rowwhite {
	text-align:left;
	font-weight:bold;
	color:#000;
}
.rowleft {
	text-align:left;
}
.rowleft img {
	width:auto;
}
.expandedWrap1 img {
	width:auto;
}
.important {
	color:#F00;
	font-weight:bold;
}
.notice {
	display:block;
}
.rowright {
	text-align:right;
	border:0;
	margin-right:10px;
}
.width290px {
	width:290px;
}
/* MC Add */
.masonryItem a span.barTxt {
	color:#000;
	font-size:12px;
	line-height:16px;
	bottom:15px;
}
.tabularData {
	width:100% !important;
	margin:0;
	border:0 !important;
}
.tabularData td {
	text-align:left;
}
.tabularData .even strong {
	color:#000;
}
.tabularData .even strong a {
	color:#000;
	text-decoration:underline;
}
.tabularData .even strong a:hover {
	color:#000;
	text-decoration: none;
}
.white {
	color:#fff;
}
.black {
	color:#000;
}
.green {
	color:#009900;
}
.success {
	color:#009900;
	font-weight:bold;
}
.welcomeMsg {
	font-size:30px;
	font-weight:bold;
	padding:10px 0 0 15px;
}
.loginsubbt {
	padding:0;
	margin:15px 0 15px 0;
	clear:both;
}
.loginsubbt li {
	list-style:none;
	margin:0 12px 5px 0;
	float:left;
	width:auto
}
.loginsubbt li a {
	/*	font-size:0.8em;
*/	color:#666;
	padding:3px 5px;
	border-left:7px solid #FFCC00;
	line-height:0.9em;
}
.loginsubbt li a:hover {
	color:#000;
}
.loginHighlight {
	/*	font-size:0.8em;
*/	line-height:1.4em;
	color:#999999;
}
.loginHighlight2 {
	/*	font-size:0.8em;
*/	line-height:1.4em;
	padding-bottom:10px;
}
.loginHighlight3 {
	/*	font-size:0.7em;
*/  font-size:12px;
	padding:10px 0;
	line-height:1.3em;
}
.textareaLogin {
	width:97%;
	background:#fff;
	color:#333;
	margin:10px 0;
	padding:10px;
	height:190px;
	font-family:'Lato', 'Lato', Lato;
}
.imgLgn {
	display: block;
	margin: 30px auto 150px auto;
}
.ftlogin {
	margin-left: 0px;
}
.alertTitle3 {
	width: auto;
	background: #FFCC00;
	margin: 20px 0 0 5px;
	padding: 8px 8px;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	display: inline-block;
}
.alertTitle4 {
	width: auto;
	background: #FFCC00;
	margin: 0 0 10px 0;
	padding: 8px 8px;
	font-size: 1.7em;
	font-width: bold;
	color: #000000;
	display: inline-block;
}
.table96 {
	width: 96%;
}
.ftlogin ol {
	margin: 20px 0;
	padding: 0 20px;
}
.ftlogin li {
	margin: 0.5em 0;
}
.ftlogin ul {
	padding-left: 5px;
	margin-top: 40px;
}
.ftlogin li {
	background-image: url("../../../../resources/my/img/common/arrowli.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 18px;
	padding-bottom: 8px;
	margin-top: 10px;
	list-style: none;
	font-family: 'Lato', 'Lato', Lato;
	font-size: 13px;
}
.whitetips {
	color: #fff;
	font-size: 1.1em;
	padding-top: 20px;
}
.blackbox {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #333;
	color: #fff;
	margin: 0 -20px;
	padding: 0;
	height: 120px;
	font-family: 'Lato', 'Lato', Lato;
	background: rgb(51,51,51);
	background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(158,158,158,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(100%, rgba(158,158,158,1)));
	background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(158,158,158,1) 100%);
	background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(158,158,158,1) 100%);
	background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(158,158,158,1) 100%);
	background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(158,158,158,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#9e9e9e', GradientType=0 );
}
.blackbox2 {
	color: #fff;
	background: rgb(51,51,51);
	background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(158,158,158,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(100%, rgba(158,158,158,1)));
	background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(158,158,158,1) 100%);
	background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(158,158,158,1) 100%);
	background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(158,158,158,1) 100%);
	background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(158,158,158,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#9e9e9e', GradientType=0 );
}
.blackbox3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 -20px 10px;
	padding: 0;
}
.loginTitle {
	font-size:20px;
	margin:0 0 20px 0;
}
.loginLinkSmall {
	font-size:80%;
	color:#000;
	line-height:14px;
	padding:12px 0 0 12px;
	text-align:left;
}
.alertTitle {
	width:auto;
	background:#FFCC00;
	margin:10px 0 0 0;
	padding:8px 8px;
	font-size:1.7em;
	font-width:bold;
	color:#000000;
	display:inline-block;
}
.alertTxtBox {
	padding:10px 0;
}
.alertTxtBox p {
	font-size:18px;
}
.alertTxtBox p img {
	float:left;
}
.contentPadding15 {
	padding:15px;
}
.trNoBorder td {
	border:none;
	padding:4px 0;
}
.trNoBorder1 td {
	border:none;
	padding:0;
}
.trNoBorder2 td {
	border:none;
	padding:0;
	background:#e4e4e4;
}
.trNoBorder3 td {
	border: none;
	padding: 2px 0;
	font-size:14px;
}
.alignCenter {
	text-align:center;
}
/*
.alertBox {
	background:#000;
	min-height:100px;
	display:block;
	padding:0px 25px;
	margin:0 -15px;
}*/
.alertPic {
	float:left;
	width:100px;
	height:100px;
	border:0px solid #fff;
}
/*.alertTxt {
	float:right;
	width:82%;
	padding:10px;
	color:#cccccc;
	font-size:0.9em;
	font-weight:bold;
}*/
/*.alertPhrase {
	float:right;
	margin:0 0 0 100px;
	width:100%;
	background:rgba(0, 0, 0, 0.45);
	padding:2px 15px;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
}*/
.sideLabel {
	font-family:'Lato-Medi', 'Lato', Lato;
	color:#999;
	font-size:12px;
	line-height:0.8em;
	display:block;
	padding:8px 10px 0 0;
	float:right;
	right:0;
}
.sideLabel1 {
	color:#999;
	font-size:1.2em;
	line-height:0.8em;
	display:block;
	padding:5px 8px 0 0;
}
.sideLabel1 a {
	color:#000;
	font-size:0.9em;
	line-height:0.8em;
	display:block;
	padding:5px 8px 0 0;
}
.sideLabel2 {
	color:#999;
	font-size:1em;
	line-height:1.2em;
	display:block;
	padding:0px 8px 0 0;
}
.sideContent1 {
	color:#666;
	font-size:1em;
	line-height:1.2em;
	display:block;
	padding:0px 8px 0 0;
	text-align:left;
}
.sideContent2 {
	color:#000;
	font-size:1em;
	line-height:1.2em;
	display:block;
	padding:0px 8px 0 0;
	text-align:left;
}
/*.masonryContent1 {
	width:97%;
	margin:10px auto;
}*/
.masonryContent1 {
	width:97%;
	position:relative;
	margin:-25px auto 0;
}
.masonryBlock1 {
	margin:0 20px 0 0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.masonryBlock1 img {
	border:none;
}
.masonryBlock1 > div {
}
.masonryItem2 {
	height:133px;
	background-color:#ffd443;
	margin:10px 10px 0 0;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	padding:0;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s; /* Firefox 4 */
	-webkit-transition: background-color 0.5s; /* Safari and Chrome */
	-o-transition: background-color 0.5s; /* Opera */
	float:left;
	position: relative;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.masonryItem1 {
	display:block;
	background-color:#ffd443;
	margin:5px 10px 10px 0;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	padding:0;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s; /* Firefox 4 */
	-webkit-transition: background-color 0.5s; /* Safari and Chrome */
	-o-transition: background-color 0.5s; /* Opera */
	float:left;
	position: relative;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.masonryItem1:hover {
	background-color:#FFF;
}
.masonryItem1 a {
	color:#999999;
	font-family:'Lato', 'Lato', Lato;
	height:100%;
	width:100%;
	display:block;
}
.masonryItem1 > a:hover {
	-moz-box-shadow: 0 0 2px 2px rgba(255, 207, 1, 1);
	-webkit-box-shadow:0 0 2px 2px rgba(255, 207, 1, 1);
	box-shadow:0 0 2px 2px rgba(255, 207, 1, 1);
}
.masonryContent1 .yellowBg > a:hover, .FacebookBg > a:hover {
	-moz-box-shadow: 0 0 2px 2px rgba(51, 51, 51, 1);
	-webkit-box-shadow:  0 0 2px 2px rgba(51, 51, 51, 1);
	box-shadow:  0 0 2px 2px rgba(51, 51, 51, 1);
}
.masonryItem1 h1 {
	color:#333;
	font-size:3.75em;
	font-family:'Lato-Bold', 'Lato', Lato;
	padding:10px 15px;
	line-height:normal;
}
.masonryItem1 h2 {
	color:#151515;
	font-size:1.3em;
	line-height:1.25em;
	font-family:'Lato', 'Lato', Lato;
	padding:0 10px;
	letter-spacing:-0.02em;
	font-weight:normal;
}
.masonryItem1 h2 a {
	color:#151515;
}
.masonryItem1 h2 a:hover {
	color:#000;
}
.masonryItem1 p {
	color:#999999;
	/*	font-size:1.66666666667em;
	padding: 0 10px;*/
	font-family:'Lato', 'Lato', Lato;
	letter-spacing:-0.02em;
	margin-bottom:1em;
}
.masonryItem1 p strong {
	color:#000;
}
.masonryItem1 a span {
	color:#999;
	font-size:1.25em;
	padding:10px;
	display:block;
	position:relative;
}
.masonryItem1 a:hover span {
	color:#fff;
}
.masonryBlock1 li ul {
	list-style:none;
	margin:0;
	padding:0;
}
.masonryBigWrap {
	float:left;
	width:100%;
}
.masonrySmallWrap {
	float:left;
	width:100%;
}
.masonryBlock1 > li:last-child {
	margin-left:0;
}
.masonryContent1 > ul:last-child > li:last-child {
	margin-left:0;
}
.masonryData1 {
	height:190px;
	background-color:#ffd443;
	margin:10px 10px 0 0;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	padding:0;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s; /* Firefox 4 */
	-webkit-transition: background-color 0.5s; /* Safari and Chrome */
	-o-transition: background-color 0.5s; /* Opera */
	float:left;
	position: relative;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.whiteBg {
	background-color:#FFF;
}
.blackBg {
	background-color:#000;
	color:fff !important;
}
.greyBg {
	background-color:#5e5e5e;
	color:#fff;
	vertical-align:top;
	font-size:12px !important;
}
.greyBg a {
	color:#fff;
	text-decoration:none;
}
/*.greyBg a:hover {
	text-decoration:none !important;
	color:#fff !important;
}*/
/*.whiteBg:hover {
	background-color:#f5f5f5;
}*/
.yellowBg {
	background: rgb(255,180,0);
	background: -moz-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 180, 0, 1)), color-stop(100%, rgba(255, 234, 108, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ffea6c', GradientType=0 );
}
.FacebookBg, .FacebookBg:hover {
    background: #ffffff;
	text-align:center;
}

.yellowBg_Payments {
	background: rgb(255,180,0);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 180, 0, 1)), color-stop(100%, rgba(255, 234, 108, 1)));
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(255, 180, 0, 1) 0%, rgba(255, 234, 108, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ffea6c', GradientType=0 );
}
.turquoiseBg h2 {
	color:#fff;
}
.turquoiseBg {
	background: rgb(1,163,178);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(1,163,178,1) 0%, rgba(0,130,142,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1,163,178,1)), color-stop(100%, rgba(0,130,142,1)));
	background: -webkit-linear-gradient(top, rgba(1,163,178,1) 0%, rgba(0,130,142,1) 100%);
	background: -o-linear-gradient(top, rgba(1,163,178,1) 0%, rgba(0,130,142,1) 100%);
	background: -ms-linear-gradient(top, rgba(1,163,178,1) 0%, rgba(0,130,142,1) 100%);
	background: linear-gradient(to bottom, rgba(1,163,178,1) 0%, rgba(0,130,142,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a3b2', endColorstr='#00828e', GradientType=0 );
}
.turquoiseBg_Settings h2 {
	color:#fff;
}
.turquoiseBg_Settings {
	background: rgb(1,163,178);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(1,163,178,1) 0%, rgba(0,130,142,1) 100%);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1,163,178,1)), color-stop(100%, rgba(0,130,142,1)));
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(1,163,178,1) 0%, rgba(0,130,142,1) 100%);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(1,163,178,1) 0%, rgba(0,130,142,1) 100%);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(1,163,178,1) 0%, rgba(0,130,142,1) 100%);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(1,163,178,1) 0%, rgba(0,130,142,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a3b2', endColorstr='#00828e', GradientType=0 );
}
.cyanBg h2 {
	color:#fff;
}
.cyanBg {
	background: rgb(0,186,225);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,186,225,1)), color-stop(100%, rgba(0,150,182,1)));
	background: -webkit-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: -o-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: linear-gradient(to bottom, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae1', endColorstr='#0096b6', GradientType=0 );
}
.cyanBg_Login h2 {
	color: #fff;
}
.cyanBg_Login {
	background: rgb(0,186,225);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/home_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: url("../../../../resources/my/img/common/home_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,186,225,1)), color-stop(100%, rgba(0,150,182,1)));
	background: url("../../../../resources/my/img/common/home_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: url("../../../../resources/my/img/common/home_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: url("../../../../resources/my/img/common/home_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: url("../../../../resources/my/img/common/home_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae1', endColorstr='#0096b6', GradientType=0 );
}
.cyanBg_onlstk h2 {
	color: #fff;
}
.cyanBg_onlstk {
	background: rgb(0,186,225);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/i-chart.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: url("../../../../resources/my/img/common/i-chart.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,186,225,1)), color-stop(100%, rgba(0,150,182,1)));
	background: url("../../../../resources/my/img/common/i-chart.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: url("../../../../resources/my/img/common/i-chart.png") no-repeat right bottom, -o-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: url("../../../../resources/my/img/common/i-chart.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: url("../../../../resources/my/img/common/i-chart.png") no-repeat right bottom, linear-gradient(to bottom, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae1', endColorstr='#0096b6', GradientType=0 );
}
.cyanBg_Transfer h2 {
	color:#fff;
}
.cyanBg_Transfer {
	background: rgb(0,186,225);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,186,225,1)), color-stop(100%, rgba(0,150,182,1)));
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(0,186,225,1) 0%, rgba(0,150,182,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae1', endColorstr='#0096b6', GradientType=0 );
}
.greenBg h2 {
	color: #fff;
}
.greenBg {
	background: rgb(112,180,15);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133,217,13,1)), color-stop(100%, rgba(112,180,15,1)));
	background: -webkit-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: -o-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: -ms-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: linear-gradient(to bottom, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85d90d', endColorstr='#70b40f', GradientType=0 );
}
.greenBg_transfer h2 {
	color:#fff;
}
.greenBg_transfer {
	background: rgb(112,180,15);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/transfers_ico.png") -moz-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133,217,13,1)), color-stop(100%, rgba(112,180,15,1)));
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85d90d', endColorstr='#70b40f', GradientType=0 );
}
.greenBg_MobileBanking h2 {
	color:#fff;
}
.greenBg_MobileBanking {
	background: rgb(112,180,15);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/mobileB_ico.png") -moz-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/mobileB_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133,217,13,1)), color-stop(100%, rgba(112,180,15,1)));
	background: url("../../../../resources/my/img/common/mobileB_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/mobileB_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/mobileB_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/mobileB_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85d90d', endColorstr='#70b40f', GradientType=0 );
}
.greenBg_PayBills h2 {
	color:#fff;
}
.greenBg_PayBills {
	background: rgb(112,180,15);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/payments_ico.png") -moz-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133,217,13,1)), color-stop(100%, rgba(112,180,15,1)));
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85d90d', endColorstr='#70b40f', GradientType=0 );
}
.greenBg_FavIBFT h2 {
	color:#fff;
}
.greenBg_FavIBFT {
	background: rgb(112,180,15);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133,217,13,1)), color-stop(100%, rgba(112,180,15,1)));
	background: no-repeat right bottom, -webkit-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: no-repeat right bottom, -o-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: no-repeat right bottom, -ms-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: no-repeat right bottom, linear-gradient(to bottom, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85d90d', endColorstr='#70b40f', GradientType=0 );
}
.greenBg_DepGold h2 {
	color:#fff;
}
.greenBg_DepGold {
	background: rgb(112,180,15);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/transfers_ico.png") -moz-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133,217,13,1)), color-stop(100%, rgba(112,180,15,1)));
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85d90d', endColorstr='#70b40f', GradientType=0 );
}
.greenBg_ChgPass h2 {
	color:#fff;
}
.greenBg_ChgPass {
	background: rgb(112,180,15);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYmE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWVjOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/settings_ico.png") -moz-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133,217,13,1)), color-stop(100%, rgba(112,180,15,1)));
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(133,217,13,1) 0%, rgba(112,180,15,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85d90d', endColorstr='#70b40f', GradientType=0 );
}
/*.greenBg			{ background: #86c34e;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ffea6c', GradientType=0 );}
*/
.blueBg h2 {
	color:#fff;
}
.blueBg {
	background: rgb(60,130,249);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YTNkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGQ1ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(60,130,249,1)), color-stop(100%, rgba(34,85,173,1)));
	background: -webkit-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: -o-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: -ms-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: linear-gradient(to bottom, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c82f9', endColorstr='#2255ad', GradientType=0 );
}
.blueBg_Login h2 {
	color:#fff;
}
.blueBg_Login {
	background: rgb(60,130,249);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YTNkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGQ1ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/home_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/home_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(60,130,249,1)), color-stop(100%, rgba(34,85,173,1)));
	background: url("../../../../resources/my/img/common/home_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/home_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/home_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/home_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c82f9', endColorstr='#2255ad', GradientType=0 );
}
.blueBg_Transfer h2 {
	color:#fff;
}
.blueBg_Transfer {
	background: rgb(60,130,249);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YTNkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGQ1ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(60,130,249,1)), color-stop(100%, rgba(34,85,173,1)));
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c82f9', endColorstr='#2255ad', GradientType=0 );
}
.blueBg_Insurance h2 {
	color:#fff;
}
.blueBg_Insurance {
	background: rgb(60,130,249);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YTNkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGQ1ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/insurance_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/insurance_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(60,130,249,1)), color-stop(100%, rgba(34,85,173,1)));
	background: url("../../../../resources/my/img/common/insurance_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/insurance_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/insurance_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/insurance_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c82f9', endColorstr='#2255ad', GradientType=0 );
}
.blueBg_PayTax h2 {
	color:#fff;
}
.blueBg_PayTax {
	background: rgb(60,130,249);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YTNkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGQ1ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(60,130,249,1)), color-stop(100%, rgba(34,85,173,1)));
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: url("../../../../resources/my/img/common/payments_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c82f9', endColorstr='#2255ad', GradientType=0 );
}
.blueBg_Accts h2 {
	color:#fff;
}
.blueBg_Accts {
	background: rgb(60,130,249);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YTNkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGQ1ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: no-repeat right bottom, -moz-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(60,130,249,1)), color-stop(100%, rgba(34,85,173,1)));
	background: no-repeat right bottom, -webkit-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: no-repeat right bottom, -o-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: no-repeat right bottom, -ms-linear-gradient(top, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
	background: no-repeat right bottom, linear-gradient(to bottom, rgba(60,130,249,1) 0%, rgba(34,85,173,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c82f9', endColorstr='#2255ad', GradientType=0 );
}
/*.blueBg			{ background-color: #60a3da}*/

.FBBg  {
	background: #3b5997
}
.FBBg img {
	text-align:center;
}

.purpleBg h2 {
	color:#fff;
}
.purpleBg {
	background: rgb(123,56,126);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiNmZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2EzZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(123,56,126,1)), color-stop(100%, rgba(91,41,93,1)));
	background: -webkit-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: -o-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: -ms-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: linear-gradient(to bottom, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b387e', endColorstr='#5b295d', GradientType=0 );
}
.purpleBg_Bills h2 {
	color:#fff;
}
.purpleBg_Bills {
	background: rgb(123,56,126);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiNmZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2EzZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: no-repeat right bottom, -moz-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(123,56,126,1)), color-stop(100%, rgba(91,41,93,1)));
	background: no-repeat right bottom, -webkit-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: no-repeat right bottom, -o-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: no-repeat right bottom, -ms-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: no-repeat right bottom, linear-gradient(to bottom, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b387e', endColorstr='#5b295d', GradientType=0 );
}
.purpleBg_PayMaintain h2 {
	color:#fff;
}
.purpleBg_PayMaintain {
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, rgb(123,56,126);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiNmZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2EzZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(123,56,126,1)), color-stop(100%, rgba(91,41,93,1)));
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
 filter: url("../../../../resources/my/img/common/settings_ico.png") no-repeat right bottom, progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b387e', endColorstr='#5b295d', GradientType=0 );
}
.purpleBg_NewIBFT h2 {
	color:#fff;
}
.purpleBg_NewIBFT {
	background: rgb(123,56,126);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiNmZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2EzZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(123,56,126,1)), color-stop(100%, rgba(91,41,93,1)));
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: url("../../../../resources/my/img/common/transfers_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b387e', endColorstr='#5b295d', GradientType=0 );
}
.purpleBg_OnlStk h2 {
	color:#fff;
}
.purpleBg_OnlStk {
	background: rgb(123,56,126);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiNmZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2EzZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/investment_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: url("../../../../resources/my/img/common/investment_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(123,56,126,1)), color-stop(100%, rgba(91,41,93,1)));
	background: url("../../../../resources/my/img/common/investment_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: url("../../../../resources/my/img/common/investment_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: url("../../../../resources/my/img/common/investment_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
	background: url("../../../../resources/my/img/common/investment_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(123,56,126,1) 0%, rgba(91,41,93,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b387e', endColorstr='#5b295d', GradientType=0 );
}
/*.purpleBg			{ background-color:#af6ee6; }*/
.redBg_report h2 {
	color: #fff;
}
.redBg_report {
	background: rgb(217,67,55);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwNGEzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYTliOTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/report_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(217,67,55,1) 0%, rgba(169,48,40,1) 100%);
	background: url("../../../../resources/my/img/common/report_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217,67,55,1)), color-stop(100%, rgba(169,48,40,1)));
	background: url("../../../../resources/my/img/common/report_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(217,67,55,1) 0%, rgba(169,48,40,1) 100%);
	background: url("../../../../resources/my/img/common/report_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(217,67,55,1) 0%, rgba(169,48,40,1) 100%);
	background: url("../../../../resources/my/img/common/report_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(217,67,55,1) 0%, rgba(169,48,40,1) 100%);
	background: url("../../../../resources/my/img/common/report_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(217,67,55,1) 0%, rgba(169,48,40,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94337', endColorstr='#a93028', GradientType=0 );
}
.redBg h2 {
	color:#fff;
}
/*.redBg			{ 
	background: rgb(217,67,55); 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwNGEzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYTliOTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); 
	background: -moz-linear-gradient(top,  rgba(217,67,55,1) 0%, rgba(169,48,40,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,67,55,1)), color-stop(100%,rgba(169,48,40,1))); 
	background: -webkit-linear-gradient(top,  rgba(217,67,55,1) 0%,rgba(169,48,40,1) 100%); 
	background: -o-linear-gradient(top,  rgba(217,67,55,1) 0%,rgba(169,48,40,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(217,67,55,1) 0%,rgba(169,48,40,1) 100%); 
	background: linear-gradient(to bottom,  rgba(217,67,55,1) 0%,rgba(169,48,40,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94337', endColorstr='#a93028',GradientType=0 );  
}*/

.redBg h2 {
	color:#fff;
}
.redBg {
	background: rgb(217,67,55);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwNGEzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYTliOTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("../../../../resources/my/img/common/contact_ico.png") no-repeat right bottom, -moz-linear-gradient(top, rgba(217,67,55,1) 0%, rgba(169,48,40,1) 100%);
	background: url("../../../../resources/my/img/common/contact_ico.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217,67,55,1)), color-stop(100%, rgba(169,48,40,1)));
	background: url("../../../../resources/my/img/common/contact_ico.png") no-repeat right bottom, -webkit-linear-gradient(top, rgba(217,67,55,1) 0%, rgba(169,48,40,1) 100%);
	background: url("../../../../resources/my/img/common/contact_ico.png") no-repeat right bottom, -o-linear-gradient(top, rgba(217,67,55,1) 0%, rgba(169,48,40,1) 100%);
	background: url("../../../../resources/my/img/common/contact_ico.png") no-repeat right bottom, -ms-linear-gradient(top, rgba(217,67,55,1) 0%, rgba(169,48,40,1) 100%);
	background: url("../../../../resources/my/img/common/contact_ico.png") no-repeat right bottom, linear-gradient(to bottom, rgba(217,67,55,1) 0%, rgba(169,48,40,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94337', endColorstr='#a93028', GradientType=0 );
}
/*.redBg			{ background-color:#f84a2f;}
*/
.maxWidth720 {
	width:100%;
}
.widthHalf1 {
	width:100%;
}
.maxWidth390 {
	width:100%;
}
.overlayBar, .masonryItem1 .overlayBar {
	background:rgba(0, 0, 0, 0.45);
	display:block;
	padding:0 10px 0 0;
	height:24px;
	line-height:24px;
	color:#FFF;
	text-align:right;
	position:absolute;
	bottom:0;
	width:100%;
	right:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.25em;
}
.fail, .alert, .erro col color:#FF0000 !important;
uccess {
	color:#009900;
}
.required {
	color:#FF0000;
	font-weight:bold;
}
.red {
	color:#FF0000;
}
.error {
	color:#FF0000;
}
.width2 .overlayBar {
	width:140px;
}
.txtbtm {
	text-align:center;
	font-size:11px;
	vertical-align:middle;
	padding:0.2em;
	text-align:center !important;
	height:30px;
}
.txtbtm1 {
	text-align:right;
	font-size:11px;
	vertical-align:middle;
	float:right;
	right:0;
}
.txtbtm2 {
	text-align:center;
	font-size:11px;
	vertical-align:middle;
}
.contentBottomPw {
	padding:0 20px 20px 20px;
}
.contentBottom img {
    bottom: 0;
    display: block;
    margin-left: 0;
    position: absolute;
    width: 100%;
}
.alertBox {
	min-height:100px;
	width:100%;
	/*	min-width:320px;
*/	display:block;
	padding:0 0 0 0;
	margin:20px 0 0 0;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
}
.alertOverlay {
	position:absolute;
	width:100px;
	height:100px;
	font-size:50%;
	margin:0;
}
.alertOverlay a .overlayBox {
	display:none;
}
.alertOverlay a:hover .overlayBox {
	background:rgba(0, 0, 0, 0.45);
	display:block;
	padding:0 0 0 0;
	margin:0;
	height:24px;
	line-height:24px;
	color:#FFF;
	text-align:center;
	position:relative;
	top:76px;
	width:105px;
	right:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.24em;
}
.alertPic {
	width:100px;
	margin:0;
	padding:0 0 0 0;
	height:auto;
}
.alertTxt {
	margin: 4px 25px 4px 4px;
	position: absolute;
	font-size:11px;
	line-height:16px;
	left:120px;
}
.alertPhrase {
	float:right;
	margin:0 0 0 0;
	width:94%;
	background:rgba(0, 0, 0, 0.45);
	padding:5px 3%;
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
	text-align:right;
}
/* Table Style by Penril */
#errorTable {
	padding:0;
	margin:10px 0;
	width:100%;
	clear:both;
}
#errorTable th, #errorTable td {
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
	border:none;
	background:#e4e4e4;
}
#errorTable span.error {
	padding:0 10px 0 10px;
	margin:0;
	color:#FF0000;
	font-size:12px;
	text-align:left;
	display:block;
	line-height:22px;
	background:url("../../../../resources/my/img/common/star.png") no-repeat 9px 6px;
	border-top:0px solid #fff;
}
#noteTable {
	padding:0;
	margin:10px 0;
	width:100%;
	clear:both;
}
#noteTable th, #noteTable td {
	width:100%;
	padding:12px 2% 12px 2%;
	margin:0;
	text-align:left;
	border:none;
	background:#333;
}
#noteTable span.noteHead {
	padding:0 0 5px 0;
	margin:0;
	color:#FFCC33;
	font-size:1em;
	text-align:left;
	display:block;
	line-height:18px;
}
#noteTable span.noteBody {
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:14px;
	text-align:left;
	display:block;/*	line-height:18px;
*/}
#noteTable span.noteBody1 {
	padding:0;
	margin:0;
	color:#cccccc;
	font-size:0.8em;
	text-align:left;
	display:block;
	line-height:18px;
	font-weight:normal;
}
#noteTable span ul {
	padding:0;
	margin:10px 0 10px 20px;
}
#noteTable span ul li {
	padding:3px 0;
}
.tableSpacing td {
	padding:0 1%;
	margin:0;
}
.tableSpacing1 td {
	padding:5px 1%;
	line-height:1.2em;
}
.textFloat {
	text-align:left;
	line-height:1.2em;
}
.confirmTable {
	float:right;
	width:78%;
	padding:8px 2px 8px 12px;
	margin:0 0 30px 0;
	border:1px solid #ccc;
}
.confirmPicDiv {
	float:left;
	width:15%;
	padding:0 2% 0 0;
}
.confirmPhrasetitle {
	font-size:0.8em;
	color:#999;
	display:block;
	padding:2px 0;
}
.confirmPhrasetext {
	font-size:1.2em;
	color:#000;
	display:block;
	padding:2px 0;
}
.remindertxt {
	display:block;
	width:100%;
	font-size:0.8em;
	text-align:left;
	line-height:1.2em;
	padding:4px 0 4px 15px;
	background:url("../../../../resources/my/img/common/star1.png") no-repeat 1px 7px;
}
.imgOverflow {
	width:100%;
	height:auto;
	margin:5px 0 10px 0;
}
.SelectPic {
	margin:10px 0 30px 0;
}
.SelectPic ul {
	padding:0;
	margin:0;
}
.SelectPic li {
	float:left;
	width:31%;
	text-align:center;
	margin:0 1% 2% 1%;
	padding:0 0 10px 0;
	list-style:none;
	background:#fff;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
}
.SelectPic .removeMarginR2pc {
	margin:0 1% 2% 1%;
}
.SelectPic li a {
	cursor:default;
}
.linkButton {
	/*	right:-30px;;*/
	position:relative !important;
	top:6px !important;
	left:0 !important;
}
.linkButton {
	color:#ffffff !important;
	width:auto;
	margin:0;
	text-align:center;
	border:1px solid #dadada !important;
	font-size:11px;
	padding:5px;
	background-color:#acacac;
	text-decoration:none !important;
}
.linkButton:hover {
	color:#000000 !important;
	background:#e4e4e4;
	text-shadow: 1px 1px 1px rgba(149, 149, 149, 1);
	border:1px solid #fff !important;
}
/* Preloader */
#preloader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:-1000px;
	background-color:#2b2b2b; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}
#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:10%; /* centers the loading animation vertically one the screen */
	background-image:url(../../../../resources/my/img/common/loader.gif); /* path to your loading animation */
	background-color:#2b2b2b; /* change if the mask should have another color then white */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.title3 {

	font-size:25px;
	padding-top:10px;
	color:#848484
}
.titleAcc {
	font-size:12px;
	padding:0;
	color:#333;
	text-decoration:underline;
}
.logintitleh2 {
	font-size:16px;
}
.logintitleh3 {
	font-size:18px;
	line-height:20px;
}
.title4 {
	font-size:26px;
	padding:35px 20px;
}
.titleTac {
	font-size:26px;
	padding-bottom:10px;
}
.greyText {
	color:#848484
}
.titleBar {
	width:98%;
	background:#e3e3e3;
	margin:8px 0 0 0;
	padding:8px 8px;
	font-size:1.7em;
	font-width:bold;
	color:#000000;
	display:inline-block;
}
.m2upayBg {
	background:url("../../../../resources/my/img/common/m2upayheader_bg.jpg") repeat-x scroll 0 top #d1d3d5;
}
.linked {
	color:#000;
	text-decoration:underline;
}
.linked:hover {
	color:#000;
}
#inline {
	display:inline-block;
}
.alertOverlay2 {
	position:absolute;
	width:105px;
	height:100px;
	font-size:50%;
	margin:0
}
.alertOverlay2 a .overlayBox2 {
	display:none;
}
.alertOverlay2 a:hover .overlayBox2 {
	background:rgba(0, 0, 0, 0.45);
	display:block;
	padding:0 0 0 0;
	margin:0;
	height:24px;
	line-height:24px;
	color:#FFF;
	text-align:center;
	position:relative;
	top:76px;
	width:100px;
	right:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.84em;
}
.alertBox2 {
	height:auto;
	width:100%;
	min-width:320px;
	display:block;
	padding:0 0 0 0;
	margin:20px 0 3% 0;
}
.masonryItem2 {
	height:124px;
	background-color:#ffd443;
	margin:10px 10px 0 0;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	padding:0;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s; /* Firefox 4 */
	-webkit-transition: background-color 0.5s; /* Safari and Chrome */
	-o-transition: background-color 0.5s; /* Opera */
	float:left;
	position: relative;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.masonryItem2:hover {
	background-color:#FFF;
}
.masonryItem2 a {
	display:block;
	color:#999999;
	font-family:'Lato', 'Lato', Lato;
	height:100%;
	width:100%;
}
.masonryItem2 > a:hover {
	-moz-box-shadow: 0 0 2px 2px rgba(255, 207, 1, 1);
	-webkit-box-shadow:0 0 2px 2px rgba(255, 207, 1, 1);
	box-shadow:0 0 2px 2px rgba(255, 207, 1, 1);
}
.masonryContent2 .yellowBg > a:hover {
	-moz-box-shadow: 0 0 2px 2px rgba(51, 51, 51, 1);
	-webkit-box-shadow:  0 0 2px 2px rgba(51, 51, 51, 1);
	box-shadow:  0 0 2px 2px rgba(51, 51, 51, 1);
}

.masonryItem2 h1 {
	color:#333;
	font-size:3.75em;
	font-family:'Lato-Bold', 'Lato', Lato;
	padding:10px 15px;
	line-height:normal;
}
.masonryItem2 h2 {
	color:#151515;
	font-size:1.66666666667em;
	line-height:1.25em;
	font-family:'Lato', 'Lato', Lato;
	padding:10px 10px;
	letter-spacing:-0.02em;
	font-weight:normal;
}
.masonryItem2 h2 a {
	color:#151515;
}
.masonryItem2 h2 a:hover {
	color:#000;
}
.masonryItem2 p {
	color:#999999;
	font-size:1.66666666667em;
	padding: 0 10px;
	font-family:'Lato', 'Lato', Lato;
	letter-spacing:-0.02em;
	margin-bottom:1em;
}
.masonryItem2 p strong {
	color:#000;
}
.masonryItem2 a span {
	color:#999;
	font-size:1.25em;
	padding:10px;
	display:block;
	position:relative;
}
.masonryItem2 a:hover span {
	color:#fff;
}
.masonryBlock2 li ul {
	list-style:none;
	margin:0;
	padding:0;
}
.masonryBigWrap {
	float:left;
	width:100%;
}
.masonrySmallWrap {
	float:left;
	width:100%;
}
.masonryBlock2 > li:last-child {
	margin-left:0;
}
.masonryContent2 > ul:last-child > li:last-child {
	margin-left:0;
}
.masonryData2 {
	height:124px;
	background-color:#ffd443;
	margin:10px 10px 0 0;
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
	padding:0;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s; /* Firefox 4 */
	-webkit-transition: background-color 0.5s; /* Safari and Chrome */
	-o-transition: background-color 0.5s; /* Opera */
	float:left;
	position: relative;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.alertPic2 {
	float:left;
	width:100px;
	height:100px;
	border:0px solid #fff;
}
.NoPadding {
	padding:0;
	margin:0;
}
.quote {
	width:auto;
	background:#e4e4e4;
	margin:8px 0 0 0;
	padding:8px 8px;
	font-size:14px;
	;
	font-width:bold;
	color:#000000;
	display:block;
}
.quote a {
	color:#rgb(51, 51, 51);
	text-decoration:underline;
	display: inline;
}
.quote a:hover {
	color:#000000;
	text-decoration:none;
}
.overlay {
	position: fixed;
	top:50px;
	left:0;
	right:0;
	bottom:-100px;
	z-index:1000; /* makes sure it stays on top */
	background-color:rgba(0, 0, 0, 0.7);
	opacity: 0.8;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	visibility:hidden;
}
.overlayBox {
	position: fixed !important;
	left:50% !important; /* centers the loading animation horizontally one the screen */
	top:50% !important;
	width:200px !important;
	height:200px !important;
	margin:-100px 0 0 -30px !important; /* is width and height divided by two */
}
.overlayBox2 {
	position: absolute;
	width:100px !important;
}
.alertOverlay a .overlayBox2 {
	display:none;
}
.alertOverlay a:hover .overlayBox2 {
	background:rgba(0, 0, 0, 0.45);
	display:block;
	padding:0 0 0 0;
	margin:0;
	height:24px;
	line-height:24px;
	color:#FFF;
	text-align:center;
	position:relative;
	top:76px;
	width:105px;
	right:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.24em;
}
#rss-form textarea, #rss-form input, #enquiries-suggestions textarea, #enquiries-suggestions input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #000;
	width:100%;
	margin-bottom:1em;
	color:#151515;
	font-size:1em;
	font-family:'Lato', 'Lato', Lato;
	padding:5px;
}
#rss-form label, #enquiries-suggestions label {
	display:block;
	font-family:'Lato-Bold', 'Lato', Lato;
	font-size:1em;
	color:#000;
	line-height:2em;
}
#enquiries-suggestions input[type="radio"] {
	width:auto;
	margin-right:20px;
	margin-bottom:0;
}
#enquiries-suggestions label[for="enForm-name"] {
	margin-top:20px;
}
.activTitle {
	width:auto;
	background:#FFCC00;
	margin:8px 0 0 0;
	padding:8px 8px;
	font-size:16px;
	font-width:bold;
	color:#000000;
	display:inline-block;
}
.popup {
	color:#ffc709 !important;
}
.popup:hover {
	color:#999 !important;
}
.popupUnderline {
	color:#ffc709;
	text-decoration:underline;
}
.tableNoStyle {
	margin:0;
	padding:0;
	width:100%;
	font-size:0.9em;
	color:#000;
}
.tableNoStyle th, .tableNoStyle td {
	padding: 0.2em 0.2em;
	text-align: left;
	vertical-align:top;
}
.confirmBox {
	background:#e5e5e5;
	color:#000;
	padding:10px;
}
.statwidth {
	width:20%;
	font-weight:bold;
}
.columnwidth {
	width:40%;
}
.alt {
	background-color:#f9f9f9;
	font-size:12px;
	text-align:left !important;
}
.even {
	background-color:#fff;
	font-size:12px;
	text-align:left !important;
}
.note {
	font-size:14px;
}
#content {
	font-size:12px;
	padding:10px;
}
#content h2 {
	font-size:18px;
}
#content ul {
	list-style-type: none;
	margin: 1em 0;
	padding: 0 0 0 5px;
}
#content ul li {
	background-image: url("../../../../resources/my/img/common/arrowli.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
	padding-bottom:8px;
}
.even a {
	text-decoration:underline;
}
.alt a {
	text-decoration:underline;
}
.even ul {
	list-style-type: none;
	margin: 1em 0;
	padding: 0 0 0 5px;
}
.even ul li {
	background-image: url("../../../../resources/my/img/common/arrowli.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
	padding-bottom:8px;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0.5em 0;
	padding: 0;
}
.fullWidth {
	width:97%;
}
.widthSmall {
	width:13em;
}
input[type="radio"] {
	box-sizing: border-box;
	margin:0 4px;
}
.bdo img {
    bottom: 10px;
    position: absolute;
    right: 10px;
}
.onlstocks {
	background: url(../../../../resources/my/img/common/i-chart.png) no-repeat;
	width:45px;
	height:45px;
	margin:15px 50px;
	float: left;
}
.homebox {
	background: url(../../../../resources/my/img/common/i-home.png) no-repeat;
	width:45px;
	height:45px;
	margin:15px 50px;
	float: left;
}
.facebookbox {
	background: url(../../../../resources/my/img/common/facebook_btn.png) no-repeat;
	width:45px;
	height:45px;
	margin:15px 50px;
	float: left;
}
/* Security Tips Overlay*/

.header {
	background-image:url(../../../../resources/my/img/common/secbg02.jpg);
	background-repeat:repeat-x;
}
.secbg {
	background-color:#e7e7e7;
	background-image:url(../../../../resources/my/img/common/secbg01.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:70px;
	position:relative;
	left:-10px;
	top:-10px;
}
.line-height {
	line-height:10px;
	display:none;
}
.line-height5 {
	line-height:5px;
}
#btn_ok {
	background-image: url(../../../../resources/my/img/common/secbutt01.png);
	height:21px;
	width:49px;
	background-position:top;
	margin:5px;
	position: static;
	margin-top:8px;
	margin-right:30px;
	float:right;
}
#btn_ok:hover {
	background-image: url(../../../../resources/my/img/common/secbutt01b.png);
	height:21px;
	width:49px;
}
#btn_check {
	background-image: url(../../../../resources/my/img/common/secbutt01check.png);
	height:21px;
	width:49px;
	background-position:top;
	margin:5px;
	position: static;
	margin-top:8px;
	margin-right:30px;
	float:right;
}
#btn_check:hover {
	background-image: url(../../../../resources/my/img/common/secbutt01bcheck.png);
	height:21px;
	width:49px;
}
#btn_back {
	background-image: url(../../../../resources/my/img/common/secbuttback01.png);
	height:21px;
	width:49px;
	background-position:top;
	margin:5px;
	position: static;
	margin-top:8px;
	margin-right:30px;
	float:right;
}
#btn_back:hover {
	background-image: url(../../../../resources/my/img/common/secbutt01backb.png);
	height:21px;
	width:49px;
}
#shadow {
	background-image: url(../../../../resources/my/img/common/shadow.png);
	height:40px;
	width:510px;
	background-position:top;
	position: relative;
	margin-top:-20px;
	display:block;
	left:-20px;
}
#flashContent {
	width:450px;
	height:355px;
	border:solid #252525 2px;
	-moz-box-shadow: 0px 0px 5px #b0b0b0;
	-webkit-box-shadow: 0px 0px 5px #b0b0b0;
	box-shadow: 0px 0px 5px #b0b0b0;
}
.qs1a {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	padding: 5px;
}
.qs2a {
	font-size: 14px;
	padding: 5px;
}
.qs1 {
	font-family:Lato, Helvetica, Lato;
	font-size:12px;
	font-weight:bold;
	color:#cc0000;
	background-color:#f4f4f4;
	padding:5px;
}
.qs2 {
	font-family:Lato, Helvetica, Lato;
	font-size:12px;
	color:#393939;
	background-color:#e8e8e8;
	padding:5px;
}
.box2 {
	font-size:14px;
	-moz-box-shadow: 0px 0px 2px #b0b0b0;
	-webkit-box-shadow: 0px 0px 2px #b0b0b0;
	box-shadow: 0px 0px 2px #b0b0b0;
	border:solid 1px #FFF;
	background-color:#f5f5f5;
	background-image:url(../../../../resources/my/img/common/secbg01.jpg);
	background-repeat:repeat-x;
	height:165px;
	line-height: 22px;
}
.box {
	font-size:14px;
	-moz-box-shadow: 0px 0px 2px #b0b0b0;
	-webkit-box-shadow: 0px 0px 2px #b0b0b0;
	box-shadow: 0px 0px 2px #b0b0b0;
	border:solid 1px #FFF;
	background-color:#f5f5f5;
	background-image:url(../../../../resources/my/img/common/secbg01.jpg);
	background-repeat:repeat-x;
	height:125px;
	line-height: 22px;
}
.boxyellow {
	font-size:22px;
	color: #1c1c1c;
	font-weight: bold;
	background-color:#ffc800;
	height:45px;
}
.blacker {
	background-color:#000;
	font-family:Lato, Helvetica, Lato;
	font-size:30px;
	color:#ffc800;
	padding:10px;
}
.instr {
	background-color:#353535;
	font-family:Lato, Helvetica, Lato;
	font-size:16px;
	color:#fff;
	text-align:center;
	padding:10px;
}
#leftsec {
	left:0;
	top:35px;
	position: static;
	width:49px;
	height:45px;
	background-image:url(../../../../resources/my/img/common/secleft.jpg);
}
#rightsec {
	right:0;
	top:35px;
	position: static;
	width:49px;
	height:45px;
	background-image:url(../../../../resources/my/img/common/secright.jpg);
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxSlideshow {
	cursor:pointer;
}
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
}
.tipsmsgJUN_JUL {
	margin:-20px -20px 10px -20px;
	width:500px;
}
.withflashdiv {
	font-size:14px;
	top:-30px;
	position:relative;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background:url(../../../../resources/my/img/common/overlay.png) repeat 0 0;
	background:#000;
}
#colorbox {
}
#cboxTopLeft {
	width:21px;
	height:21px;
	background:url(../../../../resources/my/img/common/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
	width:21px;
	height:21px;
	background:url(../../../../resources/my/img/common/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
	width:21px;
	height:21px;
	background:url(../../../../resources/my/img/common/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
	width:21px;
	height:21px;
	background:url(../../../../resources/my/img/common/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
	width:21px;
	background:url(../../../../resources/my/img/common/controls.png) left top repeat-y;
}
#cboxMiddleRight {
	width:21px;
	background:url(../../../../resources/my/img/common/controls.png) right top repeat-y;
}
#cboxTopCenter {
	height:21px;
	background:url(../../../../resources/my/img/common/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
	height:21px;
	background:url(../../../../resources/my/img/common/border.png) 0 -29px repeat-x;
}
#cboxContent {
	background-color:#fff;
}
.cboxIframe {
	background:#fff;
}
#cboxError {
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent {
	background:#e2e2e2;
}
#cboxTitle {
	position:absolute;
	bottom:4px;
	left:0;
	text-align:center;
	width:100%;
	color:#949494;
}
#cboxCurrent {
	position:absolute;
	bottom:4px;
	left:58px;
	color:#949494;
}
#cboxSlideshow {
	position:absolute;
	bottom:4px;
	right:30px;
	color:#0092ef;
}
#cboxPrevious {
	position:absolute;
	bottom:0;
	left:0;
	background:url(../../../../resources/my/img/common/controls.png) no-repeat -75px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxPrevious:hover {
	background-position:-75px -25px;
}
#cboxNext {
	position:absolute;
	bottom:0;
	left:27px;
	background:url(../../../../resources/my/img/common/controls.png) no-repeat -50px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxNext:hover {
	background-position:-50px -25px;
}
#cboxLoadingOverlay {
	background:url(../../../../resources/my/img/common/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
	background:url(../../../../resources/my/img/common/loading.gif) no-repeat center center;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
	background:url(../../../../resources/my/img/common/borderTopLeft.png);
}
.cboxIE6 #cboxTopCenter {
	background:url(../../../../resources/my/img/common/borderTopCenter.png);
}
.cboxIE6 #cboxTopRight {
	background:url(../../../../resources/my/img/common/borderTopRight.png);
}
.cboxIE6 #cboxBottomLeft {
	background:url(../../../../resources/my/img/common/borderBottomLeft.png);
}
.cboxIE6 #cboxBottomCenter {
	background:url(../../../../resources/my/img/common/borderBottomCenter.png);
}
.cboxIE6 #cboxBottomRight {
	background:url(../../../../resources/my/img/common/borderBottomRight.png);
}
.cboxIE6 #cboxMiddleLeft {
	background:url(../../../../resources/my/img/common/borderMiddleLeft.png);
}
.cboxIE6 #cboxMiddleRight {
	background:url(../../../../resources/my/img/common/borderMiddleRight.png);
}
.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {
 _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
#texthighlight {
	font-family:Lato, Helvetica, Lato;
	font-weight:bold;
	font-size:12px;
	color:red;
}
.msg {
	font-family:Lato, Helvetica, Lato;
	font-size:12px;
}
#texthighlightblue {
	font-weight:bold;
	color:blue;
	text-decoration: underline;
}
.right {
	width:30%;
}
.rowwhite {
	text-align:left;
	font-weight:bold;
	color:#000;
}
.rowwhite td {
	padding: 0.4em 0.4em;
}
/* table starts here */
#maintable {
	width:100%;
}
#css3tableleft {
	padding:0px;
	display:inline-block;
	float:left;
	margin:0;
}
#css3tableright {
	padding:0px;
	display:inline-block;
	margin:0;
}
#row {
	margin:10px;
	width:100%;
}
#left {
	padding:10px 0 10px 10px;
	display:inline-block;
	width:45%;
}
#middle {
	padding:10px 0 10px 10px;
	display:inline-block;
}
/* IE ONLY */
* html #css3table {
}
* html #row {
}
* html #left {
	float:left;
}
* html #middle {
	float: left;
}
* html .cleaner {
	display:block;
}
.m2ulogo {
	display:none;
}
.m2ulogo2 {
	display:none;
}
/* News*/
.glidecontentwrapper {
	position: absolute; /* Do not change this value */
	width: 100%;
	height: 350px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	padding: 10px;
	visibility: hidden;
	width: 90%;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler { /*style for DIV used to contain toggler links. */
	width: 120px;
	text-align: center;
	z-index: 100000;
	bottom: 15px;
	left: 10px;
	position: absolute;/*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a { /*style for every navigational link within toggler */
	display: inline-block;
	width: 10px;
	height: 20px;
	position: relative;
	float: left;
	z-index: 10000;
}
.glidecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
}
.glidecontenttoggler a:hover {
}
.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.glidecontenttoggler a.preva, .glidecontenttoggler a.nexta { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}
.glidecontenttoggler a.preva:hover, .glidecontenttoggler a.nexta:hover {
}
.glidecontent h2 {
	color: #151515;
	font-size: 1.3em;
	line-height: 1.25em;
	font-family: 'Lato', 'Lato', Lato;
	padding: 0 0 10px 0 !important;
	letter-spacing: -0.02em;
	font-weight: normal;
}
.preva {
	display: block;
	padding: 8px 10px;
	background: url(../../../../resources/my/img/common/icon-arrows-left.png) repeat 0 0;
}
.nexta {
	display: block;
	padding: 8px 10px;
	background: url(../../../../resources/my/img/common/icon-arrows-right.png) repeat 0 0;
}
.login_tile .overlayBar {
	font-size:13px;
}
.height2Margin {
	margin-top:10px !important;
}
.tbl_number {
    float: right;
    margin-right: 10%;
}
.iconFB > a {
    background: url("../../../../resources/my/img/common/icon-facebook.png") no-repeat scroll 95% 95% transparent;
}
a.tac_text {
    color: #FFD443;
}
.tabularData tr th input[type="checkbox"]:checked + label, .tabularData tr td input[type="checkbox"]:checked + label  {
    background-position: left bottom;
}
.tabularData tr th input[type="checkbox"] + label, .tabularData tr td input[type="checkbox"] + label {
    background: url("../../../../resources/my/img/common/bg-checkbox_s.png") no-repeat scroll left top transparent;
    clear: none;
    cursor: pointer;
    display: table-cell;
    font-size: 12px;
    height: 30px;
    margin: 0;
    padding: 0 10px 0 40px;
    vertical-align: middle;
}
.active_tab {
    background: none repeat scroll 0 0 #d5d5d5;
}

.notes{
	margin:10px;
	font-size:1em;
	line-height:2em;
}
.minHeight160{
	min-height:160px;
}

.addFav {
	font-size:0.9em;
	color: #000;
	text-decoration:underline;
	background:none;
	border:none;
	padding:0;
}
.addFav:hover {
	font-size:0.9em;
	color:#06e;
	background:none;
	border:none;
	padding:0;
}

.widthpercent th:first-child {
	text-align: left;
	width:40%;
}

.widthpercent th:nth-child(2) {
	width:30%;
}
.widthpercentCC th:first-child {
	text-align: left;
	width:40%;
}

.widthpercentCC th:nth-child(2) {
	width:20%;
}

.scroll-wrapper {
	width: 100%; height:330px; border:1px solid #ccc;font-family: Lato;font-size:9pt;
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
}

@media only screen and (max-width:600px){
	.desktoptableWrapper {
		min-height:250px;
		overflow: auto;
		white-space:nowrap;
	}
	.widthHalf {
		width:100%;
	}
}
