.kya-mobile-only {
	display: none;
}

/* ---- kya-ticker-symbol (shortcode) Styling ---- */
span.kya-ticker-symbol {
	/*
	font-size: 0.85em;
	line-height: 0.85em; kmn*/
	font-size: 11px;
	line-height: 11px; 
	font-weight:bold;
	white-space: nowrap;
}

.kya-ticker-symbol a {
	color: inherit;
	background-color: #EEEEEE;
	border-radius: 4px;
	padding: 0 5px 0 5px;
	text-decoration: none !important;
}

.kya-ticker-symbol a:hover {
	background-color: #DDDDDD;
}

span.kya-ticker-symbol .symbol {
	font-family: arial;
}

span.kya-ticker-symbol .delta {
	/*font-size: 0.9em; kmn*/
	font-size: 11px;
	position: relative;
}

span.kya-ticker-symbol .symbol-outlook-element:before {
	font-size: 9px;
	top: -2px;
	left: -2px;
	font-weight: bold;
}
/* ---- EOF kya-ticker-symbol (shortcode) Styling ---- */


/* --- */
.symbol-outlook-up a {
	/*background-color: #bce4b4; kmn*/
	background-color: #eaf3ea;
	/* color: #275428; kmn */
	color: #017227 !important;
	
}

.symbol-outlook-up a:hover {
	background-color: green;
	color: #ffffff !important;
}

.symbol-outlook-up .symbol-outlook-element:before, .symbol-outlook-down .symbol-outlook-element:before {
	position: relative;
}

.symbol-outlook-up .symbol-outlook-element:before {
	content: "↑";
}

.symbol-outlook-up a .symbol-outlook-element:before {
	color: #275428;
}

.symbol-outlook-up a:hover .symbol-outlook-element:before {
	color: #ffffff;
}

.symbol-outlook-down a {
	/* background-color: #eacbc4;
	color: #851421; kmn */
	background-color: #faeceb;
	color: #d50c00 !important;
}

.symbol-outlook-down a:hover {
	background-color: red;
	color: #ffffff !important;
}

.symbol-outlook-down .symbol-outlook-element:before {
	content: "↓";
}

.symbol-outlook-down a .symbol-outlook-element:before {
	color: #851421;
}

.symbol-outlook-down a:hover .symbol-outlook-element:before {
	color: #ffffff;
}
/* --- */



/* ---- Symbol Detail Styling (includes elements in both popup/tooltip and detail page ---- */
.kya-symbol-detail {
	background-color: #FFFFFF;
}

.kya-symbol-detail .company {
	font-size:
}

.kya-symbol-detail span.company { font-size: 20px; line-height: 20px; margin-bottom: 20px; }
.kya-symbol-detail span.symbol { margin-bottom: 6px; }
.kya-symbol-detail span.price-details { margin-bottom: 4px; }
.kya-symbol-detail span.price { font-weight: bold; font-size: 16px; line-height: 16px; }
.kya-symbol-detail span.change-icon { }
.kya-symbol-detail span.change-total { }
.kya-symbol-detail span.change-total-currency { }
.kya-symbol-detail span.change-percent { }
.kya-symbol-detail span.date { color: #999999; font-size: 10px; line-height: 14px; }

.kya-symbol-detail .symbol-outlook-element:before {
	font-size: 12px;
	font-weight: bold;
	left: 2px;
	top: 0px;
	transform: scaleX(1.75);
	-ms-transform: scalex(1.75);
	-webkit-transform: scalex(1.75);
}

.kya-symbol-detail .symbol-outlook-up .symbol-outlook-element, .kya-symbol-detail .symbol-outlook-up .change-percent {
	color: green !important;
}

.kya-symbol-detail .symbol-outlook-up .symbol-outlook-element:before {
	content: "▲";
}

.kya-symbol-detail .symbol-outlook-down .symbol-outlook-element, .kya-symbol-detail .symbol-outlook-down .change-percent {
	color: red !important;
}

.kya-symbol-detail .symbol-outlook-down .symbol-outlook-element:before {
	content: "▼";
}

.kya-symbol-detail div.kya-sdtt-box { padding-top: 20px; padding-bottom: 20px; border-bottom: 4px solid #CCCCCC; }
.kya-symbol-detail div.kya-sdtt-top { padding-top: 0px; }
.kya-symbol-detail div.kya-sdtt-box-last { padding-bottom: 0; border-bottom: none; }

.kya-symbol-detail ul.articles { font-size: 13px; line-height: 19px; }
.kya-symbol-detail ul.articles li { margin-bottom: 10px; }

	/* As displayed on the "Detail Page" or elsewhere where the "Detail shortcode" is used */
	.kya-symbol-detail-shortcode.kya-symbol-detail .kya-sdtt-box { margin-bottom: 14px; }
	.kya-symbol-detail-shortcode.kya-symbol-detail .kya-sdtt-box-last { margin-bottom: 0px; padding-top: 0px; }
	.kya-symbol-detail-shortcode.kya-symbol-detail h1 { margin-top: 0px; }
	/* --- */

/* ---- EOF Symbol Detail Styling ---- */



/* ---- kya-popup Styling ---- */
.kya-tooltip {
	width: 200px;
	display: none;
	z-index: 100;
	position: relative;
}

.kya-tooltip-close-button {
	position: absolute;
	float: right;
	right: 5px;
	top: 15px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    line-height: 0px;
    padding: 11px 3px;
    text-decoration: none;
}

.kya-tooltip-close-button:before {
	content: "×";
	color: #fff;
}

.kya-tooltip .wrapper {
	position: relative;
	width: 200px;
	background-color: #FFFFFF;
	padding: 10px;
}

.kya-tooltip.top .wrapper:after, .kya-tooltip .wrapper:before {
	color: #FFFFFF;
	transform: scaleX(1.75);
	-ms-transform: scalex(1.75);
	-webkit-transform: scalex(1.75);
	display: inline-block;
	;pointer-events :none;
	position: absolute;
	font: 16px/16px Arial;
	left: 20px;

}

.kya-tooltip .wrapper:before {
	content: "▲";
	color: #FFFFFF;
	top: -12px;
}

.kya-tooltip.top .wrapper:before {
	display: none;
}

.kya-tooltip.top .wrapper:after {
	content: "▼";
	color: #FFFFFF;
	bottom: -12px;
}

.kya-tooltip span.company { display: block; }
.kya-tooltip span.symbol { display: block; }
.kya-tooltip span.price-details { display: block; line-height: 1.2em; }
.kya-tooltip span.price { font-weight: bold; }
.kya-tooltip span.change-total { font-size: 12px; }
.kya-tooltip span.change-total-currency { }
.kya-tooltip span.change-percent { font-size: 12px; }
.kya-tooltip span.date { display: block; }

.kya-tooltip .symbol-outlook-element:before {
	font-size: 12px;
	font-weight: bold;
	left: 2px;
	top: 0px;
	transform: scaleX(1.75);
	-ms-transform: scalex(1.75);
	-webkit-transform: scalex(1.75);
}

.kya-tooltip .symbol-outlook-up .symbol-outlook-element, .kya-tooltip .symbol-outlook-up .change-percent {
	color: green;
}

.kya-tooltip .symbol-outlook-up .symbol-outlook-element:before {
	content: "▲";
}

.kya-tooltip .symbol-outlook-down .symbol-outlook-element, .kya-tooltip .symbol-outlook-down .change-percent {
	color: red;
}

.kya-tooltip .symbol-outlook-down .symbol-outlook-element:before {
	content: "▼";
}



.kya-tooltip ul.articles { font-size: 13px; line-height: 19px; }
.kya-tooltip ul.articles li { margin-bottom: 10px; }

	@media /* iPhone 4 ----------- */
	only screen and (-webkit-min-device-pixel-ratio : 1.5),
	only screen and (min-device-pixel-ratio : 1.5) {
		.kya-tooltip  {
			top: 0px !important;
			position: fixed !important;
			left: 0px !important;
			margin-top: 10px;
			margin-left: 10px;
			width: auto !important;
		}
		
		.kya-tooltip .wrapper {
			width: 330px !important;
		}
		
		.kya-tooltip .wrapper:before, .kya-tooltip .wrapper:after {
			display: none !important;
		}
		
		.kya-tooltip-close-button { right: 15px; }
		.kya-tooltip-close-button:before { position: relative; top: -1px; }
	}
	
	@media only screen /* Tablets (portrait and landscape ) */
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) {
		.kya-tooltip  {
			top: 0px !important;
			position: fixed !important;
			left: 0px !important;
			margin-top: 10px;
			margin-left: 10px;
			width: auto !important;
		}
		
		.kya-tooltip .wrapper {
			width: 330px !important;
		}
		
		.kya-tooltip .wrapper:before, .kya-tooltip .wrapper:after {
			display: none !important;
		}
		
		.kya-tooltip-close-button { right: 15px; }
		.kya-tooltip-close-button:before { position: relative; top: -1px; }
	}
/* ---- EOF kya-tooltip Styling ---- */




/* ---- kya-popup Basic Style/Theme ---- */
.kya-popup-style-basic {
	width: 200px;
}

.kya-popup-style-basic .wrapper {
	width: 200px;
	padding: 25px;
	
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.6);
	background-color: #FFFFFF;
	background: #FFFFFF; /* Old browsers */
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.kya-popup-style-basic .wrapper-inner {
	padding: 0px;
}

.kya-popup-style-basic.top .wrapper:after, .kya-popup-style-basic .wrapper:before {
	color: #FFFFFF;
}

.kya-popup-style-basic .wrapper:before {
	text-shadow: 0 -3px 2px rgba(0, 0, 0, 0.3);
	/* TODO: IE7-9 text-shadow - or some other workaround for the pointer/anchor effect */
}

.kya-popup-style-basic.top .wrapper:after {
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	/* TODO: IE7-9 text-shadow - or some other workaround for the pointer/anchor effect */
}
/* ---- EOF kya-popup Basic Theme ---- */



/* ---- kya-popup Bold Style/Theme ---- */
.kya-popup-style-bold {
	width: 290px;
}

.kya-popup-style-bold .wrapper {
	width: 290px;
	padding: 5px;

	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.6);
	background-color: #FFFFFF;
	background: #FFFFFF; /* Old browsers */
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background: -moz-linear-gradient(top,  #EEEEEE 0%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #EEEEEE 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #EEEEEE 0%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #EEEEEE 0%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #EEEEEE 0%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.kya-popup-style-bold .wrapper-inner {
	padding: 15px 20px 10px 20px;
	
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: inset 0 0 2px 2px #efefef;
	-webkit-box-shadow: inset 0 0 2px 2px #efefef;
	box-shadow: inset 0 0 2px 2px #efefef;
}

.kya-popup-style-bold.top .wrapper:after, .kya-popup-style-bold .wrapper:before {
	color: #EEEEEE;
	left: 80px;
}

.kya-popup-style-bold .wrapper:before {
	color: #EEEEEE;
	text-shadow: 0 -3px 2px rgba(0, 0, 0, 0.3);
	/* TODO: IE7-9 text-shadow - or some other workaround for the pointer/anchor effect */
}

.kya-popup-style-bold.top .wrapper:after {
	color: #F6F6F6;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	/* TODO: IE7-9 text-shadow - or some other workaround for the pointer/anchor effect */
}
/* ---- EOF kya-popup Bold Theme ---- */



/* ---- kya-popup Black Style/Theme ---- */
.kya-popup-style-black {
	width: 200px;
	color: #FFFFFF;
}

.kya-popup-style-black .wrapper {
	width: 200px;
	padding: 25px;
	
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.6);
	background-color: #000000;
	background: #000000; /* Old browsers */
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.kya-popup-style-black .wrapper-inner {
	padding: 0px;
}

.kya-popup-style-black.top .wrapper:after, .kya-popup-style-black .wrapper:before {
	color: #000000;
}

.kya-popup-style-black .wrapper:before {
	text-shadow: 0 -3px 2px rgba(0, 0, 0, 0.3);
	/* TODO: IE7-9 text-shadow - or some other workaround for the pointer/anchor effect */
}

.kya-popup-style-black.top .wrapper:after {
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	/* TODO: IE7-9 text-shadow - or some other workaround for the pointer/anchor effect */
}
/* ---- EOF kya-popup Basic Theme ---- */








/* Responsive Template */
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	.kya-mobile-only { display: inherit; }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	.kya-mobile-only { display: inherit; }
}
a.quote_link {
	color : #445aff;
	text-decoration:underline;
	font-weight:bold;
	font-size:15px;
	padding-bottom:13px;
}
li.quote_related  a:hover{
	text-decoration:underline;
	color:#4759de;
}
li.quote_related  a{
	text-decoration:none;
	color:#4759de;
}
a.quote_link_company:hover{
	color : #445aff;
	text-decoration:underline;
}