﻿/* Client style, this stylesheet overrides the default one and you should put all your styles here and not in default.css for update purposes */
/**********************************************************************************************************************************************/

@font-face {
	font-family: 'ITC Franklin Gothic Std Demi';
	src: url('../fonts/ITCFranklinGothicStd-Demi.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ITCFranklinGothicStd-Demi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/ITCFranklinGothicStd-Demi.woff') format('woff'), /* Modern Browsers */
	url('../fonts/ITCFranklinGothicStd-Demi.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/ITCFranklinGothicStd-Demi.svg#77ad3f4d5509c1fb9998922b27a61a32') format('svg'); /* Legacy iOS */

	font-style:   normal;
	font-weight:  400;
}

@font-face {
	font-family: 'ITC Franklin Gothic Std Heavy';
	src: url('../fonts/ITCFranklinGothicStd-Hvy.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ITCFranklinGothicStd-Hvy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/ITCFranklinGothicStd-Hvy.woff') format('woff'), /* Modern Browsers */
	url('../fonts/ITCFranklinGothicStd-Hvy.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/ITCFranklinGothicStd-Hvy.svg#aaa7723aafaad811b0fffde8f0020db2') format('svg'); /* Legacy iOS */

	font-style:   normal;
	font-weight:  400;
}

@font-face {
	font-family: 'ITC Franklin Gothic Std Book';
	src: url('../fonts/ITCFranklinGothicStd-Book.eot'); /* IE9 Compat Modes */
	src: url('../fonts/ITCFranklinGothicStd-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/ITCFranklinGothicStd-Book.woff') format('woff'), /* Modern Browsers */
	url('../fonts/ITCFranklinGothicStd-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/ITCFranklinGothicStd-Book.svg#9e8f23f114866499cc0f0703ec82369f') format('svg'); /* Legacy iOS */

	font-style:   normal;
	font-weight:  400;
}

@font-face{
	font-family:'Glyphicons Halflings';
	src:url('../fonts/glyphicons-halflings-regular.eot');
	src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
	url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
	url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

/********************************************************************
Common Styles
********************************************************************/
html, body {
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

.c_row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 90.7692307692em;
  width: 100%;
  *zoom: 1;
}

.c_row:before, .c_row:after {
  content: " ";
  display: table;
}

.c_row:after {
  clear: both;
}

.c_row:before, .c_row:after {
  display: table;
  line-height: 0;
  content: "";
}

.c_row.full-width {
    padding: 0 0;
    max-width: none;
}

.c_row.page-section {
    padding: 0 !important;
    margin-bottom: 20px;
}

.c_row .c_row {
    margin-left: -1em;
    margin-right: -1em;
    max-width: none;
    width: auto;
}

.c_row.full-width>.c_row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 90.7692307692em;
    width: 100%;
}

.column, .columns {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    position: relative;
}

.page-section .module-intro-header {
	font-size: 2.7em;
	margin: 0 0 0.5em;
	font-family: 'ITC Franklin Gothic Std Demi';
	color: #393939;
	line-height: 1;
 }

 .c_custom-select {
 	position: relative;    
 	float: left;
 	padding: 0.3em;
    border: 1px solid #b9b8b8;
    margin-bottom: 15px;
    font-family: 'ITC Franklin Gothic Std Demi';
 }

 .c_custom-select select {
 	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 1.2em;
    line-height: 1.4em;
    padding: .384615384615em;
    background: transparent;
    color: #393939;
    outline: none;    
    border: 0;
    border-radius: 0;
    padding-right: 50px;
    font-family: 'ITC Franklin Gothic Std Book';
 }

 .c_custom-select::after {
 	content: '';
 	position: absolute;
 	height: 100%;
 	width: 40px;
 	right: 0;
 	top: 0;
 	display: inline-block;    
 	background-color: #bfa96d;
    background: -moz-linear-gradient(top,#bfa96d 0%,#ab9454 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bfa96d),color-stop(100%,#ab9454));
    background: -webkit-linear-gradient(top,#bfa96d 0%,#ab9454 100%);
    background: -o-linear-gradient(top,#bfa96d 0%,#ab9454 100%);
    background: -ms-linear-gradient(top,#bfa96d 0%,#ab9454 100%);
    background: linear-gradient(to bottom,#bfa96d 0%,#ab9454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFBFA96D',endColorstr='#FFAB9454');
    pointer-events: none;
}

.c_custom-select-icon { 	
 	position: absolute;
 	width: 20px;
 	height: 20px;
 	background: url('../images/arrow-down.png') no-repeat center;  	
 	color: #ffffff;
 	right: 10px;
 	top: 8px;
    pointer-events: none;
    z-index: 5;
 }

.c_custom-checkbox:not(:checked),
.c_custom-checkbox:checked {
  position: absolute;
  left: -9999px;
}

.c_custom-checkbox:not(:checked) + label,
.c_custom-checkbox:checked + label {
  position: relative;  
  cursor: pointer;
}

.c_custom-checkbox:not(:checked) + label:before,
.c_custom-checkbox:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b9b8b8;
  background: #ffffff;   
}
.c_custom-checkbox:checked + label:before { 
  background: #998242;
  border: 1px solid #998242;
}
/* checked mark aspect */
.c_custom-checkbox:not(:checked) + label:after,
.c_custom-checkbox:checked + label:after {
  content: ' ';
  position: absolute;
  top: 0; 
  left: 0;  
  line-height: 0.8;
  color: #000000;
  transition: all .2s;  
  width: 18px;
  height: 18px;
  background: url('../images/check-tick.png') no-repeat center center;
  background-size: 16px;
}
/* checked mark aspect changes */
.c_custom-checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.c_custom-checkbox:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.c_custom-checkbox:disabled:not(:checked) + label:before,
.c_custom-checkbox:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.c_custom-checkbox:disabled:checked + label:after {
  color: #999;
}
.c_custom-checkbox:disabled + label {
  color: #cccccc;
}
/* accessibility */
.c_custom-checkbox:checked:focus + label:before,
.c_custom-checkbox:not(:checked):focus + label:before {
  border: 1px dotted #cccccc;
}
.c_custom-checkbox-label {
	margin-bottom: 0;
	padding: 0 0 0 28px;
	font-weight: normal;
}
.c_custom-checkbox-label:hover:before {
  border: 1px solid #998242 !important;
}

/********************************************************************
Calendar Module Styles
********************************************************************/

#upcoming {
	overflow: hidden;
}

.c_calendarEvent-item {
	float: left;
	width: 100%;
	text-align: center;
    padding: 0;
    background: #ececec;
    margin-right: 20px;
    margin-bottom: 20px;
    font-family: 'ITC Franklin Gothic Std Book';
}

.c_calendarEvent-item:nth-child(3n+3) {	
    margin-right: 0;
}

.c_calendarEvent-header {
	background: #393939;    
    padding: 0.8em 1.2em 0.5em;
    color: #998242;
    font-size: 1.4em;
}

.c_calendarEvent-description {
	font-size: 1.4em;
	padding: 0.7em 1.2em;
	color: #393939;
}

.c_calendarEvent-action {
	font-size: 1.4em;
	padding: 0 1.2em 0.7em;	
}

.c_calendarEvent-action span {
	color: #998242;
}

.c_calendarEvent-action img {
	width: 24px;
}

@media only screen and (min-width: 768px) {

	.c_calendarEvent-item {
		float: left;
		width: calc(33.33% - 13.33px);
		text-align: center;
	    padding: 0;
	    background: #ececec;
	    margin-right: 20px;
	    margin-bottom: 20px;
	    font-family: 'ITC Franklin Gothic Std Book';
	}

}

/********************************************************************
Printed Material Styles
********************************************************************/

.privacy-link {
  color: #998242;
  text-decoration: underline;
  margin-left: 10px;
}

.privacy-link:hover {
  color: #998242;
  text-decoration: none;
}

#target-categories-2 {
	margin: 25px 0;
}

#target-categories-2 h2 {
	font-family: 'ITC Franklin Gothic Std Demi';
	font-size: 2.7em;
	color: #393939;
	font-weight: normal;
	margin-bottom: 20px;
}

.c_orderPrintedMaterial-list {
	margin-bottom: 20px;
	border-bottom: 1px solid #b9b8b8;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 14px;
}

.c_orderPrintedMaterial-listItem {
	border-top: 1px solid #b9b8b8;
	padding: 10px 0;
	overflow: hidden;
}

.c_orderPrintedMaterial-listItem > div {
	float: left;
	margin-right: 8px;
}

.c_orderPrintedMaterial-download a {
	color: #393939;
	text-decoration: underline;
	font-weight: bold;
}

.c_orderPrintedMaterial-download a:hover {
	color: #998242;
	text-decoration: none;
}

#printed-materials .form-group input {
	width: 80%;
	padding: 5px;
}

.order-printed-form {
	margin-top: 25px;
}

.order-printed-form .form-group label {
	padding: 0;
	margin: 0;
	color: #393939;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
}

.order-printed-form .form-group input {
	border-radius: 0;
	border: 1px solid #d3d2d2;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 14px;
	padding: 0.8em 0.7em 0.6em;
}

.order-printed-form .form-group .required {
	color: #393939;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
}

.order-printed-form .required-text {
	text-align: left;
	color: #393939;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	margin-bottom: 10px;
}

#btnOrder {
	clear: both;	
	margin-left: 0;
	margin-top: 0;
    letter-spacing: 1px;
    line-height: 1;
    background-color: #bfa96d;
    background: -moz-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfa96d), color-stop(100%, #ab9454));
    background: -webkit-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -o-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -ms-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: linear-gradient(to bottom, #bfa96d 0%, #ab9454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBFA96D', endColorstr='#FFAB9454');
    border: solid 1px #ac9555;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0.0769230769231em 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	padding: 10px 10px 8px;
}

#btnOrder:hover {
	background-color: #cbba89;
    background: -moz-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cbba89),color-stop(100%,#b39f65));
    background: -webkit-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: -o-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: -ms-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: linear-gradient(to bottom,#cbba89 0%,#b39f65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFCBBA89',endColorstr='#FFB39F65');
    border: solid 1px #ac9555;
}

.c_ajaxPopup {
	min-width: 90%;
	max-width: 500px;
}

.c_ajaxPopup .insiders-popup {
	border-radius: 0;
	padding: 15px;
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	font-family: 'ITC Franklin Gothic Std Book';
}

.c_ajaxPopup .insiders-popup p {
	margin-bottom: 10px;
}

.c_ajaxPopup .insiders-popup strong {	
	font-family: 'ITC Franklin Gothic Std Demi';
}

.c_ajaxPopup-close {
	position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #998242 url(../images/ico-close.png) no-repeat center;
    background-size: 16px;	
}

.c_ajaxPopup-content h4 {
	margin-bottom: 15px;
	font-family: 'ITC Franklin Gothic Std Demi';
}

#printed-materials table {
	border: 1px solid #cfcfcf !important;
}

#printed-materials > table > tbody > tr > th {
	background: #ffffff;
	color: #393939 !important;
	padding: 17px 15px 12px;
	font-family: 'ITC Franklin Gothic Std Demi';
	font-size: 13px;
	font-weight: normal;
}

#printed-materials > table > tbody > tr > th + th,
#printed-materials > table > tbody > tr > td + td {
	border-left: 1px solid #cfcfcf !important;
}

#printed-materials > table > tbody > tr > td {
	padding: 0;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	font-weight: normal;
	color: #393939 !important;
	padding: 10px 15px;
}

#printed-materials table tr {
	border-bottom: 1px solid #cfcfcf !important;
}

#printed-materials table tr:nth-child(odd) {
	background: #eeeeee;
	border: 0;
}

#printed-materials table tr:nth-child(even) {
	background: #f4f4f4;
	border: 0;
}

#printed-materials > table > tbody > tr > td a {
	color: #998242
}

#printed-materials > table .form-group {
	margin-bottom: 0;
}

#printed-materials > table .form-group input {
	margin-top: 0;
	width: auto;
}


/********************************************************************
Share Graph Styles
********************************************************************/

#sharegraph-page-wrapper {
	width: 100%;
	padding: 0;
	margin-top: 20px;
}

#sharegraph-page-wrapper .sharegraph-tabs {
	margin-top: 15px;
}

#horisontal-ticker {
	margin: 0;
}

#sharegraph-page-wrapper ul.nav-tabs {
	margin: 0 0 10px;
	padding: 0;
	display: block;		
	border-radius: 0;
	border: 0;
}

#sharegraph-page-wrapper ul.nav-tabs li {
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 5px;
}

#sharegraph-page-wrapper ul.nav-tabs li a {	
	display: block;
	padding: 10px 15px;
	border-radius: 0;
	text-decoration: none;
	min-width: 100px;
	text-align: center;
	background: #393939;
	color: #ffffff;
	border: 0;
}

#sharegraph-page-wrapper ul.nav-tabs li a,
#sharegraph-page-wrapper ul.nav-tabs li.active a:hover {
	clear: both;	
	margin-left: 0;
	margin-top: 0;
    letter-spacing: 1px;
    line-height: 1;
    background-color: #bfa96d;
    background: -moz-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfa96d), color-stop(100%, #ab9454));
    background: -webkit-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -o-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -ms-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: linear-gradient(to bottom, #bfa96d 0%, #ab9454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBFA96D', endColorstr='#FFAB9454');
    border: solid 1px #ac9555;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0.0769230769231em 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	padding: 10px 10px 8px;
}

#sharegraph-page-wrapper ul.nav-tabs li a:hover/*,
#sharegraph-page-wrapper ul.nav-tabs li.active a*/ {
	background-color: #cbba89;
    background: -moz-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cbba89),color-stop(100%,#b39f65));
    background: -webkit-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: -o-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: -ms-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: linear-gradient(to bottom,#cbba89 0%,#b39f65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFCBBA89',endColorstr='#FFB39F65');
    border: solid 1px #ac9555;
}

#sharegraph-page-wrapper .tab-content {
	border: 0;
	padding: 10px 0 0 0;
}

#target-share-performance > table {
	border: 1px solid #cfcfcf !important;
}

#target-share-performance > table > tbody > tr > th {	
	color: #393939 !important;
	padding: 17px 15px 12px;
	font-family: 'ITC Franklin Gothic Std Demi';
	font-size: 13px;
	font-weight: normal;	
}

#target-share-performance > table > tbody > tr > th + th,
#target-share-performance > table > tbody > tr > td + td {
	border-left: 1px solid #cfcfcf !important;
}

#target-share-performance > table > tbody > tr > td {
	padding: 0;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	font-weight: normal;
	color: #393939 !important;
	padding: 10px 15px !important;
}

#target-share-performance table tr {
	border-bottom: 1px solid #cfcfcf !important;
}

#target-share-performance table tr:nth-child(odd) {
	background: #eeeeee;
	border: 0;
}

#target-share-performance table tr:nth-child(even) {
	background: #f4f4f4;
	border: 0;
}

#target-share-performance > table > tbody > tr > td a {
	color: #998242
}

#target-trades > table,
#target-orderbook > table,
#target-ticker > table {
	border: 1px solid #cfcfcf !important;
}

#target-trades > table> tbody > tr > th,
#target-orderbook > table> tbody > tr > th,
#target-ticker > table> tbody > tr > th {
	background: #ffffff;
	color: #393939 !important;
	padding: 17px 15px 12px;
	font-family: 'ITC Franklin Gothic Std Demi';
	font-size: 13px;
	font-weight: normal;
}

#target-trades > table> tbody > tr > th + th,
#target-orderbook > table> tbody > tr > th + th,
#target-ticker > table> tbody > tr > th + th,
#target-trades > table> tbody > tr > td + td,
#target-orderbook > table> tbody > tr > td + td,
#target-ticker > table> tbody > tr > td + td {
	border-left: 1px solid #cfcfcf !important;
}

#target-trades > table> tbody > tr > td,
#target-orderbook > table> tbody > tr > td,
#target-ticker > table> tbody > tr > td {
	padding: 0;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	font-weight: normal;
	color: #393939 !important;
	padding: 10px 15px;
}

#target-trades table tr,
#target-orderbook table tr,
#target-ticker table tr {
	border-bottom: 1px solid #cfcfcf !important;
}

#target-trades table tr:nth-child(odd),
#target-orderbook table tr:nth-child(odd),
#target-ticker table tr:nth-child(odd) {
	background: #eeeeee;
	border: 0;
}

#target-trades table tr:nth-child(even),
#target-orderbook table tr:nth-child(even),
#target-ticker table tr:nth-child(even) {
	background: #f4f4f4;
	border: 0;
}

#target-trades > table> tbody > tr > td a,
#target-orderbook > table> tbody > tr > td a,
#target-ticker > table> tbody > tr > td a {
	color: #998242
}

#cision-websolution-container {
	margin-top: 10px;
}

#cision-websolution-container .share-column .dropdown-toggle {
	border-radius: 0;
}

#cision-websolution-container .share-column .date-picker .btn,
#cision-websolution-container .share-column .date-picker .form-control,
#cision-websolution-container .share-column #periods .btn,
#cision-websolution-container .dropdown-menu {
	border-radius: 0;
}

#cision-websolution-container .dropdown-menu {
	font-family: 'ITC Franklin Gothic Std Book';
}

#target-ticker > table {
	border: 1px solid #adadad;	
}

.c_shareGraph-wrapper {
	clear: both;
	border: 1px solid #adadad;	
}

.c_shareGraph-wrapper .row {
	padding: 10px;
	box-sizing: border-box;
	margin: 0;
}

#cision-websolution-container {
    width: 100% !important;
}

/********************************************************************
Calendar Events
********************************************************************/

.calendar-tabs {
	margin-top: 15px;
}

.calendar-tabs ul.nav-tabs {
	margin: 0 0 10px;
	padding: 0;
	display: block;		
	border-radius: 0;
	border: 0;
}

.calendar-tabs ul.nav-tabs li {
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 5px;
}

.calendar-tabs ul.nav-tabs li a {	
	display: block;
	padding: 10px 15px;
	border-radius: 0;
	text-decoration: none;
	min-width: 100px;
	text-align: center;
	background: #393939;
	color: #ffffff;
	border: 0;
}

.calendar-tabs ul.nav-tabs li a:hover,
.calendar-tabs ul.nav-tabs li.active a {	
	padding: 10px 15px;
	border-radius: 0;	
	border: 0;	
	background: #998242;
	color: #ffffff;
	margin-bottom: 0;
}

.calendar-tabs ul.nav-tabs li a:hover {	
	background: #998242;
	margin-bottom: 0;
}

.calendar-tabs .tab-content {
	border: 0;
	padding: 10px 0 0 0;
}

.calendar-tabs table  tr  th {
	background: #adadad;
	color: #ffffff !important;
	padding: 17px 0 12px !important;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 16px;
	font-weight: normal;
}

.calendar-tabs table  tr  th:nth-child(1) {
	width: 10%
}

.calendar-tabs table  tr  th:nth-child(2) {
	width: 15%
}

.calendar-tabs table  tr  th:nth-child(3),
.calendar-tabs table  tr  th:nth-child(4) {
	width: 25%
}

.calendar-tabs table  tbody  tr  td {
	padding: 10px 0 !important;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 16px;
	font-weight: normal;
	color: #393939;
	vertical-align: middle;
}

.calendar-tabs table  tbody  tr  td:nth-child(1) {
	padding-left: 10px !important;
}

.calendar-tabs table  tbody  tr:nth-child(odd) {
	background: #ecebec;
	border: 0;
}

.calendar-tabs table  tbody  tr:nth-child(even) {
	background: #ffffff;
	border: 0;
}

.calendar-tabs table  tbody  tr  td a {
	color: #998242
}

.calendar-tabs table  tbody  tr  td a:hover {
	text-decoration: underline !important;
}

#event {
	margin: 25px auto;	
	font-family: 'ITC Franklin Gothic Std Demi';
	font-weight: normal;
}

.event-content h2 {
	font-family: 'ITC Franklin Gothic Std Demi';
	font-size: 2.7em;
	color: #393939;
	font-weight: normal;
	margin-bottom: 20px;
}

.event-content img {
	margin-top: -5px;
	margin-right: 10px;
}

#event .back-link {
	margin-top: 25px;
}

#event .back-link a {
	clear: both;	
	margin-top: 0;
    letter-spacing: 1px;
    line-height: 1;
    background-color: #bfa96d;
    background: -moz-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfa96d), color-stop(100%, #ab9454));
    background: -webkit-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -o-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -ms-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: linear-gradient(to bottom, #bfa96d 0%, #ab9454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBFA96D', endColorstr='#FFAB9454');
    border: solid 1px #ac9555;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0.0769230769231em 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	padding: 10px 10px 8px;
}

#event .back-link a :hover {
	background-color: #cbba89;
    background: -moz-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cbba89),color-stop(100%,#b39f65));
    background: -webkit-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: -o-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: -ms-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: linear-gradient(to bottom,#cbba89 0%,#b39f65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFCBBA89',endColorstr='#FFB39F65');
    border: solid 1px #ac9555;
}


/********************************************************************
Ownership Module
********************************************************************/
#c_ownership-wrapper {
	margin: 30px 0; 
}

.c_ownership-options a {
	clear: both;	
	margin-left: 0;
	margin-top: 0;
    letter-spacing: 1px;
    line-height: 1;
    background-color: #bfa96d;
    background: -moz-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfa96d), color-stop(100%, #ab9454));
    background: -webkit-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -o-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -ms-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: linear-gradient(to bottom, #bfa96d 0%, #ab9454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBFA96D', endColorstr='#FFAB9454');
    border: solid 1px #ac9555;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0.0769230769231em 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	padding: 10px 10px 8px;
}

.c_ownership-options a.active,
.c_ownership-options a.active:hover {
	cursor: default;
	clear: both;	
	margin-left: 0;
	margin-top: 0;
    letter-spacing: 1px;
    line-height: 1;
    background-color: #bfa96d;
    background: -moz-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfa96d), color-stop(100%, #ab9454));
    background: -webkit-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -o-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: -ms-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
    background: linear-gradient(to bottom, #bfa96d 0%, #ab9454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBFA96D', endColorstr='#FFAB9454');
    border: solid 1px #ac9555;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0.0769230769231em 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	padding: 10px 10px 8px;
	text-decoration: none;
}

.c_ownership-options a:hover/*,
.c_ownership-options a.active*/ {
	background-color: #cbba89;
    background: -moz-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cbba89),color-stop(100%,#b39f65));
    background: -webkit-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: -o-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: -ms-linear-gradient(top,#cbba89 0%,#b39f65 100%);
    background: linear-gradient(to bottom,#cbba89 0%,#b39f65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFCBBA89',endColorstr='#FFB39F65');
    border: solid 1px #ac9555;
    text-decoration: none;
}

#c_ownership-wrapper .tab-content {
	border: 0;
	padding: 0;
	margin: 0; 
	margin-top: 20px;
}

#container-largest-shareholders-chart,
#target-shareholderareas-chart,
#container-largest-grouped-shareholders-chart {
	border: 1px solid #adadad;
	padding: 20px 0;
}


#target-largestshareholders table,
#target-largestgroupedshareholders table,
#target-sharesizegroups table,
#target-shareholderareas table {
	border: 1px solid #cfcfcf !important;
	margin-top: 15px;
}

#target-largestshareholders > table > tbody > tr > th, 
#target-largestgroupedshareholders > table > tbody > tr > th,
#target-sharesizegroups > table > tbody > tr > th,
#target-shareholderareas > table > tbody > tr > th {
	background: #ffffff;
	color: #393939 !important;
	padding: 17px 15px 12px;
	font-family: 'ITC Franklin Gothic Std Demi';
	font-size: 13px;
	font-weight: normal;
}

#target-largestshareholders > table > tbody > tr > th + th,
#target-largestgroupedshareholders > table > tbody > tr > th + th,
#target-sharesizegroups > table > tbody > tr > th + th,
#target-shareholderareas > table > tbody > tr > th + th,
#target-largestshareholders > table > tbody > tr > td + td,
#target-largestgroupedshareholders > table > tbody > tr > td + td,
#target-sharesizegroups > table > tbody > tr > td + td,
#target-shareholderareas > table > tbody > tr > td + td {
	border-left: 1px solid #cfcfcf !important;
}

#target-largestshareholders > table > tbody > tr > td,
#target-largestgroupedshareholders > table > tbody > tr > td,
#target-sharesizegroups > table > tbody > tr > td,
#target-shareholderareas > table > tbody > tr > td {
	padding: 0;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	font-weight: normal;
	color: #393939 !important;
	padding: 10px 15px;
}

#target-largestshareholders table tr,
#target-largestgroupedshareholders table tr,
#target-sharesizegroups table tr,
#target-shareholderareas table tr {
	border-bottom: 1px solid #cfcfcf !important;
}

#target-largestshareholders table tr:nth-child(odd),
#target-largestgroupedshareholders table tr:nth-child(odd),
#target-sharesizegroups table tr:nth-child(odd),
#target-shareholderareas table tr:nth-child(odd) {
	background: #eeeeee;
	border: 0;
}

#target-largestshareholders table tr:nth-child(even),
#target-largestgroupedshareholders table tr:nth-child(even),
#target-sharesizegroups table tr:nth-child(even),
#target-shareholderareas table tr:nth-child(even) {
	background: #f4f4f4;
	border: 0;
}

#target-largestshareholders > table > tbody > tr > td a,
#target-largestgroupedshareholders > table > tbody > tr > td a,
#target-sharesizegroups > table > tbody > tr > td a,
#target-shareholderareas > table > tbody > tr > td a {
	color: #998242
}

/*#tblLargest,
#tblNewShareholders,
#tblShareSize,
#tblArea {
	margin-top: 15px;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	border: 1px solid #adadad;	
}

#tblLargest th,
#tblNewShareholders th,
#tblShareSize th,
#tblArea th {
	background: #adadad;
	color: #ffffff !important;
	padding: 15px 10px 10px !important;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	font-weight: normal;
}

#tblLargest tr,
#tblNewShareholders tr,
#tblShareSize tr,
#tblArea tr {
	border: 0;
	background: transparent;
}

#tblLargest td,
#tblNewShareholders td,
#tblShareSize td,
#tblArea td {
	padding: 10px 10px 8px !important;
	font-family: 'ITC Franklin Gothic Std Book';
	font-size: 13px;
	font-weight: normal;
	color: #393939 !impoprtant;
	vertical-align: middle;
}

#tblLargest tr:nth-child(odd),
#tblNewShareholders tr:nth-child(odd),
#tblShareSize tr:nth-child(odd),
#tblArea tr:nth-child(odd) {
	background: #ecebec;
	border: 0;
}

#tblLargest tr:nth-child(even),
#tblNewShareholders tr:nth-child(even),
#tblShareSize tr:nth-child(even),
#tblArea tr:nth-child(even) {
	background: #ffffff;
	border: 0;
}*/

