html * {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	padding: 0px;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffffff url('../img/hex-loader2.gif') no-repeat center center;
}

#header {
	font-size: 11px;
}

#banner {
	padding-bottom: 4px;
	border-bottom: 4px solid #cc3333;
	height: 100px;
}

#logo {
	height: 70px;
	position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
}

h1 {
	font-size: 48px;
	color: #cc3333;
	font-weight: bold;
	margin: -5px 10px 0px 0px;
}

h2 {
	font-size: 24px;
	margin: -35px 10px 0px 0px;
}

#company {
	margin: 0 36px 0 12px;
	float: left;
}

#contacts {
	float: left;
}

#trade_date {
	font-size: 14px;
	margin-right: 10px;
	padding-top: 12px;
}

#trade_date_message {
	font-size: 12px;
	font-weight: normal;
}

#break {
	border-bottom: 1px solid #000000;
	float: none;
	height: 18px;
}

.tour_button {
    -webkit-transition-duration: 0.25s; /* Safari */
    transition-duration: 0.25s;
	background-color: #e7e7e7;
    color: black;
	border-radius: 8px;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	margin-right: 25px;
	margin-top: -25px;
}

.tour_button:hover {
    background-color: red;
    color: white;
}

#source {
	margin-right: 10px;
	float: right;
	font-size: 10px;
	color: #909090;
}

.left-wrapper {
	float:left;
    width:48%;
	padding-bottom: 15px;
}

.right-wrapper {
	float:right;
    width:48%;
	padding-bottom: 15px;
}

.bottom-wrapper {
	clear:both;
    width:100%;
	padding-bottom: 15px;
}

#summaryTable {
	width:100%;
	border-collapse:collapse;
	margin: 17px 10px 0px 10px;
	font-size: 	12px;
	background: white;
}

#summaryTable td, th {
	padding:2px;
	border: 0px;
}

#summaryTable td.net {
	font-size: 10px;
	transform: rotate(90deg);
	background: none !important;
	position: relative;
	top: 58px;
	left:-25px;
	font-weight: normal !important;
}

#summaryTable tbody tr:hover {
	background-color: #c4c4c4;
}

#summaryTable th {
	border-bottom: 1px solid black;
	text-align: center;
}

#summaryTable tbody tr.selected {
    background: #c4c4c4;
	font-weight: bold;
}

#summaryTable td:nth-child(n+2) {
    text-align: center;
}

#summaryTable tr td:nth-child(4) {
    border-right: 1px solid black;
}

#summaryTable tr:nth-child(n+5) td:nth-child(4) {
    border-right: 0px !important;
}

#summaryTable tr:nth-child(2) td:nth-child(2),#summaryTable tr:nth-child(3) td:nth-child(2),#summaryTable tr:nth-child(4) td:nth-child(2) {
	color: transparent !important;
	user-select: none;
}

.sectionTitle {
	border-bottom: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 0 10px;
}

#perfStats table {
	font-size: 12px;
	margin-left: 10px;
}

.statsTable {
	width:100%;
	border-collapse:collapse;
	font-size: 	12px;
	background: white;
	margin-right: 10px;
}

.statsTable tr:hover {
	background-color: #c4c4c4;
}

.statsTable td{
	padding:2px;
	border: 0px;
}

.statsTable td:nth-child(2n) {
    text-align: center;
}

table.statsTable td:nth-child(2n-1) a {
  text-decoration: none;
  color: black;
}
table.statsTable td:nth-child(2n-1) a:hover {
    color: red;
}

.highcharts-background {
	fill: none !important;
}

.highcharts-title {
	border-bottom: 1px solid #000000 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	width: 100% !important;
	left: 0 !important;
	top: 0  !important;
	margin: 15px 0 0 10px !important;
	z-index: -1;
	color: black !important;
}

.source {
	font-size: 9px;
	padding-right: 10px;
	padding-top: 2px;
	color: #909090;
	text-align: right;
}

#watchlistTable {
	width:100%;
	border-collapse:collapse;
	margin-top: 20px;
	font-size: 	12px;
	background: white;
}

#watchlistTable thead th {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

#watchlistTable td {
	padding:2px;
	border: 0px;
}

#watchlistTable td.heading {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.tooltip {
    position: relative;
    display: inline-block;
	text-align: center;
    background-color: #e7e7e7;
    border-radius: 50%;
	width: 24px;
    height: 24px;
	line-height: 24px;
}

.tooltip:hover {
    background-color: red;
    color: white;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 280px;
    background-color: white;
    color: black;
    text-align: left;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 110%;
	font-size: 13px;
	font-weight: normal;
    border: 5px solid rgba(0,0,0,.5);
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#watchlistTable tbody tr:hover {
	background-color: #c4c4c4;
}

#tradesTable {
	width:100%;
	border-collapse:collapse;
	font-size: 	12px;
	background: white;
}

#tradesTable thead th {
	border-bottom: 1px solid #000000;
}

#tradesTable td {
	padding:2px;
	border: 0px;
}

#tradesTable_wrapper .title {
	margin-top: 20px;
	border-bottom: 1px solid #000000;
	font-size: 12px;
}

#tradesTable_wrapper .heading {
	float: left;
	font-weight: bold;
	font-size: 14px;
}

#tradesTable tbody tr:hover {
	background-color: #c4c4c4;
}

#disclaimer {
	margin-top: 10px;
	font-size: 8.5px;
	color: #777;
	text-decoration: none;
}

#disclaimer a:link, #disclaimer a:visited {
    color: black;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	background-color: #eaeaea;
	padding: 2px 5px;
}

#disclaimer a:hover, #disclaimer a:active {
    color: white;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	background-color: #e60028;
	padding: 2px 5px;
}

.inverted {
	//*filter: invert(100%);*//
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
